Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 14, 2006, 05:22:01 pm

Title: The 14 august 2006 build is out.
Post by: killerbot on August 14, 2006, 05:22:01 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 14 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_fc4+5.rpm


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 august 2006 build is out.
Post by: cstudent on August 14, 2006, 06:35:04 pm
Can't compile in Ubuntu Linux 6.06. Get the following error:

toolsmanager.cpp: In member function 'bool ToolsManager::Execute(const cbTool*)':
toolsmanager.cpp:124: error: 'const class cbTool' has no member named 'name'


Title: Re: The 14 august 2006 build is out.
Post by: killerbot on August 14, 2006, 06:38:23 pm
Can't compile in Ubuntu Linux 6.06. Get the following error:

toolsmanager.cpp: In member function 'bool ToolsManager::Execute(const cbTool*)':
toolsmanager.cpp:124: error: 'const class cbTool' has no member named 'name'

replace tool->name by tool->GetName() : fixed in svn
Title: Re: The 14 august 2006 build is out.
Post by: sethjackson on August 14, 2006, 07:34:57 pm
Windows ANSI build is here (http://rapidshare.de/files/29390687/output.7z.html).
Title: Re: The 14 august 2006 build is out.
Post by: ironhead on August 14, 2006, 11:26:41 pm
Now with the Find dialog the cursor keeps switching focus to the editor window from the text box, despite the fact that the Find dialog has the focus.

I'm running Windows XP Pro Service Pack 1.
Title: Re: The 14 august 2006 build is out.
Post by: Pecan on August 15, 2006, 04:13:44 am
Now with the Find dialog the cursor keeps switching focus to the editor window from the text box, despite the fact that the Find dialog has the focus.

I'm running Windows XP Pro Service Pack 1.

I can't seem to duplicate the problem. With the find dialog active, even if I click into the editor window, the find dialog keeps the focus.

Could you describe the specifics how you get the problem?

Does it happen with all plugins disabled?

Win XPsp2
Title: Re: The 14 august 2006 build is out.
Post by: mandrav on August 15, 2006, 07:48:32 am
Quote
I can't seem to duplicate the problem. With the find dialog active, even if I click into the editor window, the find dialog keeps the focus.

Pecan, the fix was commited just yesterday and this bug no longer exists ;)
Title: Re: The 14 august 2006 build is out.
Post by: bigbug on August 15, 2006, 09:19:47 am
Why is it forbidden to copy and paste code into the find dialog while it's open?
Title: Re: The 14 august 2006 build is out.
Post by: Jewe on August 15, 2006, 01:32:18 pm
The wxsmith is killing the code block program.
With the old file version is was working a bit strange but with this build it hangs the software from time to times.
the screen refresh is not working correctly at all, if I want to look at the window I need to open a item in the menu.
shutting down the application is taking forever.

ok that is the negative part.

what did  I see and do?
I upgraded to the latest version and said yes to the question if I wanted to import the information to the CB file.
I see that the window update does not work, I need to select a menu to see a good window. otherwise its white.
When I just open the wx information window for the first time there is no problem, except its slow
I have problems with closing CB, it is taking forever and the screen is refreshed several times.

my system:
P4 2Ghz
256 mb
win2000 sp4

please fix so I can use this fine tool again. :D

cheers,

Jewe
Title: Re: The 14 august 2006 build is out.
Post by: leeya on August 15, 2006, 04:16:31 pm
 :x I am newbie. I need help for Code::Blocks .
      why I could not  debug ?
      If it exists for debug configuration ?
      why lacks of help document ?
     
      Debug information as follow:
      Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: D:\NewCPP\CCProject\
Adding source dir: D:\NewCPP\CCProject\
Adding file: .\CCProject.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 5.2.1


thx all!
Title: Re: The 14 august 2006 build is out.
Post by: Pecan on August 15, 2006, 04:22:42 pm
Debugger name and version: GNU gdb 5.2.1

Update the debugger to 6+ and it most likely will solve your problems.
You did not state CB version, your system etc. But the following may help:

Quote from: killerbot on July 19, 2006, 06:09:41 AM
upgrade your gdb : 6.3.2 : http://prdownloads.sf.net/mingw/gdb-6.3-2.exe?download
this might solve the breakpoint issue, and make sure your build is done with the -g option.
Title: Re: The 14 august 2006 build is out.
Post by: Angel Portal on August 16, 2006, 01:12:42 am


Do I have to sign to get the ANSI version?
Or it is for FREE?

Angel Portal
Title: Re: The 14 august 2006 build is out.
Post by: Ceniza on August 16, 2006, 02:18:24 am
Do I have to sign to get the ANSI version?
Or it is for FREE?

Just click in the second column the button that says Free... and then it'll be free :wink: