I have built 1.91 on Solaris 10 using gcc and it compiles with the usual
array of compilation errors ('warning: cast to pointer from integer of
different size' mostly).

 

When I run 'make test', I get a handful of 'uninitialized value'
warnings inside of ARS.pm, line 49.  I traced the problem to sub
ARS::ERRORSTR::FETCH.  The problem is the messageType array contains an
invalid value (4294967295).  As this value is -1 when using 32 bits and
casting is working correctly, I'm presuming that I am compiling
something incorrectly.

 

The test cases exhibiting this error are:

t/21setlogging

t/31createschema

 

Thanks,

Mark Vaughan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to