From: Markus H. <mh...@cd...> - 2018-08-07 18:23:52
|
Hi, I'm trying to compile rdock under Ubuntu 16.04.2 LTS, and get the following error (just a snippet; entire log is too long): make[2]: Leaving directory '/home/mheller/Downloads/rdock-git/build' make -j 4 -f Makefile.linux-g++-64-release-exe unit_test make[2]: Entering directory '/home/mheller/Downloads/rdock-git/build' /usr/bin/g++ -pipe -m64 -fpermissive -Wno-deprecated -fPIC -O3 -ffast-math -D_NDEBUG -I../include -I../include/GP -Llinux-g++-64/release/lib -I./test ./test/*.cxx -lRbt -ldl -lcppunit -o ./test/unit_test In file included from ../include/RbtPolarIdxSF.h:21:0, from ./test/OccupancyTest.cxx:7: ../include/RbtPolarSF.h:81:5: warning: extra qualification ‘RbtPolarSF::f1prms::’ on member ‘f1prms’ [-fpermissive] f1prms::f1prms(RbtDouble R, RbtDouble DMin, RbtDouble DMax) ^ make[2]: Leaving directory '/home/mheller/Downloads/rdock-git/build' cp -df linux-g++-64/release/exe/* ../bin make[1]: Leaving directory '/home/mheller/Downloads/rdock-git/build' % This is under csh. As far as dependencies go: g++ and gcc are 4:5.3.1; make is 4.1-6. I can't find popt or popt-devel using apt, but I installed libpopt0 (1.16-10) and libpopt-dev (1.16-10), which are the replacements suggested by apt. Similar for cppunit and cppunit-devel: apt can't find them and I ninstalled the recommendations: libcppunit-dev (1.13.2-2.1). How do I fix this and get the compilation to complete? Thanks Markus |