Author Topic: The 08 december 2006 build is out.  (Read 9797 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 08 december 2006 build is out.
« on: December 08, 2006, 07:19:10 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

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

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

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 08 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061208_rev3359_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061208_rev3359_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061208_rev3359_suse100+101.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061208_rev3359_fc4+5.i586.rpm


Resolved Fixed:

  • Added script bindings for wxFileName

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: December 15, 2006, 07:03:32 pm by killerbot »

sethjackson

  • Guest
Re: The 08 december 2006 build is out.
« Reply #1 on: December 08, 2006, 07:56:10 pm »
Windows ANSI build here.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 08 december 2006 build is out.
« Reply #2 on: December 08, 2006, 11:03:07 pm »
Hi,
since a few releases I get an error message when closing CB, but only if a project is opened !!!
I get the message "The file "[path]\[project]" (or one of its components) could not be found. Be sure that path and file name is correct and all needed libraries can be found." (or something like that, I get the message in german) !!!
And if I minimize C::B opened windows appearing but the desktop still is showing the C::B workspace !?!?!

I'm using Win2000(sp4)...
« Last Edit: December 08, 2006, 11:10:00 pm by Acki »

Offline nix_BB

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 08 december 2006 build is out.
« Reply #3 on: December 09, 2006, 06:26:55 am »
Hello everyone,

It's been a while since I've downloaded a new nightly, mainly because I found rev 3163 to be stable enough for my purposes. Since I don't want to miss out on any new features I've been downloading the nightlies for the past week but there seems to be a problem.

I've attached an example workspace with what I consider to be a rather standard directory structure:

CBBreak
 +Include
 +Lib
 +MyExe
 +MyLib

MyExe is a minimal console app which calls functions from the minimal library MyLib- nothing fancy at all. Everything works rather well, except when the time comes to step through the code. If you add a breakpoint to any source file in MyLib, the debugger logs the following message:
   No source file named ../MyLib/MyLib.cpp.
   Breakpoint 1 ("../MyLib/MyLib.cpp:11) pending.

If you add a breakpoint to any source file in MyExe you can step into the lib's source and step through normally.

I can't be certain where the problem crept in, rev 3163 was released on 31 October, all I know for sure is that rev 3163 handles breakpoints as expected in my own project and the minimal example attached.

I noticed something else while creating MyLib for the minimal example. The project wizard returned an error stating that it does not know how to set compiler settings for the specified compiler. It successfully creates the project and manages to set most of the compiler options except for the expected compiler flags for the debug and release build options.

Hope this helps.
-Nix

I'm using:
  MinGW with gdb 6.3 on Windows XP Pro SP2

[attachment deleted by admin]

Offline Phatency

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 08 december 2006 build is out.
« Reply #4 on: December 09, 2006, 06:04:41 pm »

   No source file named ../MyLib/MyLib.cpp.
   Breakpoint 1 ("../MyLib/MyLib.cpp:11) pending.

Known problem. See, for example: http://forums.codeblocks.org/index.php?topic=4467.0

Offline nix_BB

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 08 december 2006 build is out.
« Reply #5 on: December 09, 2006, 06:29:27 pm »
Thanks for the link. At least the problem has been identified and is already on the way to being fixed.

:mrgreen: I love the Code::Blocks community :mrgreen:


Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 08 december 2006 build is out.
« Reply #6 on: December 09, 2006, 07:14:25 pm »
I've downloaded SUSE 64 bit 10.2 Linux. Where I can find nightly builds for it? If there is no those builds where I can download source code to build them for SUSE 10.2 64?
Actually that Linux works a lot faster then 10.1.... The last one version was extremely slowly.  :shock:
gcc+winXP+suse.

Offline DC@DR

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 08 december 2006 build is out.
« Reply #7 on: December 11, 2006, 08:45:23 pm »
Hello,

I just installed this NB (Dec. 8th) for Ubuntu and it works just fine so far. But there's an annoying issue I encountered yesterday: I couldn't type any Vietnamese words in the code editor. I did set the code editor's default character encoding to UTF-8 but whenever I typed a Vietnamese word, it just couldn't display correctly. Anyway to fix this issue? Many thanks :-)

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 08 december 2006 build is out.
« Reply #8 on: December 15, 2006, 10:10:03 am »
I've downloaded SUSE 64 bit 10.2 Linux. Where I can find nightly builds for it? If there is no those builds where I can download source code to build them for SUSE 10.2 64?
Actually that Linux works a lot faster then 10.1.... The last one version was extremely slowly.  :shock:
http://www.codeblocks.org/source_code.shtml ;)
Additionally http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux or http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_RPM_based_distributions
Nightly builds for openSUSE