Code::Blocks Forums
User forums => Help => Topic started by: PerryWerneck on November 17, 2009, 01:49:53 am
-
Hi,
I just build codeblocks from svn on Mandriva 2010 and I'm getting a strange behavior in editor: When a file is open or selected all the text is selected; like I was pressed ^A and, if I deselect and change something the cursor goes to the first position on text.
Any help would be appreciated.
-
Did you use a fresh checkout ?
If you use automake-system, run "make clean" and "./bootstrap" before "./configure ...".
If you use C::B's project-files remove "src/devel", "src/output", "src/.objs " and "src/include/*.gch" to be absolutely sure nothing older remains.
When using "automake" be sure the pch's are deleted ("src/include/*.gch").
-
Ops. My fault! I forgot the "make clean" :oops: