I'm attempting to install GMAT R2013a on a MacBook Pro running Mac OS X 10.8.3. The prerequisites have been installed but the installation fails with messages occurring with wxWidgets - see log below.

Are there additional prerequisites I'm not aware of, or what?

Any ideas?

Sam Dupree.


Configured wxWidgets 2.8.12 for `i686-apple-darwin12.3.0'

  Which GUI toolkit should wxWidgets use?                 mac
  Should wxWidgets be compiled into single library?       no
  Should wxWidgets be compiled in debug mode?             no
  Should wxWidgets be linked as a shared library?         yes
  Should wxWidgets be compiled in Unicode mode?           no
  What level of wxWidgets compatibility should be enabled?
                                       wxWidgets 2.4      no
                                       wxWidgets 2.6      yes
  Which libraries should wxWidgets use?
                                       jpeg builtin
                                       png builtin
                                       regex              sys
                                       tiff builtin
                                       zlib               sys
                                       odbc               no
                                       expat              sys
                                       libmspack          no
                                       sdl                no

/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/bk-deps gcc -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.7 -c -o wxpng_png.o -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/lib/wx/include/mac-ansi-release-2.8 -I./include -fpascal-strings -I./src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -arch i386 -Wall -Wundef -O2 -fno-strict-aliasing -arch i386 -fno-common ./src/png/png.c
gcc.exec: error: unrecognized command line option '-fpascal-strings'
gcc.exec: error: unrecognized command line option '-no-cpp-precomp'
make: *** [wxpng_png.o] Error 1
cd src; make
/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/bk-deps g++ -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.7 -c -o fldll_antiflickpl.o -D__WXMAC__ -DWXBUILDING -I./../../include -DWXUSINGDLL -DWXMAKINGDLL_FL -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/lib/wx/include/mac-ansi-release-2.8 -I../../../include -fpascal-strings -I../../../src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -arch i386 -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -arch i386 -fno-common ./antiflickpl.cpp
g++.exec: error: unrecognized command line option '-fpascal-strings'
g++.exec: error: unrecognized command line option '-no-cpp-precomp'
make[2]: *** [fldll_antiflickpl.o] Error 1
/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/bk-deps g++ -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.7 -c -o gizmosdll_dynamicsash.o -D__WXMAC__ -DWXBUILDING -I./../../include -DWXUSINGDLL -DWXMAKINGDLL_GIZMOS -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/lib/wx/include/mac-ansi-release-2.8 -I../../../include -fpascal-strings -I../../../src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -arch i386 -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -arch i386 -fno-common ./dynamicsash.cpp
g++.exec: error: unrecognized command line option '-fpascal-strings'
g++.exec: error: unrecognized command line option '-no-cpp-precomp'
make[2]: *** [gizmosdll_dynamicsash.o] Error 1
make[2]: *** No targets specified and no makefile found. Stop.
/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/bk-deps g++ -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.7 -c -o ogldll_basic2.o -D__WXMAC__ -DWXBUILDING -I./../../include -DWXUSINGDLL -DWXMAKINGDLL_OGL -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/lib/wx/include/mac-ansi-release-2.8 -I../../../include -fpascal-strings -I../../../src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -arch i386 -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -arch i386 -fno-common ./basic2.cpp
g++.exec: error: unrecognized command line option '-fpascal-strings'
g++.exec: error: unrecognized command line option '-no-cpp-precomp'
make[2]: *** [ogldll_basic2.o] Error 1
/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/bk-deps g++ -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.7 -c -o plotdll_plot.o -D__WXMAC__ -DWXBUILDING -I./../../include -DWXUSINGDLL -DWXMAKINGDLL_PLOT -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/lib/wx/include/mac-ansi-release-2.8 -I../../../include -fpascal-strings -I../../../src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -arch i386 -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -arch i386 -fno-common ./plot.cpp
g++.exec: error: unrecognized command line option '-fpascal-strings'
g++.exec: error: unrecognized command line option '-no-cpp-precomp'
make[2]: *** [plotdll_plot.o] Error 1
/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/bk-deps g++ -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.7 -c -o stcdll_PlatWX.o -D__WXMAC__ -DWXBUILDING -I./../../include -I./scintilla/include -I./scintilla/src -D__WX__ -DSCI_LEXER -DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/lib/wx/include/mac-ansi-release-2.8 -I../../../include -fpascal-strings -I../../../src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -arch i386 -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -arch i386 -fno-common ./PlatWX.cpp
g++.exec: error: unrecognized command line option '-fpascal-strings'
g++.exec: error: unrecognized command line option '-no-cpp-precomp'
make[2]: *** [stcdll_PlatWX.o] Error 1
/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/bk-deps g++ -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.7 -c -o svgdll_dcsvg.o -D__WXMAC__ -DWXBUILDING -I./../../include -DWXUSINGDLL -DWXMAKINGDLL_SVG -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/Applications/gmat-src-R2013a/depends/wxWidgets/wxWidgets-2.8.12/lib/wx/include/mac-ansi-release-2.8 -I../../../include -fpascal-strings -I../../../src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -arch i386 -Wall -Wundef -Wno-ctor-dtor-privacy -O2 -fno-strict-aliasing -arch i386 -fno-common ./dcsvg.cpp
g++.exec: error: unrecognized command line option '-fpascal-strings'
g++.exec: error: unrecognized command line option '-no-cpp-precomp'
make[2]: *** [svgdll_dcsvg.o] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
/Applications/gmat-src-R2013a/
Dependency Configuration Complete!
users-MacBook-Pro:depends user$

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Gmat-users mailing list
Gmat-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gmat-users

Reply via email to