H.Merijn Brand wrote: > HP-UX 11.00 > > You are now on patchlevel 20169 > l1:/pro/3gl/CPAN/perl-current 107 > Conf > Cleaning up ... > Configure -Dusedevel -des > : > : > `sh cflags "optimize='+O2 +Onolimit'" pp_sys.o` pp_sys.c > CCCMD = cc -DPERL_CORE -c -Ae -DDEBUGGING -D_HPUX_SOURCE > -Wl,+vnocompatwarnings -I/pro/local/include -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 +O2 +Onolimit > cc: "/usr/include/prot.h", line 600: error 1584: Inconsistent type declaration: > "Perl_get_seed". > cc: "/usr/include/prot.h", line 600: error 1711: Inconsistent parameter list > declaration for "Perl_get_seed".
Apparently that's due to the new get_seed function conflicting on HP-UX : see a fix for maint at http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-07/msg01031.html
