On 02/28/2012 03:14 AM, Davide BaĆ¹ wrote: >> From the IT department they suggested me to copy the >> include/internal did to the build dir: >> cp -r ./modules/kernel/include/internal/ build/include/
Odd that that would work, since 1) something similar is supposed to happen automatically when you build IMP anyway and 2) the problem you reported was with the algebra module, not kernel. But if it works for you...
> Doing so, the code compiles. Also, in order to properly use the code > via the imppy.sh script, I just needed to add "$LD_LIBRARY_PATH" at > the end of the LD_LIBRARY_PATH definition.
The "official IMP way" to do this would be to set the ldlibpath variable in config.py or on the scons command line.
Ben