Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 22, 2006, 07:56:58 pm

Title: The 22 september 2006 build is out.
Post by: killerbot on September 22, 2006, 07:56:58 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 22 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060922_rev2989_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060922_rev2989_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060922_rev2989_fc4+5.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 september 2006 build is out.
Post by: killerbot on September 22, 2006, 07:59:48 pm
well you wil have to be patient. It's already ftp-ed, but now berlios is down for maintenance, so I can't publish it for the moment :-(
Title: Re: The 22 september 2006 build is out.
Post by: zerotri on September 22, 2006, 08:11:00 pm
if you'd like to email it to me, or give me the ftp address, I'd gladly host it until BerliOS is back up.
zerotri@gmail.com
Title: Re: The 22 september 2006 build is out.
Post by: JahsWitness on September 22, 2006, 09:25:18 pm
The server is up, however there seems to be a problem. I get a "file not found" error. There are mistakes in the filename: CB_200609212_rev2989_win32.7z. Nevertheless, fixing the filename doesn't fix the problem. Please advise.
Title: Re: The 22 september 2006 build is out.
Post by: cstudent on September 22, 2006, 09:37:38 pm
The server is up, however there seems to be a problem. I get a "file not found" error. There are mistakes in the filename: CB_200609212_rev2989_win32.7z. Nevertheless, fixing the filename doesn't fix the problem. Please advise.

Killerbot has to publish the file in order for you to download it. He has not done that as yet.

Title: Re: The 22 september 2006 build is out.
Post by: Insubordinate on September 23, 2006, 12:06:02 am
Works for me if I remove the extra "1" that slipped in the file name:

Windows : http://prdownload.berlios.de/codeblocks/CB_20060922_rev2989_win32.7z (http://prdownload.berlios.de/codeblocks/CB_20060922_rev2989_win32.7z)
Title: Re: The 22 september 2006 build is out.
Post by: Encryptor on September 23, 2006, 01:16:08 am
I get these errors in the console. All I did was Create a new project-> Choose Console Application-> Complete the wizard.

Here is the output in the console:
Code
Debug: Error code 0x81
Debug: Error code 0x83
Debug: Error code 0x88
Debug: Error code 0x88
Debug: Error code 0x80
Debug: Error code 0x80
Debug: Error code 0x82
Debug: Error code 0x82

What does that mean?
EDIT: The messages only appear when Code Completion plugin is enabled.

Ubuntu Linux 6.06, GCC 4.0.3, C::B rev2976, wxWidgets 2.6.3
Title: Re: The 22 september 2006 build is out.
Post by: Russell on September 23, 2006, 02:02:10 am
Hi, I'd like to say thanks for posting these builds, I love them! :)

I have found some bugs/glitches though:

1) wxSmith problem:

if you're editing XRC/WXS with wxSmith, minimizing CB and then restoring will sometimes put it into, what appears to be an infinite loop
I've found a way to remedy it though, clicking on another open file inside the internal editor makes it go away.

2) Breakpoint problem:

Adding a breakpoint while debugging didn't work sometimes when clicking on the gray area, right click->add breakpoint works, but sometimes crashes CB

I haven't been able to reproduce this, as it only happened a couple of times.

3) Another breakpoint problem:

While debugging a program, If you add 2 breakpoints close to eachother and hit f4 (works best on a looping program) and you remove the first one while the little yellow arrow is on it and then continuously hit f4, execution still appears to stop at that line.

However, while the yellow arrow is on that line, adding the breakpoint back, hitting f4 to go to the next breakpoint and then removing the previous breakpoint will properly remove it.

4) Misc:

4.1) While an app is being debugged inside CB and you go to (re)build it, it says "The debugger is active, aborting build..", but it actually doesn't abort the currently debugged app or even rebuild it.

4.2) Closing CB while an app is currently being debugged with it will crash CB
       Firstly I get a dialog: "The project you were debugging has closed, the debugging session will terminate immediately"
       I get this dialog second: "You can't change the active project while you're actively debugging...Click yes or Click no"

       Clicking No will make it crash.
Title: Re: The 22 september 2006 build is out.
Post by: snija on September 23, 2006, 04:18:01 am
Thank you for posting these builds, they`re great.
I`ve found some bugs:
(*)code completion:
If you define a friend operator in your code, it will not be recognized by the parser and it will not be listed out in the symbol view, also this cause the code completion parser stop working(codes below the definition will be not parsed).
Title: Re: The 22 september 2006 build is out.
Post by: killerbot on September 23, 2006, 09:38:15 am
builds can be downloaded fine, yes I made a little mistake in the posting (that extra 1), I already published last night, but then I couldn't tell anyone since codeblocks.org was down :-(
Title: Re: The 22 september 2006 build is out.
Post by: PsYhLo on September 23, 2006, 12:59:11 pm
when i try to compile the latest SVN source i'm getting this erro My OS is Ubuntu 6.06.1 LTS with wxGTK-2.6.3path2 and gcc4.0.3

dragscroll.cpp: In member function 'void MyMouseEvents::OnMouseEvent(wxMouseEvent&)':
dragscroll.cpp:767: error: expected `)' before 'eq'
dragscroll.cpp:784: error: expected `)' before 'eq'
dragscroll.cpp:829: error: expected `)' before 'eq'
dragscroll.cpp:833: error: expected `)' before 'else'
make[4]: *** [dragscroll.lo] Error 1
make[4]: Leaving directory `/home/psyhlo/devel/trunk/src/plugins/contrib/dragscroll'
Title: Re: The 22 september 2006 build is out.
Post by: Pecan on September 23, 2006, 02:01:25 pm
DragScroll fixed SVN 2990
thanks
Title: Re: The 22 september 2006 build is out.
Post by: PsYhLo on September 23, 2006, 03:06:10 pm
you are welcome

I successfully compile my own Code::Blocks
it's so cool :D
Title: Re: The 22 september 2006 build is out.
Post by: gregs on September 23, 2006, 04:40:15 pm
I find that this latest build crashes when setup with cygwin, at the point it invokes the compiler.