simit
simit copied to clipboard
FEM app compilation error
Hi, It looks like I have a compilation error related to simit_assert. Is something missing in my case or something should get fixed here? Fem.txt
There is a problem linking to the compiled simit program.
Did you set the environment variables? Consider putting this into your .bashrc
file.
export SIMIT_INCLUDE_DIR="/home/kidoobi/simit.git/trunk/src"
export SIMIT_LIBRARY_DIR="/home/kidoobi/simit.git/trunk/build/lib"
The application seem to work fine so there is something wrong the compilation setup as it seems like the fem app does not know about your compiled simit code.