Page 1 of 1

Stucked on codelite trunk V2766

Posted: Mon Feb 23, 2009 3:26 pm
by kortyburns
Hi,

I didn't notice before, but since version 2766, codelite displays v2766 as current svn version (on my machine).
The problem is for example today, the svn version is 2781.

Code: Select all

cat LiteEditor/svninfo.cpp 
displays the version is 2781. There is no diff between my local repo and the sforge svn repo.

after compiling/installing CL the usual way with default config :
./make clean ; ./configure ; make -j2 ; make -j2 ; make ; sudo make install

everything works fine, but the version displayed in codelite is still 2766. I don't understand why

trying

Code: Select all

sudo make uninstall
and recompiling everything gives the same problem : still stucked on v2766.

I have not installed any .deb package for CL.


I tested checking out the trunk on another computer on same Ubuntu version (intrepid), and it works.
So, this is not a critical problem, but i post it just in case :)

Re: Stucked on codelite trunk V2766

Posted: Tue Feb 24, 2009 5:43 pm
by kortyburns
Removing at hand codelite files in /usr solved the problem.