[Orca-users] Re: orca-0.26 & Storable 0.6.9 problems

Rick Tessner rick at juno.myra.com
Wed Mar 29 11:16:21 PST 2000


From: Rick Tessner <rick at juno.myra.com>

On Mon, 27 Mar 2000 10:36:31 PST, Rick Tessner wrote:

>I've been trying to install orca 0.26 but am having problems with
>the perl5 module Storable 0.6.9 ...
>
>I am using perl5.004_04 and here's what I get when trying to get the
>Storable-0.6.9 module compiled:
>
> gcc -c  -I/usr/local/include -I/opt/local/include -O     -DVERSION=\"0.609\"
> -DXS_VERSION=\"0.609\" -fpic -I/usr/local/lib/perl5/sun4-solaris/5.00404/CORE
> Storable.c
> Storable.xs: In function `store_scalar':
> Storable.xs:597: `PL_sv_undef' undeclared (first use this function)
> .
> .
> .
> *** Error code 1
>
>Has anyone else run across this?  Is the only option to upgrade my
>perl5 to 5.005 or later??

Here's the fix to get Storable-0.6.9 to compile with perl5.004_x (as
identified by the "Storable" maintainer)

Replace 

  #include "patchlevel.h"

with

  #include <patchlevel.h>

in Storable.xs.


-- 
Rick Tessner	rick at myra.com
MYRA Systems Corp. Fone: (250) 381 1335 x125  Phax: (250) 381 1304
                   Cell: (250) 885 9452

"If you can't think of something nice to say, come sit beside me."






More information about the Orca-users mailing list