Under Ubuntu 16.04 libproj is required for compiling
Closed this issue · 2 comments
Deleted user commented
apt-get install libproj-dev
is also required:
[ 99%] Linking CXX static library libvisualizator.a
[ 99%] Built target visualizator
Scanning dependencies of target ginkgocadx
make[2]: *** No rule found to create „/usr/lib/x86_64-linux-gnu/libproj.so“,
required by „ginkgocadx/ginkgocadx“. End.
gerddie commented
Yes, this is actually a bug in libvtk6-dev that has since been fixed at least in Debian. Unfortunately, Ubuntu 16.04 doesn't yet carry that version.
Deleted user commented
Alright, then this is not an issue of ginkgocadx itself and I can close here. You may want to note that in the readme though.