Code: Select all
svn checkout https://codelite.svn.sourceforge.net/svnroot/codelite/trunk codelite
cd codelite/
./configure
make -j8
if I run make again then I get the following error:
Code: Select all
./sdk/clang/Linux/x86_64/lib/libclang.so: undefined reference to `posix_spawn@GLIBC_2.15'
./sdk/clang/Linux/x86_64/lib/libclang.so: undefined reference to `memcpy@GLIBC_2.14'
collect2: ld returned 1 exit status
make: *** [LiteEditor] Error 1