Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4174647
By: mtford

Two things to add to my earlier post:

 (1) If I use "configure --disable-perl", the compiler gets a lot further, but
eventually dies with the error below. I don't know where it's supposed to find
gtk_combo_box_get_active_text. It's nowhere to be found in /sw/include/gtk-2.0/,
but then it's not in the corresponding /usr/include/gtk-2.0/ directory on my
Linux machine either.
 (2) I still get warnings about _local_charset, but they do not seem to cause
fatal errors. So presumably this was not the cause of the fatal error when 
compiling
with Perl.

I would like to compile with Perl enabled if possible, as I have some plugins
to install - so help would still be appreciated with the error in my earlier
post.

Matthew.

------------
if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"2.0.0beta6\" 
-I../../src
-I../../libgaim -I../../gtk -Wall  -Waggregate-return -Wcast-align
-Wdeclaration-after-statement -Werror-implicit-function-declaration -Wextra
-Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef 
-I/sw/include/gtk-2.0
-I/sw/lib/gtk-2.0/include -I/usr/X11R6/include -I/sw/include/atk-1.0
-I/sw/include/pango-1.0 -I/usr/X11R6/include/freetype2 -I/sw/include/glib-2.0
-I/sw/lib/glib-2.0/include    -I/sw/include  -g -g -O2 -MT xmppconsole.lo -MD
-MP -MF ".deps/xmppconsole.Tpo" -c -o xmppconsole.lo xmppconsole.c; \
then mv -f ".deps/xmppconsole.Tpo" ".deps/xmppconsole.Plo"; else rm -f
".deps/xmppconsole.Tpo"; exit 1; fi
xmppconsole.c: In function 'iq_clicked_cb':
xmppconsole.c:319: error: implicit declaration of function
'gtk_combo_box_get_active_text'

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=665

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Gaim-forums mailing list
Gaim-forums@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gaim-forums

Reply via email to