William, Thanks for working on this. I just tried it. I seem to be missing something.
I put the display_driver folder into ../grass6/gui/wxpython as you suggested. I copied your new Makefile and setup.py into the display_driver folder I then ran python setup.py I received the following error cmb-MBP:~/grass_dev/grass6/gui/wxpython/display_driver cmbarton$ python setup.pyusage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help I tried --help-commands, which gave me some options. So I tried build, build_py, and install as arguments to setup.py. The results are below. Any suggestions? Michael ======= attempts to run setup.py ============== cmb-MBP:~/grass_dev/grass6/gui/wxpython/display_driver cmbarton$ python setup.py build running build running build_py file grass6_wxdriver.py (for module grass6_wxdriver) not found file grass6_wxdriver.py (for module grass6_wxdriver) not found running build_ext building 'grass6_wxdriver' extension creating build creating build/temp.macosx-10.3-fat-2.5 gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -D__WXDEBUG__= -D__WXMAC__= -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -DNO_GCC_PRAGMA= -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -I/Library/Frameworks/GDAL.framework/unix/include -I/Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.10.1/include -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c grass6_wxdriver_wrap.cxx -o build/temp.macosx-10.3-fat-2.5/grass6_wxdriver_wrap.o powerpc-apple-darwin8-gcc-4.0.1: grass6_wxdriver_wrap.cxx: No such file or directory powerpc-apple-darwin8-gcc-4.0.1: no input files i686-apple-darwin8-gcc-4.0.1: grass6_wxdriver_wrap.cxx: No such file or directory i686-apple-darwin8-gcc-4.0.1: no input files lipo: can't figure out the architecture type of: /var/tmp//ccFKl9UF.out error: command 'gcc' failed with exit status 1 cmb-MBP:~/grass_dev/grass6/gui/wxpython/display_driver cmbarton$ python setup.py build_py running build_py file grass6_wxdriver.py (for module grass6_wxdriver) not found file grass6_wxdriver.py (for module grass6_wxdriver) not found cmb-MBP:~/grass_dev/grass6/gui/wxpython/display_driver cmbarton$ cmb-MBP:~/grass_dev/grass6/gui/wxpython/display_driver cmbarton$ python setup.py install running install running build running build_py file grass6_wxdriver.py (for module grass6_wxdriver) not found file grass6_wxdriver.py (for module grass6_wxdriver) not found running build_ext building 'grass6_wxdriver' extension gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -D__WXDEBUG__= -D__WXMAC__= -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES= -DNO_GCC_PRAGMA= -I/usr/lib/wx/include/mac-unicode-debug-2.5 -I/usr/include/wx-2.5 -I/Library/Frameworks/GDAL.framework/unix/include -I/Users/cmbarton/grass_dev/grass6/dist.i686-apple-darwin8.10.1/include -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c grass6_wxdriver_wrap.cxx -o build/temp.macosx-10.3-fat-2.5/grass6_wxdriver_wrap.o i686-apple-darwin8-gcc-4.0.1: grass6_wxdriver_wrap.cxx: No such file or directory powerpc-apple-darwin8-gcc-4.0.1: i686-apple-darwin8-gcc-4.0.1: no input files grass6_wxdriver_wrap.cxx: No such file or directory powerpc-apple-darwin8-gcc-4.0.1: no input files lipo: can't figure out the architecture type of: /var/tmp//ccML6MOz.out error: command 'gcc' failed with exit status 1 cmb-MBP:~/grass_dev/grass6/gui/wxpython/display_driver cmbarton$ __________________________________________ Michael Barton, Professor of Anthropology Director of Graduate Studies School of Human Evolution & Social Change Center for Social Dynamics & Complexity Arizona State University phone: 480-965-6213 fax: 480-965-7671 www: http://www.public.asu.edu/~cmbarton _______________________________________________ grassgui mailing list [email protected] http://grass.itc.it/mailman/listinfo/grassgui
