Opened 15 years ago

Last modified 15 years ago

#18724 closed defect

qt4-mac @4.4.3_1 QtGui lib missing — at Initial Version

Reported by: martin@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: qt4-mac

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/

Change History (0)

Note: See TracTickets for help on using tickets.