#18724: qt4-mac @4.4.3_1 QtGui lib missing ---------------------------+------------------------------------------------ Reporter: martin@… | Owner: erickt@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: qt4-mac ---------------------------+------------------------------------------------ Changes (by raimue@…): * cc: clubjuggler@… (added) * owner: macports-tickets@… => erickt@… * port: => qt4-mac Old description:
lastest gnunet-qt frontend doesn't compile, cause it's looking for QtGui library, but latest macports build creates QtGui_debug libs ->
XYZ:~ hexa$ port installed qt4-mac The following ports are currently installed: qt4-mac @4.4.3_1 (active)
XYZ:~ hexa$ pkg-config --libs QtGui No package 'QtGui' found
hexa$ pkg-config --libs QtGui_debug -F/opt/local/libexec/qt4-mac/lib -framework QtGui -framework Carbon -framework AppKit -framework QtCore -framework ApplicationServices -L/opt/local/lib -L/opt/local/lib/mysql5/mysql -L/opt/local/lib/postgresql83 -L/opt/local/libexec/qt4-mac/lib -lpng -lz -lm
i have had to manually add that /opt/local/libexec/qt4-mac to my $PATH now it detects moc but still no qtgui lib
/opt/local/lib/pkgconfig/QtGui_debug.pc exists, but QtGui.pc is only at /opt/local/libexec/qt4-mac/lib/pkgconfig/QtGui.pc
as a workaround, you can export PKG_CONFIG_PATH=/opt/local/libexec/qt4-mac/lib/pkgconfig/
New description: lastest gnunet-qt frontend doesn't compile, cause it's looking for QtGui library, but latest macports build creates QtGui_debug libs -> {{{ XYZ:~ hexa$ port installed qt4-mac The following ports are currently installed: qt4-mac @4.4.3_1 (active) XYZ:~ hexa$ pkg-config --libs QtGui No package 'QtGui' found hexa$ pkg-config --libs QtGui_debug -F/opt/local/libexec/qt4-mac/lib -framework QtGui -framework Carbon -framework AppKit -framework QtCore -framework ApplicationServices -L/opt/local/lib -L/opt/local/lib/mysql5/mysql -L/opt/local/lib/postgresql83 -L/opt/local/libexec/qt4-mac/lib -lpng -lz -lm }}} i have had to manually add that /opt/local/libexec/qt4-mac to my $PATH now it detects moc but still no qtgui lib /opt/local/lib/pkgconfig/QtGui_debug.pc exists, but QtGui.pc is only at /opt/local/libexec/qt4-mac/lib/pkgconfig/QtGui.pc as a workaround, you can export PKG_CONFIG_PATH=/opt/local/libexec/qt4-mac/lib/pkgconfig/ -- -- Ticket URL: <http://trac.macports.org/ticket/18724#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS