RE: [Arsperl-users] Error Compiling ARSperl 1.83
Brought to you by:
jeffmurphy
|
From: jeff m. <jcm...@je...> - 2005-04-22 15:24:47
|
On Fri, 2005-04-22 at 10:02 -0400, Meier, Lori wrote: > Jeff - > > That fixed the perl issue. Now when I run the "make", I get > perl5.005 apparently doesnt like the way the line above that one (988) looks. vi +988 ARS.xs and change "void ars_GetListSchema(..." to: void ars_GetListSchema(... jeff > Skip blib/lib/artypes.ph (unchanged) > /usr/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503 /usr/perl5/5.00503/ExtUtils/xsubpp -typemap /usr/perl5/5.00503/ExtUtils/typemap -typemap typemap ARS.xs >xstmp.c && mv xstmp.c ARS.c > Error: Cannot parse function definition from ' ARControlStruct * ctrl' in ARS.xs, line 989 > *** Error code 1 > make: Fatal error: Command failed for target `ARS.c' > > > -----Original Message----- > From: ars...@ar... > [mailto:ars...@ar...]On Behalf Of jeff murphy > Sent: Friday, April 22, 2005 9:36 AM > To: ars...@ar... > Subject: Re: [Arsperl-users] Error Compiling ARSperl 1.83 > > > > try changing > > open ($ar_fh, '<', $ar_fname) or > > to > > > open ($ar_fh, '<'. $ar_fname) or > > > > > On Fri, 2005-04-22 at 09:27 -0400, Meier, Lori wrote: > > Hello, > > > > I am trying to compile ARSperl 1.83 using ARS 6.3 api libraries, perl 5.005_03 > > on Sun 5.8. > > > > When I run perl Makefile.PL, I get > > > > Too many arguments for open at Makefile.PL line 651, near "$ar_fname) " > > Execution of Makefile.PL aborted due to compilation errors. > > > > Any help on getting this compile will be greatly appreciated. > > > > Thank you, > > Lori > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > > _______________________________________________ > > Arsperl-users mailing list > > Ars...@ar... > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > |