[MacPorts] #18723: qt4-mac won't install
MacPorts
noreply at macports.org
Tue Mar 3 16:29:43 PST 2009
#18723: qt4-mac won't install
---------------------------------------+------------------------------------
Reporter: mannequinZOD@… | Owner: erickt@…
Type: defect | Status: closed
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.0
Resolution: fixed | Keywords: qt4-mac
Port: qt4-mac |
---------------------------------------+------------------------------------
Changes (by mcalhoun@…):
* status: new => closed
* resolution: => fixed
Comment:
Just to recap, the problem seems to have been that mysql5-devel installs
${prefix}/include/mysql5/mysql/plugin.h.[[BR]]
Since -I${prefix}/include/mysql/mysql is before -Iplugins in the compile
call[[BR]]
(made from directory src/3rdparty/webkit/WebCore),[[BR]]
{{{
#include "Plugin.h"
}}}
in bindings/js/JSPluginCustom.cpp found
${prefix}/include/mysql/mysql/plugin.h instead of plugins/Plugins.h.
This should be fixed in r47699 by replacing
-I${prefix}/include/mysql/mysql with
-isystem${prefix}/include/mysql/mysql.[[BR]]
Please reopen if this fails to solve the problem.
--
Ticket URL: <http://trac.macports.org/ticket/18723#comment:19>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list