Ticket #18724 (closed defect: invalid)
qt4-mac @4.4.3_1 QtGui lib missing
| Reported by: | martin@… | Owned by: | erickt@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | Cc: | clubjuggler@…, mcalhoun@… | |
| Port: | qt4-mac |
Description (last modified by raimue@…) (diff)
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/
Change History
Note: See
TracTickets for help on using
tickets.

