Opened 15 years ago

Closed 15 years ago

#21461 closed defect (fixed)

freetype: doesn't provide headers and freetype-config is not executable

Reported by: ralmond@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: freetype

Description (last modified by tobypeterson)

I am unable to built open motif under MacOS 10.5.8. The problem seems to be that it cannot find the freetype header files (which are installed at /opt/local/include/freetype2 on my system). This may be an upstream problem with freetype, as the installation of freetype did not properly set the x permission on freetype-config.

This appears to have the same symptoms as #17631, but I think the cause may be different. (If not, that bug should be reopened, as it is still active).

Here is the log of the installation:

bash-3.2$ sudo port -v build openmotif
--->  Computing dependencies for openmotif.
--->  Fetching openmotif
--->  Verifying checksum(s) for openmotif
--->  Checksumming openmotif-2.3.2.tar.gz
--->  Extracting openmotif
--->  Extracting openmotif-2.3.2.tar.gz
--->  Applying patches to openmotif
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif/files/patch-demos-programs-peridoc-Makefile.in.diff
patching file demos/programs/periodic/Makefile.in
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif/files/patch-lib-Mrm-Makefile.in.diff
patching file lib/Mrm/Makefile.in
--->  Applying /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/openmotif/files/patch-uintptr_t-cast.diff
patching file lib/Xm/DragBS.c
patching file lib/Xm/DragIcon.c
patching file lib/Xm/Text.c
patching file lib/Xm/TextF.c
patching file lib/Xm/Protocols.c
patching file lib/Xm/VendorS.c
patching file lib/Xm/Synthetic.c
patching file lib/Xm/Obso2_0.c
patching file lib/Xm/Xpmparse.c
patching file lib/Xm/SlideC.c
patching file lib/Xm/DataF.c
patching file lib/Xm/FontS.c
patching file clients/mwm/WmResParse.c
patching file lib/Xm/IconG.c
patching file clients/mwm/WmMenu.c
patching file lib/Xm/XpmI.h
patching file lib/Xm/BaseClass.c
patching file lib/Xm/XmIm.c
--->  Configuring openmotif
checking for /usr/X/include/X11/X.h... no
checking for /usr/X11R6/include/X11/X.h... yes
checking build system type... i386-apple-darwin9.8.0
checking host system type... i386-apple-darwin9.8.0
checking target system type... i386-apple-darwin9.8.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... /usr/bin/gcc-4.0
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.0 accepts -g... yes
checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of /usr/bin/gcc-4.0... gcc3
checking how to run the C preprocessor... /usr/bin/gcc-4.0 -E
checking for gcc... (cached) /usr/bin/gcc-4.0
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes
checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed
checking dependency style of /usr/bin/gcc-4.0... (cached) gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/g++-4.0 accepts -g... yes
checking dependency style of /usr/bin/g++-4.0... gcc3
checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/gcc-4.0 static flag -static works... no
checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
checking if /usr/bin/g++-4.0 static flag -static works... no
checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin9.8.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for byacc... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for X... libraries /opt/local/lib, headers /opt/local/include
checking whether -R must be followed by a space... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether libXt was compiled with -DXTHREADS... yes
checking X11/Xos_r.h usability... yes
checking X11/Xos_r.h presence... yes
checking for X11/Xos_r.h... yes
checking X11/Xpoll.h usability... yes
checking X11/Xpoll.h presence... yes
checking for X11/Xpoll.h... yes
checking X11/Xmu/Editres.h usability... no
checking X11/Xmu/Editres.h presence... yes
configure: WARNING: X11/Xmu/Editres.h: present but cannot be compiled
configure: WARNING: X11/Xmu/Editres.h:     check for missing prerequisite headers?
configure: WARNING: X11/Xmu/Editres.h: see the Autoconf documentation
configure: WARNING: X11/Xmu/Editres.h:     section "Present But Cannot Be Compiled"
configure: WARNING: X11/Xmu/Editres.h: proceeding with the preprocessor's result
configure: WARNING: X11/Xmu/Editres.h: in the future, the compiler will take precedence
checking for X11/Xmu/Editres.h... yes
checking for _XEditResCheckMessages in -lXmu... yes
checking for XmuNCopyISOLatin1Lowered  in -lXmu... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking sys/malloc.h usability... yes
checking sys/malloc.h presence... yes
checking for sys/malloc.h... yes
checking for strings.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for X11/Xos_r.h... (cached) yes
checking for X11/Xpoll.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working memcmp... yes
checking whether setpgrp takes no argument... yes
checking return type of signal handlers... void
checking for working strcoll... yes
checking for strftime... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking whether sprintf returns void... yes
checking for wcslen... yes
checking for wcscpy... yes
checking for wcsncpy... yes
checking for wcschr... yes
checking for wcscat... yes
checking for wcsncat... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for re_comp... no
checking for regcmp... no
checking for select... yes
checking for strcspn... yes
checking for strerror... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for uname... yes
checking for strdup... yes
checking for strcasecmp... yes
checking for putenv... yes
checking for regcomp... yes
checking for memmove... yes
checking for library containing libiconv_open... -liconv
checking for freetype-config... freetype-config
checking freetype/freetype.h usability... no
checking freetype/freetype.h presence... no
checking for freetype/freetype.h... no
checking X11/extensions/Xrender.h usability... yes
checking X11/extensions/Xrender.h presence... yes
checking for X11/extensions/Xrender.h... yes
checking for XRenderParseColor... yes
checking for fontconfig-config... no
checking fontconfig/fontconfig.h usability... yes
checking fontconfig/fontconfig.h presence... yes
checking for fontconfig/fontconfig.h... yes
checking for FcInit... no
Libs.private field occurs twice in '/opt/local/lib/pkgconfig/freetype2.pc'
Libs.private field occurs twice in '/opt/local/lib/pkgconfig/freetype2.pc'
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_start_decompress... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_create_read_struct... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bitmaps/Makefile
config.status: creating clients/Makefile
config.status: creating clients/mwm/Makefile
config.status: creating clients/mwm/WmWsmLib/Makefile
config.status: creating clients/uil/Makefile
config.status: creating clients/xmbind/Makefile
config.status: creating config/Makefile
config.status: creating config/cf/Makefile
config.status: creating config/imake/Makefile
config.status: creating config/util/Makefile
config.status: creating config/makedepend/Makefile
config.status: creating include/Makefile
config.status: creating include/Dt/Makefile
config.status: creating lib/Makefile
config.status: creating lib/Xm/Makefile
config.status: creating lib/Mrm/Makefile
config.status: creating localized/Makefile
config.status: creating localized/util/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/man/man1/Makefile
config.status: creating doc/man/man3/Makefile
config.status: creating doc/man/man4/Makefile
config.status: creating doc/man/man5/Makefile
config.status: creating tools/Makefile
config.status: creating tools/wml/Makefile
config.status: creating demos/Makefile
config.status: creating demos/lib/Makefile
config.status: creating demos/lib/Xmd/Makefile
config.status: creating demos/lib/Wsm/Makefile
config.status: creating demos/lib/Exm/Makefile
config.status: creating demos/lib/Exm/wml/Makefile
config.status: creating demos/programs/Makefile
config.status: creating demos/programs/Exm/Makefile
config.status: creating demos/programs/Exm/app_in_c/Makefile
config.status: creating demos/programs/Exm/app_in_uil/Makefile
config.status: creating demos/programs/Exm/simple_app/Makefile
config.status: creating demos/programs/airport/Makefile
config.status: creating demos/programs/animate/Makefile
config.status: creating demos/programs/drag_and_drop/Makefile
config.status: creating demos/programs/draw/Makefile
config.status: creating demos/programs/earth/Makefile
config.status: creating demos/programs/filemanager/Makefile
config.status: creating demos/programs/fileview/Makefile
config.status: creating demos/programs/getsubres/Makefile
config.status: creating demos/programs/hellomotif/Makefile
config.status: creating demos/programs/hellomotifi18n/Makefile
config.status: creating demos/programs/hellomotifi18n/C/Makefile
config.status: creating demos/programs/hellomotifi18n/C/uid/Makefile
config.status: creating demos/programs/hellomotifi18n/english/Makefile
config.status: creating demos/programs/hellomotifi18n/english/uid/Makefile
config.status: creating demos/programs/hellomotifi18n/french/Makefile
config.status: creating demos/programs/hellomotifi18n/french/uid/Makefile
config.status: creating demos/programs/hellomotifi18n/hebrew/Makefile
config.status: creating demos/programs/hellomotifi18n/hebrew/uid/Makefile
config.status: creating demos/programs/hellomotifi18n/japan/Makefile
config.status: creating demos/programs/hellomotifi18n/japan/uid/Makefile
config.status: creating demos/programs/hellomotifi18n/japanese/Makefile
config.status: creating demos/programs/hellomotifi18n/japanese/uid/Makefile
config.status: creating demos/programs/hellomotifi18n/swedish/Makefile
config.status: creating demos/programs/hellomotifi18n/swedish/uid/Makefile
config.status: creating demos/programs/i18ninput/Makefile
config.status: creating demos/programs/panner/Makefile
config.status: creating demos/programs/periodic/Makefile
config.status: creating demos/programs/piano/Makefile
config.status: creating demos/programs/popups/Makefile
config.status: creating demos/programs/sampler2_0/Makefile
config.status: creating demos/programs/setdate/Makefile
config.status: creating demos/programs/todo/Makefile
config.status: creating demos/programs/workspace/Makefile
config.status: creating demos/programs/tooltips/Makefile
config.status: creating demos/programs/FontSel/Makefile
config.status: creating demos/programs/ButtonBox/Makefile
config.status: creating demos/programs/ColorSel/Makefile
config.status: creating demos/programs/Column/Makefile
config.status: creating demos/programs/Combo2/Makefile
config.status: creating demos/programs/Ext18List/Makefile
config.status: creating demos/programs/Ext18List/pixmaps/Makefile
config.status: creating demos/programs/IconB/Makefile
config.status: creating demos/programs/Outline/Makefile
config.status: creating demos/programs/Paned/Makefile
config.status: creating demos/programs/TabStack/Makefile
config.status: creating demos/programs/Tree/Makefile
config.status: creating demos/programs/pixmaps/Makefile
config.status: creating demos/unsupported/Makefile
config.status: creating demos/unsupported/Exm/Makefile
config.status: creating demos/unsupported/aicon/Makefile
config.status: creating demos/unsupported/dainput/Makefile
config.status: creating demos/unsupported/dogs/Makefile
config.status: creating demos/unsupported/hellomotif/Makefile
config.status: creating demos/unsupported/motifshell/Makefile
config.status: creating demos/unsupported/uilsymdump/Makefile
config.status: creating demos/unsupported/xmapdef/Makefile
config.status: creating demos/unsupported/xmfonts/Makefile
config.status: creating demos/unsupported/xmforc/Makefile
config.status: creating demos/unsupported/xmform/Makefile
config.status: creating demos/doc/Makefile
config.status: creating demos/doc/programGuide/Makefile
config.status: creating demos/doc/programGuide/ch05/Makefile
config.status: creating demos/doc/programGuide/ch05/Scale/Makefile
config.status: creating demos/doc/programGuide/ch06/Makefile
config.status: creating demos/doc/programGuide/ch06/spin_box/Makefile
config.status: creating demos/doc/programGuide/ch06/combo_box/Makefile
config.status: creating demos/doc/programGuide/ch08/Makefile
config.status: creating demos/doc/programGuide/ch08/Notebook/Makefile
config.status: creating demos/doc/programGuide/ch08/Container/Makefile
config.status: creating demos/doc/programGuide/ch16/Makefile
config.status: creating demos/doc/programGuide/ch17/Makefile
config.status: creating demos/doc/programGuide/ch17/simple_drop/Makefile
config.status: creating demos/doc/programGuide/ch17/simple_drag/Makefile
config.status: creating lib/Xm/xmstring.list
config.status: creating include/config.h
config.status: creating lib/Xm/Xm.h
config.status: lib/Xm/Xm.h is unchanged
config.status: executing depfiles commands
--->  Building openmotif
Making all in bindings
make[1]: Nothing to be done for `all'.
Making all in bitmaps
make[1]: Nothing to be done for `all'.
Making all in config
Making all in cf
make[2]: Nothing to be done for `all'.
Making all in imake
make[2]: Nothing to be done for `all'.
Making all in makedepend
make[2]: Nothing to be done for `all'.
Making all in util
/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT makestrs.o -MD -MP -MF .deps/makestrs.Tpo -c -o makestrs.o makestrs.c
mv -f .deps/makestrs.Tpo .deps/makestrs.Po
/bin/sh ../../libtool --tag=CC   --mode=link /usr/bin/gcc-4.0  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter     -L/opt/local/lib -o makestrs makestrs.o  -liconv  -L/opt/local/lib -lXft -lXrender  -ljpeg -lpng
mkdir .libs
/usr/bin/gcc-4.0 -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -o makestrs makestrs.o  -L/opt/local/lib /opt/local/lib/libXft.dylib /opt/local/lib/libfontconfig.dylib /opt/local/lib/libexpat.dylib /opt/local/lib/libiconv.dylib /opt/local/lib/libfreetype.dylib /opt/local/lib/libXrender.dylib /opt/local/lib/libX11.dylib /opt/local/lib/libXau.dylib /opt/local/lib/libXdmcp.dylib /opt/local/lib/libjpeg.dylib /opt/local/lib/libpng12.dylib -lz  
make[2]: Nothing to be done for `all-am'.
Making all in localized
Making all in util
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in lib
Making all in Xm
test -f xmstring.list || ln -s ./xmstring.list xmstring.list
test -f XmStrDefs.ht || ln -s ./XmStrDefs.ht XmStrDefs.ht
test -f XmStrDefs22.ht || ln -s ./XmStrDefs22.ht XmStrDefs22.ht
test -f XmStrDefs23.ht || ln -s ./XmStrDefs23.ht XmStrDefs23.ht
test -f XmStrDefsI.ht || ln -s ./XmStrDefsI.ht XmStrDefsI.ht
test -f XmStrDefs.ct || ln -s ./XmStrDefs.ct XmStrDefs.ct
../../config/util/makestrs -f xmstring.list >XmStrDefs.c
/usr/bin/make  all-am
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT XmStrDefs.lo -MD -MP -MF .deps/XmStrDefs.Tpo -c -o XmStrDefs.lo XmStrDefs.c
mkdir .libs
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT XmStrDefs.lo -MD -MP -MF .deps/XmStrDefs.Tpo -c XmStrDefs.c  -fno-common -DPIC -o .libs/XmStrDefs.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT XmStrDefs.lo -MD -MP -MF .deps/XmStrDefs.Tpo -c XmStrDefs.c -o XmStrDefs.o >/dev/null 2>&1
mv -f .deps/XmStrDefs.Tpo .deps/XmStrDefs.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT ArrowB.lo -MD -MP -MF .deps/ArrowB.Tpo -c -o ArrowB.lo ArrowB.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowB.lo -MD -MP -MF .deps/ArrowB.Tpo -c ArrowB.c  -fno-common -DPIC -o .libs/ArrowB.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowB.lo -MD -MP -MF .deps/ArrowB.Tpo -c ArrowB.c -o ArrowB.o >/dev/null 2>&1
mv -f .deps/ArrowB.Tpo .deps/ArrowB.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT ArrowBG.lo -MD -MP -MF .deps/ArrowBG.Tpo -c -o ArrowBG.lo ArrowBG.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowBG.lo -MD -MP -MF .deps/ArrowBG.Tpo -c ArrowBG.c  -fno-common -DPIC -o .libs/ArrowBG.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ArrowBG.lo -MD -MP -MF .deps/ArrowBG.Tpo -c ArrowBG.c -o ArrowBG.o >/dev/null 2>&1
mv -f .deps/ArrowBG.Tpo .deps/ArrowBG.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT BulletinB.lo -MD -MP -MF .deps/BulletinB.Tpo -c -o BulletinB.lo BulletinB.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT BulletinB.lo -MD -MP -MF .deps/BulletinB.Tpo -c BulletinB.c  -fno-common -DPIC -o .libs/BulletinB.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT BulletinB.lo -MD -MP -MF .deps/BulletinB.Tpo -c BulletinB.c -o BulletinB.o >/dev/null 2>&1
mv -f .deps/BulletinB.Tpo .deps/BulletinB.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT CallbackI.lo -MD -MP -MF .deps/CallbackI.Tpo -c -o CallbackI.lo CallbackI.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CallbackI.lo -MD -MP -MF .deps/CallbackI.Tpo -c CallbackI.c  -fno-common -DPIC -o .libs/CallbackI.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CallbackI.lo -MD -MP -MF .deps/CallbackI.Tpo -c CallbackI.c -o CallbackI.o >/dev/null 2>&1
mv -f .deps/CallbackI.Tpo .deps/CallbackI.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT CascadeB.lo -MD -MP -MF .deps/CascadeB.Tpo -c -o CascadeB.lo CascadeB.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeB.lo -MD -MP -MF .deps/CascadeB.Tpo -c CascadeB.c  -fno-common -DPIC -o .libs/CascadeB.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeB.lo -MD -MP -MF .deps/CascadeB.Tpo -c CascadeB.c -o CascadeB.o >/dev/null 2>&1
mv -f .deps/CascadeB.Tpo .deps/CascadeB.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT CascadeBG.lo -MD -MP -MF .deps/CascadeBG.Tpo -c -o CascadeBG.lo CascadeBG.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeBG.lo -MD -MP -MF .deps/CascadeBG.Tpo -c CascadeBG.c  -fno-common -DPIC -o .libs/CascadeBG.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CascadeBG.lo -MD -MP -MF .deps/CascadeBG.Tpo -c CascadeBG.c -o CascadeBG.o >/dev/null 2>&1
mv -f .deps/CascadeBG.Tpo .deps/CascadeBG.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c -o Command.lo Command.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c Command.c  -fno-common -DPIC -o .libs/Command.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Command.lo -MD -MP -MF .deps/Command.Tpo -c Command.c -o Command.o >/dev/null 2>&1
mv -f .deps/Command.Tpo .deps/Command.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT CutPaste.lo -MD -MP -MF .deps/CutPaste.Tpo -c -o CutPaste.lo CutPaste.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CutPaste.lo -MD -MP -MF .deps/CutPaste.Tpo -c CutPaste.c  -fno-common -DPIC -o .libs/CutPaste.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT CutPaste.lo -MD -MP -MF .deps/CutPaste.Tpo -c CutPaste.c -o CutPaste.o >/dev/null 2>&1
mv -f .deps/CutPaste.Tpo .deps/CutPaste.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT Dest.lo -MD -MP -MF .deps/Dest.Tpo -c -o Dest.lo Dest.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Dest.lo -MD -MP -MF .deps/Dest.Tpo -c Dest.c  -fno-common -DPIC -o .libs/Dest.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Dest.lo -MD -MP -MF .deps/Dest.Tpo -c Dest.c -o Dest.o >/dev/null 2>&1
mv -f .deps/Dest.Tpo .deps/Dest.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DialogS.lo -MD -MP -MF .deps/DialogS.Tpo -c -o DialogS.lo DialogS.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogS.lo -MD -MP -MF .deps/DialogS.Tpo -c DialogS.c  -fno-common -DPIC -o .libs/DialogS.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogS.lo -MD -MP -MF .deps/DialogS.Tpo -c DialogS.c -o DialogS.o >/dev/null 2>&1
mv -f .deps/DialogS.Tpo .deps/DialogS.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DialogSE.lo -MD -MP -MF .deps/DialogSE.Tpo -c -o DialogSE.lo DialogSE.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogSE.lo -MD -MP -MF .deps/DialogSE.Tpo -c DialogSE.c  -fno-common -DPIC -o .libs/DialogSE.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DialogSE.lo -MD -MP -MF .deps/DialogSE.Tpo -c DialogSE.c -o DialogSE.o >/dev/null 2>&1
mv -f .deps/DialogSE.Tpo .deps/DialogSE.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DragBS.lo -MD -MP -MF .deps/DragBS.Tpo -c -o DragBS.lo DragBS.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragBS.lo -MD -MP -MF .deps/DragBS.Tpo -c DragBS.c  -fno-common -DPIC -o .libs/DragBS.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragBS.lo -MD -MP -MF .deps/DragBS.Tpo -c DragBS.c -o DragBS.o >/dev/null 2>&1
mv -f .deps/DragBS.Tpo .deps/DragBS.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DragC.lo -MD -MP -MF .deps/DragC.Tpo -c -o DragC.lo DragC.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragC.lo -MD -MP -MF .deps/DragC.Tpo -c DragC.c  -fno-common -DPIC -o .libs/DragC.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragC.lo -MD -MP -MF .deps/DragC.Tpo -c DragC.c -o DragC.o >/dev/null 2>&1
mv -f .deps/DragC.Tpo .deps/DragC.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DragOverS.lo -MD -MP -MF .deps/DragOverS.Tpo -c -o DragOverS.lo DragOverS.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragOverS.lo -MD -MP -MF .deps/DragOverS.Tpo -c DragOverS.c  -fno-common -DPIC -o .libs/DragOverS.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragOverS.lo -MD -MP -MF .deps/DragOverS.Tpo -c DragOverS.c -o DragOverS.o >/dev/null 2>&1
mv -f .deps/DragOverS.Tpo .deps/DragOverS.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DragICC.lo -MD -MP -MF .deps/DragICC.Tpo -c -o DragICC.lo DragICC.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragICC.lo -MD -MP -MF .deps/DragICC.Tpo -c DragICC.c  -fno-common -DPIC -o .libs/DragICC.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragICC.lo -MD -MP -MF .deps/DragICC.Tpo -c DragICC.c -o DragICC.o >/dev/null 2>&1
mv -f .deps/DragICC.Tpo .deps/DragICC.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DragIcon.lo -MD -MP -MF .deps/DragIcon.Tpo -c -o DragIcon.lo DragIcon.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragIcon.lo -MD -MP -MF .deps/DragIcon.Tpo -c DragIcon.c  -fno-common -DPIC -o .libs/DragIcon.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragIcon.lo -MD -MP -MF .deps/DragIcon.Tpo -c DragIcon.c -o DragIcon.o >/dev/null 2>&1
mv -f .deps/DragIcon.Tpo .deps/DragIcon.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DragUnder.lo -MD -MP -MF .deps/DragUnder.Tpo -c -o DragUnder.lo DragUnder.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragUnder.lo -MD -MP -MF .deps/DragUnder.Tpo -c DragUnder.c  -fno-common -DPIC -o .libs/DragUnder.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DragUnder.lo -MD -MP -MF .deps/DragUnder.Tpo -c DragUnder.c -o DragUnder.o >/dev/null 2>&1
mv -f .deps/DragUnder.Tpo .deps/DragUnder.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DrawingA.lo -MD -MP -MF .deps/DrawingA.Tpo -c -o DrawingA.lo DrawingA.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawingA.lo -MD -MP -MF .deps/DrawingA.Tpo -c DrawingA.c  -fno-common -DPIC -o .libs/DrawingA.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawingA.lo -MD -MP -MF .deps/DrawingA.Tpo -c DrawingA.c -o DrawingA.o >/dev/null 2>&1
mv -f .deps/DrawingA.Tpo .deps/DrawingA.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DrawnB.lo -MD -MP -MF .deps/DrawnB.Tpo -c -o DrawnB.lo DrawnB.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawnB.lo -MD -MP -MF .deps/DrawnB.Tpo -c DrawnB.c  -fno-common -DPIC -o .libs/DrawnB.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DrawnB.lo -MD -MP -MF .deps/DrawnB.Tpo -c DrawnB.c -o DrawnB.o >/dev/null 2>&1
mv -f .deps/DrawnB.Tpo .deps/DrawnB.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DropSMgr.lo -MD -MP -MF .deps/DropSMgr.Tpo -c -o DropSMgr.lo DropSMgr.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgr.lo -MD -MP -MF .deps/DropSMgr.Tpo -c DropSMgr.c  -fno-common -DPIC -o .libs/DropSMgr.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgr.lo -MD -MP -MF .deps/DropSMgr.Tpo -c DropSMgr.c -o DropSMgr.o >/dev/null 2>&1
mv -f .deps/DropSMgr.Tpo .deps/DropSMgr.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DropSMgrI.lo -MD -MP -MF .deps/DropSMgrI.Tpo -c -o DropSMgrI.lo DropSMgrI.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgrI.lo -MD -MP -MF .deps/DropSMgrI.Tpo -c DropSMgrI.c  -fno-common -DPIC -o .libs/DropSMgrI.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropSMgrI.lo -MD -MP -MF .deps/DropSMgrI.Tpo -c DropSMgrI.c -o DropSMgrI.o >/dev/null 2>&1
mv -f .deps/DropSMgrI.Tpo .deps/DropSMgrI.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT DropTrans.lo -MD -MP -MF .deps/DropTrans.Tpo -c -o DropTrans.lo DropTrans.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropTrans.lo -MD -MP -MF .deps/DropTrans.Tpo -c DropTrans.c  -fno-common -DPIC -o .libs/DropTrans.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT DropTrans.lo -MD -MP -MF .deps/DropTrans.Tpo -c DropTrans.c -o DropTrans.o >/dev/null 2>&1
mv -f .deps/DropTrans.Tpo .deps/DropTrans.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT ExtObject.lo -MD -MP -MF .deps/ExtObject.Tpo -c -o ExtObject.lo ExtObject.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ExtObject.lo -MD -MP -MF .deps/ExtObject.Tpo -c ExtObject.c  -fno-common -DPIC -o .libs/ExtObject.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ExtObject.lo -MD -MP -MF .deps/ExtObject.Tpo -c ExtObject.c -o ExtObject.o >/dev/null 2>&1
mv -f .deps/ExtObject.Tpo .deps/ExtObject.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT FileSB.lo -MD -MP -MF .deps/FileSB.Tpo -c -o FileSB.lo FileSB.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT FileSB.lo -MD -MP -MF .deps/FileSB.Tpo -c FileSB.c  -fno-common -DPIC -o .libs/FileSB.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT FileSB.lo -MD -MP -MF .deps/FileSB.Tpo -c FileSB.c -o FileSB.o >/dev/null 2>&1
mv -f .deps/FileSB.Tpo .deps/FileSB.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT Form.lo -MD -MP -MF .deps/Form.Tpo -c -o Form.lo Form.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Form.lo -MD -MP -MF .deps/Form.Tpo -c Form.c  -fno-common -DPIC -o .libs/Form.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Form.lo -MD -MP -MF .deps/Form.Tpo -c Form.c -o Form.o >/dev/null 2>&1
mv -f .deps/Form.Tpo .deps/Form.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT Frame.lo -MD -MP -MF .deps/Frame.Tpo -c -o Frame.lo Frame.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Frame.lo -MD -MP -MF .deps/Frame.Tpo -c Frame.c  -fno-common -DPIC -o .libs/Frame.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Frame.lo -MD -MP -MF .deps/Frame.Tpo -c Frame.c -o Frame.o >/dev/null 2>&1
mv -f .deps/Frame.Tpo .deps/Frame.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT Gadget.lo -MD -MP -MF .deps/Gadget.Tpo -c -o Gadget.lo Gadget.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Gadget.lo -MD -MP -MF .deps/Gadget.Tpo -c Gadget.c  -fno-common -DPIC -o .libs/Gadget.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Gadget.lo -MD -MP -MF .deps/Gadget.Tpo -c Gadget.c -o Gadget.o >/dev/null 2>&1
mv -f .deps/Gadget.Tpo .deps/Gadget.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT GadgetUtil.lo -MD -MP -MF .deps/GadgetUtil.Tpo -c -o GadgetUtil.lo GadgetUtil.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GadgetUtil.lo -MD -MP -MF .deps/GadgetUtil.Tpo -c GadgetUtil.c  -fno-common -DPIC -o .libs/GadgetUtil.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GadgetUtil.lo -MD -MP -MF .deps/GadgetUtil.Tpo -c GadgetUtil.c -o GadgetUtil.o >/dev/null 2>&1
mv -f .deps/GadgetUtil.Tpo .deps/GadgetUtil.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT GeoUtils.lo -MD -MP -MF .deps/GeoUtils.Tpo -c -o GeoUtils.lo GeoUtils.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GeoUtils.lo -MD -MP -MF .deps/GeoUtils.Tpo -c GeoUtils.c  -fno-common -DPIC -o .libs/GeoUtils.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT GeoUtils.lo -MD -MP -MF .deps/GeoUtils.Tpo -c GeoUtils.c -o GeoUtils.o >/dev/null 2>&1
mv -f .deps/GeoUtils.Tpo .deps/GeoUtils.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT ImageCache.lo -MD -MP -MF .deps/ImageCache.Tpo -c -o ImageCache.lo ImageCache.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ImageCache.lo -MD -MP -MF .deps/ImageCache.Tpo -c ImageCache.c  -fno-common -DPIC -o .libs/ImageCache.o
In file included from /opt/local/include/jpeglib.h:28,
                 from JpegI.h:6,
                 from ImageCache.c:74:
/opt/local/include/jconfig.h:12:1: warning: "HAVE_STDLIB_H" redefined
In file included from ImageCache.c:54:
../../include/config.h:129:1: warning: this is the location of the previous definition
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT ImageCache.lo -MD -MP -MF .deps/ImageCache.Tpo -c ImageCache.c -o ImageCache.o >/dev/null 2>&1
mv -f .deps/ImageCache.Tpo .deps/ImageCache.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c -o Label.lo Label.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c Label.c  -fno-common -DPIC -o .libs/Label.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT Label.lo -MD -MP -MF .deps/Label.Tpo -c Label.c -o Label.o >/dev/null 2>&1
mv -f .deps/Label.Tpo .deps/Label.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT LabelG.lo -MD -MP -MF .deps/LabelG.Tpo -c -o LabelG.lo LabelG.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT LabelG.lo -MD -MP -MF .deps/LabelG.Tpo -c LabelG.c  -fno-common -DPIC -o .libs/LabelG.o
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT LabelG.lo -MD -MP -MF .deps/LabelG.Tpo -c LabelG.c -o LabelG.o >/dev/null 2>&1
mv -f .deps/LabelG.Tpo .deps/LabelG.Plo
/bin/sh ../../libtool --tag=CC   --mode=compile /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include  -I/opt/local/include -I/opt/local/include  -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter    -MT List.lo -MD -MP -MF .deps/List.Tpo -c -o List.lo List.c
 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT List.lo -MD -MP -MF .deps/List.Tpo -c List.c  -fno-common -DPIC -o .libs/List.o
In file included from /opt/local/include/X11/Xft/Xft.h:39,
                 from XmRenderTI.h:46,
                 from List.c:86:
/opt/local/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory
In file included from XmRenderTI.h:46,
                 from List.c:86:
/opt/local/include/X11/Xft/Xft.h:40:10: error: #include expects "FILENAME" or <FILENAME>
In file included from XmRenderTI.h:46,
                 from List.c:86:
/opt/local/include/X11/Xft/Xft.h:60: error: syntax error before '_XftFTlibrary'
/opt/local/include/X11/Xft/Xft.h:60: warning: type defaults to 'int' in declaration of '_XftFTlibrary'
/opt/local/include/X11/Xft/Xft.h:60: warning: data definition has no type or storage class
/opt/local/include/X11/Xft/Xft.h:94: error: syntax error before 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:94: warning: no semicolon at end of struct or union
/opt/local/include/X11/Xft/Xft.h:97: error: syntax error before '}' token
/opt/local/include/X11/Xft/Xft.h:97: warning: type defaults to 'int' in declaration of 'XftGlyphSpec'
/opt/local/include/X11/Xft/Xft.h:97: warning: data definition has no type or storage class
/opt/local/include/X11/Xft/Xft.h:101: error: syntax error before 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:101: warning: no semicolon at end of struct or union
/opt/local/include/X11/Xft/Xft.h:104: error: syntax error before '}' token
/opt/local/include/X11/Xft/Xft.h:104: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec'
/opt/local/include/X11/Xft/Xft.h:104: warning: data definition has no type or storage class
/opt/local/include/X11/Xft/Xft.h:198: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:198: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:264: warning: type defaults to 'int' in declaration of 'XftGlyphSpec'
/opt/local/include/X11/Xft/Xft.h:264: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:270: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec'
/opt/local/include/X11/Xft/Xft.h:270: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:303: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:303: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:362: error: syntax error before 'XftLockFace'
/opt/local/include/X11/Xft/Xft.h:362: warning: type defaults to 'int' in declaration of 'XftLockFace'
/opt/local/include/X11/Xft/Xft.h:362: warning: data definition has no type or storage class
/opt/local/include/X11/Xft/Xft.h:401: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:401: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:407: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:407: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:416: error: syntax error before 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:426: error: syntax error before 'XftCharIndex'
/opt/local/include/X11/Xft/Xft.h:428: warning: type defaults to 'int' in declaration of 'XftCharIndex'
/opt/local/include/X11/Xft/Xft.h:428: warning: data definition has no type or storage class
/opt/local/include/X11/Xft/Xft.h:459: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:459: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:470: warning: type defaults to 'int' in declaration of 'XftGlyphSpec'
/opt/local/include/X11/Xft/Xft.h:470: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:491: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec'
/opt/local/include/X11/Xft/Xft.h:491: error: syntax error before '*' token
List.c: In function 'MakeGC':
List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type
make[3]: *** [List.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_openmotif/work/openmotif-2.3.2" && /usr/bin/make all " returned error 2
Command output: /opt/local/include/X11/Xft/Xft.h:198: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:264: warning: type defaults to 'int' in declaration of 'XftGlyphSpec'
/opt/local/include/X11/Xft/Xft.h:264: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:270: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec'
/opt/local/include/X11/Xft/Xft.h:270: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:303: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:303: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:362: error: syntax error before 'XftLockFace'
/opt/local/include/X11/Xft/Xft.h:362: warning: type defaults to 'int' in declaration of 'XftLockFace'
/opt/local/include/X11/Xft/Xft.h:362: warning: data definition has no type or storage class
/opt/local/include/X11/Xft/Xft.h:401: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:401: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:407: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:407: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:416: error: syntax error before 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:426: error: syntax error before 'XftCharIndex'
/opt/local/include/X11/Xft/Xft.h:428: warning: type defaults to 'int' in declaration of 'XftCharIndex'
/opt/local/include/X11/Xft/Xft.h:428: warning: data definition has no type or storage class
/opt/local/include/X11/Xft/Xft.h:459: warning: type defaults to 'int' in declaration of 'FT_UInt'
/opt/local/include/X11/Xft/Xft.h:459: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:470: warning: type defaults to 'int' in declaration of 'XftGlyphSpec'
/opt/local/include/X11/Xft/Xft.h:470: error: syntax error before '*' token
/opt/local/include/X11/Xft/Xft.h:491: warning: type defaults to 'int' in declaration of 'XftGlyphFontSpec'
/opt/local/include/X11/Xft/Xft.h:491: error: syntax error before '*' token
List.c: In function 'MakeGC':
List.c:2773: warning: passing argument 1 of '_XmAssignInsensitiveColor' from incompatible pointer type
make[3]: *** [List.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Warning: the following items did not execute (for openmotif): org.macports.build
Error: Status 1 encountered during processing.

Here are the ports I currently have installed.

bash-3.2$ port installed
The following ports are currently installed:
  autoconf @2.64_2 (active)
  automake @1.11_0 (active)
  bibtex2html @1.92_0 (active)
  BibTool @2.48_0 (active)
  bibutils @3.41_0
  bibutils @4.3_0 (active)
  cairo @1.8.0_0+macosx
  cairo @1.8.8_0+macosx (active)
  coreutils @6.11_0+darwin_9
  coreutils @7.5_0 (active)
  emacs @22.2_1
  emacs @22.3_1 (active)
  emacs-app @23.0.0_NS-9.0rc3_1
  emacs-app @23.1_0 (active)
  expat @2.0.1_0 (active)
  fontconfig @2.6.0_0+doc+macosx
  fontconfig @2.7.3_0+macosx (active)
  freetype @2.3.7_1+universal
  freetype @2.3.9_1+macosx+universal (active)
  gawk @3.1.6_0+universal
  gawk @3.1.7_0+universal (active)
  gettext @0.17_3
  gettext @0.17_4 (active)
  ghostscript @8.63_0+cups
  ghostscript @8.70_0+cups (active)
  gmp @4.3.1_1 (active)
  gperf @3.0.3_0
  gperf @3.0.4_0 (active)
  help2man @1.36.4_1 (active)
  ispell @3.3.02_0
  ispell @3.3.02_2 (active)
  jpeg @6b_3 (active)
  libiconv @1.12_0
  libiconv @1.13_0 (active)
  libpixman @0.12.0_1
  libpixman @0.16.0_0 (active)
  libpng @1.2.32_0
  libpng @1.2.38_0 (active)
  libtool @2.2.6a_0 (active)
  libxml2 @2.7.1_0
  libxml2 @2.7.3_0 (active)
  lzmautils @4.32.7_0
  lzmautils @4.32.7_1 (active)
  m4 @1.4.13_0 (active)
  mysql5 @5.0.67_1+server
  mysql5 @5.0.85_0+server (active)
  ncurses @5.6_0
  ncurses @5.7_0 (active)
  ncursesw @5.6_1
  ncursesw @5.7_0 (active)
  nxml-mode @20041004_0 (active)
  ocaml @3.10.2_0+darwin_9
  ocaml @3.11.1_0 (active)
  openssl @0.9.8i_0
  openssl @0.9.8k_0+darwin (active)
  p5-compress-raw-bzip2 @2.021_0 (active)
  p5-compress-raw-zlib @2.015_0
  p5-compress-raw-zlib @2.021_0 (active)
  p5-compress-zlib @2.015_0 (active)
  p5-dbd-mysql @4.008_0+mysql5
  p5-dbd-mysql @4.012_0+mysql5 (active)
  p5-dbi @1.607_0
  p5-dbi @1.609_0 (active)
  p5-io-compress @2.021_3 (active)
  p5-io-compress-base @2.015_0 (active)
  p5-io-compress-zlib @2.015_0 (active)
  p5-locale-gettext @1.05_0 (active)
  p5-pdf-api2 @0.69_0
  p5-pdf-api2 @0.73_0 (active)
  perl5.8 @5.8.8_3+darwin_9
  perl5.8 @5.8.9_3 (active)
  php-mode.el @1.4.0_0 (active)
  pkgconfig @0.23_0
  pkgconfig @0.23_1 (active)
  psgml @1.3.1_0 (active)
  python-mode.el @1.0_0 (active)
  readline @6.0.000_1+darwin (active)
  render @0.9_1 (active)
  texi2html @1.78_0
  texi2html @1.82_0 (active)
  texinfo @4.12_0
  texinfo @4.13_0 (active)
  texlive @2007_6+doc+letter (active)
  texlive_base @2007_4 (active)
  texlive_texmf-docs @2007_0 (active)
  texlive_texmf-full @2007_3
  texlive_texmf-full @2007_4 (active)
  texlive_texmf-minimal @2007_2
  texlive_texmf-minimal @2007_3 (active)
  xbitmaps @1.0.1_1 (active)
  Xft2 @2.1.13_2 (active)
  xorg-bigreqsproto @1.1.0_0 (active)
  xorg-inputproto @1.5.1_0 (active)
  xorg-kbproto @1.0.3_0 (active)
  xorg-libice @1.0.6_0 (active)
  xorg-libsm @1.1.1_0 (active)
  xorg-libX11 @1.2.2_0 (active)
  xorg-libXau @1.0.5_0 (active)
  xorg-libXdmcp @1.0.2_1 (active)
  xorg-libXext @1.0.99.4_1 (active)
  xorg-libXmu @1.0.4_1 (active)
  xorg-libXp @1.0.0_3 (active)
  xorg-libXt @1.0.6_0 (active)
  xorg-printproto @1.0.4_0 (active)
  xorg-renderproto @0.11_0 (active)
  xorg-util-macros @1.2.2_0 (active)
  xorg-xcmiscproto @1.2.0_0 (active)
  xorg-xextproto @7.1.1_0 (active)
  xorg-xf86bigfontproto @1.2.0_0 (active)
  xorg-xproto @7.0.15_0 (active)
  xorg-xtrans @1.2.4_0 (active)
  xrender @0.9.0_2
  xrender @0.9.4_6 (active)
  zlib @1.2.3_1
  zlib @1.2.3_3 (active)

Attachments (2)

openmotif.txt.bz2 (9.8 KB) - added by ralmond@… 15 years ago.
Output from building open motif.
openmotif2.txt.bz2 (9.7 KB) - added by ralmond@… 15 years ago.
Rerunning after rebuilding zlib as universal.

Download all attachments as: .zip

Change History (11)

comment:1 Changed 15 years ago by tobypeterson

Description: modified (diff)

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Port: openmotif added

comment:3 in reply to:  description Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: freetype added; openmotif removed
Status: newassigned
Summary: openmotif cannot find freetype include filesfreetype: doesn't provide headers and freetype-config is not executable

Replying to ralmond@…:

This may be an upstream problem with freetype, as the installation of freetype did not properly set the x permission on freetype-config.

This is the second time I have heard this problem with freetype. (#21398 was the first.) Please rebuild freetype and see if that fixes things.

sudo port -n upgrade --force freetype

If that fixes it, and you can provide any idea about why freetype didn't build correctly the first time, I'd greatly appreciate it, as I'm at a loss.

This appears to have the same symptoms as #17631, but I think the cause may be different. (If not, that bug should be reopened, as it is still active).

That issue was fixed 9 months ago and is closed.

/opt/local/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory

This file should not be missing. It should be provided by freetype, which you've shown you have installed:

freetype @2.3.9_1+macosx+universal (active)

comment:4 Changed 15 years ago by ralmond@…

As suggested, I tried reinstalling freetype (sudo port -n upgrade --force freetype). I then rebuilt open motif and got the same error. I tried cleaning openmotif to force it to rerun autoconf, but I got the same error message:

/usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../../include -I.. -I./.. -DXMBINDDIR_FALLBACK=\"/opt/local/lib/X11/bindings\" -DINCDIR=\"/opt/local/include/X11\" -DLIBDIR=\"/opt/local/lib/X11\" -I/opt/local/include -I/opt/local/include -I/opt/local/include -O2 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -fno-tree-ter -MT List.lo -MD -MP -MF .deps/List.Tpo -c List.c  -fno-common -DPIC -o .libs/List.o
In file included from /opt/local/include/X11/Xft/Xft.h:39,
                 from XmRenderTI.h:46,
                 from List.c:86:
/opt/local/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory

The freetype build did install the header file on my system:

bash-3.2$ ls /opt/local/include/freetype2/freetype/config/
ftconfig.h	ftheader.h	ftmodule.h	ftoption.h	ftstdlib.h

For some reason the config for openmotif is not adding /opt/local/include/freetype2 to the include file search path.

Thanks for your help.

comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

I am unable to reproduce this problem. openmotif builds for me. Can you please clean openmotif and try again with the debug switch and turn of parallel jobs and attach the complete output (compressed) to this ticket so I can compare it to my system to see what's different? Do this:

sudo port clean openmotif
sudo port -d install openmotif build.jobs=1 2>&1 | tee ~/Desktop/openmotif.txt
bzip2 ~/Desktop/openmotif.txt

Then attach openmotif.txt.bz2 from your desktop to this ticket.

Changed 15 years ago by ralmond@…

Attachment: openmotif.txt.bz2 added

Output from building open motif.

comment:6 Changed 15 years ago by ralmond@…

Okay, I've added the build log you requested. The build failed in approximately the same plece.

Note, I've been using an older version of Xtools (3.0). I tried upgrading to 3.1.4 but I'm still failing in the same place.

comment:7 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Your output shows

checking for freetype-config... no

(mine says yes) and yours has

Libs.private field occurs twice in '/opt/local/lib/pkgconfig/freetype2.pc'

which is #21648. So your zlib is not universal, so you need to rebuild zlib universal, then rebuild freetype. Before you do that, use "sudo port selfupdate" to get the latest MacPorts and port definitions; I noticed several of your xorg ports were not the latest versions.

Changed 15 years ago by ralmond@…

Attachment: openmotif2.txt.bz2 added

Rerunning after rebuilding zlib as universal.

comment:8 Changed 15 years ago by ralmond@…

That did the trick. (Ignore the previous attachment, I failed to force the update of freetype.) After rebuilding zlib with the universal option and forcerebuilding freetype openmotif built correctly.

comment:9 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.