madsailor / SMF-Extension

LibreOffice extension for retrieving stock market data
GNU Lesser General Public License v3.0
27 stars 17 forks source link

Fix for Xinterface not being found #18

Open Dave-Vallance opened 8 years ago

Dave-Vallance commented 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.

rsborn commented 7 years ago

Thank you, I am getting the same issue, I will try out this fix.