From: Jaap S. <j....@hc...> - 2006-08-12 16:47:57
|
Bruce Sherwood wrote: > 4.beta5 is now downloadable from > http://sourceforge.net/projects/visualpython > Trying to install the 4.beta5 under SAGE (Software for Algebra and Geometry Experimentation), see http://modular.math.washington.edu/sage/index.html SAGE comes with its own Python, so I did the following configure: >> [root@paix buildbeta]# PYTHON=/usr/local/sage/local/bin/python ../visual-4.beta5/configure --prefix=/usr/local/sage/local >> >> [...] >> But the following make failed: >> [root@paix buildbeta]# make >> Making all in site-packages/visual >> make[1]: Entering directory `/home/jaap/work/downloads/buildbeta/site-packages/visual' >> make[1]: Nothing to be done for `all'. >> make[1]: Leaving directory `/home/jaap/work/downloads/buildbeta/site-packages/visual' >> Making all in src >> make[1]: Entering directory `/home/jaap/work/downloads/buildbeta/src' >> Compiling ../../visual-4.beta5/src/core/arrow.cpp ... >> Compiling ../../visual-4.beta5/src/core/axial.cpp ... >> Compiling ../../visual-4.beta5/src/core/box.cpp ... >> Compiling ../../visual-4.beta5/src/core/cone.cpp ... >> Compiling ../../visual-4.beta5/src/core/cylinder.cpp ... >> Compiling ../../visual-4.beta5/src/core/display_kernel.cpp ... >> Compiling ../../visual-4.beta5/src/core/ellipsoid.cpp ... >> Compiling ../../visual-4.beta5/src/core/frame.cpp ... >> Compiling ../../visual-4.beta5/src/core/label.cpp ... >> Compiling ../../visual-4.beta5/src/core/mouseobject.cpp ... >> Compiling ../../visual-4.beta5/src/core/primitive.cpp ... >> Compiling ../../visual-4.beta5/src/core/pyramid.cpp ... >> Compiling ../../visual-4.beta5/src/core/rectangular.cpp ... >> Compiling ../../visual-4.beta5/src/core/renderable.cpp ... >> Compiling ../../visual-4.beta5/src/core/ring.cpp ... >> Compiling ../../visual-4.beta5/src/core/sphere.cpp ... >> Compiling ../../visual-4.beta5/src/python/convex.cpp ... >> Compiling ../../visual-4.beta5/src/python/curve.cpp ... >> Compiling ../../visual-4.beta5/src/python/cvisualmodule.cpp ... >> Compiling ../../visual-4.beta5/src/python/faces.cpp ... >> Compiling ../../visual-4.beta5/src/python/num_util.cpp ... >> Compiling ../../visual-4.beta5/src/python/num_util_impl_numarray.cpp ... >> make[1]: *** [num_util_impl_numarray.lo] Error 1 >> make[1]: Leaving directory `/home/jaap/work/downloads/buildbeta/src' >> make: *** [all-recursive] Error 1 >> [root@paix buildbeta]# >> >> >> >> >> But a 'make clean' and '../visual-4.beta5/configure' without arguments succeeded >> [root@paix buildbeta]# make >> Making all in site-packages/visual >> make[1]: Entering directory `/home/jaap/work/downloads/buildbeta/site-packages/visual' >> make[1]: Nothing to be done for `all'. >> make[1]: Leaving directory `/home/jaap/work/downloads/buildbeta/site-packages/visual' >> Making all in src >> make[1]: Entering directory `/home/jaap/work/downloads/buildbeta/src' >> Compiling ../../visual-4.beta5/src/core/arrow.cpp ... >> Compiling ../../visual-4.beta5/src/core/axial.cpp ... >> Compiling ../../visual-4.beta5/src/core/box.cpp ... >> Compiling ../../visual-4.beta5/src/core/cone.cpp ... >> Compiling ../../visual-4.beta5/src/core/cylinder.cpp ... >> Compiling ../../visual-4.beta5/src/core/display_kernel.cpp ... >> Compiling ../../visual-4.beta5/src/core/ellipsoid.cpp ... >> Compiling ../../visual-4.beta5/src/core/frame.cpp ... >> Compiling ../../visual-4.beta5/src/core/label.cpp ... >> Compiling ../../visual-4.beta5/src/core/mouseobject.cpp ... >> Compiling ../../visual-4.beta5/src/core/primitive.cpp ... >> Compiling ../../visual-4.beta5/src/core/pyramid.cpp ... >> Compiling ../../visual-4.beta5/src/core/rectangular.cpp ... >> Compiling ../../visual-4.beta5/src/core/renderable.cpp ... >> Compiling ../../visual-4.beta5/src/core/ring.cpp ... >> Compiling ../../visual-4.beta5/src/core/sphere.cpp ... >> Compiling ../../visual-4.beta5/src/python/convex.cpp ... >> Compiling ../../visual-4.beta5/src/python/curve.cpp ... >> Compiling ../../visual-4.beta5/src/python/cvisualmodule.cpp ... >> Compiling ../../visual-4.beta5/src/python/faces.cpp ... >> Compiling ../../visual-4.beta5/src/python/num_util.cpp ... >> Compiling ../../visual-4.beta5/src/python/num_util_impl_numarray.cpp ... >> Compiling ../../visual-4.beta5/src/python/num_util_impl_numeric.cpp ... >> Compiling ../../visual-4.beta5/src/python/scalar_array.cpp ... >> [...] >> Compiling ../../visual-4.beta5/src/python/wrap_ustring.cpp ... >> Linking cvisualmodule.la ... >> Installing cvisualmodule.la to /home/jaap/downloads/buildbeta/site-packages/cvisualmodule.la >> [...] > Why? I don't understand what is going on. Jaap |