This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dellair.jie
Recipients dellair.jie, loewis, r.david.murray, vstinner
Date 2014-03-31.12:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396268843.34.0.44691019137.issue21085@psf.upfronthosting.co.za>
In-reply-to
Content
Applied the patch 0001-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch in case: http://bugs.python.org/issue13756

The build failed with parser module:
building 'parser' extension
gcc -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I./Include -I. -IInclude -I/cygdrive/c/temp/Python-3.3.2/Include -I/cygdrive/c/temp/Python-3.3.2 -c /cygdrive/c/temp/Python-3.Modules/parsermodule.c -o build/temp.cygwin-1.7.17-i686-3.3/cygdrive/c/temp/Python-3.Modules/parsermodule.o
gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.7.17-i686-3.3/cygdrive/c/temp/Python-3.Modules/parsermodule.o -L. -L/usr/local/lib -lpython3.3m -o build/lib.cygwin-1.7.17-i686-3.3/parser.dll
build/temp.cygwin-1.7.17-i686-3.3/cygdrive/c/temp/Python-3.Modules/parsermodule.o: In function `parser_sizeof':
/cygdrive/c/temp/Python-3.Modules/parsermodule.c:371: undefined reference to `__PyNode_SizeOf'
collect2: ld returned 1 exit status

Could anyone shed some lights please?

Br,
Li
History
Date User Action Args
2014-03-31 12:27:23dellair.jiesetrecipients: + dellair.jie, loewis, vstinner, r.david.murray
2014-03-31 12:27:23dellair.jiesetmessageid: <1396268843.34.0.44691019137.issue21085@psf.upfronthosting.co.za>
2014-03-31 12:27:23dellair.jielinkissue21085 messages
2014-03-31 12:27:22dellair.jiecreate