Hello, colleagues !
I have to process ODT files in C++ Qt program using libreoffice uno software tools. I try to add there headers and libraries into CMakeLists.txt, but when I try to include header file
#include <cppuhelper/bootstrap.hxx>
into my code I receive an error
/usr/lib/libreoffice/sdk/include/com/sun/star/uno/Reference.hxx:28:49: fatal error: com/sun/star/uno/RuntimeException.hpp: No such file or directory
calling /usr/lib/libreoffice/sdk/bin/cppumaker -O …/cppumaker produce another error
ERROR: Unknown entity ‘com.sun.star.uno.RuntimeException’
I read the description of this situation at this, but which way I have to obtain files types.rgb and oovapi.rgb ? Target system is Debian Linux.