Opened 15 years ago

Last modified 15 years ago

#18724 closed defect

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

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

Description (last modified by raimue (Rainer Müller))

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 (1)

comment:1 Changed 15 years ago by raimue (Rainer Müller)

Cc: clubjuggler@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to erickt@…
Port: qt4-mac added
Note: See TracTickets for help on using tickets.