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

Re: Akka Compilation problem under RH 7.1



I think it'd be either perl 5.6 or swig
but i didn't work with swig before

i think i'll play with the code for a while

On Tue, 14 Aug 2001 07:19:20 -0400
"Haisam K. Ido" <haisam at ido dot org> wrote:

> Mohammed:
> 
> That the same exact error that I get.  Perhaps an incompatible swig library?
> 
> Mohammed Sameer wrote:
> 
> > 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,
> > 
> > _______________________________________________
> > General mailing list
> > General at arabeyes dot org
> > http://www.arabeyes.org/cgi-bin/mailman/listinfo/general
> > 
> 
> 
> 
> _______________________________________________
> General mailing list
> General at arabeyes dot org
> http://www.arabeyes.org/cgi-bin/mailman/listinfo/general
>