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 # > process in 64-bit mode. # # Huh? # # 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 type 'long' (without quotes) and hit enter. You won't get 64-bit support, but you will get a building Parrot, which is usually a good thing. ;^) --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) #define private public --Spotted in a C++ program just before a #include