Page 1 of 1

Can't install CL 3677

Posted: Tue Jan 26, 2010 12:40 pm
by marfi
Hi Eran,
I'm not able to install (successfully built) CL rev 3677 on Ubuntu 9.10. Here is the console output:

Code: Select all

michal@michal-laptop:~/Src/Projekty/CodeLite$ sudo make uninstall
Uninstalling CodeLite
/bin/sh: Syntax error: "fi" unexpected
make: *** [uninstall] Error 2
michal@michal-laptop:~/Src/Projekty/CodeLite$ sudo make install
Uninstalling CodeLite
/bin/sh: Syntax error: "fi" unexpected
make: *** [uninstall] Error 2
On Ubuntu 8.04 it works. Any ideas what could be wrong?

Regards
Michal

Re: Can't install CL 3677

Posted: Tue Jan 26, 2010 11:15 pm
by eranif
marfi wrote:On Ubuntu 8.04 it works. Any ideas what could be wrong?
I really have no idea, it works well on my ubuntu 9.10 64bit

Eran

Re: Can't install CL 3677

Posted: Thu Jan 28, 2010 10:25 am
by eranif
do 'svn update'
run configure again

and then:
make install

it should work now

Eran