In config/spell.m4, line 64:
CXXFLAGS="$ENCHANT_CFLAGS $AM_CXXFLAGS $CXXFLAGS"
Shouldn’t this line be:
CXXFLAGS=“$HUNSPELL_CFLAGS $AM_CXXFLAGS $CXXFLAGS"
Regards,
Nusret
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel
Hi there,
How can I set up my development environment to be able to compile a git
cloned lyx sourcecode directory?
I have XCode installed. My OS is Big Sur. I installed Homebrew and
autotools. I downloaded QT 6.2 (official release from Qt). I run autogen,
then configure script. But I am not sure wh