This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop 1.7 compilation problem

Old posts that have not been replied to for several years.
Locked
b
burster

Eggdrop 1.7 compilation problem

Post by burster »

Hi when i try to build eggdrop 1.7 it doesn't work:
Look at this :

gcc -pipe -DDEBUG -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../libltdl -I../../intl -I../../intl -I.
./../lib -I../../lib -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.1/i386-linux/CORE -g -O2 -W
all -g3 -c perlscript.c -MT perlscript.lo -MD -MP -MF .deps/perlscript.TPlo -fPIC -DPIC -o perlscript.lo
perlscript.c:33:20: EXTERN.h: Aucun fichier ou répertoire de ce type
perlscript.c:34:18: perl.h: Aucun fichier ou répertoire de ce type
perlscript.c:35:18: XSUB.h: Aucun fichier ou répertoire de ce type
perlscript.c:39: parse error before `*'
perlscript.c:39: warning: type defaults to `int' in declaration of `ginterp'
perlscript.c:39: warning: data definition has no type or storage class
perlscript.c:41: warning: type defaults to `int' in declaration of `XS'
perlscript.c:41: warning: parameter names (without types) in function declaration
perlscript.c:42: parse error before `*'
perlscript.c:42: warning: type defaults to `int' in declaration of `c_to_perl_var'
perlscript.c:42: warning: data definition has no type or storage class
perlscript.c:43: parse error before `*'
perlscript.c:61: parse error before `SV'
perlscript.c:61: warning: no semicolon at end of struct or union
perlscript.c:62: warning: type defaults to `int' in declaration of `mark'
perlscript.c:62: warning: data definition has no type or storage class
perlscript.c:63: parse error before `ax'
perlscript.c:63: warning: type defaults to `int' in declaration of `ax'
perlscript.c:63: warning: data definition has no type or storage class
perlscript.c:64: parse error before `items'
perlscript.c:64: warning: type defaults to `int' in declaration of `items'
perlscript.c:64: warning: data definition has no type or storage class
perlscript.c:65: warning: type defaults to `int' in declaration of `my_args_data_t'
perlscript.c:65: warning: data definition has no type or storage class
perlscript.c: In function `my_load_script':
perlscript.c:92: warning: implicit declaration of function `eval_pv'
perlscript.c:92: `TRUE' undeclared (first use in this function)
perlscript.c:92: (Each undeclared identifier is reported only once
perlscript.c:92: for each function it appears in.)
perlscript.c:93: warning: implicit declaration of function `SvTRUE'
perlscript.c:93: `ERRSV' undeclared (first use in this function)
perlscript.c:97: warning: implicit declaration of function `SvPV'
perlscript.c:97: warning: assignment makes pointer from integer without a cast
perlscript.c:95: warning: `len' might be used uninitialized in this function
perlscript.c: At top level:
perlscript.c:104: parse error before `SV'


...etc...
Have any idea to resolve this ?
M
MasterJM
Halfop
Posts: 56
Joined: Wed Apr 03, 2002 8:00 pm
Location: germany
Contact:

Post by MasterJM »

Locked