[Stackless] Stackless includes

Carlos Eduardo carlosedp at gmail.com
Sat Oct 25 02:27:58 CEST 2008


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 <richard.m.tew at gmail.com>
Sent: sexta-feira, 24 de outubro de 2008 19:06
To: Carlos Eduardo de Paula <carlosedp at gmail.com>
Cc: stackless at stackless.com
Subject: Re: Stackless includes

On Fri, Oct 24, 2008 at 2:51 PM, Carlos Eduardo de Paula
<carlosedp at gmail.com> 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.





More information about the Stackless mailing list