[PyPy-issue] [issue691] pypy-head does not compile under Windows

David Naylor pypy-dev-issue at codespeak.net
Sun May 1 14:38:54 CEST 2011


David Naylor <naylor.b.david at gmail.com> added the comment:

I tried again with --gcrootfinder=shadowstack and got the following error:

gcc -O3 -DPy_BUILD_CORE -o nonfuncnodes_8.o -c nonfuncnodes_8.c -IT:\\pypy\\pypy
\\translator\\c -IT:\\pypy\\pypy\\module\\cpyext\\include -I..
nonfuncnodes_8.c:53950:1: warning: null character(s) ignored
nonfuncnodes_8.c:53950:4: warning: null character(s) ignored
nonfuncnodes_8.c:53950:3: error: 'P' undeclared here (not in a function)
nonfuncnodes_8.c:53950:9: error: expected '}' before '_g_tuple2_1'
nonfuncnodes_8.c:53950:20: error: expected ',' or ';' before ')' token
make: *** [nonfuncnodes_8.o] Error 1

Of note is that make is from cygwin while python (2.7) and mingw32 are from 
their respective Windows installers.

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue691>
_______________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nonfuncnodes_8.c.xz
Type: application/x-xz
Size: 84524 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20110501/9d6ecad6/attachment.bin>


More information about the Pypy-issue mailing list