<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 11, 2020 at 1:58 PM Dominique Corbex <<a href="mailto:dominique@corbex.org">dominique@corbex.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 11 Sep 2020 13:30:56 -0500<br>
Greg Hellings <<a href="mailto:greg.hellings@gmail.com" target="_blank">greg.hellings@gmail.com</a>> wrote:<br>
<br>
> Something is broken in the Perl bindings build.<br>
<br>
In bindings/swig/perl/CMakeLists.txt, we have:<br>
<br>
WriteMakefile(<br>
        'NAME'          => 'Sword',<br>
        'VERSION'       => '${SWORD_VERSION}',<br>
        'INC'           => '-I\"${CMAKE_SOURCE_DIR}/include\" -I\"${CMAKE_CURRENT_SOURCE_DIR}/..\"',<br>
        'DEFINE'        => '-DSWIG',<br>
        'LIBS'          => '-L\"${CMAKE_BINARY_DIR}\" -lsword -lz',<br>
        'FIRST_MAKEFILE' => 'Makefile.perlswig',<br>
        'PREREQ_PM'     => {},<br>
                ($] >= 5.005 ? ## Add these new keywords supported since 5.005<br>
                (ABSTRACT => 'Sword Project perl bindings', # retrieve abstract from module<br>
                AUTHOR => 'Sword Project <<a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a>>') : ()),<br>
);<br>
<br>
According to <a href="https://perldoc.perl.org/ExtUtils/MakeMaker.html" rel="noreferrer" target="_blank">https://perldoc.perl.org/ExtUtils/MakeMaker.html</a>:<br>
INSTALLDIRS is not set, the default is SITEPREFIX I guess, so the Perl bindings fails because<br>
- Perl bindings are built in /usr/local/lib<br>
- Sword Swig is built in /usr/lib<br></blockquote><div><br></div><div>This is good to keep in mind, but the problem is more fundamentally that the makefile above isn't getting generated (possibly at all, possibly in a different path - I wasn't in a position to check that out, specifically)</div><div><br></div><div>--Greg<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
But I'm not a Perl Monger and I don't know how to fix that bug.<br>
<br>
-- <br>
domcox <<a href="mailto:dominique@corbex.org" target="_blank">dominique@corbex.org</a>><br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" target="_blank">http://crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page<br>
</blockquote></div></div>