unable to build source on 64bit linux mint
Posted: Sun May 13, 2012 1:44 am
when I try to build from the SVN source with the following commands; (on a 64bit i7 quad core machine)
I can not the do `sudo make install` as it complains "cp: cannot stat `Runtime/codelite': No such file or directory" (and its right there is no Runtime/codelite)
if I run make again then I get the following error:
can anyone advise on what I need to do to get codelite to build from source ?
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