Then I followed this link to build codelite http://codelite.org/Developers/Windows#toc1
I have not followed step 1 as I have codelite 5.1 installed from sourceforge and I have replaced older wxwidget (that came with that installer) with newer wxWidget as I mentioned earlier.
So, basically I have done the follows
1. Launch codelite
2. Locate the workspace codelite_utils/codelite_utils.workspce and open it
3. Select the Release build configuration hit F7 and wait for the compilation to end
4. Close the workspace
5. Open the workspace LiteEditor.workspace
6. Select the configuration you wish to build (Win Release Unicode)
7. Build (F7).
I have successfully built codelite_utlis.workspace with error. But after I build codelite, opening LiteEditor.workspace with "Win Release Unicode" I get the following error
http://pastebin.com/DSzCLakN
Any clue what might be the problem
git log -1 says following
Code: Select all
$ git log -1
commit 0c38897d7bff84efe1604bc6c410b6d330dd1d19
Merge: 9a9430c 1bf9ac2
Author: eran <eran.ifrah@gmail.com>
Date: Mon Jun 10 15:33:51 2013 +0300
Merge branch 'master' of ssh://git.code.sf.net/p/codelite/codelitegit
# By Eran
# Via Eran
* 'master' of ssh://git.code.sf.net/p/codelite/codelitegit:
Removed obsolete code of navigating back/forward Added 'Go to forward loca
Minor UI alignment