First, I don't know if this is the right mailing list for this.
However, I browsed through the archive and found similar type
questions. Second, I am not subscribed to the group so please include
my personal email in any responces. I think glade is cool, but I don't
want another mailing list to worry about.
Now, on to my question...
I tried to throw together a quick little applet with a button bar. I
had glade put both the pixmap and the text on the buttons. I used the
handy drop down list to choose one of the "standard" pixmaps (the new
and close). All this worked fine. (BTW, the interface for that is
very nice). However, when I went to compile interface.c failed
because of undefined references to GNOME_STOCK_PIXMAP_CLOSE,
GNOME_STOCK_PIXMAP_NEW and gnome_stock_pixmap_widget(). I tried just
adding -lgnomeui to the gcc command. This resolved those symbols, but
caused many other unresolved symbols (like gnome_config_iterator_next,
gnome_paper_name_list, andgdk_imlib_copy_mask). I am assuming
libgnomeui depends on some other library that wasn't getting linked
in. Here is the compile command:
gcc -g -O2 -Wall -o hello_whse main.o support.o interface.o
callbacks.o -L/nfm/X11/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgtk
-lgdk -lgmodule -lglib -ldl -lintl -lXext -lX11 -lsocket -lnsl -lw -lm
-lgnomeui
+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.