Open Dave-Vallance opened 8 years ago
I tried to compile your extension on ubuntu 16.04 with Libre Office 5.1.2.2 and it's SDK.
However when compiling I received this error on the idlc portion:
Compiling: idl/Xsmf.idl /tmp/idli_E8hpNR: line 1: file '/usr/share/idl/libreoffice/com/sun/star/uno/XInterface.idl' not found
It is strange because the path and file name are absolutely correct.
I found a workaround by specifying include path in the command and shortening the absolute path in the Xsmf.idl to a relative one.
The extension no longer has an issue compiling for me.
Thank you, I am getting the same issue, I will try out this fix.
I tried to compile your extension on ubuntu 16.04 with Libre Office 5.1.2.2 and it's SDK.
However when compiling I received this error on the idlc portion:
Compiling: idl/Xsmf.idl /tmp/idli_E8hpNR: line 1: file '/usr/share/idl/libreoffice/com/sun/star/uno/XInterface.idl' not found
It is strange because the path and file name are absolutely correct.
I found a workaround by specifying include path in the command and shortening the absolute path in the Xsmf.idl to a relative one.
The extension no longer has an issue compiling for me.