On 12/21/2017 09:47 PM, ci-...@inria.fr wrote: > CXXLD check_convert > liblyxsupport.a(Systemcall.o): In function > `lyx::support::SystemcallPrivate::waitAndCheck()': > /build/workspace/src/support/Systemcall.cpp:406: undefined reference to > `lyx::theApp()' > /build/workspace/src/support/Systemcall.cpp:410: undefined reference to > `lyx::theApp()' > collect2: error: ld returned 1 exit status > Makefile:866: recipe for target 'check_convert' failed
Presumably, the same sort of thing that was done at f1df7e47 needs to be done somewhere here, but I do not know the test framework code well enough to know where to do it. Can someone else handle that? Richard