From: Giuliano B. <gb...@so...> - 2004-12-17 13:10:53
|
Hi, I'm trying to install visual python 3.0 on suse 9.1 using gcc 3.3.3 and since my python is under >/usr instead of >/usr/local I used >./configure --prefix=/usr and then >make The result is >cvisual.h:8:47: boost/python/detail/wrap_python.hpp: No such file or directory >cvisual.h:12:34: boost/python/tuple.hpp: No such file or directory >cvisual.h:13:33: boost/python/list.hpp: No such file or directory then I used >./configure --prefix=/usr --includedir=/usr/include and then > make and the result is again >cvisual.h:8:47: boost/python/detail/wrap_python.hpp: No such file or directory >cvisual.h:12:34: boost/python/tuple.hpp: No such file or directory >cvisual.h:13:33: boost/python/list.hpp: No such file or directory So I tried >./configure --prefix=/usr --includedir=/usr/include/boost/python/detail and then > make and the >cvisual.h:8:47: boost/python/detail/wrap_python.hpp: No such file or directory >cvisual.h:12:34: boost/python/tuple.hpp: No such file or directory >cvisual.h:13:33: boost/python/list.hpp: No such file or directory is always there. Even if it seems the compiler doesn't find the right path of that file, that is >/usr/include/boost/python/detail/wrap_python.hpp I'm not an expert of compiling, so I don't know exactly what to check to fix the problem. I'll be grateful to anyone's suggestion. Thanks -- Giuliano email gb...@so... |