Hi all,
Christians mail shows my error. Instead of
--with-doxygen=c:/Apps/doxygen/bin
it needs not only the folder but the complete file path
--with-doxygen=c:/Apps/doxygen/bin/doxygen.exe
Now autogen.sh finds it.
Kind regards,
Regina
Regina Henschel schrieb am 23.10.2024 um 16:16:
Hi Balázs, hi all,
Balázs Varga schrieb am 23.10.2024 um 08:27:
Hi Regina,
You need to install doxygen inside the WSL linux distro with the
command: sudo apt-get install doxygen
Done. And then with --enable-odk.
Next ./autogen.sh try.
Error:
checking for doxygen... /usr/bin/doxygen
configure: error: dot not found in $PATH but doxygen defaults to
HAVE_DOT=YES; install graphviz or disable its use via --without-doxygen
Done sudo apt-get install graphiz
Next ./autogen.sh try.
Error:
checking for doxygen... /usr/bin/doxygen
checking whether doxygen is a windows executable... no
configure: error: please provide a path to a windows version of doxygen
or use --without-doxygen
Then downloaded windows version of doxygen and installed. Added its path
to autogen.input
--with-doxygen=c:/Apps/doxygen/bin
Next ./autogen.sh try.
Error:
checking for doxygen... C:/Apps/doxygen/bin
configure: error: found doxygen is too old; need at least version 1.8.4
or specify --without-doxygen
But the installed doxygen version is 1.12.0
So still no way to get --enable-odk.
Kind regards,
Regina
—
Regina Henschel <rb.henschel@xxxxxxxxxxx
<mailto:rb.henschel@xxxxxxxxxxx>> (időpont: 2024. okt. 22., K, 19:43)
ezt írta:
Hello all,
with help of Hossein, I could build LibreOffice as described on
https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows
But the autogen parameters in that instructions contain
--without-doxygen. That means, that I cannot use --enable-odk.
How to build with --enable-odk?
It seems I need from somewhere doxygen?
Kind regards,
Regina