From: Bruce S. <Bru...@nc...> - 2009-03-25 01:14:44
|
It's difficult to tell without seeing the requested files config.log and src/build.log, but the implication is that the source file src/python/arrayprim.cpp is missing. I have no idea why. Another possibility is that the file exists but it would not compile due to some missing dependency. Again, it's not possible to tell without seeing the config.log and src/build.log files. Bruce Sherwood Ramakrishnan wrote: > Hi all > > I tried installing Vpython on a i386 FC10.The configuring went on well > without any problem, but I get an error saying stating *arrayprim.lo *is > missing.I could not find any clue on where to find this arrayprim.lo. > Given below is the error message. Any help in this regard would be > appreciated. > > Thanks in advance > > Cheers :) > Ram > > > [root@spectrin visual-5.03_candidate]# make > Making all in site-packages/visual > make[1]: Entering directory > `/usr/local/visual-5.03_candidate/site-packages/visual' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory > `/usr/local/visual-5.03_candidate/site-packages/visual' > Making all in src > make[1]: Entering directory `/usr/local/visual-5.03_candidate/src' > This is a quiet Makefile. If make exits with an error, check > src/build.log to see the complete error message(s). In the event of an > error that you cannot debug, please send a message to > vis...@li... > <mailto:vis...@li...>, including the files > config.log > and src/build.log, requesting assistance. > Compiling ./core/util/atomic_queue.cpp ... > Compiling ./core/util/displaylist.cpp ... > Compiling ./core/util/errors.cpp ... > Compiling ./core/util/extent.cpp ... > Compiling ./core/util/gl_extensions.cpp ... > Compiling ./core/util/gl_free.cpp ... > Compiling ./core/util/icososphere.cpp ... > Compiling ./core/util/quadric.cpp ... > Compiling ./core/util/render_manager.cpp ... > Compiling ./core/util/rgba.cpp ... > Compiling ./core/util/shader_program.cpp ... > Compiling ./core/util/texture.cpp ... > Compiling ./core/util/tmatrix.cpp ... > Compiling ./core/util/vector.cpp ... > Compiling ./core/arrow.cpp ... > Compiling ./core/axial.cpp ... > Compiling ./core/box.cpp ... > Compiling ./core/cone.cpp ... > Compiling ./core/cylinder.cpp ... > Compiling ./core/display_kernel.cpp ... > Compiling ./core/ellipsoid.cpp ... > Compiling ./core/frame.cpp ... > Compiling ./core/label.cpp ... > Compiling ./core/light.cpp ... > Compiling ./core/material.cpp ... > Compiling ./core/mouse_manager.cpp ... > Compiling ./core/mouseobject.cpp ... > Compiling ./core/primitive.cpp ... > Compiling ./core/pyramid.cpp ... > Compiling ./core/rectangular.cpp ... > Compiling ./core/renderable.cpp ... > Compiling ./core/ring.cpp ... > Compiling ./core/sphere.cpp ... > Compiling ./core/text.cpp ... > Compiling ./gtk2/display.cpp ... > Compiling ./gtk2/font_renderer.cpp ... > Compiling ./gtk2/random_device.cpp ... > Compiling ./gtk2/render_surface.cpp ... > Compiling ./gtk2/timer.cpp ... > *Compiling ./python/arrayprim.cpp* > *make[1]: *** [arrayprim.lo] Error 1* > *make[1]: Leaving directory `/usr/local/visual-5.03_candidate/src' > make: *** [all-recursive] Error 1* > > > > > Ramakrishnan N. > Complex Fluids and Biophysics Group > Department of Physics > IIT Madras > > Success has thousand fathers while failure is an orphan :-) > > > -- > Ramakrishnan N. > Complex Fluids and Biophysics Group > Department of Physics > IIT Madras > > Success has thousand fathers while failure is an orphan :-) > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > > > ------------------------------------------------------------------------ > > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |