Bug 118213 - RuntimeException.hpp is missing from SDK
Summary: RuntimeException.hpp is missing from SDK
Status: RESOLVED MOVED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
6.0.4.2 release
Hardware: x86 (IA32) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevAdvice
Depends on:
Blocks:
 
Reported: 2018-06-17 17:49 UTC by Douglas Lankshear
Modified: 2018-10-19 10:47 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Lankshear 2018-06-17 17:49:41 UTC
Description:
I am using 6.0.4.2 program and SDK. When I compile my program that includes the file "com/sun/star/uno/reference.hxx", that file includes "com/sun/star/uno/RuntimeException.hpp" which does not exist.
Also "com/sun/star/uno/XInterface.hpp" is missing. 

Steps to Reproduce:
1. Build s program that includes "com/sun/star/uno/reference.hxx"
2.
3.

Actual Results:
c:\program files (x86)\libreoffice\sdk\include\com\sun\star\uno\reference.hxx(28): fatal error C1083: Cannot open include file: 'com/sun/star/uno/RuntimeException.hpp': No such file or directory

Expected Results:
My program should compile


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 Xisco Faulí 2018-10-19 10:47:25 UTC
Hello Douglas Lankshear,
Since this is build issue and not a software issue, would you mind sending an
email to the dev list instead? ->
https://wiki.documentfoundation.org/Development/Mailing_List
Closing as RESOLVED MOVED