Page 1 of 1

Building Codelite on msys2 and cmake

Posted: Tue Apr 28, 2015 9:51 pm
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?

Re: Building Codelite on msys2 and cmake

Posted: Tue Apr 28, 2015 10:06 pm
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