User forums > Nightly builds
The 12.11 RC2 (23 November 2012 build 8598) is out.
CBFanNUser:
--- Quote from: oBFusCATed on December 04, 2012, 02:12:41 pm ---User CBFanNUser produced cannot compute error message.
Retry, Abort, Fail?_
--- End quote ---
I am definitely made of Fail. I just tried to reproduce using a backup copy of the project and yeah... no my bad.
So I am sorry. Thank you for making such a great IDE and I can not wait until 12.11 is actually released. I have been using it since 8.02 after making the switch from Dev-C++.
goral:
--- Quote from: goral on November 27, 2012, 12:48:51 pm ---
--- Quote from: MortenMacFly on November 27, 2012, 12:09:31 pm ---
--- Quote from: goral on November 27, 2012, 11:35:04 am ---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.
--- End quote ---
What file? Samples please, otherwise we cannot reproduce and cannot do anything about it.
--- End quote ---
I know.
But it is quite strange. Loading sqlite3.h file (original version 3.7.13) to C::B with no worspace succeedes, but when I load my .cbp project and then open sqlite3.h the C::B freezes. I will try to prepare a minimal test case.
--- End quote ---
All my .cbp test projects are working good, so I cannot give you any sample (but most of my real (and big) projests was affected by this problem).
I have just recompiled C::B from souirces (8644) and this build is working good. So nevermind.
But there is still problem with compilation options - setting "Compiler logging" to "Task description" gives empy Compiler log. (It is working fine in 10.05 version). To fix this I have to go to Build options of my project and in "Make commands" tab remove "VERBOSE=1" argument.
Similar - to use all my CPU cores I have to add here "-j 8" switch (setting "Number of processes for paralell bulds" gives me nothing.
All my project files are generated by CMake so manual modification of these files is useles - they are quite often recreated during developement process.
Am I doing something wrong?
oBFusCATed:
--- Quote from: goral on December 05, 2012, 01:55:27 pm ---But there is still problem with compilation options - setting "Compiler logging" to "Task description" gives empy Compiler log. (It is working fine in 10.05 version). To fix this I have to go to Build options of my project and in "Make commands" tab remove "VERBOSE=1" argument.
Similar - to use all my CPU cores I have to add here "-j 8" switch (setting "Number of processes for paralell bulds" gives me nothing.
All my project files are generated by CMake so manual modification of these files is useles - they are quite often recreated during developement process.
Am I doing something wrong?
--- End quote ---
You're just using custom makefiles. So they take over the build process and C::B has very little control.
To make these options work, you'll have to setup your projects to use the C::B's internal build system.
DrShred:
Greetings to all - many thanks for this latest version! However -
Shift+F7 doesn't perform a 'step into' when debugging - it just does a 'next line' (the toolbar icon does behave as expected). I'm using Ubuntu 12.04, 64-bit.
Jenna:
--- Quote from: DrShred on December 05, 2012, 02:45:00 pm ---Greetings to all - many thanks for this latest version! However -
Shift+F7 doesn't perform a 'step into' when debugging - it just does a 'next line' (the toolbar icon does behave as expected). I'm using Ubuntu 12.04, 64-bit.
--- End quote ---
This is most likely a gtk issue, none of the "Shift"-shortcuts should work, because the "Shift" is eaten by gtk and is never seen by wxWidgets.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version