I can compile loolwsd with 2 options but doesn’t work
./configure --enable-silent-rules --with-lokit-path=…/core/include --with-lo-path=/etc/officeonline --enable-debug
… checking dependency style of g++… gcc3 checking for gcc… (cached) gcc checking whether we are using the GNU C compiler… (cached) yes checking whether gcc accepts -g… (cached) yes checking for gcc option to accept ISO C89… (cached) none needed checking whether gcc understands -c and -o together… (cached) yes checking for setcap… /sbin/setcap checking whether to run tests against a LibreOffice… configure: error: LibreOffice install looks dodgy, missing /var/www/officeonline/program/versionrc
./configure --enable-silent-rules --with-lokit-path=…/core/include --enable-debug
… checking for gcc option to accept ISO C89… (cached) none needed checking whether gcc understands -c and -o together… (cached) yes checking for setcap… /sbin/setcap checking whether to run tests against a LibreOffice… no checking for library containing dlopen… -ldl checking for library containing png_create_write_struct… -lpng checking for library containing cap_get_proc… -lcap ./configure: line 16234: syntax error near unexpected token CPPUNIT,’ ./configure: line 16234:PKG_CHECK_MODULES(CPPUNIT, cppunit)’
Have you a idea ? Thanks