Not install

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
Killertester
CodeLite Curious
Posts: 2
Joined: Thu Jan 28, 2010 2:51 am
Genuine User: Yes
IDE Question: C++
Contact:

Not install

Post by Killertester »

Hi!
I compile codelite on gentoo. Make good but make install error.
make install:

Code: Select all

Uninstalling CodeLite
/bin/sh: -c: line 1: syntax error near unexpected token `fi'
/bin/sh: -c: line 1: `fi'
make: *** [uninstall] Error 2
Sorry my english i russian.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Not install

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
Killertester
CodeLite Curious
Posts: 2
Joined: Thu Jan 28, 2010 2:51 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Not install

Post by Killertester »

Yea all good senk. Coools IDE.
Post Reply