Re: failure to complile mac 10.6.8
Posted by
dxli on
Dec 07, 2015; 5:48pm
URL: https://forum.librecad.org/failure-to-complile-mac-10-6-8-tp5712676p5712677.html
Hi,
From your command line log, the qmake is run within the Qt installation directory. Let's do something more reasonable:
cd ~
git clone https://github.com/LibreCAD/LibreCAD.git
cd LibreCAD
git checkout -b 2.0 origin/2.0 #use the stable branch instead of master
~/qt5.1.1/clang_64/bin/qmake -r #only if this fails, try with -spec mkspec/macports
make
LibreCAD.app/Contents/MacOS/LibreCAD #to launch LibreCAD, if building is successful
Please have a look at
http://wiki.librecad.org/index.php/LibreCAD_Installation_from_Source#Building_LibreCAD-2.0_on_OS.2FX (probably, outdated a little)
dsmoret@hotmail.com wrote
Hello! I have this mac version, and I think it would be useful because that mac version is good for old yet usable computers.
So I decided to try to compile it, with gcc48, macports and Qt5.1.1, but finally I get this error:
Cannot find feature spec_pre.prf
And here is everything I made from the beginning:
http://pastebin.com/cxkctyq3I am sorry for my zero knowledge about computers or programming in general, and do not want to waste your time. However, I think if this version exists, it will downloaded a lot.
Best Regards from Spain