Problem with OOo3.2 SDK
Status: Pre-Alpha
Brought to you by:
cassioneri
From: Questions r. to t. u. of KeyValue.
<key...@li...> - 2010-04-10 18:41:41
|
Hi all, I have a problem building the openoffice-addin with the OOo3.2 SDK. Here is the offending message in MS Visual Studio 2008 Pro Edn output window: ---------- 6>C:\others\OOo3_2SDK\sdk\bin\cppumaker.exe ERROR: cannot dump Type 'com/sun/star/uno/RuntimeException' 6>make: *** [openoffice/com/sun/star/lang/XServiceInfo.hpp] Error 99 6>make: *** Waiting for unfinished jobs.... 6>C:\others\OOo3_2SDK\sdk\bin\cppumaker.exe ERROR: cannot dump Type 'com/sun/star/uno/RuntimeException' 6>make: *** [openoffice/com/sun/star/deployment/PackageInformationProvider.hpp] Error 99 6>C:\others\OOo3_2SDK\sdk\bin\cppumaker.exe ERROR: cannot dump Type 'com/sun/star/uno/TypeClass' 6>make: *** [openoffice/com/sun/star/lang/XMultiServiceFactory.hpp] Error 99 6>C:\others\OOo3_2SDK\sdk\bin\cppumaker.exe ERROR: cannot dump Type 'com/sun/star/uno/RuntimeException' 6>C:\others\OOo3_2SDK\sdk\bin\cppumaker.exe ERROR: cannot dump Type 'com/sun/star/uno/RuntimeException' 6>make: *** [openoffice/com/sun/star/lang/XTypeProvider.hpp] Error 99 6>make: *** [openoffice/com/sun/star/sheet/XAddIn.hpp] Error 99 ----------- The 5 other targets were successfully built (BTW, I didn't see a spreadsheet test file -- neither XL nor OOo -- anywhere ??). Regards, Rivo |