Re: [sword-devel] Compiling problems

2023-11-06 Thread Peter Von Kaehne
Thank you Pierre - while this did not fix my problem your list of dependencies 
must have contained one I had not installed. Suddenly things moved.

> Gesendet: Montag, 06. November 2023 um 20:10 Uhr
> Von: "pierre amadio" 
> An: "SWORD Developers' Collaboration Forum" 
> Betreff: Re: [sword-devel] Compiling problems
>
> Hello.
>
> I am not sure it is related, but last time i compiled sword on debian,
> I had to do some manual copy of clucene header file for them to be
> found:
> https://github.com/pierre-amadio/SwordSandBox/blob/master/manual-install-1.9-on-debian-with-python.txt#L17
>
> mkdir -p /usr/local/sword/include/CLucene
> #dedbian
> cp /usr/lib/x86_64-linux-gnu/CLucene/clucene-config.h
> /usr/local/sword/include/CLucene
>
> No idea why.
>
> May be it is the same issue.
>
> On Mon, 6 Nov 2023 at 20:52, Peter Von Kaehne  wrote:
> >
> > Am trying after far too many years to get myself up to speed with CrossWire 
> > and hopefully back to contributing. Of course lots is rusty
> >
> > And lots does not work for me...
> >
> > I am on Debian (Unstable). I have downloaded sword via SVN and wanted to 
> > compile it.
> >
> > ./autogen.sh makes numerous complaints about a missing subdir option, 
> > usrinst.sh fails subsequently with a message around CLUCENE2
> >
> > Checking online this appears to have to do with gettext - but I have it 
> > installed.
> >
> > ./configure: line 17649: syntax error near unexpected token `CLUCENE2,'
> > ./configure: line 17649: `PKG_CHECK_MODULES(CLUCENE2, libclucene-core >= 
> > 2.3,,true)'
> >
> > I have of course clucene including its development files.
> >
> > I would be grateful for some handholding here.
> >
> > Thanks!
> >
> > Peter
> > ___
> > sword-devel mailing list: sword-devel@crosswire.org
> > http://crosswire.org/mailman/listinfo/sword-devel
> > Instructions to unsubscribe/change your settings at above page
> ___
> sword-devel mailing list: sword-devel@crosswire.org
> http://crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page
>
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


Re: [sword-devel] Compiling problems

2023-11-06 Thread pierre amadio
Hello.

I am not sure it is related, but last time i compiled sword on debian,
I had to do some manual copy of clucene header file for them to be
found:
https://github.com/pierre-amadio/SwordSandBox/blob/master/manual-install-1.9-on-debian-with-python.txt#L17

mkdir -p /usr/local/sword/include/CLucene
#dedbian
cp /usr/lib/x86_64-linux-gnu/CLucene/clucene-config.h
/usr/local/sword/include/CLucene

No idea why.

May be it is the same issue.

On Mon, 6 Nov 2023 at 20:52, Peter Von Kaehne  wrote:
>
> Am trying after far too many years to get myself up to speed with CrossWire 
> and hopefully back to contributing. Of course lots is rusty
>
> And lots does not work for me...
>
> I am on Debian (Unstable). I have downloaded sword via SVN and wanted to 
> compile it.
>
> ./autogen.sh makes numerous complaints about a missing subdir option, 
> usrinst.sh fails subsequently with a message around CLUCENE2
>
> Checking online this appears to have to do with gettext - but I have it 
> installed.
>
> ./configure: line 17649: syntax error near unexpected token `CLUCENE2,'
> ./configure: line 17649: `PKG_CHECK_MODULES(CLUCENE2, libclucene-core >= 
> 2.3,,true)'
>
> I have of course clucene including its development files.
>
> I would be grateful for some handholding here.
>
> Thanks!
>
> Peter
> ___
> sword-devel mailing list: sword-devel@crosswire.org
> http://crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


Re: [sword-devel] Compiling problems

2023-11-06 Thread Peter Von Kaehne
> Von: "Peter Von Kaehne" 
> I have of course clucene including its development files.

I also tried excluding building clucene in usrinst.sh. The error remains.

Peter
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


Re: [sword-devel] Compiling problems

2023-11-06 Thread Tobias Klein

I have no idea about the automake issues.

You could alternatively try with CMake.

Install cmake (apt install cmake), and then:

mkdir build

cd build

cmake 

make

make install

Best regards,
Tobias

On 11/6/23 8:45 PM, Peter Von Kaehne wrote:

Am trying after far too many years to get myself up to speed with CrossWire and 
hopefully back to contributing. Of course lots is rusty

And lots does not work for me...

I am on Debian (Unstable). I have downloaded sword via SVN and wanted to 
compile it.

./autogen.sh makes numerous complaints about a missing subdir option, 
usrinst.sh fails subsequently with a message around CLUCENE2

Checking online this appears to have to do with gettext - but I have it 
installed.

./configure: line 17649: syntax error near unexpected token `CLUCENE2,'
./configure: line 17649: `PKG_CHECK_MODULES(CLUCENE2, libclucene-core >= 
2.3,,true)'

I have of course clucene including its development files.

I would be grateful for some handholding here.

Thanks!

Peter
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page


[sword-devel] Compiling problems

2023-11-06 Thread Peter Von Kaehne
Am trying after far too many years to get myself up to speed with CrossWire and 
hopefully back to contributing. Of course lots is rusty

And lots does not work for me...

I am on Debian (Unstable). I have downloaded sword via SVN and wanted to 
compile it.

./autogen.sh makes numerous complaints about a missing subdir option, 
usrinst.sh fails subsequently with a message around CLUCENE2

Checking online this appears to have to do with gettext - but I have it 
installed.

./configure: line 17649: syntax error near unexpected token `CLUCENE2,'
./configure: line 17649: `PKG_CHECK_MODULES(CLUCENE2, libclucene-core >= 
2.3,,true)'

I have of course clucene including its development files.

I would be grateful for some handholding here.

Thanks!

Peter
___
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page