Hi there, thanks for your interest in the CS perl bindings.

I think you've uncovered a little mistake in perlsimp.pl. You say the 
bindings are installed at /usr/share/crystalspace/bindings/perl5. 
However, perlsimp.pl is looking for them in 
/usr/share/crystalspace/bindings. I've never use the "jam install" 
target, but just use CS from the directory the source archive extracts 
into, hence the mistake in specifying where perlsimp.pl should look for 
the bindings.

So could you please change the paths listed in the 'use lib' pragma on 
lines 13 and 14 of perlsimp.pl to reflect the true location of the 
bindings, and let me know how that works out? Hopefully you shouldn't 
have any more problems after that, and I can make the same fix to the 
development version in the SVN source repository.

About a Perl binding for CEL, I think that in not too long, I will take 
a look at writing a generic script behaviour layer, that could support 
any of the languages for which an iScript plugin exists in CS, and with 
CEL bindings to go with them.

[EMAIL PROTECTED] wrote:
> hello i have a problem with perlsimp.pl...what info should i include?
> here's my configuration:
> [ebuild R ] dev-games/crystalspace-1.0.1 USE="3ds alsa cal3d cegui
> doc jpeg mng ode perl png python sdl truetype vorbis wxwindows -cg -java
> -javascript" 0 kB
>
> here my environement configuration:
> CRYSTAL_PLUGIN=/usr/lib/crystalspace
> CRYSTAL_CONFIG=/etc/crystalspace
> i think that crystalspace is in /usr/share/crystalspace/
> $ ls -l /usr/share/crystalspace/bindings/perl5/
> total 5848
> -rw-r--r-- 1 root root 517738 Jun 16 23:47 cspace.pm
> -rwxr-xr-x 1 root root 5440560 Jun 16 23:47 cspace.so
>
>
>
> $ ./perlsimp.pl
> Can't locate loadable object for module cspace in @INC (@INC contains:
> /usr/local/share/crystalspace/bindings /usr/share/crystalspace/bindings
> ./scripts/perl5 /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux
> /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl
> /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8
> /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux
> /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at cspace.pm line 8
> Compilation failed in require at ./perlsimp.pl line 20.
> BEGIN failed--compilation aborted at ./perlsimp.pl line 20.
>
> by the way will there be perl binding for cel?

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to