Author Topic: The 12.11 RC1 (11 November 2012 build 8549) is out.  (Read 233029 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #30 on: November 12, 2012, 09:50:54 pm »
and whatabout using from that gettext-..-dev.tar.lzma : libintl.a ==> seems the static lib version ? It seems this opens the door to other required stuff (libiconv)

You know : I start to feel like "f** that crash handler dll"
« Last Edit: November 12, 2012, 09:54:35 pm by killerbot »

Offline carra

  • Multiple posting newcomer
  • *
  • Posts: 117
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #31 on: November 12, 2012, 10:19:48 pm »
So, we'll get another release! Great hehehe. I installed it, abbreviations are working OK now. Will report bugs if I find any.

Offline Freem

  • Almost regular
  • **
  • Posts: 219
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #32 on: November 12, 2012, 10:58:18 pm »
Congrats for the RC, this is a good news for many people, I think (but I have personally no problems with nightly).

I know that there were big improvements, and I can not really remember all of them, but, what are the biggest features you have added?
I think the most important one are debugger and CC refactoring, but other than that...

Do someone have some suggestions about important new features?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #33 on: November 12, 2012, 11:08:21 pm »
We'll have a full changelog soon:)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #34 on: November 12, 2012, 11:22:11 pm »
I presume the release candidate means a feature freeze will soon be (is now?) in effect on the trunk?

I've waited long but besides Scintilla upgrade, bugs #18559 and #18560 are still present.
[...]
http://developer.berlios.de/bugs/?func=detailbug&bug_id=18560&group_id=5358
This is actually a feature, not a bug :).  After brace/quote completion, smart tab jump activates.  The caret turns red to let you know of the change in behavior, and the green indicator box shows the target position.  If you press tab while this is active, the caret will jump to the position directly after the green indicator box.  (Very useful when working with nested strings and parenthesis.)

Offline lupajz

  • Single posting newcomer
  • *
  • Posts: 2
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #35 on: November 13, 2012, 01:19:40 am »
Quote
NOTE: Since revision 4281 and after, the nightly builds are made differently. Codeblocks is now packaged into separate Debian packages and the packages are archived together in a tar.gz file.

Hmmm, I am looking for and nightly for Ubuntu but I can't find them, any one who could point me ? :)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #36 on: November 13, 2012, 01:23:41 am »
Hmmm, I am looking for and nightly for Ubuntu but I can't find them, any one who could point me ? :)
Have you read this post: http://forums.codeblocks.org/index.php/topic,17070.msg116644.html#msg116644 ? Ubuntu is based on debian :) Also there is a dedicated ubuntu ppa, search for it, I guess it won't be that hard.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline lupajz

  • Single posting newcomer
  • *
  • Posts: 2
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #37 on: November 13, 2012, 01:28:30 am »
Hmmm, I am looking for and nightly for Ubuntu but I can't find them, any one who could point me ? :)
Have you read this post: http://forums.codeblocks.org/index.php/topic,17070.msg116644.html#msg116644 ? Ubuntu is based on debian :) Also there is a dedicated ubuntu ppa, search for it, I guess it won't be that hard.

Dang I missed that one web !  :-X thank you you saved my day :) I found one guys ppa, but he has only precise build ...

Offline and4cb

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #38 on: November 13, 2012, 05:48:31 am »
Please let me know how to get the debugger to stop when it suddenly "hangs", and the "next line" type icons are greyed out.  When I click on the "Stop Debugging" box, the only message I receive is: "Trying to pause the running process..."  I can, at that point, run my program without the debugger, but the debugger does not stop without me forcing C::B to close.  I have used the "Rebuild" and the "Rebuild Workspace", but I get the same "hang" results.

Any clue you can provide is greatly appreciated.

OS = Vista Home Premium
CB Version = svn build rev 8549 (2012/11/11 14:17:30)
Compiler = MinGW gcc 4.7.1 Windows/unicode - 32 bit
Debugger name and version: GNU gdb (GDB) 7.5
Coding Language: C
OS = Vista Home Premium; Coding Language: C; CB Version = SVN 10122; Compiler = MinGW32 gcc 4.7.1 Windows/unicode - 32 bit; Debugger name and version: GNU gdb (GDB) 7.5

Offline davidr

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #39 on: November 13, 2012, 08:36:37 am »
Codeblocks for raspberrypi and raspbian could be found here: https://code.google.com/p/codeblocks-on-raspberrypi/downloads/list

Compiled and uploaded from a raspberrypi.

Regards

David
(Debian on RaspberryPI and UDOO)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #40 on: November 13, 2012, 09:51:41 am »
and4cb: Please provide the full debug log (you have to enable it in the options).
When there is such problem you can kill gdb then you can use C::B again.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #41 on: November 13, 2012, 09:46:26 pm »
Codeblocks for raspberrypi and raspbian could be found here: https://code.google.com/p/codeblocks-on-raspberrypi/downloads/list

Compiled and uploaded from a raspberrypi.

Regards

David


still waiting on my PI, but this contribution will be one of the first to install :-)

Offline and4cb

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #42 on: November 14, 2012, 05:12:17 am »
oBFusCATed:  Thank you for responding to my question.  I am really new to C::B, so I am grateful for your expert help.

and4cb: Please provide the full debug log (you have to enable it in the options).
I do have the "Full (debug) log" option enabled, but I am not sure where to find the debug log after I have run my program.  Please let me know what the naming convention should be on the debug log so that I can search for it on my computer.
I copied the text from the Debugger window and pasted it here (hope this helps):
Code
Building to ensure sources are up-to-date
Selecting target:
Debug
Adding source dir: C:\Code\test4\
Adding source dir: C:\Code\test4\
Adding file: C:\Code\test4\bin\Debug\test4.exe
Changing directory to: C:/Code/test4/.
Set variable: PATH=.;C:\MinGW32\bin;C:\MinGW32;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\System32;C:\Windows;C:\Windows\System32\wbem;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared;C:\Program Files (x86)\Common Files\DivX Shared;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\QuickTime\QTSystem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Windows Live\Shared

[debug]Command-line: C:\MinGW32\bin\gdb.exe -nx -fullname  -quiet  -args C:/Code/test4/bin/Debug/test4.exe
[debug]Working dir : C:\Code\test4

Starting debugger: C:\MinGW32\bin\gdb.exe -nx -fullname  -quiet  -args C:/Code/test4/bin/Debug/test4.exe
done

[debug]> set prompt >>>>>>cb_gdb:

Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints

[debug]Reading symbols from C:\Code\test4\bin\Debug\test4.exe...done.
[debug](gdb) >>>>>>cb_gdb:
[debug]> show version
[debug]GNU gdb (GDB) 7.5
[debug]Copyright (C) 2012 Free Software Foundation, Inc.
[debug]License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
[debug]This is free software: you are free to change and redistribute it.
[debug]There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
[debug]and "show warranty" for details.
[debug]This GDB was configured as "i686-pc-mingw32".
[debug]For bug reporting instructions, please see:
[debug]<http://www.gnu.org/software/gdb/bugs/>.
[debug]>>>>>>cb_gdb:
[debug]> set confirm off

Debugger name and version: GNU gdb (GDB) 7.5

[debug]>>>>>>cb_gdb:
[debug]> set width 0
[debug]>>>>>>cb_gdb:
[debug]> set height 0
[debug]>>>>>>cb_gdb:
[debug]> set breakpoint pending on
[debug]>>>>>>cb_gdb:
[debug]> set print asm-demangle on
[debug]>>>>>>cb_gdb:
[debug]> set unwindonsignal on
[debug]>>>>>>cb_gdb:
[debug]> set print elements 0
[debug]>>>>>>cb_gdb:
[debug]> set new-console on
[debug]>>>>>>cb_gdb:
[debug]> set disassembly-flavor att
[debug]>>>>>>cb_gdb:
[debug]> source C:\cb20121112\share\codeblocks/scripts/stl-views-1.0.3.gdb
[debug]>>>>>>cb_gdb:
[debug]> directory C:/Code/test4/
[debug]Source directories searched: C:/Code/test4;$cdir;$cwd
[debug]>>>>>>cb_gdb:
[debug]> tbreak "C:/Code/test4/main.c:232"
[debug]Temporary breakpoint 1 at 0x402783: file C:\Code\test4\main.c, line 232.
[debug]>>>>>>cb_gdb:
[debug]> run
[debug]Starting program: C:\Code\test4\bin\Debug\test4.exe

Child process PID: 4652

[debug][New Thread 4652.0xc68]
[debug]Temporary breakpoint 1, main () at C:\Code\test4\main.c:232
[debug]C:\Code\test4\main.c:232:11126:beg:0x402783
[debug]>>>>>>cb_gdb:

At C:\Code\test4\main.c:232

[debug]> bt 30
[debug]#0  main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> step
[debug]Initialize () at C:\Code\test4\Initial.c:52
[debug]C:\Code\test4\Initial.c:52:4041:beg:0x402052
[debug]>>>>>>cb_gdb:

At C:\Code\test4\Initial.c:52

[debug]> bt 30
[debug]#0  Initialize () at C:\Code\test4\Initial.c:52
[debug]#1  0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:56:4630:beg:0x402059
[debug]>>>>>>cb_gdb:

At C:\Code\test4\Initial.c:56

[debug]> bt 30
[debug]#0  Initialize () at C:\Code\test4\Initial.c:56
[debug]#1  0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:58:4770:beg:0x402063
[debug]>>>>>>cb_gdb:

At C:\Code\test4\Initial.c:58

[debug]> bt 30
[debug]#0  Initialize () at C:\Code\test4\Initial.c:58
[debug]#1  0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:59:4924:beg:0x40206f
[debug]>>>>>>cb_gdb:

At C:\Code\test4\Initial.c:59

[debug]> bt 30
[debug]#0  Initialize () at C:\Code\test4\Initial.c:59
[debug]#1  0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> next
[debug]C:\Code\test4\Initial.c:62:5185:beg:0x40207b
[debug]>>>>>>cb_gdb:

At C:\Code\test4\Initial.c:62

[debug]> bt 30
[debug]#0  Initialize () at C:\Code\test4\Initial.c:62
[debug]#1  0x00402788 in main () at C:\Code\test4\main.c:232
[debug]>>>>>>cb_gdb:
[debug]> step
[debug]InitializeDate (theDate=0x408150) at C:\Code\test4\dates.c:403
[debug]>>>>>>cb_gdb:

Trying to pause the running process...
Trying to pause the running process...
Trying to pause the running process...

When there is such problem you can kill gdb then you can use C::B again.
Please let me know how to "kill gdb" when the "Stop Debugger" button does not work, and the Command box in the Debugger window will no longer accept commands?

Thank you again for helping me.
« Last Edit: November 14, 2012, 04:51:34 pm by and4cb »
OS = Vista Home Premium; Coding Language: C; CB Version = SVN 10122; Compiler = MinGW32 gcc 4.7.1 Windows/unicode - 32 bit; Debugger name and version: GNU gdb (GDB) 7.5

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #43 on: November 14, 2012, 09:30:06 am »
Please edit you post and wrap the log in [ code ] tags, so it is more readable.

For killing use your favourite OS tool, which can do killing (taskmanager for example).

Can you reproduce this problem on a simple example project?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Martin K.

  • Multiple posting newcomer
  • *
  • Posts: 86
Re: The 12.11 RC1 (11 November 2012 build 8549) is out.
« Reply #44 on: November 14, 2012, 02:54:28 pm »
Hi,

Will the release build an optimized build? I have tried to compile Code::Blocks with -O2 -flto and it seems to run more smoothly as the normal "debug" build.
And some other point: Is it planned to use other compilers for the build of Code::Blocks? For example MSVC2010 on windows. This compiler ist much faster as gcc on windows.

Martin