Closed frgomes closed 7 years ago
At the moment, before running the executable we have to inform where Clang libraries are located.
$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/developer/clang+llvm-3.8.0-x86_64-linux-gnu-debian8/lib $ bindgen/target/scala-2.11/bindgen-out
This is far from acceptable.
It's a matter of making sure the environment has all requirements installed. See: requirements.sh
At the moment, before running the executable we have to inform where Clang libraries are located.
This is far from acceptable.