Stucked on codelite trunk V2766

Discussion about CodeLite development process and patches
kortyburns
CodeLite Enthusiast
Posts: 13
Joined: Mon Dec 15, 2008 1:26 am
Location: France
Contact:

Stucked on codelite trunk V2766

Post 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 :)
Ubuntu64 Intrepid(8.10)
kortyburns
CodeLite Enthusiast
Posts: 13
Joined: Mon Dec 15, 2008 1:26 am
Location: France
Contact:

Re: Stucked on codelite trunk V2766

Post by kortyburns »

Removing at hand codelite files in /usr solved the problem.
Ubuntu64 Intrepid(8.10)
Post Reply