From: Vic K. <vi...@wi...> - 2005-04-06 18:05:39
|
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]$ |
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... |
From: Jonathan B. <jbr...@ea...> - 2005-04-06 18:48:29
|
On Wed, 2005-04-06 at 14:19 -0400, Neal M. Holtz wrote: > 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) Boost.Python 1.32 was the earliest version to support GCC 3.4.x; Is that what you have installed? I also recommend that you install the latest release of VPython, version 3.1.1. > 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 You will have to read cvisual/build.log to see what error(s) the compiler produced. -Jonathan |
From: Vic K. <vi...@wi...> - 2005-04-06 19:19:50
|
H again, Okie-dokie. I didn't know about the cvisual/build.log file -- I was wondering where the messages were <wink>. It appears that, for some reason, the Boost includes and libs weren't in the right place. I'm bjam'ing them again now (I did have 1.32 of Boost, btw). I hope this fixes the problem... Where do I get VPython-3.1.1 sources? I can only find 3.0.3 on the VP website... THANKS again! --v Jonathan Brandmeyer wrote: >On Wed, 2005-04-06 at 14:19 -0400, Neal M. Holtz wrote: > > > >>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) >>> >>> > >Boost.Python 1.32 was the earliest version to support GCC 3.4.x; Is that >what you have installed? I also recommend that you install the latest >release of VPython, version 3.1.1. > > > >> 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 >>> >>> > >You will have to read cvisual/build.log to see what error(s) the >compiler produced. > >-Jonathan > > > >------------------------------------------------------- >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 > > |
From: Floris B. <fb...@so...> - 2005-04-06 20:03:20
|
On Wed, Apr 06, 2005 at 02:19:43PM -0500, Vic Kelson wrote: > Where do I get VPython-3.1.1 sources? I can only find 3.0.3 on the VP > website... http://sourceforge.net/projects/visualpython/ have fun Floris -- Debian GNU/Linux -- The power of freedom www.debian.org | www.gnu.org | www.kernel.org |
From: Jonathan B. <jbr...@ea...> - 2005-04-07 03:16:29
|
On Wed, 2005-04-06 at 14:19 -0500, Vic Kelson wrote: > H again, > > Okie-dokie. I didn't know about the cvisual/build.log file -- I was > wondering where the messages were <wink>. It appears that, for some > reason, the Boost includes and libs weren't in the right place. I'm > bjam'ing them again now (I did have 1.32 of Boost, btw). I hope this > fixes the problem... Perform step 5 from "Build the Boost Libraries" on this page: http://www.vpython.org/Building%20VPython%20on%20SuSE.html As a side note, I've recently realized that the instructions and configury for the source package contain a couple of Debianisms with regard to finding the Boost libraries. I will improve this in the next release. -Jonathan |
From: Flavio C. <fcc...@gm...> - 2005-04-06 21:00:30
|
Ok, I've had this problem before. make sure you have installed the python wrappers to the boost libraries. On= =20 Debian they come as a separate .deb. I don't know about RH good luck, Flavio On Apr 6, 2005 3:05 PM, Vic Kelson <vi...@wi...> wrote: >=20 > Hi. >=20 > 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? >=20 > THANKS! > --vic >=20 > 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]$ >=20 > ------------------------------------------------------- > 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=3D6595&alloc_id=3D14396&op=3Dclick > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users >=20 --=20 Fl=E1vio Code=E7o Coelho --------------------------- Great spirits have always found violent opposition from mediocrities. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence. Albert Einstein |