News:

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

Main Menu

The 02 December 2007 build (4696) is out.

Started by killerbot, December 02, 2007, 05:11:27 PM

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_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 02 December 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071202_rev4696_win32.7z
  - Linux :
   none

Resolved Fixed:


  • Fixed: [Bug #12564] insert class methods inserts wrong methods
  • Applied: [Patch #2260] Show possible line number ranges in Go to line dialog
  • Applied: [Patch #2261] Allow jumping to the first line in Go to line dialog
  • fixed file assocs dialog appearing again and again
  • Fixed possible crash on app shutdown
  • fixed some (further) possible crash candidates (added null pointer sanity checks)
  • CodeSnippets 1.2.104 2007/11/29
    - mods to compensate for CB OpenFilesList change
    - fixed incorrect selection of dragged tree item
    - make it easier to rename a catagory
    - Add "U" xpm for url type snippets
  • DragScroll 1.2.04 2007/11/29
    - add non-pch logmanager header
    - correct "focus follows mouse" event on long compilations
    - correct editor focus event on long compilations
    - remove unused MouseRightKeyCtrl code
  • wxSmith:
    * Added wxColourDialog support
    * Added %l Codef formatting char (to get coLour)
    * Added one unified function producing unique names for temporary variables in generated code
  • CodeSnippets 1.2.105 2007/12/01
    - fix Linux crash when CB terminates and window is floating
    - on Linux disable drag/drop out of Project panel because of recurring drag/drop freeze bug
  • fix crash on exit (todo list is the cause)

Regressions/Confirmed/Annoying/Common bugs:


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


pasgui

#1
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Xaviou

Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

Rayman

The 'Auto-hide message pane' function still does not work (under windows) - in both directions:

1) The message pane doesn't come up on compiling etc. if it is hidden.
2) If it is called with 'View-Logs' it never disapears as expected.

Stefan.

Jenna

I have just uploaded the binaries and sources for debian (stable, testing and unstable) to my repo (see Sig).

AmR EiSa

Quote from: Rayman on December 02, 2007, 07:32:55 PM
The 'Auto-hide message pane' function still does not work (under windows) - in both directions:

1) The message pane doesn't come up on compiling etc. if it is hidden.
2) If it is called with 'View-Logs' it never disapears as expected.

and in deb too this mean linux too :( !!!

liuyizheanxy

Quote from: pasgui on December 02, 2007, 06:29:29 PM
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
Is there any build for Debian? Could I use this build in debain?
thanks

Jenna

Quote from: liuyizheanxy on December 03, 2007, 07:44:28 AM
Quote from: pasgui on December 02, 2007, 06:29:29 PM
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
Is there any build for Debian? Could I use this build in debain?
thanks

Yes there is:
Quote from: jens on December 02, 2007, 07:56:05 PM
I have just uploaded the binaries and sources for debian (stable, testing and unstable) to my repo (see Sig).

dr snuggles

Is GDB still supported in this Nightly build?

I just installed this nightly build on my computer at home running Windows XP x64 and the debugger GDB always crashes. I have tried several versions of GDB (5.1.3, 6.3.1, 6.3.2) but they all generate the same vague error "GDB.exe encountered a problem and needs to close". Clicking on more gives "AppName: gdb.exe,  AppVer: 0.0.0.0, ModName: gdb.exe, ModVer: 0.0.0.0, Offset: 00059628". Compiler and debugger path are ok. Of course this happens when I need to finish something in a few hours :D.

Does anyone know why GDB crashes and how I can fix this?

STiAT

Switched ArchLinux Repositories from RC2 to Nightly builds, due to problems with RC2 i couldn't solve (crashes on startup).

Yours,
STiAT
Arch Linux TU

Jenna

Quote from: AmR EiSa on December 02, 2007, 08:17:15 PM
Quote from: Rayman on December 02, 2007, 07:32:55 PM
The 'Auto-hide message pane' function still does not work (under windows) - in both directions:

1) The message pane doesn't come up on compiling etc. if it is hidden.
2) If it is called with 'View-Logs' it never disapears as expected.

and in deb too this mean linux too :( !!!

Patch to make "Auto-hide message pane" work again:

--- codeblocks-1.0svn.orig/src/src/main.cpp     2007-11-30 07:00:03.000000000 +0100
+++ codeblocks-1.0svn.work/src/src/main.cpp     2007-12-03 11:43:16.000000000 +0100
@@ -676,7 +676,7 @@

void MainFrame::SetupGUILogging()
{
-    m_AutoHideLogs = Manager::Get()->GetConfigManager(_T("app"))->ReadBool(_T("/auto_hide"), false);
+    m_AutoHideLogs = Manager::Get()->GetConfigManager(_T("message_manager"))->ReadBool(_T("/auto_hide"), false);

     int bottomH = Manager::Get()->GetConfigManager(_T("app"))->ReadInt(_T("/main_frame/layout/bottom_block_height"), 150);
     wxSize clientsize = GetClientSize();

MortenMacFly

#11
Quote from: jens on December 03, 2007, 11:49:43 AM
Patch to make "Auto-hide message pane" work again:
...done that. Thanks! :-)

Note [for Morten]: This is my 2000'th post. :lol:
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]

kelo81

Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

wobien

Excellent!
I reenabled Code Suppletion, and until now no crashes on save or on compile. :D
Also Insert class methods works fine now.
Only, the crashes on close workspace are still there, but OK, I can reopen C::B when it happens.
wobien

Jenna

#14
I just updated my repo (see sig) to svn4698 (including the fix to make "Auto-hide message pane" work again).

I will be on work till thursday evening, and I don't know if I have an internet-connection in hotel, so I upgrade now.

I don't think that I will be able to upload svn4699 till tomorrow morning. It's compiling at the moment and I have to sleep a little bit (no more than 4 - 5 hours left now  :( ).
And uploading needs about 3 hours (70 MB over ISDN).

Edit:

svn4699 is in the repo now.