NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Snow Leopard perl is both (Score:1)
This can be confusing when you have 32-bit libraries installed.
neptune:Imager tony$ export VERSIONER_PERL_PREFER_32_BIT=no
neptune:Imager tony$ perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=darwin, osvers=10.0, archname=darwin-thread-multi-2level
uname='darwin neige.apple.com 10.0 darwin
Re: (Score:2)
Tony, would you mind trying these files out? Drop them in the root Mac-Carbon-0.80 dir, then run `perl Makefile.PL` and `make` and `make test`. They try to remove the -arch x86_64 flags, and give a warning to any user trying to compile with a 64-bit perl.
http://pudge.net/tmp/Makefile.PL [pudge.net]
http://pudge.net/tmp/common.pl [pudge.net]
Re: (Score:1)
Re: (Score:2)
Ugh. OK, I had to rename them, or reconfigure the server, or put them in an archive. So rename them I did!
http://pudge.net/tmp/Makefile.txt [pudge.net]
http://pudge.net/tmp/common.txt [pudge.net]
Thanks.
Re: (Score:1)
Re:Snow Leopard perl is both (Score:2)
Awesome, thanks. That dumb creator/type test is failing, I'll look at that again. But other than that, it seems to work for 32-bit.
Could you try one more thing? Do the first part again, running as 64-bit. But before you run make test, export VERSIONER_PERL_PREFER_32_BIT=yes, so you will have built it using the 64-bit perl, but are running the tests as 32-bit perl.
Thanks again.
Reply to This
Parent