simit icon indicating copy to clipboard operation
simit copied to clipboard

FEM app compilation error

Open luchesart opened this issue 6 years ago • 1 comments

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

luchesart avatar Jul 18 '18 16:07 luchesart

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.

VikingScientist avatar Sep 04 '18 08:09 VikingScientist