Building Codelite on msys2 and cmake

Discussion about CodeLite development process and patches
golgepapaz
CodeLite Curious
Posts: 1
Joined: Mon Apr 27, 2015 8:05 pm
Genuine User: Yes
IDE Question: c++
Contact:

Building Codelite on msys2 and cmake

Post by golgepapaz »

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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Building Codelite on msys2 and cmake

Post by eranif »

golgepapaz wrote:Is there a reason why those patches not applied to upstream? Do they break TDM build?
Yes, they break TDM-64 build, this is why I did not apply these patches

Eran
Make sure you have read the HOW TO POST thread
Post Reply