SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] scirun5


Chronological Thread 
  • From: Petar Petrov <pip010@gmail.com>
  • To: "scirun-users@sci.utah.edu" <scirun-users@sci.utah.edu>
  • Subject: [SCIRUN-USERS] scirun5
  • Date: Tue, 3 Jun 2014 16:17:50 +0200

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