Questions tagged [codelite]

CodeLite is an open source, free, cross platform IDE specialized in C, C++, PHP and JavaScript programming languages which runs best on all major Platforms.

CodeLite is an open-source, cross platform IDE for the C/C++ programming languages (build and tested on Windows XP SP3, Windows 7, Ubuntu 11.10 / 12.04, and Mac OSX 10.5.8).

CodeLite is distributed under the terms of the GPLv2 license with an exception:

License exception

Plugins developed for CodeLite (other than the ones that comes with the official installer provided by the CodeLite team), are allowed to remain closed sourced and can be distributed under any license.

Main features

From (a page on a former version of) the CodeLite website:

  • Generic support for compilers
  • Can be easily extended with plugins (several plugins are already included in the installer)
  • Built-in GDB support, with the following features included:
  • Refactoing (rename symbol / rename locals / move functions and more)
  • Subversion plugin (based on the command line tool)
  • GIT plugin
  • External Tools plugin
  • Gizmos plugin - for the creation of: C++ classes, wxWidgets projects, CodeLite plugins
  • Makefile based build system
  • Project explorer (Workspace view)
  • File Explorer
  • Imports MSVS workspace/projects and converts them to use a GNU-based makefile
  • Active-document outline
  • Sophisticated database-based Code Completion mechanism; a default database is supplied which contains symbols for wxWidgets, STL and standard headers
298 questions
0
votes
3 answers

compiling with codelite. 'make' is not recognized

So, I am using Twinklebear's tutorial on setting up SDL2 for MinGW(Website here ---> http://www.willusher.io/sdl2%20tutorials/2013/08/15/lesson-0-mingw/). Now, I am using CodeLite 5.4 as my IDE and I don't really know how to tweak my IDE so that it…
0
votes
1 answer

CodeLite error while compiling library project

Im trying to compile static library project with CodeLite and getting error: ar rcus ./Debug/libtestlib.a @"testlib.txt" ar: @testlib.txt: No such file or directory But i have file testlib.txt. When i inspect exported makefile i see: $(AR)…
Holinov Ilya
  • 33
  • 1
  • 6
0
votes
2 answers

Codelite compiling error

Whenever I run a program in codelite, I get the following error 'Debugger exited with the following error string: "No executable specified, use 'target.exec'.". I've had several compiler errors with other C IDEs like codeblocks as well but whenever…
chedRvendetR
  • 1
  • 1
  • 3
0
votes
3 answers

Error at program launch

When I try to launch a program from the Release folder, the OS opens a error window with this message: Can not find the entry point _gxx_personality_v0 of the procedure in the dynamic link library libstc++.dll This is the source code: #include…
user3204810
  • 323
  • 6
  • 16
0
votes
1 answer

Set CodeLite Resources with Premake

Is there a possible way to configure Resources Compiler Options (https://i.stack.imgur.com/aUgCS.png) in CodeLite with premake4.lua file? Thanks for answers.
Milan Gatyás
  • 2,509
  • 1
  • 17
  • 23
0
votes
1 answer

Can't insert spaces in code editors

Since i recently installed CodeBlocks, I can't insert spaces in codeblocks, codelite or mysql-workbench editors. When i press space the editor interprets it as a completion key unless there is no word to complete. The only way to insert a blank…
Slyx
  • 113
  • 7
0
votes
1 answer

Making libcurl CodeLite Project

I have downloaded Curl and would like to add libcurl only (no other stuffs) to my CodeLite Workspace. I have seen VC Project files but I do not use VC (and I use Primarily Ubuntu). So I need help to know which files to Include and any pre-processor…
Stefano Mtangoo
  • 6,017
  • 6
  • 47
  • 93
0
votes
1 answer

Why windres cannot find "wx/msw/wx.rc"?

CodeLit 5.2, Windows 7, wxWidget 2.9.4 C:\Windows\system32\cmd.exe /c "mingw32-make.exe -j 4 -e -f Makefile" ----------Building project:[ CL2a - Debug ]---------- mingw32-make[1]: Entering directory `D:/Exaos/Workspace/ms-win/CL2a' windres -i…
Vivodo
  • 1,542
  • 2
  • 17
  • 31
0
votes
1 answer

winsock library is not identified by codelite IDE

I am using codelite IDE on windows, in that when I was trying to compile socket program, it shows: warning: ignoring #pragma comment [-Wunknown-pragmas] for include "WinSock2.h" #pragma comment(lib,"ws2_32.lib")
dxr
  • 29
  • 1
  • 8
0
votes
2 answers

Pointing CodeLite to new compiler (GCC 4.8.x)

I am running CodeLite 5.2 on Ubuntu 12.04 LTS (downgraded from 13.04, which has some stability problems right now). I just installed the GCC 4.8 compiler, which is not the default GCC compiler on 12.04. I need this compiler to get all the C++ 11…
Vector
  • 10,879
  • 12
  • 61
  • 101
0
votes
1 answer

Cannot debug the Fltk project created by CodeLite

I am using CodeLite to create a Fltk project.Everthing seems fine but when I press F5 to debug it,it always crashed with a "Program Received signal SIGSEGV" tips. Here is the call stack: 0 0x00401c66 Fl_Widget::Fl_Widget(int, int, int, int, char…
0
votes
2 answers

How to reduce exe size produced with CodeLite mingw 4.7.1

I'm new to CodeLite everytime I press F7 to compile the project, it produce a huge exe #include int main(int argc, char *argv[]){ return 0; } short code but 900KB I've switched to release mode, and the problem still remain. And…
Tim Hsu
  • 402
  • 5
  • 19
0
votes
1 answer

codelite 5.1 cannot find

Using CodeLite 5.1 on Ubuntu 12.10: Created a minimal QTGui app. Built and ran fine. #include #include were inserted by the wizard in the main.cpp file - no problem. I added: #include as per QT docs, and…
Vector
  • 10,879
  • 12
  • 61
  • 101
0
votes
1 answer

Building project on Codelite(c++) recompiles too many files

I have a c++ project with many files. When I build the project making even small changes to the code, It recompiles a large no of files. This is increasing the compile time of the project. So I need suggestion about the ways I can improve the…
Kriateive
  • 108
  • 1
  • 9
0
votes
1 answer

Wxwidgets project compiled using Codlite asking for dll on Windows

I am atempting to build a Multiplatform desktop application using WxWidegts. As the IDE I am using Codlite. Version info is Codlite: Revision 5770 WxWidgets: 2.9.4 OS: Windows 7 Compiler: g++ The problem is, after compiling, trying to start the…
Saifis
  • 2,197
  • 1
  • 22
  • 36