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)
Oh and, heh, I notice I got the logic backward on the 64-bit test. I reversed it when I was testing it and forgot to put it back before uploading it. Hope that wasn't too confusing.
Reply to This
Parent
Re: (Score:1)
build log [develop-help.com]
I used script to capture the output, so there's a few control characters in there, but the Makefile.PL and make were with VERSIONER_PERL_PREFER_32_BIT=yes and the make test with VERSIONER_PERL_PREFER_32_BIT=no
Re: (Score:2)
I used script to capture the output, so there's a few control characters in there, but the Makefile.PL and make were with VERSIONER_PERL_PREFER_32_BIT=yes and the make test with VERSIONER_PERL_PREFER_32_BIT=no
You mean the other way around, right? I don't see make test working under 64-bit. :-)
So it looks like just what I hoped for. It seems buildable no matter if perl is running as 64-bit or 32-bit. Just need to fix that one broken test, and maybe try to find a way to run make test with VERSIONER_PERL_PREFER_32_BIT=yes.
Thanks!
Re: (Score:1)