I was trying to build Codelite on msys2 with cmake and I'd some compiler and linker errors.
While looking for a solution I've noticed msys2 already provides a codelite package
with patches at https://github.com/Alexpux/MINGW-packag ... delite-git
I see the all of the patches are applied upstream except the include-winsock-header.patch
and use-gnu-extensions.patch, when applied, Codelite can be built successfully.
Is there a reason why those patches not applied to upstream? Do they break TDM build?
Building Codelite on msys2 and cmake
-
- CodeLite Curious
- Posts: 1
- Joined: Mon Apr 27, 2015 8:05 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Building Codelite on msys2 and cmake
Yes, they break TDM-64 build, this is why I did not apply these patchesgolgepapaz wrote:Is there a reason why those patches not applied to upstream? Do they break TDM build?
Eran
Make sure you have read the HOW TO POST thread