Can't install CL 3677

CodeLite installation/troubleshooting forum
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Can't install CL 3677

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't install CL 3677

Post 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
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Can't install CL 3677

Post by eranif »

do 'svn update'
run configure again

and then:
make install

it should work now

Eran
Make sure you have read the HOW TO POST thread
Post Reply