[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Akka Compilation problem under RH 7.1



Thanx Mohammed for providing a binary :D

I've played with the Makefile 
and i changed this line
PERL_DEV_LIB = /usr/lib/perl5/5.005/i386-linux/CORE
to
PERL_DEV_LIB = /usr/lib/perl5/5.6.0/i386-linux/CORE

now the compiler complains about

[root at localhost akka]# make
gcc -c akka-module_wrap.c -I/usr/lib/perl5/5.6.0/i386-linux/CORE
akka-module_wrap.c: In function `SWIG_GetPtr':
akka-module_wrap.c:292: `sv_undef' undeclared (first use in this function)
akka-module_wrap.c:292: (Each undeclared identifier is reported only once
akka-module_wrap.c:292: for each function it appears in.)
akka-module_wrap.c: In function `_wrap_load_glyph_map':
akka-module_wrap.c:564: `na' undeclared (first use in this function)
akka-module_wrap.c: In function `boot_akka_perl_mod':
akka-module_wrap.c:607: `sv_yes' undeclared (first use in this function)
make: *** [akka-module_wrap.o] Error 1
[root at localhost akka]#

i just wanted to report another thing maybe it'd help
when i try compiling before editing or after editing the Makefile i get this:

[root at localhost akka]# make
/usr/bin/orbit-idl akka.idl
gcc -c `orbit-config --cflags server` akka-module.c
In file included from /usr/include/IIOP/IIOP.h:9,
                 from /usr/include/orb/orbit.h:55,
                 from akka-module.c:18:
/usr/include/IIOP/iiop-encoders.h:17:31: warning: pasting would not give a valid preprocessing token
/usr/include/IIOP/iiop-encoders.h:18:35: warning: pasting would not give a valid preprocessing token
/usr/include/IIOP/iiop-encoders.h:19:33: warning: pasting would not give a valid preprocessing token
/usr/include/IIOP/iiop-encoders.h:20:28: warning: pasting would not give a valid preprocessing token
/usr/include/IIOP/iiop-encoders.h:23:23: warning: pasting would not give a valid preprocessing token
swig -perl5 akka-module.i
Generating wrappers for Perl 5
gcc -c akka-module_wrap.c -I/usr/lib/perl5/5.6.0/i386-linux/CORE
akka-module_wrap.c: In function `SWIG_GetPtr':
akka-module_wrap.c:292: `sv_undef' undeclared (first use in this function)
akka-module_wrap.c:292: (Each undeclared identifier is reported only once
akka-module_wrap.c:292: for each function it appears in.)
akka-module_wrap.c: In function `_wrap_load_glyph_map':
akka-module_wrap.c:564: `na' undeclared (first use in this function)
akka-module_wrap.c: In function `boot_akka_perl_mod':
akka-module_wrap.c:607: `sv_yes' undeclared (first use in this function)
make: *** [akka-module_wrap.o] Error 1
[root at localhost akka]#

i don't think that compiling is the imp. thing "at least to me" cause i've the binary now!!!
but i'd like to help !!!

Thanx,