Can you describe exactly what you did?Your git version brought me the following error messages:
Uninstalling CodeLite
installing CodeLite
packaging wxWidgets ... from directory /usr/lib
tar: libwx_gtk2u_xrc-2.9.so: Cannot change mode to rwxrwxrwx: No such file or directory
//snip
- 1) First, I presume (from the video) that you are using ubuntu. Which version?
2) Do you have wxWidgets 2.9.4 (or trunk) installed? If so, where? Is it the one from the CL repo, or did you build it yourself?
3) Does /usr/lib/libwx_gtk2u_xrc-2.9.so etc actually exist?
4) You cloned the git repo, then you presumably cd.ed into the clone and built there (True?). What was your configure line? And your 'make' line? And your 'make install' line?
David