[Arsperl-users] ARSperl 1.91 make test errors
Brought to you by:
jeffmurphy
|
From: Vaughan, M. <Mar...@ca...> - 2008-09-05 22:16:57
|
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
|