Compilation warning
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Fri Jul 12 13:28:22 UTC 2024
Le 12/07/2024 à 14:16, Jürgen Spitzmüller a écrit :
> Am Freitag, dem 12.07.2024 um 11:31 +0200 schrieb Pavel Sanda:
>> Can you share the exact autogen/configure sequence and params so I
>> can try to reproduce your workflow?
>
> ./autogen.sh
> ./configure --enable-build-type=rel
>
> The issue shows up in the make install step.
Do you see a mention of grep and egrep in the configure output?
It seems that it is checked as part of the iconv configuration.
We should not rely in the makefile on a variable that has not been
checked explicitely.
The output I get goes like:
checking whether byte ordering is bigendian... no
checking whether printing callstack is possible... (cached) yes
checking whether make_unique is defined by header memory... yes
checking size of wchar_t... 4
checking for wchar_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by GCC... /usr/bin/ld
JMarc
More information about the lyx-devel
mailing list