On 7/27/06, Lawrence Oluyede <[EMAIL PROTECTED]> wrote: > > The rctypes-based modules' includes shouldn't go in the static .h files. > > They are generated automatically by genc if you use the correct magic: > > look for _includes_ in module/readline/c_readline.py. > > I definitely missed that! Thanks.
That doesn't seem to work. I commented out the includes I added to make fcntl module compile (like sys/ioctl.h for example) and added them to the _includes_ and this seem to work correctly only with tests and the generation of ctypesplatcheck files. The headers are not injected in the generated fcntl.c nor in any of the file it includes. -- Lawrence http://www.oluyede.org/blog _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
