I used the installer package (msi). What hapens is that it installs the stackless includes in 'include/stackless' but python.h searches it in 'include'.
With the change, its not necessary to add the 'include/stackless' to the includes. Carlos -----Original Message----- From: Richard Tew <[EMAIL PROTECTED]> Sent: sexta-feira, 24 de outubro de 2008 19:06 To: Carlos Eduardo de Paula <[EMAIL PROTECTED]> Cc: [email protected] Subject: Re: Stackless includes On Fri, Oct 24, 2008 at 2:51 PM, Carlos Eduardo de Paula <[EMAIL PROTECTED]> wrote: > I found some problems, compiling modules for the latest packaged Stackless. > > The compiler complains about not finding stackless.h included from Python.h. > > If you look on Python.h, line 81, it tries to include stackless.h from > the "include" directory itself but the Stackless includes are in > "include/stackless" dir. > > The solution is moving all files and directories from > "include/stackless" to "include" with this, stackless includes for > example core/stackless_impl.h and etc correctly. If I understand the situation correctly, you are using the Windows binary zip archive. If I recall correctly this has never had the Stackless includes incorporated before this release. My intent was that anything compiled against this would add the "include/stackless" directory to its include path. Is this problematic for some reason I do not understand, not having compiled anything against the new Stackless release? Cheers, Richard. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
