At 14:05 Uhr -0500 12.03.2002, Bill Bumgarner wrote:
>[localhost:~] bbum% dpkg -S glib.h
>glib: /sw/include/glib-1.2/glib.h
>
>cc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -no-cpp-precomp 
>-DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 -Isrc 
>-I/usr/X11R6/include -I/sw/lib/glib/include -I/sw/include/python2.2 
>-c src/helpers.cpp -o build/
>temp.darwin-5.3-PowerMacintosh-2.2/src/helpers.o 
>-I/sw/lib/wx/include/gtk-2.3 -I/sw/include -DGTK_NO_CHECK_CASTS 
>-D__WXGTK__ -fno-rtti -fno-exceptions
>
>So, wxgtk is failing because it is looking in the wrong glib directory.
>
>I'm not sure how to fix this;  should the glib install create a 
>symlink from glib-1.2/ to glib/?
>
>Or should wxgtk-python just figure it out?

It should figure it out by running "glib-config --cflags", which 
normally any package using glib should do. Out of curiosity, what do 
you get when you run that command? I get:

-I/sw/include/glib-1.2 -I/sw/lib/glib/include



Cheers,

Max
-- 
-----------------------------------------------
Max Horn
Software Developer

email: <mailto:[EMAIL PROTECTED]>
phone: (+49) 6151-494890

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to