LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Gabber barfs on install (https://www.linuxquestions.org/questions/linux-software-2/gabber-barfs-on-install-23573/)

chr15t0 06-16-2002 06:25 PM

Gabber barfs on install
 
I know this is an ugly post, but I'm going mad trying to fix this. When running $ make to build Gabber, the following error occurs. I think that it might be because there are missing gal-devel headers. Anyway, I can see some libgal libraries in /usr/local/lib, and I have cp'd them to /usr/lib so that gnome-config can find them.. (yukky hacky-ness!). But now I'm really stuck..

here's the make output:

make[2]: Entering directory `/home/chris/downloads/gabber/gabber-0.8.7/src'
source='GabberUtility.cc' object='GabberUtility.o' libtool=no \
depfile='.deps/GabberUtility.Po' tmpdepfile='.deps/GabberUtility.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../jabberoo/libjudo/src/expat -I../jabberoo/libjudo/src -I../jabberoo/include -I/usr/include/gnome-xml -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/gtkmm/include -I/usr/local/lib/gnomemm/include -I/usr/local/include -I/usr/local/lib/sigc++-1.0/include -I/usr/local/include/sigc++-1.0 -I/usr/local/include/gnome-1.0 -I/usr/include/freetype2 -DUNICODE_USE_SYSTEM_ICONV -I/usr/include/xmms -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DWITH_SSL -DG_LOG_DOMAIN=\"Gabber\" -DGNOMELOCALEDIR=\""/usr/local/share/locale"\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -g -O2 -Wall -Wno-unused -s -c -o GabberUtility.o `test -f GabberUtility.cc || echo './'`GabberUtility.cc
GabberUtility.cc: In function `string GabberUtil::toUTF8 (const string
&)':
GabberUtility.cc:131: `e_utf8_from_locale_string' undeclared (first use
this function)
GabberUtility.cc:131: (Each undeclared identifier is reported only once
for each function it appears in.)
GabberUtility.cc: In function `string GabberUtil::fromUTF8 (const
string &)':
GabberUtility.cc:154: `e_utf8_to_locale_string' undeclared (first use
this function)
make[2]: *** [GabberUtility.o] Error 1
make[2]: Leaving directory `/home/chris/downloads/gabber/gabber-0.8.7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/downloads/gabber/gabber-0.8.7'
make: *** [all] Error 2

any help would really be appreciated

Best regards,
Christo

raven 06-17-2002 10:39 AM

try to explicitly include the libs.

run configure again with:

CPPFLAGS="-L<Path/to/gal/libs>" configure

hope this helps

greetz

raven

acid_kewpie 06-17-2002 10:51 AM

alteratively try using Gaim. i used to use gabber, but found the network so utterly unreliable. you should be able to use all the accounts you want on Gaim just the same, i switched over a while back, and wouldn't go back to gabber now.

chr15t0 06-18-2002 07:15 PM

Well I have just tried out Gaim and I like it.. It manages all my accounts without any complaints and the Gnome UI seems as familiar and lightweight as ever.

thanks, Chris,
Chris ! :)


All times are GMT -5. The time now is 06:30 PM.