Re: [sword-devel] Running confmaker.pl

2018-06-22 Thread pierre amadio
Hi there ! I am afraid there is no pre packaged perl module for debian (if anyone knows this to be wrong, please let us know the name of the package :) ). I think it is possible to build things from sources this way so that perl can use the sword library on a debian box: The sword library will be

Re: [sword-devel] Running confmaker.pl

2018-06-22 Thread Tom Sullivan
Thank you for the info. I did a search using Synaptic Package Manager on "perl" and got massive hits. Searching on "perl bindings" returned fewer, but still numerous hits. I do not know enough to make a choice and the names did not suggest obvious choices to me. Is it possible that someone

Re: [sword-devel] Running confmaker.pl

2018-06-22 Thread Peter Von Kaehne
>> On 21 June 2018 at 20:04, Tom Sullivan >> mailto:i...@beforgiven.info]> wrote: >>The wiki page should have given the URI. It took me a long time to find it at >> https://crosswire.org/svn/sword-tools/trunk/modules/conf/ Thanks, I fixed this. >>When I gave confmaker.pl[http://confmaker.pl] a

Re: [sword-devel] Running confmaker.pl

2018-06-22 Thread pierre amadio
Hi there ! Perl is telling you that it cannot find one module (perl library) the script needs, in this case, the Sword module: Can't locate Sword.pm in @INC (you may need to install the Sword module) @INC is a list of directory perl is looking for modules. I did not find any pre packaged perl-s