Building codelite from sources
Posted: Sun Aug 25, 2013 8:13 am
Running Linux version 3.8.0-19-generic (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ), wxWidgets2.9.5
Following the instructions at http://codelite.org/Developers/HomePage
Step 1 succeeds (all the way through "make -j8") but 'clang.so' is nowhere to be found following the successful build.
Alternate methods fail:
- codelite-5.2 from tarball contains no 'configure' script.
- codelite from git repository contains no 'configure' script.
- codelite-5.2-gtk.src.tar.gz contains a configure script, but fails the build: ../ScaledDC.cpp:21:119: error: cannot allocate an object of abstract type ‘wxSFDCImplWrapper’
- codelite by apt repositories: sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc succeeds, but
sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ raring universe' results in:
Cannot add PPA: 'No JSON object could be decoded'.
So by my count that is five different methods, all fail.
Does codelite community actually *want* a userbase?
More to the point, what is the easiest way to install the latest codelite (currently 5.2)?
Following the instructions at http://codelite.org/Developers/HomePage
Step 1 succeeds (all the way through "make -j8") but 'clang.so' is nowhere to be found following the successful build.
Alternate methods fail:
- codelite-5.2 from tarball contains no 'configure' script.
- codelite from git repository contains no 'configure' script.
- codelite-5.2-gtk.src.tar.gz contains a configure script, but fails the build: ../ScaledDC.cpp:21:119: error: cannot allocate an object of abstract type ‘wxSFDCImplWrapper’
- codelite by apt repositories: sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc succeeds, but
sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ raring universe' results in:
Cannot add PPA: 'No JSON object could be decoded'.
So by my count that is five different methods, all fail.
Does codelite community actually *want* a userbase?
More to the point, what is the easiest way to install the latest codelite (currently 5.2)?