Re: Bootstrap exception while using sdk on Linux.

2017-01-11 Thread Rodnyansky Pavel
Problem solved, thank you all for your replies. I got missing strings because i used headers, generated on windows under Linux platform, apparently it doesn't work that way. After i started getting error messages i quickly figured out the solution. I launched Qt from the same shell as

Re: Bootstrap exception while using sdk on Linux.

2016-12-26 Thread Rodnyansky Pavel
julien2412 wrote > Searching about "sdk" on LO dev forum, it seems this link may help you: > http://api.libreoffice.org/docs/install.html Thanks for the fast answer. This doc is the first thing i found when i started installing sdk on windows. In fact, i'm a bit sceptical about it. It forces to

Bootstrap exception while using sdk on Linux.

2016-12-26 Thread Rodnyansky Pavel
Hello! I'm given a task to write a crossplatform Qt/C++ program which integrates with LibreOffice calc and do some stuff with spreadsheet docs. I managed to get it running on Windows, got the basics of Uno API and now have to do the same on Linux platform. My project compiles, but i m getting

Re: Need help with installing/setting SDK on Linux

2016-11-11 Thread Rodnyansky Pavel
sberg wrote > Unfortunately it's not enough to run from within a setsdkenv_unix shell, > you also need to set up some C++ compiler command line arguments. > Modelling your makefiles after the sdk's example/ makefiles (which > include the SDK's settings/*.mk) would give you that, but you

Need help with installing/setting SDK on Linux

2016-11-10 Thread Rodnyansky Pavel
Hello everyone! I m pretty new with LibreOffice, I ve been struggling for few days trying to compile a simple c++ programm using SDK and no success yet. *Firstly, what i ve got to this point:* - My os is Ubuntu 16.04 LTS 64 bit - I successfully installed LibreOffice and sdk from deb packages,