Re: compiling gnome apps v2



Tom Vogt wrote:
>> I don't know if this will help, but this is the Makefile
>> I use to compile gmenu (gnome-core/gmenu) from outside
>> the GNOME source tree.
>
>tried this - same result. undefined references to dgettext, gettext in
>libgnomeui and to bindtextdomain in libgnome.
>
>the weird thing is: I WAS successful at compiling gnobots on that system.

Ok, this is the last bit of help I can give you due to
my limited understanding of autoconf, etc.
But here is my gnomeConf.sh file:

===================
#
# Configuration of the gnome-libs package
#

GNOME_LIBDIR="-L/usr/lib"
GNOME_INCLUDEDIR="-I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/inc
lude -I/usr/X11R6/include -I/usr/lib/glib/include"
GNOME_LIBS="-lgnome -lgnomesupport -L/usr/lib -lglib-1.1 -ldl"
GNOMEUI_LIBS="-lgnomeui -lgdk_imlib -ltiff -lgif -ljpeg -lpng -lz -lz -lSM -lICE
 -L/usr/lib -L/usr/X11R6/lib -lgtk-1.1 -lgdk-1.1 -lglib-1.1 -lXext -lX11 -lm -lg
nome -lgnomesupport -L/usr/lib -lglib-1.1 -ldl"
GTKXMHTML_LIBS="-lgtkxmhtml -lXpm -ljpeg -lpng -lz -lz -lSM -lICE -L/usr/lib -L/
usr/X11R6/lib -lgtk-1.1 -lgdk-1.1 -lglib-1.1 -lXext -lX11 -lm"

need_gnome_support="yes"
===================

note that 4 of the lines above are actually one long line, but they were
'wrapped' during the copy.

--
John Ellis <johne@bellatlantic.net>
http://www.geocities.com/SiliconValley/Haven/5235/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]