July 1, 2003
12:54 p.m.
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