Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Linux Suse 10.2 build problem
Re: Linux Suse 10.2 build problem [message #9840 is a reply to message #9816] |
Fri, 01 June 2007 16:21  |
ebojd
Messages: 225 Registered: January 2007 Location: USA
|
Experienced Member |
|
|
This is related to the pkg-config issues discused previously. You can take the output from that and freetype-config and put them in the CINC and LIBS variables of the Makefile during upp compilation. Here is an old example from portage:
if use truetype ; then
CINC="${CINC} `freetype-config --cflags`"
LIBS="${LIBS} `freetype-config --libs`"
fi
if use gtk2 ; then
CINC="${CINC} `pkg-config gtk+-2.0 --cflags`"
LIBS="${LIBS} `pkg-config gtk+-2.0 --libs`"
else
CINC= "-DNOGTK" # not sure this is correct
fi
This will then properly align the stars...
Hope that helps.
EBo --
ps: I was hoping to integrate this back into the Makefile export generator, but will have to put that off until I get a couple of projects out for beta testing...
|
|
|
Goto Forum:
Current Time: Sun Aug 10 11:14:15 CEST 2025
Total time taken to generate the page: 0.03313 seconds
|