Re: ponie-2 on x86 solaris 2.5.1
[email protected] Tue, 28 Dec 2004 22:56:23 -0600
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <OF7A0F11B9.5DEE1CBE-ON86256F79.001AD347-86256F79.001AC866@uscmail.uscourts.gov> |
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
as that's one of the ifdefs check in time.h
Now I see:
ops/core_ops.c
ops/io.ops: In function `Parrot_tell_i_i_p':
ops/io.ops:507: warning: right shift count >= width of type
ops/core_ops_prederef.c
ops/io.ops: In function `Parrot_pred_tell_i_i_p':
ops/io.ops:507: warning: right shift count >= width of type
ops/core_ops_switch.c
ops/io.ops: In function `switch_core':
ops/io.ops:507: warning: right shift count >= width of type
ops/core_ops_cg.c
ops/io.ops: In function `cg_core':
ops/io.ops:507: warning: right shift count >= width of type
which points to:
op tell(out INT, out INT, in PMC) {
if ($3) {
PIOOFF_T pos;
pos = PIO_tell(interpreter, $3);
$1 = (INTVAL)(pos >> 32);
$2 = (INTVAL)(pos & 0xffffffff);
}
goto NEXT();
}
which means my PIOOFF_T is less than 32 bits? Hmm ...
a
Andy Bach, Sys. Mangler
Internet: [email protected]
VOICE: (608) 261-5738 FAX 264-5932
Call out Gouranga be happy!!!
Gouranga Gouranga Gouranga ....
That which brings the highest happiness!!