Hi Rivo.
First of all, sorry for the delayed reply (your message was waiting
for approval but I dind't receive any alert from the mailling list. I
must have wrongly configurated something.)
> 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'
> ...
Short answer: Just try to build the openoffice-addin project again. If
it doesn't work, then try to clean and build the project.
Long answer follows: This is a weird intermittent problem.
Unfortunately the process of building an OpenOffice add-in is quite
complicated. One of the steps calls a tool called cppumaker which
"dumps" .hpp files which are #included by KeyValue cpp files. For some
reason, sometimes it fails but if you try again, miraculously, it
succeeds. I thought to report this behavior to the OpenOffice
developers but since it is hard to reproduce, I gave up. Fortunately,
it seems to happen only the first time you try to build the openoffice
add-in project. Thereafter the build runs smothly.
> The 5 other targets were successfully built (BTW, I didn't see a spreadsheet
> test file -- neither XL nor OOo -- anywhere ??).
The spreadsheets used in the user documentation examples (keyvalue.ods
and keyvalue.xlsx) are in doc/workbooks
For the location of the add-ins, please, see Table 3 in Section 4 of
the users documentation:
doc/0.1/usr/html-m/ar01s04.html
Regards,
Cassio.
|