Opened 15 years ago
Closed 15 years ago
#20601 closed defect (fixed)
Tiger: xorg-server: parse error before 'NSInteger'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | tiger | Cc: | |
Port: | xorg-server |
Description
xorg-server 1.5.3-apple14_0 doesn't build for me on Tiger:
libtool: compile: /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -DBUILD_DATE=\"20090807\" -DXSERVER_VERSION=\"1.5.3-apple14\" -DINXQUARTZ -DUSE_NEW_CLUT -DXFree86Server -I../../miext/rootless -DX11LIBDIR=\"/mp/lib\" -I/mp/include -I/usr/include -I/Users/rschmidt/macports/dports/x11/xorg-server/files/dri -I/Users/rschmidt/macports/dports/x11/xorg-server/files/include -DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE -DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I/mp/include -I/mp/include/freetype2 -I/mp/include/pixman-1 -I/mp/include -I../../include -I../../include -I../../Xext -I../../damageext -I../../xfixes -I../../Xi -I../../mi -I../../miext/shadow -I../../miext/damage -I../../render -I../../randr -I../../fb -O2 -DROOTLESS_WORKAROUND -DROOTLESS_SAFEALPHA -DNO_ALLOCA -c X11Application.m -fno-common -DPIC -o .libs/X11Application.o In file included from X11Application.h:35, from X11Application.m:38: X11Controller.h:95: error: parse error before 'NSInteger' make[3]: *** [X11Application.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 Warning: the following items did not execute (for xorg-server): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
xorg-server 1.4.2-apple45_0 didn't have this problem.
Attachments (1)
Change History (5)
Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | xorg-server.txt.bz2 added |
---|
comment:1 Changed 15 years ago by tobypeterson
Keywords: | tiger added |
---|---|
Summary: | xorg-server: parse error before 'NSInteger' → Tiger: xorg-server: parse error before 'NSInteger' |
Version: | 1.7.1 |
comment:2 Changed 15 years ago by tobypeterson
New type in Tiger, basically just need to do
#ifndef NSINTEGER_DEFINED typedef ... #endif
comment:4 Changed 15 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
build log