Re: LO Windows SDK - Compiler error: Unkown Platform

2022-07-28 Thread Fatih Yegin
Doctor, is there any hope? As an aside, here's how I setup my configuration: 1. Install LO and sdk to default installation paths* 2. Move them to "C:\" 3. Install msys, and don't forget to update the msys and msys mingw64 terminals with `pacman -Syu`** 4. (Optional) Make msys shortcuts on "USE

Re: LO Windows SDK - Compiler error: Unkown Platform

2022-07-26 Thread Fatih Yegin
I'm sorry, I have forgotten to mention that cmake doesn't generate the needed headers in Windows either. We must run the necessary cppumaker command manually in the necessary directory. Any ideas about how can solve these issues? Thank you again, before hand. On Tue, 2022-07-26 at 15:52 +0300, F

LO Windows SDK - Compiler error: Unkown Platform

2022-07-26 Thread Fatih Yegin
Hello, I am experimenting with LO SDK and using cmake to compile according to this page: https://dev.blog.documentfoundation.org/2022/04/19/using-cmake-to-build-libreoffice-cpp-sdk-examples/ This works great on Linux. However, I am having build errors on Windows. I believe, root cause of this p