User forums > Nightly builds
The 12.11 RC2 (23 November 2012 build 8598) is out.
goral:
[Fedora 17 x64 on VirtualBox, build 8599 (Jens), tested on CMake based project]
1.
When recompile my project, I see a lot of stuff in Build log (and this is OK). The first line is
[100.0% Running command: (blablabla)/Makefile" VERBOSE=1
But when I change:
Settings->Compiler->Other settings->Compiler logging: Task description
there is only one line during whole recompilation:
[100.0%] Using makefile: Makefile
Old version 10.05 works as expected:
[ 1%] Building...
[ 2%] Building...
etc.
2.
It is not easy to break compilation process.
3.
Codeblocks stops responding during debugging quite often.
Debug/Continue and then Break debugger - program stops but then codeblocks freezes.
UPDATE:
It freezes just when source file is loaded into editor.
4.
How to select and copy text from Debugger log? Selection disappears immediately.
SC:
--- Quote from: SC on November 24, 2012, 04:05:59 pm ---Hi, I just updated to RC2. When using the "Project-> Set programs' argument" menu, modifications in program arguments are lost when clicking on another target. One apparently has to click on "OK" after setting up the argument for a given target, and come back to "Project-> Set programs' argument" to modify the arguments for the next one.
SC
--- End quote ---
Hello, does anyone have an idea on this one?
oBFusCATed:
--- Quote from: SC on November 26, 2012, 05:07:23 pm ---Hello, does anyone have an idea on this one?
--- End quote ---
Known issue... should be fixed someday...
Jenna:
--- Quote from: goral on November 26, 2012, 03:45:01 pm ---1.
When recompile my project, I see a lot of stuff in Build log (and this is OK). The first line is
[100.0% Running command: (blablabla)/Makefile" VERBOSE=1
But when I change:
Settings->Compiler->Other settings->Compiler logging: Task description
there is only one line during whole recompilation:
[100.0%] Using makefile: Makefile
Old version 10.05 works as expected:
[ 1%] Building...
[ 2%] Building...
etc.
--- End quote ---
Are you sure it worked with makefile based (as cmake projects are)?
I can't believe it, because C::B does not (and can not) scan makefiles, and is therefore not able to know wich percentage of the build-process is done.
It works as you have described with C::B's native projects.
About the 3rd point: sometimes need time before the break work, at least if multiple parallel build processes are used.
goral:
--- Quote from: jens on November 26, 2012, 10:14:04 pm ---
--- Quote from: goral on November 26, 2012, 03:45:01 pm ---1.
When recompile my project, I see a lot of stuff in Build log (and this is OK). The first line is
[100.0% Running command: (blablabla)/Makefile" VERBOSE=1
--- End quote ---
Are you sure it worked with makefile based (as cmake projects are)?
I can't believe it, because C::B does not (and can not) scan makefiles, and is therefore not able to know wich percentage of the build-process is done.
It works as you have described with C::B's native projects.
About the 3rd point: sometimes need time before the break work, at least if multiple parallel build processes are used.
--- End quote ---
You are right, I mean: CMake generated C::B native project. 10.05 version works as expected (and I am used to it since I work with it for more than year)
So I wonder it is a problem with CMake project generator or with new release of C::B.
But the most important is why C::B freezes when loads a source file. I have just removed codeblocks-contrib and it did not help.
I am testing it on virtual machine (Fedora 17 on Fedora 17) because I do not know how to install nigty builds beside oficial release (where I work on my projects), but I hope this virtualization does not casuse such problems.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version