Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: killerbot on October 06, 2009, 04:55:53 pm
-
All test done on linux.
When CB starts and a project is open, and a file in it open (aka an editor).
Then ALL text is selected, left clicking everywhere just reselects everything. So completely UNUSABLE.
When you right click anywhere, CB crashes and disappears. Normally on linux there a crash handler asking you to save the crash xml, now nothing.
With a build from yesterday evenings revision this did NOT occur.
-
Works normally here (debian, 64-bit, wxWidgets 2.8.10).
EDIT:
Did you also build the contrib-plugins-workspace after updating ?
Yesterday evenings commit changed editor.h and editorbase.h, that might cause the problems if you do not build the contrib-plugins again (no complete rebuild should be needed).
-
yes, I always build everything.
Seems time to REbuild everything ...
-
REBUILD all : make clean && make && sudo make install
solved it.
-
REBUILD all : make clean && make && sudo make install
This is so weird. I experieced such things myself several times. I really would like to know why that happens. It seems to be related to PCH but I am not sure. At least often if (instead of a rebuild) I just delete the executables, libraries and PCH files (not the object files) it works, too.