Author Topic: The 09 June 2007 build is out.  (Read 18845 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 09 June 2007 build is out.
« on: June 09, 2007, 06:37:10 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/wxmsw28u_gcc_cb_wx284.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 09 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070609_rev4081_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070609_rev4081_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070609_rev4081_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070609_rev4081_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • DragScroll - Add non-pch header
  • Fixed: [Bug #11284] --personality=ask does not work
  • wxSmith:
    * Applied patches #2041 (wxSmith: wxsItemResData doesn't store tool children ids fix) and #2042 (wxSmith: "Resource already exists") made by Raph:
    * wxHtmlWindow tries to load html page when it's shown in preview
    * Small update to wxsDrawingWindow

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: June 09, 2007, 09:57:53 pm by killerbot »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: The 09 June 2007 build is out.
« Reply #1 on: June 09, 2007, 09:11:36 pm »
Has anyone built C::B with wxWidgets 2.6.4 lately, I am having problems. I think it is my wxWidgets 2.6.4 setup, but it could be Code::Blocks.

Runtime error with "The procedure entry point _ZN10wxMemoryDCC1Ev could not be located in dynamic link library codeblocks.dll."

I am redoing my wxWidgets 2.6.4 to see it that fixes it.

Edit: Either re-installing MinGW GCC or wxWidgets 2.6.4 fixed the issue, so no Code::Blocks problem.

Tim S

« Last Edit: June 09, 2007, 10:30:07 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: The 09 June 2007 build is out.
« Reply #2 on: June 09, 2007, 10:34:01 pm »
Sometimes outdated precompiled hedaers (.gch) are causing this problem. So the easiest way is to delete those files and rebuild.

Regards
   BYO

Offline clyfish

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 09 June 2007 build is out.
« Reply #3 on: June 10, 2007, 08:29:29 am »
When I double-click an error message in "Build messages", the editor doesn't highlight the error line.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 09 June 2007 build is out.
« Reply #4 on: June 10, 2007, 08:50:54 am »
When I double-click an error message in "Build messages", the editor doesn't highlight the error line.

Without the revision number, OS, wx version no. and details about the error, we can't help you.
Be a part of the solution, not a part of the problem.

Offline clyfish

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 09 June 2007 build is out.
« Reply #5 on: June 10, 2007, 10:10:55 am »
Without the revision number, OS, wx version no. and details about the error, we can't help you.
rev4082
winxp sp2
wx2.8.4
when double-click the error build message, the editor doesn't jump to the selected line.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: The 09 June 2007 build is out.
« Reply #6 on: June 10, 2007, 02:09:34 pm »
is wx 2.8.4 in the official ubuntu repositories yet? (I assume not because I receive an unresolvable dependancy error) it would be better to build the deb with 2.6.3 until it is, no?

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 09 June 2007 build is out.
« Reply #7 on: June 10, 2007, 02:20:46 pm »
I would not recomend using 2.6 because of that annoying drag'n'drop - Bug.

wxWidget 2.8.4 is available für Ubuntu via an Package-Source from the wxWidget-Homepage and it works fine on my 2 Boxes.

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 09 June 2007 build is out.
« Reply #8 on: June 10, 2007, 03:06:25 pm »
is wx 2.8.4 in the official ubuntu repositories yet? (I assume not because I receive an unresolvable dependancy error) it would be better to build the deb with 2.6.3 until it is, no?

I would venture to say that you won't see wx 2.8.4 in the repositories until Ubuntu 7.10 this October. You can check the wiki for instructions on adding the wxWidgets repo to get 2.8.4 now.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 09 June 2007 build is out.
« Reply #9 on: June 10, 2007, 05:12:11 pm »
rev4082
winxp sp2
wx2.8.4
when double-click the error build message, the editor doesn't jump to the selected line.

Thanks for the info. Can you give more details about the project. Because I can't reproduce the problem.
Be a part of the solution, not a part of the problem.

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 09 June 2007 build is out.
« Reply #10 on: June 10, 2007, 07:04:48 pm »
is wx 2.8.4 in the official ubuntu repositories yet? (I assume not because I receive an unresolvable dependancy error) it would be better to build the deb with 2.6.3 until it is, no?

I would venture to say that you won't see wx 2.8.4 in the repositories until Ubuntu 7.10 this October. You can check the wiki for instructions on adding the wxWidgets repo to get 2.8.4 now.

It will probavly appear in the backports I believe but no way to get it via default-Package-Sources.

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: The 09 June 2007 build is out.
« Reply #11 on: June 11, 2007, 03:23:39 am »
I would not recomend using 2.6 because of that annoying drag'n'drop - Bug.

wxWidget 2.8.4 is available für Ubuntu via an Package-Source from the wxWidget-Homepage and it works fine on my 2 Boxes.

I realize that wx2.8.4 performs better than wx2.6.3, but anyone who is going to the trouble to download the non-repository source package of wx is probably content to build from source anyway. If we are trying to get new users to use C::B why not create a build for a resolvable dependency?

PS: I rarely use drag and drop so i haven't even noticed its bugginess

EDIT: at the very least, link to the wx2.8.4 package in the nightly announcement
« Last Edit: June 11, 2007, 03:31:45 am by dmoore »

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 09 June 2007 build is out.
« Reply #12 on: June 11, 2007, 02:33:45 pm »
I myself seldom use drag'n'drop but back then on my Notebook the Touchpad was still enabled and so I accidently crashed Gnome(?) because of this bug.

Very annoying as it is very hard to prevent something don accidently.

Offline Blue-Tiger

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 09 June 2007 build is out.
« Reply #13 on: June 11, 2007, 06:07:16 pm »
On Ubuntu 7.04, using the Build from this Thread (Rev. 4081, wx 2.8.4) Code::Blocks always crashes when right-clicking on a file in the "Open File List" and clicking on "Close all" or on "close". Is this a known bug or should i open a bug-report?
« Last Edit: June 11, 2007, 06:11:38 pm by Blue-Tiger »

Offline blend

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: The 09 June 2007 build is out.
« Reply #14 on: June 11, 2007, 07:27:55 pm »
In all script wizards some dialog boxes are too small for the content ( see the compiler choice step)  :(
Using rev 4081 on Ubuntu 7.04
« Last Edit: June 11, 2007, 07:30:38 pm by blend »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 09 June 2007 build is out.
« Reply #15 on: June 11, 2007, 07:37:44 pm »
In all script wizards some dialog boxes are too small for the content ( see the compiler choice step)  :(
Using rev 4081 on Ubuntu 7.04

This is a bad bad wxWidgets 2.8.x issue. :evil:

On Ubuntu 7.04, using the Build from this Thread (Rev. 4081, wx 2.8.4) Code::Blocks always crashes when right-clicking on a file in the "Open File List" and clicking on "Close all" or on "close". Is this a known bug or should i open a bug-report?

Please file a bug-report. :)
« Last Edit: June 11, 2007, 07:39:17 pm by Biplab »
Be a part of the solution, not a part of the problem.

Motorhead

  • Guest
Re: The 09 June 2007 build is out.
« Reply #16 on: June 12, 2007, 06:48:22 am »
Hi everyone,
I've tried for a while to download this .deb for Ubuntu, but the connection times out. Has anybody mirrored it? If so, Could you please tell me the link?

Thanks for your help :)

Offline ivucica

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 09 June 2007 build is out.
« Reply #17 on: June 12, 2007, 04:21:20 pm »
Please support Debian, the Ubuntu version of .deb is no longer installable with testing (lenny). The 3915 is the last one I tried to install, and it worked, but I'd like to have the latest  version since it'll surely work better.

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 09 June 2007 build is out.
« Reply #18 on: June 12, 2007, 08:00:31 pm »
Please support Debian, the Ubuntu version of .deb is no longer installable with testing (lenny). The 3915 is the last one I tried to install, and it worked, but I'd like to have the latest  version since it'll surely work better.

Try out this .deb. It's built on Debian Etch using wxWidgets 2.8.4. It installs on my Feisty machine just fine too.

Offline ivucica

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 09 June 2007 build is out.
« Reply #19 on: June 18, 2007, 05:12:27 pm »
Hi,

It's nearly the same as the official Ubuntu build. wxWidgets 2.8.4 is not included in Debian, and installing Ubuntu package is precisely what took my system into dependency hell. I avoid installing non-Debian software. Perhaps the Debian wx maintainers need some prodding; but last time I tried it with Gnome maintainers via IRC I got a feeling that they are somewhat lazy. Hopefully wx maintainers are not like that.

Thank you for the attempt in helping, anyway!