Re: Embedded Perl and C++

2004-06-08 Thread SilvioCVdeAlmeida
Nick Ing-Simmons wrote: > > Can you copy/paste the error message? > (I don't have a build with big ints and long doubles. > so I don't see it.) In file included from /usr/include/math.h:109, from /usr/local/lib/perl5/5.8.3/i686-linux-thread-multi-64int-ld/CORE/perl.h:2839, from persistent.c:3

Re: Embedded Perl and C++

2004-06-08 Thread Nick Ing-Simmons
SilvioCVdeAlmeida <[EMAIL PROTECTED]> writes: > >Perl-5.8.4 break the same as 5.8.3 did. But when compiling >Perl without big ints and long doubles support, the test run >successfully. > >As the error messages points to perl.h:1330: Can you copy/paste the error message? (I don't have a build with

Re: Embedded Perl and C++

2004-06-05 Thread SilvioCVdeAlmeida
Hello, Perl-5.8.4 break the same as 5.8.3 did. But when compiling Perl without big ints and long doubles support, the test run successfully. As the error messages points to perl.h:1330: 1327 /* eg glibc 2.2 series seems to provide modfl on ppc 1328and arm, but has noprototype in */ 1329 #ifn

Re: Embedded Perl and C++

2004-06-04 Thread SilvioCVdeAlmeida
Hello, Nick. Now I have perl-5.8.3 and gcc-3.2.2 on Redhat-9. I'll get the new packages, and hope it works here too! Thank you. Nick Ing-Simmons wrote: > > SilvioCVdeAlmeida <[EMAIL PROTECTED]> writes: > >Hello, > > > >Another ExtUtils::Embed question: > > > >Last weekend I've posted a quest

Re: Embedded Perl and C++

2004-06-04 Thread Nick Ing-Simmons
SilvioCVdeAlmeida <[EMAIL PROTECTED]> writes: >Hello, > >Another ExtUtils::Embed question: > >Last weekend I've posted a question about embedding Perl in a >C++ library. The compiling error is easily reproduced by just: > >$ g++ `perl -MExtUtils::Embed -e ccopts -e ldopts` a.cc > >// a.cc >#include