Author Topic: The 22 september 2006 build is out.  (Read 12326 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 22 september 2006 build is out.
« 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:

  • Updated C::B plugin wizard for the latest updates in the plugin loading framework
  • Added XML in known file types
  • Exported to scripts the XML extension constant (EXT_XML and EXT_DOT_XML) as well as the plugin SDK version (PLUGIN_SDK_VERSION_MAJOR, PLUGIN_SDK_VERSION_MINOR and PLUGIN_SDK_VERSION_RELEASE)

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: September 23, 2006, 09:34:43 am by killerbot »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 september 2006 build is out.
« Reply #1 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 :-(

Offline zerotri

  • Single posting newcomer
  • *
  • Posts: 8
Re: The 22 september 2006 build is out.
« Reply #2 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

JahsWitness

  • Guest
Re: The 22 september 2006 build is out.
« Reply #3 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.
« Last Edit: September 22, 2006, 09:33:01 pm by JahsWitness »

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 22 september 2006 build is out.
« Reply #4 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.


Offline Insubordinate

  • Multiple posting newcomer
  • *
  • Posts: 12
    • Dunghill Entertainment
Re: The 22 september 2006 build is out.
« Reply #5 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

Encryptor

  • Guest
Re: The 22 september 2006 build is out.
« Reply #6 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
« Last Edit: September 23, 2006, 01:18:11 am by Encryptor »

Offline Russell

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: The 22 september 2006 build is out.
« Reply #7 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.

Offline snija

  • Multiple posting newcomer
  • *
  • Posts: 20
Re: The 22 september 2006 build is out.
« Reply #8 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).

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 22 september 2006 build is out.
« Reply #9 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 :-(

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 22 september 2006 build is out.
« Reply #10 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'

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 22 september 2006 build is out.
« Reply #11 on: September 23, 2006, 02:01:25 pm »
DragScroll fixed SVN 2990
thanks
« Last Edit: September 23, 2006, 02:04:47 pm by Pecan »

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 22 september 2006 build is out.
« Reply #12 on: September 23, 2006, 03:06:10 pm »
you are welcome

I successfully compile my own Code::Blocks
it's so cool :D
« Last Edit: September 23, 2006, 03:53:52 pm by PsYhLo »

gregs

  • Guest
Re: The 22 september 2006 build is out.
« Reply #13 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.