I'm trying to build header files for OpenOffice SDK. Based on this <https://stackoverflow.com/questions/25056127/libreoffice-c-api-missing-headers> source, I ran the following command (where RDBS=/opt/openoffice4/sdk/programs):
./cppumaker -Gc -O"/usr/include/openoffice/com/sun/star" $RDBS/types.rdb > $RDBS/services.rdb > I am using only the types and services RDBs because this <https://www.linuxjournal.com/article/8550> source mentions that it makes header file building a little faster. I keep getting this error, and I have no idea why. Can anyone give me an idea of what's going on? cppumaker : init registries failed, check your registry files. > Thanks!