Moin
Anybody compiled gaim 1.5.0 sucessfully?
I get always:
Quote:
source='perl.c' object='perl.lo' libtool=yes \
DEPDIR=.deps depmode=sgi /bin/sh ../../depcomp \
/bin/sh ../../libtool --silent --tag=CC --mode=compile c99 -DHAVE_CONFIG_H -I. -I. -I../.. -DVERSION=\"1.5.0\" -I../.. -I../../src -I/usr/nekoware/include/gtk-2.0 -I/usr/nekoware/lib/gtk-2.0/include -I/usr/nekoware//include/atk-1.0 -I/usr/nekoware/include/cairo -I/usr/nekoware/include/pango-1.0 -I/usr/nekoware/include/glib-2.0 -I/usr/nekoware/lib/glib-2.0/include -I/usr/nekoware/include/freetype2 -I/usr/nekoware/include -I/usr/nekoware/include/libpng12 -D_BSD_SIGNALS -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -OPT:Olimit=0:space=ON -DLANGUAGE_C -DEMBEDMYMALLOC -I/usr/share/lib/perl5/irix-n32/5.00405/CORE -I/usr/nekoware/include -I/usr/include -O3 -mips4 -I/usr/nekoware/include -TARG:platform=IP35:proc=r14000 -c -o perl.lo perl.c
cc-1020 c99: ERROR File = perl-common.h, Line = 28
The identifier "pTHX_" is undefined.
void gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark);
^
cc-1018 c99: ERROR File = perl-common.h, Line = 28
An unmatched left parentheses "(" appears in an expression.
void gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark);
^
cc-1020 c99: ERROR File = perl.c, Line = 215
The identifier "pTHX_" is undefined.
gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark)
^
cc-1018 c99: ERROR File = perl.c, Line = 215
An unmatched left parentheses "(" appears in an expression.
gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark)
^
cc-1020 c99: ERROR File = perl.c, Line = 220
The identifier "aTHX_" is undefined.
(*subaddr)(aTHX_ cv);
^
cc-1018 c99: ERROR File = perl.c, Line = 220
An unmatched left parentheses "(" appears in an expression.
(*subaddr)(aTHX_ cv);
^
cc-1164 c99: WARNING File = perl.c, Line = 406
Argument of type "const char *" is incompatible with parameter of type "char *"
.
XPUSHs(sv_2mortal(newSVpv(package, strlen(package))));
^
6 errors detected in the compilation of "perl.c".
gmake[3]: *** [perl.lo] Fehler 1
gmake[3]: Leaving directory `/usr/people/therion/comp/MIPS/gaim-1.5.0/plugins/perl'
gmake[2]: *** [all-recursive] Fehler 1
gmake[2]: Leaving directory `/usr/people/therion/comp/MIPS/gaim-1.5.0/plugins'
gmake[1]: *** [all-recursive] Fehler 1
gmake[1]: Leaving directory `/usr/people/therion/comp/MIPS/gaim-1.5.0'
gmake: *** [all] Fehler 2
Sadly Im not skilled enough in C
I know there is gaim 2.x.x but its buggy and I dont know how it works to you guys but it crashes immediadly to me if I try to connect with my jabberd thru TLS.