News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 09 June 2007 build is out.

Started by killerbot, June 09, 2007, 06:37:10 PM

Previous topic - Next topic

killerbot

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)


stahta01

#1
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

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

byo

Sometimes outdated precompiled hedaers (.gch) are causing this problem. So the easiest way is to delete those files and rebuild.

Regards
   BYO

clyfish

When I double-click an error message in "Build messages", the editor doesn't highlight the error line.

Biplab

Quote from: clyfish 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.

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.

clyfish

Quote from: Biplab on June 10, 2007, 08:50:54 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.

dmoore

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?
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

darthdespotism

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.

cstudent

Quote from: dmoore 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?

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.

Biplab

Quote from: clyfish on June 10, 2007, 10:10:55 AM
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.

darthdespotism

Quote from: cstudent on June 10, 2007, 03:06:25 PM
Quote from: dmoore 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?

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.

dmoore

#11
Quote from: darthdespotism 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.

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
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

darthdespotism

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.

Blue-Tiger

#13
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?

blend

#14
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