Login  Register

Re: Error when install from source on linux

Posted by dxli on Mar 14, 2016; 10:11pm
URL: https://forum.librecad.org/Error-when-install-from-source-on-linux-tp5713298p5713308.html

hi Dima,

you should run

qmake -r librecad.pro

or simply:

qmake -r

because the top folder contains only one .pro file from the official repository.

Dima wrote
I have error on install librecad from manual:
http://librecad.org/cms/home/from-source/linux.html

------------------- Terminal message ----------------------
dima@dima-VirtualBox:~/dev2/librecad$ ls
librecad.pro  librecad.sln  res  src  support  ts
dima@dima-VirtualBox:~/dev2/librecad$ qmake librecad.pro
dima@dima-VirtualBox:~/dev2/librecad$ make
cd src/ && /usr/lib/x86_64-linux-gnu/qt4/bin/qmake /home/dima/dev2/librecad/src/src.pro -o Makefile
Project MESSAGE: Found Boost in /usr
Project MESSAGE: Using Boost includes from /usr/include
Project MESSAGE: Using external muparser
cd src/ && make -f Makefile
make[1]: Entering directory `/home/dima/dev2/librecad/src'
make[1]: *** No rule to make target `../../generated/lib/libdxfrw.a', needed by `../../unix/librecad'.  Stop.
make[1]: Leaving directory `/home/dima/dev2/librecad/src'
make: *** [sub-src-make_default] Error 2
dima@dima-VirtualBox:~/dev2/librecad$
------------------------ end message -----------------

System: xubuntu 14.04 64bit