I am trying to build gras but stuck with following error:
– Found SWIG: /usr/bin/swig (found version “1.3.40”)
– Found PythonLibs: /usr/lib/libpython2.7.so
CMake Error at python/gras/CMakeLists.txt:9 (include):
include could not find load file:
GrSwig
CMake Error at python/gras/CMakeLists.txt:10 (include):
include could not find load file:
CMake Error at python/gras/CMakeLists.txt:10 (include):
include could not find load file:
GrPython
did’nt find any solution
Those files should be in ${GRAS_SOURCE_DIR}/PMC/cmake/Modules
Does that directory exist for you? Did you follow the build
instructions, the submodule commands are very important for fetching all
the code. Thats my guess:
So I have a helpful error message macro for this reason, but it looks
like it wouldnt have been triggered since the submodules default to
empty directories in a fresh checkout. This fixes the error message:
-josh
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.