Author Topic: builds broken  (Read 13884 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6034
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: builds broken
« Reply #15 on: September 16, 2010, 01:15:03 am »
so I finally got a new build (cc branch) but oh boy :-(
CB is completely broken. The moment I open an editor (loading a project with an already open file, or open a project with no files open and then open a file), CB HANGS.
The mouse pointer becomes a big arrow pointing left-upwards.
Disabling CC makes the problem go away.

Next : with an editor open (and CC disabled), I re-enable the CC plug-in. No hanging, but CC doesn't seem to be really activated, for example right clicking on on include +> no entries in the menu to open it, right-clicking on a variable -> no find declaration/implementation entries.

So let's close CB, and restart it, and were back at the problem were it all started.

Emergency help needed ;-)

On linux (64 bit), rev 6596 on CC branch

I can't reproduce this bug under Windows XP. :(
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: builds broken
« Reply #16 on: September 18, 2010, 02:43:19 pm »
make distclean works for me too. :)

Offline gd_on

  • Lives here!
  • ****
  • Posts: 800
Re: builds broken
« Reply #17 on: September 18, 2010, 03:29:40 pm »
I build CB on Windows and Linux apparently without any problem. But, I don't (never) use the makefile, configure and so on, only the previous working CB nightly and the .cbp or .workspace files. Finally, CB generating itself, is a good solution, no ...  :P

gd_on
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.5 (tests with 3.3), Msys2 Compilers 14.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).