Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

s2mcpaul

macrumors member
Original poster
May 14, 2006
38
0
Can any one tell me what the F&%k I just did? (code below) I am trying to configure gambit which is a game theory software, but I am a novice at best. I have a macbook, and I downloaded Xcode & installed GCC 4.0.

Really thanks for anyone who bothers to look at this. The bottom seems to shed some light on the issue at hand.


Making all in libgambit
if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gambit\" -DVERSION=\"0.2007.01.30\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 -DHAVE_SRAND48=1 -DHAVE_DRAND48=1 -I. -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit -g -O2 -MT integer.lo -MD -MP -MF ".deps/integer.Tpo" -c -o integer.lo /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/integer.cc; \
then mv -f ".deps/integer.Tpo" ".deps/integer.Plo"; else rm -f ".deps/integer.Tpo"; exit 1; fi
mkdir .libs
 

s2mcpaul

macrumors member
Original poster
May 14, 2006
38
0
the rest

/bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2 -o gambit-lp basis.o bfs.o btableau.o lpsolve.o lptab.o ludecomp.o tableau.o efglp.o nfglp.o lp.o ../../../sources/libgambit/libgambit.la
mkdir .libs
g++ -g -O2 -o .libs/gambit-lp basis.o bfs.o btableau.o lpsolve.o lptab.o ludecomp.o tableau.o efglp.o nfglp.o lp.o -Wl,-bind_at_load ../../../sources/libgambit/.libs/libgambit.dylib
creating gambit-lp
Making all in simpdiv
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gambit\" -DVERSION=\"0.2007.01.30\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 -DHAVE_SRAND48=1 -DHAVE_DRAND48=1 -I. -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/tools/simpdiv -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources -g -O2 -MT nfgsimpdiv.o -MD -MP -MF ".deps/nfgsimpdiv.Tpo" -c -o nfgsimpdiv.o /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/tools/simpdiv/nfgsimpdiv.cc; \
then mv -f ".deps/nfgsimpdiv.Tpo" ".deps/nfgsimpdiv.Po"; else rm -f ".deps/nfgsimpdiv.Tpo"; exit 1; fi
/bin/sh ../../../libtool --tag=CXX --mode=link g++ -g -O2 -o gambit-simpdiv nfgsimpdiv.o ../../../sources/libgambit/libgambit.la
mkdir .libs
g++ -g -O2 -o .libs/gambit-simpdiv nfgsimpdiv.o -Wl,-bind_at_load ../../../sources/libgambit/.libs/libgambit.dylib
creating gambit-simpdiv
make[3]: Nothing to be done for `all-am'.
Making all in labenski
Making all in art
make[3]: Nothing to be done for `all'.
Making all in doc
make[3]: Nothing to be done for `all'.
Making all in include
Making all in wx
Making all in plotctrl
make[5]: Nothing to be done for `all'.
Making all in sheet
make[5]: Nothing to be done for `all'.
Making all in wxthings
Making all in bitmaps
make[6]: Nothing to be done for `all'.
make[6]: Nothing to be done for `all-am'.
make[5]: Nothing to be done for `all-am'.
make[4]: Nothing to be done for `all-am'.
Making all in src
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gambit\" -DVERSION=\"0.2007.01.30\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 -DHAVE_SRAND48=1 -DHAVE_DRAND48=1 -I. -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DwxPLOT_FAST_GRAPHICS=0 -g -O2 -MT sheetatr.lo -MD -MP -MF ".deps/sheetatr.Tpo" -c -o sheetatr.lo /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src/sheetatr.cpp; \
then mv -f ".deps/sheetatr.Tpo" ".deps/sheetatr.Plo"; else rm -f ".deps/sheetatr.Tpo"; exit 1; fi
mkdir .libs...


...-I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DwxPLOT_FAST_GRAPHICS=0 -g -O2 -MT genergdi.lo -MD -MP -MF .deps/genergdi.Tpo -c /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src/genergdi.cpp -fno-common -DPIC -o .libs/genergdi.o
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h: In member function 'bool wxGenericBrush::IsHatch() const':
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h:292: error: 'wxFIRST_HATCH' was not declared in this scope
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h:292: error: 'wxLAST_HATCH' was not declared in this scope
make[3]: *** [genergdi.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
matt-pauls-computer:~ mattpauls$ sudo make install
Password:
Making install in doc
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in efg
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in nfg
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Making install in sources
Making install in libgambit
test -z "/usr/local/lib" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/lib"
mkdir /usr/local
mkdir /usr/local/lib
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libgambit.la' '/usr/local/lib/libgambit.la'
/usr/bin/install -c .libs/libgambit.0.0.0.dylib /usr/local/lib/libgambit.0.0.0.dylib
(cd /usr/local/lib && rm -f libgambit.0.dylib && ln -s libgambit.0.0.0.dylib libgambit.0.dylib)
(cd /usr/local/lib && rm -f libgambit.dylib && ln -s libgambit.0.0.0.dylib libgambit.dylib)
/usr/bin/install -c .libs/libgambit.lai /usr/local/lib/libgambit.la
/usr/bin/install -c .libs/libgambit.a /usr/local/lib/libgambit.a
chmod 644 /usr/local/lib/libgambit.a
ranlib /usr/local/lib/libgambit.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include/libgambit" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/include/libgambit"
mkdir /usr/local/include
mkdir /usr/local/include/libgambit
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/integer.h' '/usr/local/include/libgambit/integer.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/rational.h' '/usr/local/include/libgambit/rational.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/array.h' '/usr/local/include/libgambit/array.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/list.h' '/usr/local/include/libgambit/list.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/map.h' '/usr/local/include/libgambit/map.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/vector.h' '/usr/local/include/libgambit/vector.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/vector.imp' '/usr/local/include/libgambit/vector.imp'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/pvector.h' '/usr/local/include/libgambit/pvector.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/pvector.imp' '/usr/local/include/libgambit/pvector.imp'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/dvector.h' '/usr/local/include/libgambit/dvector.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/dvector.imp' '/usr/local/include/libgambit/dvector.imp'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/recarray.h' '/usr/local/include/libgambit/recarray.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/matrix.h' '/usr/local/include/libgambit/matrix.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/matrix.imp' '/usr/local/include/libgambit/matrix.imp'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/sqmatrix.h' '/usr/local/include/libgambit/sqmatrix.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/sqmatrix.imp' '/usr/local/include/libgambit/sqmatrix.imp'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/number.h' '/usr/local/include/libgambit/number.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/game.h' '/usr/local/include/libgambit/game.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/behav.h' '/usr/local/include/libgambit/behav.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/behav.imp' '/usr/local/include/libgambit/behav.imp'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/behavitr.h' '/usr/local/include/libgambit/behavitr.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/behavspt.h' '/usr/local/include/libgambit/behavspt.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/mixed.h' '/usr/local/include/libgambit/mixed.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/mixed.imp' '/usr/local/include/libgambit/mixed.imp'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/stratitr.h' '/usr/local/include/libgambit/stratitr.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/stratspt.h' '/usr/local/include/libgambit/stratspt.h'
/usr/bin/install -c -m 644 '/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/libgambit/libgambit.h' '/usr/local/include/libgambit/libgambit.h'
Making install in tools
Making install in convert
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
mkdir /usr/local/bin
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-nfg2html' '/usr/local/bin/gambit-nfg2html'
/usr/bin/install -c .libs/gambit-nfg2html /usr/local/bin/gambit-nfg2html
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-nfg2tex' '/usr/local/bin/gambit-nfg2tex'
/usr/bin/install -c .libs/gambit-nfg2tex /usr/local/bin/gambit-nfg2tex
make[4]: Nothing to be done for `install-data-am'.
Making install in enummixed
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-enummixed' '/usr/local/bin/gambit-enummixed'
/usr/bin/install -c .libs/gambit-enummixed /usr/local/bin/gambit-enummixed
make[4]: Nothing to be done for `install-data-am'.
Making install in enumpoly
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-enumpoly' '/usr/local/bin/gambit-enumpoly'
/usr/bin/install -c .libs/gambit-enumpoly /usr/local/bin/gambit-enumpoly
make[4]: Nothing to be done for `install-data-am'.
Making install in enumpure
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-enumpure' '/usr/local/bin/gambit-enumpure'
/usr/bin/install -c .libs/gambit-enumpure /usr/local/bin/gambit-enumpure
make[4]: Nothing to be done for `install-data-am'.
Making install in gt
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-gnm' '/usr/local/bin/gambit-gnm'
/usr/bin/install -c .libs/gambit-gnm /usr/local/bin/gambit-gnm
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-ipa' '/usr/local/bin/gambit-ipa'
/usr/bin/install -c .libs/gambit-ipa /usr/local/bin/gambit-ipa
make[4]: Nothing to be done for `install-data-am'.
Making install in lcp
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-lcp' '/usr/local/bin/gambit-lcp'
/usr/bin/install -c .libs/gambit-lcp /usr/local/bin/gambit-lcp
make[4]: Nothing to be done for `install-data-am'.
Making install in liap
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-liap' '/usr/local/bin/gambit-liap'
/usr/bin/install -c .libs/gambit-liap /usr/local/bin/gambit-liap
make[4]: Nothing to be done for `install-data-am'.
Making install in logit
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-logit' '/usr/local/bin/gambit-logit'
/usr/bin/install -c .libs/gambit-logit /usr/local/bin/gambit-logit
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-nfg-logitdyn' '/usr/local/bin/gambit-nfg-logitdyn'
/usr/bin/install -c .libs/gambit-nfg-logitdyn /usr/local/bin/gambit-nfg-logitdyn
make[4]: Nothing to be done for `install-data-am'.
Making install in lp
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-lp' '/usr/local/bin/gambit-lp'
/usr/bin/install -c .libs/gambit-lp /usr/local/bin/gambit-lp
make[4]: Nothing to be done for `install-data-am'.
Making install in simpdiv
test -z "/usr/local/bin" || /bin/sh /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/mkinstalldirs "/usr/local/bin"
/bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gambit-simpdiv' '/usr/local/bin/gambit-simpdiv'
/usr/bin/install -c .libs/gambit-simpdiv /usr/local/bin/gambit-simpdiv
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in labenski
Making install in art
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in doc
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in include
Making install in wx
Making install in plotctrl
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in sheet
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
Making install in wxthings
Making install in bitmaps
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[7]: Nothing to be done for `install-exec-am'.
make[7]: Nothing to be done for `install-data-am'.
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
Making install in src
if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gambit\" -DVERSION=\"0.2007.01.30\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 -DHAVE_SRAND48=1 -DHAVE_DRAND48=1 -I. -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DwxPLOT_FAST_GRAPHICS=0 -g -O2 -MT genergdi.lo -MD -MP -MF ".deps/genergdi.Tpo" -c -o genergdi.lo /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src/genergdi.cpp; \
then mv -f ".deps/genergdi.Tpo" ".deps/genergdi.Plo"; else rm -f ".deps/genergdi.Tpo"; exit 1; fi
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gambit\" -DVERSION=\"0.2007.01.30\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_BCMP=1 -DHAVE_SRAND48=1 -DHAVE_DRAND48=1 -I. -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DwxPLOT_FAST_GRAPHICS=0 -g -O2 -MT genergdi.lo -MD -MP -MF .deps/genergdi.Tpo -c /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src/genergdi.cpp -fno-common -DPIC -o .libs/genergdi.o
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h: In member function 'bool wxGenericBrush::IsHatch() const':
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h:292: error: 'wxFIRST_HATCH' was not declared in this scope
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h:292: error: 'wxLAST_HATCH' was not declared in this scope
make[3]: *** [genergdi.lo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
matt-pauls-computer:~ mattpauls$
 

s2mcpaul

macrumors member
Original poster
May 14, 2006
38
0
Maybe a better way to address this is to ask the best way to go about compiling this or any software package. Again I have very little knowledge in terminal, but I am very capable and willing to to the work to learn how to use it. Most of the problems that find is that all material assume a general understanding of terminal.

Thanks.
 

ChrisA

macrumors G5
Jan 5, 2006
12,584
1,700
Redondo Beach, California
t-I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src -I/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -D__WXDEBUG__ -D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DNO_GCC_PRAGMA -DwxPLOT_FAST_GRAPHICS=0 -g -O2 -MT genergdi.lo -MD -MP -MF .deps/genergdi.Tpo -c /Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/src/genergdi.cpp -fno-common -DPIC -o .libs/genergdi.o
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h: In member function 'bool wxGenericBrush::IsHatch() const':
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h:292: error: 'wxFIRST_HATCH' was not declared in this scope
/Users/mattpauls/Desktop/Downloads/gambit-0.2007.01.30/sources/labenski/include/wx/wxthings/genergdi.h:292: error: 'wxLAST_HATCH' was not declared in this scope
make[3]: *** [genergdi.lo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
matt-pauls-computer:~ mattpauls$

First off there is no need to quote the ten billion lines were everything went right. The error occurs on the last step

Does this program use "wxWindows"? It sure looks like it. Can you build a trivial test program that uses wxWindows?

If I had to make a blind guess, I'd guess it has something to do with the version of wxWindows you have and the version expected by the software you are trying to build. Another guess is the same but applied to versions of the GCC compiler. Newer releases of GCC tend to tighten down the rules of what is acceptable code. But I am making a blind guess here as I can't see the code. And no, I don't want to look at anything but a trivial test case that fails. Could also be that you are missing a #include some place or the xwWindows system is broken on the Mac or broken for the specifi compiler version you are using
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.