Re: [Arsperl-users] 1.85 Compile problems
Brought to you by:
jeffmurphy
|
From: Jeff M. <jcm...@je...> - 2006-03-31 21:20:10
|
On Fri, 2006-03-31 at 13:41 -0600, Jim Hetfield wrote: > "/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/perl.h", line 2838: > cannot find include file: <math.h> the above is not a warning. your system is missing a header file. you'll need to figure out which SUN package it's in and add that package to your system. > "ARS.xs", line 4296: warning: argument #2 is incompatible with prototype: > prototype: pointer to unsigned int : > "/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE/proto.h", line 1289 > argument : pointer to int the above is a warning and can probably be ignored. your real problem is the math.h error |