Le 08/01/2018 à 12:28, Kornel Benko a écrit :
Looks like these are not needed for tests in support/
Are you sure?
...
/usr2/src/lyx/lyx-git/src/Layout.cpp:1657: undefined reference to
`lyx::alignmentToCSS[abi:cxx11](lyx::LyXAlignment)'
Same for
/usr2/src/lyx/lyx-git/src/Lexer.cpp:242: undefined reference to
`lyx::theFormats()'
How come that the tests in src/tests/ use dummy_impl.cpp from
src/support/tests/?
It is not like that in autoconf, where each set of tests has its own
dummy impl. This is better IMO and I'd actually like to reduce these
files as much as possible.
JMarc