Looking into the setup.rb issues, I realized two things:
* setup.rb wasn't included in the gems or .tgz packages, that is now fixed * setup.rb was using an unreleased 3.5.0 versionThe problem with the second issue is when I tried to run setup.rb on Linux (Fedora 8), it didn't work. The offending line was line 10 at the very start:
PACKAGE = File.read(Dir.glob('{.,meta/}unixname{,.txt}',So, I reverted to the last official setup.rb release, 3.4.1. That one ran correctly when I tried using it.
As a result, I've checked in the older version. Feel free to shout out if this is the wrong thing to do.
Thanks, Charlie
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel