Helmethead wrote:

> On Mon, Apr 16, 2001 at 11:53:23AM -0400, [EMAIL PROTECTED] wrote:
>  
> 
>>> gcc  -g -O2 -Wall -Wunused  -DUSE_XSCREENSAVER  -o gnomeicu  applet.o 
>>> autoaway.o autohide.o awaymsglist.o changeaway.o changeinfo.o 
>>> changenick.o chat.o chatdlg.o dialog.o dirbrowser.o dragdrop.o events.o 
>>> sendcontact.o sendmsg.o server.o showlist.o kanji_conv.o tcp.o 
>>> userserver.o util.o visible.o webpresence.o gtkspell.o -lpanel_applet 
>>> -rdynamic -L/opt/gnome/lib -L/usr/lib -L/usr/X11R6/lib -lSM -lICE 
>>> -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib 
>>> -ldl -lXext -lX11 -lm -rdynamic -lgnorba -lORBitCosNaming -lORBit -lIIOP 
>>> -lORBitutil -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk 
>>> -lgmodule -lXi -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm 
>>> -lXext -lXss     -lgdbm
>> 
>> I don't see any -I flags pointing at gdk-pixbuf.
> 
> 
> Small correction, this is a link operation so it doesn't get CFLAGS stuff. But I did 
>notice there is no -lgdk_pixbuf, so that might explain why the function references 
>aren't resolving.
> 
> I don't know what the actual solution is. maybe config.log will have more on those 
>wierd configure errors
> 

I found the following in the config.log for 'gnomeicu'(notice on 7th 
line of output there is -lgdk_pixbuf):


configure:2266: checking for XpmFreeXpmImage in -lXpm
configure:2363: checking for gdk-pixbuf-config
configure:2398: checking for GDK_PIXBUF - version >= 0.9.0
configure:2480: gcc -o conftest -g -O2 -Wall -Wunused 
-I/usr/local/include -I/usr/local/lib/glib/include -I/usr/local/include 
-I/usr/X11R6/include  -I/usr/local/lib/glib/include -I/usr/local/include 
-I/usr/X11R6/include  conftest.c  -L/usr/local/lib -lgdk_pixbuf 
-L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib 
-ldl -lXext -lX11 -lm 1>&5
configure:2566: checking for libgnomeui/gnome-window-icon.h

should i rebuild gdkpixbuf with a --prefix=/usr/local ? (i'm using suse, 
not sure of its conventions even though i've used it for about a year now).


_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to