RE: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Brent Dax
Michael G Schwern: # On Sun, Mar 17, 2002 at 09:21:12PM -0800, Brent Dax wrote: # > # Remember, I am not a C programmer. I just took my perl # 5.6.1 that's # > # compiled with 64 bit ints and ran Configure.pl with it. # > # > Okay. When Configure asks: # > # > How big would you like integers

Re: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Michael G Schwern
On Sun, Mar 17, 2002 at 09:21:12PM -0800, Brent Dax wrote: > # Remember, I am not a C programmer. I just took my perl 5.6.1 that's > # compiled with 64 bit ints and ran Configure.pl with it. > > Okay. When Configure asks: > > How big would you like integers to be? [long long] > > just t

RE: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Brent Dax
Michael G Schwern: # On Sun, Mar 17, 2002 at 12:50:57PM -0800, Hong Zhang wrote: # > # > It looks like you are running in 32-bit environment, but # > using 64-bit INTVAL. The INTVAL must be the same size as # > void* in order to cast between them without warning. # > Please try to reconfig using 3

Re: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Bryan C. Warnock
On Saturday 16 March 2002 13:24, Michael G Schwern wrote: > This is parrot built using a 5.6.1 with 64 bit integers. The tests > pass ok, but there's a heap of warnings in the build. Here's the > complete make output. Known problem. We currently suck at most things not long or double. My stomp

Re: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Michael G Schwern
On Sun, Mar 17, 2002 at 12:50:57PM -0800, Hong Zhang wrote: > > It looks like you are running in 32-bit environment, but > using 64-bit INTVAL. The INTVAL must be the same size as > void* in order to cast between them without warning. > Please try to reconfig using 32-bit INTVAL, or running > pro

Re: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Michael G Schwern
On Sun, Mar 17, 2002 at 10:16:13AM -0800, Brent Dax wrote: > Michael G Schwern: > # On Sat, Mar 16, 2002 at 02:36:45PM -0800, Hong Zhang wrote: > # > > # > Can you check what is the sizeof(INTVAL) and sizeof(void*)? > # > Some warnings should not have happened. > # > # (Note: Not a C programmer) >

RE: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Hong Zhang
; From: Michael G Schwern [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 16, 2002 2:54 PM > To: Hong Zhang > Cc: [EMAIL PROTECTED] > Subject: Re: 64 bit Debian Linux/PowerPC OK but very noisy > > > On Sat, Mar 16, 2002 at 02:36:45PM -0800, Hong Zhang wrote: > > > >

RE: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-17 Thread Brent Dax
Michael G Schwern: # On Sat, Mar 16, 2002 at 02:36:45PM -0800, Hong Zhang wrote: # > # > Can you check what is the sizeof(INTVAL) and sizeof(void*)? # > Some warnings should not have happened. # # (Note: Not a C programmer) # # INTVAL? I can't find where its defined. INTVAL is in config.h. Make

Re: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-16 Thread Michael G Schwern
On Sat, Mar 16, 2002 at 02:36:45PM -0800, Hong Zhang wrote: > > Can you check what is the sizeof(INTVAL) and sizeof(void*)? > Some warnings should not have happened. (Note: Not a C programmer) INTVAL? I can't find where its defined. int main (void) { printf("int %d, long long %d,

RE: 64 bit Debian Linux/PowerPC OK but very noisy

2002-03-16 Thread Hong Zhang
Can you check what is the sizeof(INTVAL) and sizeof(void*)? Some warnings should not have happened. Hong > -Original Message- > From: Michael G Schwern [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 16, 2002 10:24 AM > To: [EMAIL PROTECTED] > Subject: 64 bit Debian L

64 bit Debian Linux/PowerPC OK but very noisy

2002-03-16 Thread Michael G Schwern
This is parrot built using a 5.6.1 with 64 bit integers. The tests pass ok, but there's a heap of warnings in the build. Here's the complete make output. perl5.6.1 vtable_h.pl perl5.6.1 make_vtable_ops.pl > vtable.ops perl5.6.1 ops2c.pl C core.ops io.ops rx.ops vtable.ops include/parrot/oplib/