SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] scirun5


Chronological Thread 
  • From: Dan White <dwhite@sci.utah.edu>
  • To: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] scirun5
  • Date: Tue, 03 Jun 2014 11:24:25 -0600

Is BUILD_WITH_PYTHON turned off in CMake? That's the same error I get on Windows when I try building with that flag on. That part of the build is being reworked by Ayla currently, so I'd wait a bit before trying again, assuming that flag is off as you say. I haven't tested the Linux build recently, it had other problems that I think are fixed. This looks like a configuration issue however.
Dan

On 6/3/2014 8:17 AM, Petar Petrov wrote:
Hello scirun users,
I would like some help with building the new scirun5 project.
Managed to sync my clone with the latest from repository:
https://github.com/SCIInstitute/SCIRunGUIPrototype.git

the only pre-req. in README.md are: qt4.8 gcc4.7 cmake2.8 or above
however, that seems not to be the case. one strange think i found out
is the discrepancy between cmake gui configuration and the final make
build of the project. What I did was selecting bare minimum from
cmake-gui (that means excluding cleaver,gmock,gtest,python,testing )
yet when running make all excluded options seems to get fetched and
build anyway anyhow.


ultimately here is my error:

[ 80%] Building CXX object CMakeFiles/boost.dir/libs/python/src/dict.cpp.o
In file included from
/home/ppetrov/scirun5/src/Externals/boost/boost/python/detail/prefix.hpp:13:0,
from
/home/ppetrov/scirun5/src/Externals/boost/boost/python/dict.hpp:8,
from
/home/ppetrov/scirun5/src/Externals/boost/libs/python/src/dict.cpp:4:
/home/ppetrov/scirun5/src/Externals/boost/boost/python/detail/wrap_python.hpp:50:23:
fatal error: pyconfig.h: No such file or directory
compilation terminated.
make[5]: *** [CMakeFiles/boost.dir/libs/python/src/dict.cpp.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[4]: *** [CMakeFiles/boost.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [Externals/boost/src/Boost_external-stamp/Boost_external-build]
Error 2
make[1]: *** [CMakeFiles/Boost_external.dir/all] Error 2
make: *** [all] Error 2


My request will be to someone of you who managed to build latest
scirun5 in linux to share the full procedure.

Thanks in advance,
Petar




Archive powered by MHonArc 2.6.18.

Top of page