Error when install from source on linux

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

Error when install from source on linux

Dima
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

Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

ravas
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

ravas
Nevermind... I see you did run qmake.
I wish I could help...
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

dxli
In reply to this post by Dima
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
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

Dima
Unable to collect, after some time the process freezes. Screenshot attached.
screenshot
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

ravas
I only see warnings, which won't stop the build.

The stable ppa will probably be updated within 24 hours.
https://github.com/LibreCAD/LibreCAD/issues/670
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

dxli
In reply to this post by Dima
There no error shown.

What do you mean with freezing

It is possible to get kinds of freezing if you runs out of memory, or overheat the cpu.

Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

ravas
In reply to this post by Dima
If you added the -j make argument, that could possibly freeze it.
Try without -j.
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

ravas
In reply to this post by Dima
Scott Howard updated the wiki articles for Qt 5,
and https://launchpad.net/~librecad-dev

https://github.com/LibreCAD/LibreCAD/issues/670
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

dxli
In reply to this post by ravas
Reply | Threaded
Open this post in threaded view
|

Re: Error when install from source on linux

ravas
Thanks, they weren't showing with default clang settings.