Le 08/03/2016 22:49, Stephan Witt a écrit :
1. What’s the point of using --enable-monolithic-build=yes ?
I cannot compile LyX with it on Mac.
============================
CXX liblyxqt4.o
liblyxqt4.cpp:1:1: error: expected external declaration
-e
^
liblyxqt4.cpp:1:2: error: unknown type name 'e'
-e
^
In file included from liblyxqt4.cpp:2:
In file included from
/Users/stephan/git/lyx/src/frontends/qt4/ButtonPolicy.cpp:13:
/Users/stephan/git/lyx/src/frontends/qt4/ButtonPolicy.h:18:1: error: expected
unqualified-id
namespace lyx {
It looks like the shell used by make does not understand the -e option
of echo.
What shell is it?
Personally, I did not know this -e option, and it is not very standard IMO.
I do not know what is a standard way to add a line break in a make
substitution.
It looks like we can use printf instead.
JMarc