Changes between Version 1 and Version 2 of Ticket #43276, comment 2


Ignore:
Timestamp:
Feb 8, 2016, 10:06:49 AM (8 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43276, comment 2

    v1 v2  
    44
    55It's advisable anyway and the mp-installed packages are correctly being found.
     6
     7Here's an excerpt of the missing muparser:
     8{{{
     9        Project MESSAGE: We will be using CPP11 features
     10        Project ERROR: Boost installation not found.
     11        Project ERROR: does not contain a Boost installation
     12        Project MESSAGE: Using bundled muparser
     13        Project MESSAGE: Emulating C99 math features.
     14        Project MESSAGE: qtAddLibrary: found framework QtHelp in directory /opt/local/libexec/qt4/Library/Frameworks
     15        Project MESSAGE: Warning: unknown QT: help
     16        Project MESSAGE: qtAddLibrary: found framework QtSvg in directory /opt/local/libexec/qt4/Library/Frameworks
     17        Project MESSAGE: qtAddLibrary: found framework QtSql in directory /opt/local/libexec/qt4/Library/Frameworks
     18        Project MESSAGE: qtAddLibrary: found framework QtGui in directory /opt/local/libexec/qt4/Library/Frameworks
     19        Project MESSAGE: qtAddLibrary: found framework QtCore in directory /opt/local/libexec/qt4/Library/Frameworks/opt/local/libexec/qt4/share/mkspecs/features/qt_functions.prf(240): Function 'system' is not implemented
     20        Project ERROR: Package muparser not found
     21        Updating '/opt/local/var/macports/build/_opt_macports_trunk_dports_cad_LibreCAD/LibreCAD/work/LibreCAD-2.0.8/librecad/src/../ts/librecad_ar.qm'...
     22}}}
     23
     24I'm attaching reformatted main.log for build verb since the qmake output is not producing newlines.