News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 06 May 2007 build is out.

Started by killerbot, May 06, 2007, 11:47:47 PM

Previous topic - Next topic

killerbot

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/wxmsw28u_gcc_cb_wx283.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

The 06 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_Ubuntu6.xx.deb (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070506_rev3938_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • CodeSnippets 1.2.65 2007/05/5
    - Removed or disabled all linux code which depended on linux makefile preprocessor flags
  • CodeSnippets - correct Makefile.am per KillerBot
  • Fixed: Couple of deprecated function warnings with wx-2.8

Regressions/Confirmed/Annoying/Common bugs:


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


kelo81

Hello guys, I'm still getting the problem when enabling/disabling the "Categorize by file types" and "Display folders as on disk" option... I'm getting this problem since wx2.8 port. I even tried to remove all CB folders, but the bug doesn't disapear.
The proble is that it's selected by default, and it's imposible to deactivate it  :(
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

kelo81

humm, another problem I have is when adding new files to the projects, it won't add it after create the file... I mean, I go the the "create file", i make a new *.h file, and after that, the file isn't included in the project, I have to do it manualy  :(
Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

Roman

QuoteI have to do it manualy
Me too!
CB LSI (C::B as a Little Secret Initiative)

dengkie

I love this IDE!

However in this build and also revision 3918, CB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

Here's the error report:
----------------------------------
Error occured on Monday, May 7, 2007 at 10:55:20.

E:\Appz\ptools\codeblock_nightly\rev3938\codeblocks.exe caused an Access Violation at location 6cde357c in module E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll Reading from location 00000028.

Registers:
eax=00000000 ebx=00000003 ecx=00000000 edx=ffff0000 esi=ffffffff edi=02d3fb30
eip=6cde357c esp=02d3faf8 ebp=02d3fb50 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
6CDE357C  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE357C  _ZNK10wxTreeCtrl12GetItemParamERK12wxTreeItemId
6CDE3768  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE3768  _ZNK10wxTreeCtrl11GetItemDataERK12wxTreeItemId
6CE8A38D  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CE8A38D  _ZN11wxTreeEventC1EiP14wxTreeCtrlBaseRK12wxTreeItemId
6CDE5566  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE5566  _ZN10wxTreeCtrl8DoExpandERK12wxTreeItemIdi
6CDE5891  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CDE5891  _ZN10wxTreeCtrl16CollapseAndResetERK12wxTreeItemId
65EA09D1  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65EA09D1
65E9E6B9  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65E9E6B9
65E9E3F7  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65E9E3F7
65E9DF2F  E:\Appz\ptools\codeblock_nightly\rev3938\share\codeblocks\plugins\codecompletion.dll:65E9DF2F
6CCFEBAB  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CCFEBAB  _ZN11wxSemaphore7TryWaitEv
6CCFECBD  E:\Appz\ptools\codeblock_nightly\rev3938\wxmsw28u_gcc_cb.dll:6CCFECBD  _ZN11wxSemaphore7TryWaitEv
77C3A3B0  C:\windows\system32\msvcrt.dll:77C3A3B0  _endthreadex
7C80B683  C:\windows\system32\kernel32.dll:7C80B683  GetModuleFileNameA

hangl

CB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

// confirm this!

MortenMacFly

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]

Andi78

Quote from: hangl on May 07, 2007, 07:56:10 AM
CB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

// confirm this!

I can confirm this, too

eckard_klotz

Hello Everybody.


QuoteCB crashes when I select to view "Current file's symbols" in the Symbols browser when no files are opened in the editor. This happens only after a project has been loaded. Does not crash if no project loaded.

// confirm this!

Since the build first of may (perhaps earlier, I don't know) I can see the following bug in the symbol-browser:

If I change from "All worksspace symbols" to "Current file's symbols" the symbols of the current file will be displayed correctly. But if I change the current file after that, C::B crasches.

This happens on Windows XP.

By the way is there chance to get an new build for WinME(ANSI) or Suse-Linux?

Regards,
            Eckard Klotz.

indigo0086

Is there a way to set the binary file directory to be the base directory where the proejct is located rather than release/bin or debug/bin?

rhf

I noticed that this release fixed some deprecated function warnings.

Just to see if I could do it -- I am very new to this -- I submitted a patch yesterday to eliminate the signed/unsigned comparison warnings. Hope I did it correctly.

Bob

roman_ch

I have a problem when debug, the watch window not open.

phaethon

Quote from: kelo81 on May 07, 2007, 12:09:19 AM
Hello guys, I'm still getting the problem when enabling/disabling the "Categorize by file types" and "Display folders as on disk" option... I'm getting this problem since wx2.8 port. I even tried to remove all CB folders, but the bug doesn't disapear.
The proble is that it's selected by default, and it's imposible to deactivate it  :(

Although selecting these options from the right-click context menu has not been working for me, I can still enable/disable these options from the main menu: Project/Project Tree...  Does this work for you?

Jay

Z_guy

Quote from: Roman on May 07, 2007, 01:16:36 AM
QuoteI have to do it manualy
Me too!
Me too, it's very annoying, especially when you've just started a new project and therefore create new files quite often.

MortenMacFly

Quote from: eckard_klotz on May 07, 2007, 01:15:42 PM
If I change from "All worksspace symbols" to "Current file's symbols" the symbols of the current file will be displayed correctly. But if I change the current file after that, C::B crasches.
This works for me, too (SVN r3938). I'd say it's related to wx283 (I'm using wx264). Can some dev using this version confirm the issue? (Yiannis?!).
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]