Unable to compile Codelite with TDM MingW 64 bit compiler

Discussion about CodeLite development process and patches
srini2174
CodeLite Enthusiast
Posts: 24
Joined: Sun Nov 08, 2015 3:40 pm
Genuine User: Yes
IDE Question: C++
Contact:

Unable to compile Codelite with TDM MingW 64 bit compiler

Post by srini2174 »

Hi
error.txt
I am trying to compile latest Codelite sources with TDM Mingw compiler (64 bit - version 5.1). I follow the instructions as provided in the wiki pages (http://codelite.org/Developers/Windows). I get the following error during compilation of plugin_sdk module. I have attached the build error in the attached text file. Thanks in advance for providing me any help in resolving this problem.

Thanks
Srinivasan
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Unable to compile Codelite with TDM MingW 64 bit compile

Post by eranif »

Please follow the build guides as described in our wiki page:
http://wiki.codelite.org

Especially this link:
http://codelite.org/Developers/BuildingWxWidgetsWin

You need to build wxWidgets with wxUSE_GRAPHICS_CONTEXT set to 1

Eran
Make sure you have read the HOW TO POST thread
srini2174
CodeLite Enthusiast
Posts: 24
Joined: Sun Nov 08, 2015 3:40 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Unable to compile Codelite with TDM MingW 64 bit compile

Post by srini2174 »

Hi,
Yes. That did the trick.

Thanks,
Srinivasan
Post Reply