thanks again for all your help. I'll try to answer your questions:
Yes, I use vtk from the standard Debian Jessie's repository.Do you use the system vtk version??
Right now I'm playing with both versions (5 and 6) to see which one may help me to solve this installation problem. Can you tell me which version of vtk I shall use in order to install the "master" branch?
Do you mean libvtkCommon.so?Where is it installed??
Code: Select all
$ find /usr/lib* ! -path "*paraview*" -name 'libvtkCommon.so'
/usr/lib/libvtkCommon.so
This time, with the new cmake build, it seems the problem has to do with the SOURCE_DIR variable. Seems there is some info missing about where to download the packages. I'd attached the shell output (see output.log) and the CMake log file. Here I'm copying the error messages that seem more relevant to me:
Code: Select all
CMake Error at /usr/share/cmake-3.0/Modules/ExternalProject.cmake:1467 (message):
error: no download info for 'fparser' -- please specify existing/non-empty
SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE, SVN_REPOSITORY,
GIT_REPOSITORY, HG_REPOSITORY or DOWNLOAD_COMMAND
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/ExternalProject.cmake:1847 (_ep_add_download_command)
CMakeLists.txt:15 (ExternalProject_Add)
CMake Error at /usr/share/cmake-3.0/Modules/ExternalProject.cmake:1467 (message):
error: no download info for 'CSXCAD' -- please specify existing/non-empty
SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE, SVN_REPOSITORY,
GIT_REPOSITORY, HG_REPOSITORY or DOWNLOAD_COMMAND
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/ExternalProject.cmake:1847 (_ep_add_download_command)
CMakeLists.txt:21 (ExternalProject_Add)
CMake Error at /usr/share/cmake-3.0/Modules/ExternalProject.cmake:1467 (message):
error: no download info for 'openEMS' -- please specify existing/non-empty
SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE, SVN_REPOSITORY,
GIT_REPOSITORY, HG_REPOSITORY or DOWNLOAD_COMMAND
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/ExternalProject.cmake:1847 (_ep_add_download_command)
CMakeLists.txt:28 (ExternalProject_Add)
CMake Error at /usr/share/cmake-3.0/Modules/ExternalProject.cmake:1467 (message):
error: no download info for 'QCSXCAD' -- please specify existing/non-empty
SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE, SVN_REPOSITORY,
GIT_REPOSITORY, HG_REPOSITORY or DOWNLOAD_COMMAND
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/ExternalProject.cmake:1847 (_ep_add_download_command)
CMakeLists.txt:35 (ExternalProject_Add)
CMake Error at /usr/share/cmake-3.0/Modules/ExternalProject.cmake:1467 (message):
error: no download info for 'AppCSXCAD' -- please specify
existing/non-empty SOURCE_DIR or one of URL, CVS_REPOSITORY and CVS_MODULE,
SVN_REPOSITORY, GIT_REPOSITORY, HG_REPOSITORY or DOWNLOAD_COMMAND
Call Stack (most recent call first):
/usr/share/cmake-3.0/Modules/ExternalProject.cmake:1847 (_ep_add_download_command)
CMakeLists.txt:42 (ExternalProject_Add)
Felipe.