eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Feature Request]: Make codelite packaging friendly on MSYS2 #3400

Closed MehdiChinoune closed 3 weeks ago

MehdiChinoune commented 4 weeks ago

Describe your idea in details

I tried to package codelite 17 (update it) on MSYS2 (https://packages.msys2.org/base/mingw-w64-codelite), but unfortunately the developer made it impossible to package it on MSYS2.

In other word, the only way to use codelite on Windows is through the official installer.

If that's the only way, just tell us so we could drop it and redirect users to use the official installer.

Jarod42 commented 3 weeks ago

I tried CMake builtin FindWxWidgets, but it fails for me: assume gcc|no monolitic, ... but pretty sure patch welcome ;-)

MehdiChinoune commented 3 weeks ago

I tried CMake builtin FindWxWidgets, but it fails for me: assume gcc|no monolitic, ... but pretty sure patch welcome ;-)

Maybe that was a long time ago, there were many fixes to FindWxWidgets and now It works fine with both gcc and clang. As I said the issue is not just about FindWxWdigets.

I assume, that's a No. Thanks.

Jarod42 commented 3 weeks ago

BTW, I'm just a participant of the project, I'm neither owner or collaborator. I added CI including the one for msys2. I tried without success but I 'm not expert of neither CMake nor WxWidgets nor msys2.