Re: ponie-2 on x86 solaris 2.5.1

2004-12-30 Thread Leopold Toetsch
Andy Bach <[EMAIL PROTECTED]> wrote: > Hi. > I managed to finagle past the asctime_r errors by sticking: > print OUT <<'END'; > #define _POSIX_PTHREAD_SEMANTICS > END > in: > parrot/config/gen/config_h/feature_h.in Does it harm, if we unconditionally include this define or should it be defined

Re: ponie-2 on x86 solaris 2.5.1

2004-12-30 Thread Leopold Toetsch
Andy Bach <[EMAIL PROTECTED]> wrote: > I know its a sort of dead end OS but ... > ld: fatal: library -lrt: not found > parrot/config/init/hints/solaris.pl The following 3 lines ... > if ( $libs !~ /-lrt\b/ ) { > $libs .= ' -lrt'; >} ... obviously have to follow the scheme used in perl/hint

Re: ponie-2 on x86 solaris 2.5.1

2004-12-30 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: >> ops/io.ops: In function `Parrot_tell_i_i_p': >> ops/io.ops:507: warning: right shift count >= width of type > I suspect that it means that your PIOOFF_T is exactly 32 bits $ find include -name '*.h' | xargs grep PIOOFF_T include/parrot/io.h:typedef Pa

Re: ponie-2 on x86 solaris 2.5.1

2004-12-29 Thread Nicholas Clark
Thanks for trying this out. I assume that you're trying the ponie-2 tarball from CPAN? If so, that's somewhat out of date, so this might be part of the problems (but not all, I suspect). All the errors you've reported so far appear to come from parrot, rather than being ponie specific so it's prob