This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

-lfreetype missing from /usr/lib/pkgconfig/pangoft2.pc


Hi

I'm trying to compile wxWidgets for GTK2. During the link stage
-lfreetype is missing. wxWidgets configure calls pkg-config to get it's info.


03:23 PM [719]> pkg-config.exe --cflags "pangoft2"
-I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
vzell@vzell-de /usr/local/src
03:23 PM [720]> pkg-config.exe --libs "pangoft2"
-Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  


It seems that -lfreetype is missing from /usr/lib/pkgconfig/pangoft2.pc



By the way there is a bogus include directive -I/opt/cxclient/usr/X11R6/include in Cflags from /usr/lib/pkgconfig/pangoxft.pc

Cflags: -I${includedir}/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/opt/cxclient/usr/X11R6/include

Ciao
  Volker


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]