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 tflecht
Recipients loewis, movement, tflecht, trs80, zooko
Date 2009-09-29.15:58:40
SpamBayes Score 5.148719e-07
Marked as misclassified No
Message-id <1254239923.41.0.222454769167.issue1759169@psf.upfronthosting.co.za>
In-reply-to
Content
Hi.  I think I'm running into the problem discussed in this ticket.  I'm
trying to build pycairo-1.8.8 on Solaris 10 (x86) against python-2.6.2
using gcc-4.4.1.  I'm afraid I'm out of my depth in understanding really
what's going on, but the error I get looks like it fits the symptoms
described here.  Can anyone point me towards the patch to apply?  I
don't see it as available here (but I wouldn't be shocked if I'm just
being blind).

Thanks!
-tim

gmake[2]: Entering directory
`/export/home/src/ThirdParty/gnu/pycairo-1.8.8/src'
/bin/bash ../libtool  --tag=CC   --mode=compile
/opt/app/g++lib6/gcc-4.4/bin/gcc -DHAVE_CONFIG_H -I. 
-I/opt/app/g++lib6/python-2.6/include/python2.6
-I/opt/app/g++lib6/python-2.6/include/python2.6
-I/opt/app/nonc++/release-1/include/cairo   -DNDEBUG  -g -O2 -std=c99
-Wall -fno-strict-aliasing -MT _cairo_la-cairomodule.lo -MD -MP -MF
.deps/_cairo_la-cairomodule.Tpo -c -o _cairo_la-cairomodule.lo `test -f
'cairomodule.c' || echo './'`cairomodule.c
libtool: compile:  /opt/app/g++lib6/gcc-4.4/bin/gcc -DHAVE_CONFIG_H -I.
-I/opt/app/g++lib6/python-2.6/include/python2.6
-I/opt/app/g++lib6/python-2.6/include/python2.6
-I/opt/app/nonc++/release-1/include/cairo -DNDEBUG -g -O2 -std=c99 -Wall
-fno-strict-aliasing -MT _cairo_la-cairomodule.lo -MD -MP -MF
.deps/_cairo_la-cairomodule.Tpo -c cairomodule.c  -fPIC -DPIC -o
.libs/_cairo_la-cairomodule.o
In file included from /usr/include/limits.h:18,
                 from
/opt/app/g++lib6/gcc-4.4/lib/gcc/i386-pc-solaris2.10/4.4.1/include-fixed/limits.h:122,
                 from
/opt/app/g++lib6/gcc-4.4/lib/gcc/i386-pc-solaris2.10/4.4.1/include-fixed/syslimits.h:7,
                 from
/opt/app/g++lib6/gcc-4.4/lib/gcc/i386-pc-solaris2.10/4.4.1/include-fixed/limits.h:11,
                 from
/opt/app/g++lib6/python-2.6/include/python2.6/Python.h:19,
                 from cairomodule.c:32:
/opt/app/g++lib6/gcc-4.4/lib/gcc/i386-pc-solaris2.10/4.4.1/include-fixed/sys/feature_tests.h:341:2:
error: #error "Compiler or options invalid for pre-UNIX 03 X/Open
applications       and pre-2001 POSIX applications"
History
Date User Action Args
2009-09-29 15:58:43tflechtsetrecipients: + tflecht, loewis, zooko, movement, trs80
2009-09-29 15:58:43tflechtsetmessageid: <1254239923.41.0.222454769167.issue1759169@psf.upfronthosting.co.za>
2009-09-29 15:58:42tflechtlinkissue1759169 messages
2009-09-29 15:58:40tflechtcreate