Re: CORBA-ORBit compile error on DEC Unix 4.0f



Hi
I don't have access to Tru64 & so I don't know what options cc there
accepts. However, -W is to emit warnings & can be suppressed. 
Do a 'make clean' & edit Makefile.PL & change the line
OPTIMIZE => '-g -Wall' 
to 
OPTIMIZE => '-g'

Now try to do 'perl Makefile.PL && make'

Sreeji

On Wed, 19 Sep 2001, Gnanasekaran Thoppae wrote:

> Hello,
> 
> I am trying to compile CORBA-ORBit perl module on Tru64 Unix 4.0F,
> but I have a problem. I have compiled ORBit-0.5.8 on the same machine
> and it works fine.
> 
> What could the problem?
> 
> Here is the compile trace:
> 
> perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> Writing Makefile for CORBA::ORBit
> bash-2.05$ gmake
> mkdir blib
> mkdir blib/lib
> mkdir blib/lib/CORBA
> mkdir blib/arch
> mkdir blib/arch/auto
> mkdir blib/arch/auto/CORBA
> mkdir blib/arch/auto/CORBA/ORBit
> mkdir blib/lib/auto
> mkdir blib/lib/auto/CORBA
> mkdir blib/lib/auto/CORBA/ORBit
> mkdir blib/man3
> cp ORBit/Fixed.pm blib/lib/CORBA/ORBit/Fixed.pm
> cp ORBit/LongLong.pm blib/lib/CORBA/ORBit/LongLong.pm
> cp ORBit.pm blib/lib/CORBA/ORBit.pm
> cp ORBit/mapping.pod blib/lib/CORBA/ORBit/mapping.pod
> cp ORBit/LongDouble.pm blib/lib/CORBA/ORBit/LongDouble.pm
> cp ORBit/ULongLong.pm blib/lib/CORBA/ORBit/ULongLong.pm
> /usr/local/perl/bin/perl
> -I/usr/local/perl5.005_03/lib/5.00503/alpha-dec_osf
> -I/usr/local/perl5.005_03/lib/5.00503
> /usr/local/perl5.005_03/lib/5.00503/ExtUtils/xsubpp  -typemap
> /usr/local/perl5.005_03/lib/5.00503/ExtUtils/typemap -typemap typemap
> ORBit.xs >xstmp.c && mv xstmp.c ORBit.c
> Please specify prototyping behavior for ORBit.xs (see perlxs manual)
> cc -c -I/usr/local/lib/glib/include -I/usr/local/include
> -I/usr/local/corba/ORBit/include -std -fprm d -ieee -D_INTRINSICS
> -I/usr/local/include -DLANGUAGE_C -g -Wall    -DVERSION=\"0.4.3\"
> -DXS_VERSION=\"0.4.3\"
> -I/usr/local/perl5.005_03/lib/5.00503/alpha-dec_osf/CORE  ORBit.c
> cc: Error: Syntax error on -W switch:  form is -Wpassname,switch
> gmake: *** [ORBit.o] Error 2
> 
> 
> 
> _______________________________________________
> orbit-perl-list mailing list
> orbit-perl-list gnome org
> http://mail.gnome.org/mailman/listinfo/orbit-perl-list
> 





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