On Sunday, June 22, 2003, at 02:21 AM, Yvon Thoraval wrote:

the script part using LibXML has been tested apart of CamelBones, working well.

XML::LibXML is installed in /opt/perl/lib/site_perl/5.8.0/darwin'.

CamelBones doesn't use /usr/bin/perl - it's linked directly to libperl.dylib, and unless it's rebuilt to use another, it uses the one found under /System/Library/Perl. Have you built CamelBones against your copy of 5.8.0? If not, it's using 5.6.0, so you'll need to use modules that have been installed under 5.6.0.


then the error message writing @INC :

Although at command line INC isn't the same ::

It sounds like there's a PERL5LIB environment variable in your login script, which is '~.cshrc' if you're using the default shell. Command-line apps will see this, and add it to @INC, but GUI apps don't read the login shell, so they're not affected by it.


Is there some mailing-list in order to post such kind of question ?

There are a couple of lists at the SourceForge site - <http://sf.net/projects/camelbones/>. There is also, of course, this list. This list has a more general focus, but most everyone who uses CB is subscribed here too.


sherm--


Each language has its purpose, however humble. Each language expresses the Yin and Yang of software. Each language has its place within the Tao.


But do not program in COBOL if you can avoid it.

-- The Tao of Programming

Reply via email to