Login  Register

Re: Build on OSX

Posted by dxli on Jan 31, 2014; 6:36am
URL: https://forum.librecad.org/Build-on-OSX-tp5709473p5709479.html

You may try to set in librecad/src/muparser.pri:

MUPARSER_DIR = /usr/local
INCLUDEPATH += "$${MUPARSER_DIR}/include"
LIBS += -L"$${MUPARSER_DIR}/lib" -lmuparser

remove all other lines

if it still fails, try to build muparser by MacPorts and restore changes in muparser.pri accordingly.

Gertwin wrote
New LibreCAD user (developer?) on OSX here.
bash-3.2$ pkg-config --cflags --libs muparser
-I/usr/local/include -L/usr/local/lib -lmuparser

Any ideas why qmake does not find muparser?