@jonathanpdx: Sorry, no idea.
IIRC, the problem seemed to be that Validator didn't work well if Perl was running in 64 bits. The fix was to make sure that Validator used an older version of Perl, running in 32 bits.
I don't know if it would be possible to install such an old version of Perl in Lion. The man page for Perl in Lion suggests that you should use an environment variable to make Perl run in 32 bits, but I don't know how to make Validator set this You could probably also force Lion to always use 32 bit Perl, but I don't want to do that...
Won't start on a MacBook Pro running Snow Leopard, but complains about:
"Can't load '/Applications/Validator.app/blablabla...: no appropriate 64-bit architecture (see "man perl" for running in 32-bit mode) at /System/Library/Perl/5.10.0/darwin-thread-multi-2level/DynaLoader.pm line 207."
Editing the AppSettings.plist inside the Validator bundle (Contents/Resources/AppSettings.plist) and changing the value of the ScriptInterpreter key to "/usr/bin/perl5.8.9" (without the quotes) seems to fix it. At least temporarily.
[Version 1.4.1]
Please login or create a new MacUpdate Member account to use this feature
Validator
IIRC, the problem seemed to be that Validator didn't work well if Perl was running in 64 bits. The fix was to make sure that Validator used an older version of Perl, running in 32 bits.
I don't know if it would be possible to install such an old version of Perl in Lion. The man page for Perl in Lion suggests that you should use an environment variable to make Perl run in 32 bits, but I don't know how to make Validator set this You could probably also force Lion to always use 32 bit Perl, but I don't want to do that...
Validator
"Can't load '/Applications/Validator.app/blablabla...: no appropriate 64-bit architecture (see "man perl" for running in 32-bit mode) at /System/Library/Perl/5.10.0/darwin-thread-multi-2level/DynaLoader.pm line 207."
Editing the AppSettings.plist inside the Validator bundle (Contents/Resources/AppSettings.plist) and changing the value of the ScriptInterpreter key to "/usr/bin/perl5.8.9" (without the quotes) seems to fix it. At least temporarily.