View Single Post
  #5  
Old 05-13-2008, 12:16 AM
bushman77
Hill Giant
 
Join Date: May 2003
Location: In the bush
Posts: 129
Default include fixed

i got past the includes errors but now
Code:
> make
Can't locate ExtUtils/Embed.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .).
BEGIN failed--compilation aborted.
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wcomment -Wcast-align -Wno-deprecated -g -march=i686 -O -pthread -pipe -I../common/SocketLib -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -DDEBUG=5 -DEQDEBUG=5 -DSHAREMEM -DCATCH_CRASH -DNO_PIDLOG -DFIELD_ITEMS -DIRC -Di386 -DAPP_OPCODE_SIZE=2 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -I/usr/include/mysql -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fwrapv  EQW.cpp -o EQW.o
In file included from ../common/useperl.h:12,
                 from EQWParser.h:31,
                 from EQW.cpp:23:
/usr/include/perl.h:3993:22: error: reentr.inc: No such file or directory
/usr/include/regexp.h: In function 'char* compile(char*, char*, const char*, int)':
/usr/include/regexp.h:110: error: 'INIT' was not declared in this scope
/usr/include/regexp.h:115: error: expected `;' before 'regex_t'
/usr/include/regexp.h:127: error: 'ERROR' was not declared in this scope
/usr/include/regexp.h:129: error: '__expr_ptr' was not declared in this scope
/usr/include/regexp.h:135: error: 'GETC' was not declared in this scope
/usr/include/regexp.h:139: error: 'UNGETC' was not declared in this scope
/usr/include/regexp.h:182: error: 'RETURN' was not declared in this scope
/usr/include/regexp.h:197: error: 'ERROR' was not declared in this scope
/usr/include/regexp.h:201: error: 'RETURN' was not declared in this scope
/usr/include/perl.h: At global scope:
/usr/include/perl.h:2771: error: expected ';' before '*' token
/usr/include/perl.h:2772: error: expected ';' before '*' token
make: *** [EQW.o] Error 1
i'm gettin there slowly but surely
Reply With Quote