News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 01 June 2009 build (5616) is out.

Started by killerbot, June 01, 2009, 11:33:47 AM

Previous topic - Next topic

killerbot

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 01 June 2009 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20090601_rev5616_win32.7z
  - Linux :
   none

Resolved Fixed:


  • compiler: added regex for "cannot open output file" (TODO: Probably valid for other compilers, too?!)
  • debian build:
    - reorganised debug-packages, needed after changing compatibility level to 5,
    because the codeblocks-dbg package became a little too large (40 MB):
    codeblocks shared library is now in codeblocks-dbg,
    added codeblocks-contrib-dbg package containing debug libraries for
    the contrib-plugins;
    - moved codesnippets executable from codeblocks- to contrib-plugins-package
  • CodeSnippets 1.3.102 2009/05/26
    - Remove app default.conf.cbtemp from /APPDATA/codesnippets in OnClose;
    - Correct .cbtemp name to .cbTemp for linux
    - Don't raise focus when ::wxActiveWindow != CodeSnippetsTreeCtrl in OnEnterWindow()
  • patch applied : don't show debugging value tooltip when a context menu is open (will greatly improve the "right click : Add" watch functionality)
  • don't show code completion tooltip when debugging [we want to see the value tooltip in case it has been enabled]
  • added regex for linker-warning and another linker-error; removed ipc.cpp and ipc.h from project-file, because they are not used, but can lead to an internal compiler error with gcc >= 4.3 on 64-bit systems
  • wx-2.9 migration: Temporarily disabled compiler version detection with wx-2.9 to fix a lock-up during C::B startup

Regressions/Confirmed/Annoying/Common bugs:




Jenna

Just uploaded the debian-build on my server (see signature).

They are build on lenny-pbuilder and are linked against wxWidgets 2.8.10 from now on.

ollydbg

Thanks to all the devs. :D
I'm downloading now.
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.

Loaden


Jenna

Quote from: Loaden on June 01, 2009, 05:26:17 PM
Ctrl + J not work.

Works here (debian 64-bit), does it work from menu ("Edit -> Auto-complete") ?

Loaden

Quote from: jens on June 01, 2009, 05:53:28 PM
Quote from: Loaden on June 01, 2009, 05:26:17 PM
Ctrl + J not work.

Works here (debian 64-bit), does it work from menu ("Edit -> Auto-complete") ?
Oh. sorry.
The reason is: Auto-complete's hotkey modified.
"Edit -> Auto-complete" work fine!

kartal

Hi

The downloads are corrupt. Can you repload them please? I have tried downloading 5 times and all I got was corrupt 7z files.

ollydbg

Quote from: kartal on June 02, 2009, 02:08:43 AM
Hi

The downloads are corrupt. Can you repload them please? I have tried downloading 5 times and all I got was corrupt 7z files.
Works quite well. I think you networking is not quite good. Try to use a proxy or something else. :D
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.

kartal

#8
Hmm, it cannot be my network because I am on a 12mb cable connection. I have tried at least 6 times. Kind of weird. But the connection to berlios.de is crazy slow for some reason. I am getting 6-7 kb/sec


critic

Hello everybody!  :) I have a problem:
It will be better to wrap messages in 'build messages' pane or make range of horizontal scroller by the longest message (but I think the first is easier and better).
Why I post such a message -> very often I need to drag the header to right side to look to entire message - this very unhandy.  :?
Please, make something with it.


With regards, critic.

krgh

Quote from: ollydbg on June 02, 2009, 05:30:36 AM
Works quite well. I think you networking is not quite good. Try to use a proxy or something else. :D

Its happening to me also. Its not just with this build but also many a times with previous builds. I get around 4-5kbps now while with others (from diff websites) i get around 0.5-2 Mbps.

I doubt any issue with proxy or network.

Berlios is very very wellknown for slow downloads or server downtime.

Just a small request. is it possible to upload windows binary at other places also.

Thanks & regards
Gururaja

MortenMacFly

Quote from: critic on June 02, 2009, 06:05:52 AM
Please, make something with it.
Why don't you just inspect the created HTML log file? That's specifically "nice" doe for viewing / inspecting it. Even inside C::B in HTML window.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

kartal

Quote from: krgh on June 02, 2009, 07:13:02 AM
Quote from: ollydbg on June 02, 2009, 05:30:36 AM
Works quite well. I think you networking is not quite good. Try to use a proxy or something else. :D

Just a small request. is it possible to upload windows binary at other places also.

Thanks & regards
Gururaja

I second this one as well. Maybe those who managed to download can put on mirrors.

thanks

MortenMacFly

Quote from: kartal on June 02, 2009, 07:20:36 AM
I second this one as well. Maybe those who managed to download can put on mirrors.
Everybody can put a mirror to something like a file sharing platform. Who's willing?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Erick

I think I've found a bug. I'm using ubuntu 9.02 x64 and when I go to project properties->Build targets and try to change from, let's say, GUI Aplication to console aplication I get a crash.