From: Neal M. H. <nh...@do...> - 2005-04-06 18:19:35
|
I've some experience with SuSE 9.1 that might be similar. After the compile fails, you have to look at cvisual/build.log Mine ended with: " g++ -I/usr/include/python2.3 -DHAVE_CONFIG_H -I. -I. -I/opt/gnome/include/gtk-1.2 -I/usr/X11R6/include -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -D_REENTRANT -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -I/opt/gnome/include -I/usr/local/include -fpic -DPIC -g -O2 -ftemplate-depth-120 -g0 -c cvisualmodule.cpp -fPIC -DPIC -o .libs/cvisualmodule.o " /usr/include/boost/mpl/if.hpp:75: internal compiler error: Segmentation fault " Please submit a full bug report, " with preprocessed source if appropriate. " See <URL:http://www.suse.de/feedback> for instructions. " Preprocessed source stored into /tmp/cck3x8YB.out file, please attach this to your bugreport. I was using the default gcc-3.3.3 and boost 1-31, which, according to the special SuSE docs, is OK. However, I downloaded and compiled boost 1-32, and that cleared it up. I got visual installed with no probs after that. I can send more detailed instructions, if you want. On Wed, Apr 06, 2005 at 01:05:36PM -0500, Vic Kelson wrote: > Hi. > > I'm trying to build VP with gcc-3.4.3 (built from source) on RedHat 9. I > installed all the dependencies, 'configure' works without a hitch, then > 'make' fails. Please see below. Have I done something obvious wrong? > > THANKS! > --vic > > > checking the python module search path ... > ['/opt/local/share2-gcc-3.4.3/src/python-extensions/visual-3.0.3', > '/home/vic/workbench/sfwmd', > '/opt/local/share2/apps/python-2.4.1/lib/python24.zip', > '/opt/local/share2/apps/python-2.4.1/lib/python2.4', > '/opt/local/share2/apps/python-2.4.1/lib/python2.4/plat-linux2', > '/opt/local/share2/apps/python-2.4.1/lib/python2.4/lib-tk', > '/opt/local/share2/apps/python-2.4.1/lib/python2.4/lib-dynload', > '/opt/local/share2/apps/python-2.4.1/lib/python2.4/site-packages', > '/opt/local/share2/apps/python-2.4.1/lib/python2.4/site-packages/Numeric'] > configure: creating ./config.status > config.status: creating Makefile > config.status: creating cvisual/Makefile > config.status: creating cvisual/vpython > config.status: creating visual/Makefile > config.status: creating docs/Makefile > config.status: creating demos/Makefile > config.status: creating idle_VPython/Makefile > config.status: creating cvisual/config.h > config.status: cvisual/config.h is unchanged > config.status: executing depfiles commands > [vic@rhl9 visual-3.0.3]$ make > Making all in visual > make[1]: Entering directory > `/opt/local/share2-gcc-3.4.3/src/python-extensions/visual-3.0.3/visual' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory > `/opt/local/share2-gcc-3.4.3/src/python-extensions/visual-3.0.3/visual' > Making all in cvisual > make[1]: Entering directory > `/opt/local/share2-gcc-3.4.3/src/python-extensions/visual-3.0.3/cvisual' > Updating dependancy information for ring.cpp ... > make[1]: *** [ring.d] Error 1 > make[1]: Leaving directory > `/opt/local/share2-gcc-3.4.3/src/python-extensions/visual-3.0.3/cvisual' > make: *** [all-recursive] Error 1 > [vic@rhl9 visual-3.0.3]$ > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users -- Neal Holtz http://www.docuweb.ca/~nholtz Dept. of Civil and Environmental Engineering, Carleton University, Ottawa, Ontario, Canada K1S 5B6. nh...@do... |