I am trying to make a new package for bluefish-unstable. My first attempt at compiling fails like:

gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/sw/share/locale\" -DPKGDATADIR= \"/sw/share/bluefish-unstable\" -I. -I../../src -I/sw/include - DORBIT2=1 -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/ include/orbit-2.0 -I/sw/include/bonobo-activation-2.0 -I/sw/include/ gconf/2 -I/sw/include/libbonobo-2.0 -I/sw/include/gnome-vfs-2.0 -I/sw/ lib/gnome-vfs-2.0/include -I/sw/include/pango-1.0 -I/usr/X11R6/ include -I/usr/X11R6/include/freetype2 -I/sw/include/gtk-2.0 -I/sw/ include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/libart-2.0 -I/ sw/include/libgnome-2.0 -I/sw/include/libgnomecanvas-2.0 -I/sw/ include/libxml2 -I/sw/include -I/sw/include/gnome-keyring-1 -I/sw/ include/libbonoboui-2.0 -I/sw/include/libgnomeui-2.0 -Os -Wall -pipe - I/sw/include -I/sw/include/python2.5 -MT infb_gui.lo -MD -MP - MF .deps/infb_gui.Tpo -c infb_gui.c -fno-common -DPIC -o .libs/ infb_gui.o
infb_gui.c: In function 'infb_sidepanel_initgui':
infb_gui.c:595: error: 'GTK_STOCK_INFO' undeclared (first use in this function)
infb_gui.c:595: error: (Each undeclared identifier is reported only once
infb_gui.c:595: error: for each function it appears in.)
make[4]: *** [infb_gui.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
### execution of /var/tmp/tmp.0.kQEZED failed, exit code 2

======================
The relevant lines of infb_gui.c are:

gtk_notebook_insert_page_menu(GTK_NOTEBOOK(bfwin- >leftpanel_notebook),vbox, gtk_image_new_from_stock (GTK_STOCK_INFO,GTK_ICON_SIZE_LARGE_TOOLBAR),
                                                                        
gtk_label_new(_("Info Browser")),-1);

======================
I'm wondering if I simply am missing a GTK dependency. I have the following GTK packages installed:

i   gtk+-data                1.2.10-51          The Gimp Toolkit
i   gtk+-shlibs              1.2.10-51          The Gimp Toolkit
i   gtk+2                    2.6.10-1004        The Gimp Toolkit
i   gtk+2-dev                2.6.10-1004        The Gimp Toolkit
i   gtk+2-shlibs             2.6.10-1004        The Gimp Toolkit
i gtk-doc 1.6-1002 GTK+ - API documentation generator i gtkmm2.4-shlibs 2.6.14-1001 C++ interface for the gtk+2 library i gtksourceview-shlibs 1.4.2-1 Shared libraries for gtksourceview i gtkspell2-shlibs 2.0.11-1003 Highlight misspelled words as you type i libgtkhtml2-shlibs 2.6.3-1010 HTML rendering/ printing/editing engine

======================
Is there some other GTK package I should install to solve this, or am I barking up the wrong tree?

Any advice would me much appreciated.

Thanks,

Kevin Horton
Ottawa, Canada


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to