On Wed, Jan 30, 2013 at 9:57 AM, rsamurti [via LibreCAD]
<
[hidden email]> wrote:
> Hello,
>
> I am maintaining LibreCAD precompiled packages for Zenwalk GNU Linux
> (www.zenwalk.org) The latest git version is building properly. But the build
> log has these lines:
>
> Project MESSAGE: Using boost libraries in .
> Project MESSAGE: muParser was not found, please install muParser!
> Project MESSAGE: Using muParser libraries in .
> Project MESSAGE: We will be using CPP11 features
> Project MESSAGE: ttf2lff using libraries in .
>
> I have installed both boost and muparser. Why is this message coming? How to
> correct this?
That might be a (harmless) bug. On linux, if MUPARSER_DIR or BOOST_DIR
is not set, you get those warnings - even thought package will compile
and run without it.
Perhaps we should get rid of those warnings or define those two
variables in settings_linux.pro?