Pystitos, Earlier, I posted a Pyste problem on g.c.l.b.user, to a deafening silence: http://article.gmane.org/gmane.comp.lib.boost.user/3793 so I presume I posted to the wrong list. I notice most Pyste discussion is here, and that similar complaints suggest "Get the CVS" as a panacea. Sure enough, after an hour of CVS and another hour of building, the problem is gone! Alas, another similar one takes its place. foo.h: void bar(char**); void bar(); foo.pyste: Function("bar", "foo.h") Pyste issues no "needs-a-policy" complaint. Instead, it apparently generates code which calls bar(char*), a function which does not exist. Any advice? Jim Wilson Gainesville, FL
Hi Jim, Jim Wilson wrote:
foo.h:
void bar(char**); void bar();
foo.pyste:
Function("bar", "foo.h")
Pyste issues no "needs-a-policy" complaint. Instead, it apparently generates code which calls bar(char*), a function which does not exist.
It sure does look like a bug, I will take a look into it. Thanks for the report! Alas, it might take a while for me to solve this, because I am a little swamped right now (college finals), but I will look at it ASAP. Regards, Nicodemus.
Nicodemus wrote:
Hi Jim,
Jim Wilson wrote:
foo.h:
void bar(char**); void bar();
foo.pyste:
Function("bar", "foo.h")
Pyste issues no "needs-a-policy" complaint. Instead, it apparently generates code which calls bar(char*), a function which does not exist.
It sure does look like a bug, I will take a look into it. Thanks for the report!
Fixed in CVS. Thanks again Jim. Regards, Nicodemus.
participants (2)
-
Jim Wilson -
Nicodemus