On 2010/5/9 Thomas Paviot wrote: > 2010/5/9 John Griessen >> >> I can't get the first instruction done on debian unstable... >> >> cd src >> sh ./wrapper/build_smesh.sh >> >> CMake Error: The following variables are used in this project, but they >> are set to NOTFOUND. >> Please set them or make sure they are set and tested correctly in the >> CMake files: >> OCC_INCLUDE_PATH >> >> >> From my environment: >> >> OCC_INC=/usr/include/opencascade >> OCC_INCLUDE_PATH=/usr/include/opencascade [...]
Hi, You misread the error message, it says that this variable should be modified within CMake files, this is not an environment variable. > I can't believe it's already on debian install : it's something I committed > a few days ago and which is still unter development. > In order to build/install SMESH on your machine, you can: > cd contrib/src/SMESH > cmake-gui . Or cmake -DOCC_INCLUDE_PATH=/usr/include/opencascade . if cmake-gui is not available. Here is a patch to allow setting OCC_INCLUDE_PATH via environment variables. But the 2nd step in the README is to run build_geom.sh and this file is not found in SVN, can you please add it? Denis
build_smesh.patch
Description: Binary data
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users