Author Topic: The 16 December 2007 build (4737) is out.  (Read 20005 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 16 December 2007 build (4737) is out.
« on: December 16, 2007, 11:40:21 pm »
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_wx287.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 16 December 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071216_rev4737_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Applied: [Patch #2282] EndAddFiles() called instead EndRemoveFiles()
  • Fixed: Couple of MSVC project import bugs

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)

« Last Edit: December 17, 2007, 07:45:22 am by killerbot »

GTOnizuka

  • Guest
Re: The 15 December 2007 build (4737) is out.
« Reply #1 on: December 16, 2007, 11:55:16 pm »
Wrong day of relase, fix it ;)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 15 December 2007 build (4737) is out.
« Reply #2 on: December 17, 2007, 07:39:50 am »
Binary packages (and sources) build for/with the three main debian suites can be downloaded from my repo (see Link in Signature).

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 16 December 2007 build (4737) is out.
« Reply #3 on: December 17, 2007, 10:01:40 pm »
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline AmR EiSa

  • Multiple posting newcomer
  • *
  • Posts: 75
Re: The 16 December 2007 build (4737) is out.
« Reply #4 on: December 18, 2007, 04:41:45 am »
plz plz, I want know Where can I get wxGTK 2.8.7 for Fedora 8 and C::B build ???

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 16 December 2007 build (4737) is out.
« Reply #5 on: December 18, 2007, 08:37:59 am »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
« Last Edit: December 18, 2007, 08:27:25 pm by pasgui »

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 16 December 2007 build (4737) is out.
« Reply #6 on: December 19, 2007, 11:55:53 pm »
well, it seems you can now open a project file (.cbp) by double clicking again...
but if you try to open a cource (.cpp) or header (.h) file by double clicking there is the same error like before with project files !!!  :shock:
C::B starts but the file is not loaded and after closing C::B you get this "File could not be found" message !!!
no matter if code completion is enabled or disabled...

WinXP-Pro(sp2), C::B and WX downloaded from this thread...

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 16 December 2007 build (4737) is out.
« Reply #7 on: December 20, 2007, 08:34:55 am »
I created a patch that makes opening of source, header and resource file by doubleclicking or from commandline work again for me on debian, w2k and xp.
I posted it some days ago (http://forums.codeblocks.org/index.php/topic,7445.msg56496.html#msg56496).

I want to post the patch to berlios, so it will not be forgotten, but "developer.berlios.de" seems to be down since yesterday.

Edit:
The berlios-problem seems to be a problem with either the router I use (I have to phone to verify, but my "ISP" is busy at the moment) or a berlios-blacklist.
I tried to submit a patch and got an error-page as answer ("Bad request ..."). After that I could not reach the webserver via http or https for about 24 hours. Normal ping works.
If I try a "httping" from my webserver (with another external IP) it works.
« Last Edit: December 20, 2007, 11:29:48 am by jens »

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: The 16 December 2007 build (4737) is out.
« Reply #8 on: December 21, 2007, 08:33:06 am »
LS
I'm experiencing a minor (painting) issue with the batch build on win32.

When invoking the batch-build a window is shown which at least should contain the compiler output tab. However only the window is shown, not the tab. After resizing the window (enforcing a repaint) all window content (f.e. the compiler output) is shown.

This looks like a wxWidget paint issue to me.

regards
Jan

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 16 December 2007 build (4737) is out.
« Reply #9 on: December 21, 2007, 10:54:35 am »
WinXP-Pro(sp2), C::B and WX downloaded from this thread...
hopefully not...  :D

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 16 December 2007 build (4737) is out.
« Reply #10 on: December 23, 2007, 01:26:51 pm »
I'm using wxWidgets library but I have a problem, whenever I restart codeblocks it doesn't automatically parse.  SO I have to re-parse manually.  How do I get CB to parse automatically on startup.