Author Topic: The 23 May 2006 build is out.  (Read 14358 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 23 May 2006 build is out.
« on: May 23, 2006, 09:27:12 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

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

The 23 May 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060523_rev2490_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060523_rev2490.deb
         http://download.berlios.de/codeblocks/CB_20060523_rev2490_fc4+5.rpm (not yet)

Resolved Fixed:

  • Patch #1065 : Margin width, also: renamed gutter
  • Patch #1064 : Fixes for ToolsManager crashing with localized CB
  • fixed broken build under linux (missing include)
  • When a build fails, always jump to the first error
  • When a build finishes, successfully or not, always return the input focus to the active editor (if any)
  • Fixed a typo in GDB's command-line arguments, when attaching to PID
  • Two new variables have been added in GDB debugger that contain GDB's actual major and minor version numbers
  • Code completion placement fix

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)

« Last Edit: May 23, 2006, 10:23:15 pm by killerbot »

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
crash when using the --rebuild command
« Reply #1 on: May 24, 2006, 10:05:35 am »
I used the --rebuild command from a dos prompt.
the project file was made with the RC2 version.(currently declared the "stable" version in our company)
xp sp 2 machine with 512 meg of ram.

the command line:C:\Documents and Settings\jewe\Desktop\codeblocks>codeblocks.exe --rebuild c:\projects\Main\Pc\Driverv2\RADCANoe\RadCANoe.cbp

-------------------

Error occured on Wednesday, May 24, 2006 at 09:51:29.

C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe caused an Access Violation at location 660ca5e8 in module C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll Reading from location 00000000.

Registers:
eax=00000000 ebx=00ec5718 ecx=00000001 edx=00ec5884 esi=00000002 edi=00000000
eip=660ca5e8 esp=0022fa10 ebp=0022fa38 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00010246

Call stack:
660CA5E8  C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll:660CA5E8  PluginSDKVersion
660CA6E2  C:\Documents and Settings\jewe\Desktop\codeblocks\share\codeblocks\plugins\compilergcc.dll:660CA6E2  PluginSDKVersion
004052F0  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004052F0
004040C0  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004040C0
00469688  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00469688
100437F9  C:\Documents and Settings\jewe\Desktop\codeblocks\wxmsw26u_gcc_cb.dll:100437F9  _Z14wxUninitializev
100B33BA  C:\Documents and Settings\jewe\Desktop\codeblocks\wxmsw26u_gcc_cb.dll:100B33BA  _Z7wxEntryP11HINSTANCE__S0_Pci
004014DA  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:004014DA
0046384A  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:0046384A
00401237  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00401237
00401288  C:\Documents and Settings\jewe\Desktop\codeblocks\codeblocks.exe:00401288
77E814C7  C:\WINDOWS\system32\kernel32.dll:77E814C7  GetCurrentDirectoryW
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
--Build does work but has strange defect
« Reply #2 on: May 24, 2006, 10:17:43 am »
Hi,

sorry but the build did work, I used a cbp file that did not include any files
Still weird that it crashed but ok.

The only problem I have at this moment is that I get a "this project has been saved dialog"
euhm, I do not think this is the correct way of it to work.
Why else would I use the command prompt?

« Last Edit: May 24, 2006, 10:25:27 am by Jewe »
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 23 May 2006 build is out.
« Reply #3 on: May 24, 2006, 10:26:27 am »
killerbot: Could you convert the addresses into LOC's, please?
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 23 May 2006 build is out.
« Reply #4 on: May 24, 2006, 10:44:54 am »
Hi,

sorry but the build did work, I used a cbp file that did not include any files
Still weird that it crashed but ok.

Do you have this file available? I can't reproduce this crash here with an empty project file...

The only problem I have at this moment is that I get a "this project has been saved dialog"

Not anymore.
Be patient!
This bug will be fixed soon...

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
Re: The 23 May 2006 build is out.
« Reply #5 on: May 24, 2006, 11:14:59 am »
Thx for the Fix. :D

regarding the file, its 0 bytes.so I assume you will not have any problems reproducing the crash.

kind regards,

Jewe
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 23 May 2006 build is out.
« Reply #6 on: May 24, 2006, 11:18:06 am »
sorry but the build did work, I used a cbp file that did not include any files

regarding the file, its 0 bytes.so I assume you will not have any problems reproducing the crash.

Oh well, a project without files is a completely different thing than a project with 0 bytes length...
Be patient!
This bug will be fixed soon...

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 23 May 2006 build is out.
« Reply #7 on: May 24, 2006, 11:27:15 am »
Zero-length project files does not open from recent list for me
C::B deletes it from recent list
But there is no such checks when use File->Open menu
Zero-length workspace and project files makes C::B working unstable

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 23 May 2006 build is out.
« Reply #8 on: May 24, 2006, 11:37:17 am »
There is one strange "cosmetic" bug :D else
Enabled menu items Project->Close project and File->Close have grayed (disabled?) icon
but Disabled menu items Debug->Stop debugger and Build->Abort have red (enabled?) icon

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 23 May 2006 build is out.
« Reply #9 on: May 24, 2006, 11:56:15 am »
Zero-length workspace and project files makes C::B working unstable
There is an easy solution to this: Do not edit your project files in an editor, and avoid typing stuff like >projectfile.cbp on the shell...
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 23 May 2006 build is out.
« Reply #10 on: May 24, 2006, 12:09:59 pm »
regarding the file, its 0 bytes.so I assume you will not have any problems reproducing the crash.

Indeed. Also fixed, thanks.
Be patient!
This bug will be fixed soon...

Offline Vampyre_Dark

  • Regular
  • ***
  • Posts: 255
  • Hello!
    • Somewhere Over The Rainbow...
Re: The 23 May 2006 build is out.
« Reply #11 on: May 24, 2006, 04:59:30 pm »
Mandrav, your new tools command PROJECT_TOP_DIR (or whatever you called it) is not listed in the tools window text still. Also, the Class Manager doesn't keep the case of the class name for the file names?

CSomething gets csomething.cpp and csomething.h

Is this by design?
C::B Wishlist
~BOYCOTT THE EVIL YELLOW BOXES~

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 23 May 2006 build is out.
« Reply #12 on: May 24, 2006, 06:16:58 pm »
Also, the Class Manager doesn't keep the case of the class name for the file names?
CSomething gets csomething.cpp and csomething.h

Is this by design?

Uhm, I can't remember, I 'll have to check...
Be patient!
This bug will be fixed soon...