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&

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/CLuc

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/l

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 u