Re: Developing Slackware installation procedure
Posted by
R. van Twisk on
Jun 28, 2011; 12:01pm
URL: https://forum.librecad.org/Developing-Slackware-installation-procedure-tp4530576p4531535.html
On Jun 27, 2011, at 10:13 PM, catkin [via LibreCAD] wrote:
Hello 
I would like to develop a LibreCAD installation procedure for Slackware (Slackware64 13.1) but have encountered a qmake problem and do not know enough about qmake to debug it.
Using the Ubuntu 10.10 installation procedure as a basis, I downloaded the git, ran qmake (which generated Makefile and two directories) and ran qmake Makefile which generated the following error:
Makefile:1079: Parse Error ('first: all')
Netsearching suggested this is caused by an error in the .pro file but librecad.pro does not contain anything to generate "first: all" to my unlearned eyes.
What to do?
Charles,
I will take a look at the CMS and see why it appears on one line...
However, it sounds like if you are running qmake on the makefile.
The process is like this:
first execute : qmake
Wait until it finishes, then rune make
This process is also explained here:
(but instead of suing svn we now use git)
Ries
Incidentally the Ubuntu 10.10 installation procedure has lines run together such as "cd ~ mkdir source cd source" and there's a typo in "Note: if you have 1t3 and qt4".
Best
Charles