FYI:
They just updated the wxWidgets to version 2.8.5 in SVN; no idea if it builds or not.
Tim S
04-Sep-2007
http://biolpc22.york.ac.uk/pub/2.8.5/
Great what are the main changes? And what's with v2.9? Any news on that?
The wxWidget website is of no use for informations on the development of wxWidgets :(
http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/docs/changes.txt?rev=HEAD
And for when can we expect Version 2.9 and 2.8.5 to be released?
I haven't read anything about Vista support, what's the status on it?
Quote from: patlecat on August 30, 2007, 02:23:28 PM
And for when can we expect Version 2.9 and 2.8.5 to be released?
I haven't read anything about Vista support, what's the status on it?
No idea on 2.9.0.
I would guess less than a month for 2.8.5; since they updated the version and have started RC tests on it.
Once they put up a RC on sourceforge.net the release is in about 1 to 2 weeks.
http://sourceforge.net/project/showfiles.php?group_id=9863
Tim S
Quote
Hi, I found a couple of 2.8.4 and comitted them, and did a rc4 release
http://biolpc22.york.ac.uk/pub/2.8.5-rc4/
I intend to do 2.8.5 for real on Monday
chris
From gmane.comp.lib.wxwidgets.devel
Tim S
wxWidgets 2.8.5 on sf.net
http://sourceforge.net/project/showfiles.php?group_id=9863
Tim S
I'm facing a problem with wx-2.8.5. :(
Recently I replaced OpenSUSE with Fedora Core 7 in my work pc. So I downloaded wx-2.8.5 from York mirror (6th September 2007 one) and compiled C::B with it.
Now the editor window is half-filled with line number. And I've to work on the right half of the editor window. It's really an annoying one. Can anyone confirm this??
Quotehttps://developer.berlios.de/bugs/?func=detailbug&bug_id=11920&group_id=5358
I can post a screenshot of this stupid bug tomorrow. :)
Here is the screenshot of the problem I'm facing.
(http://img2.freeimagehosting.net/uploads/th.0fd7c00d49.png) (http://img2.freeimagehosting.net/image.php?0fd7c00d49.png)
Quote from: Biplab on September 11, 2007, 08:29:03 AM
Here is the screenshot of the problem I'm facing.
Have you tried changing the margin width in editor settings?
Quote from: mandrav on September 11, 2007, 08:46:20 AM
Quote from: Biplab on September 11, 2007, 08:29:03 AM
Here is the screenshot of the problem I'm facing.
Have you tried changing the margin width in editor settings?
No I didn't.
And changing the margin width solved it. Thanks a lot. :D
darn, juist build wx dll, then rebuild CB --> error on startup.
The procedure entry point _ZN13wxAuiNotebook7SetFontERK6wxFont could not be located in the wxmsw28u_gcc_cb.dll
Quote from: killerbot on September 11, 2007, 11:46:23 AM
darn, juist build wx dll, then rebuild CB --> error on startup.
The procedure entry point _ZN13wxAuiNotebook7SetFontERK6wxFont could not be located in the wxmsw28u_gcc_cb.dll
wx-2.8.4 dll is being loaded instead of wx-2.8.5 dll. I faced this problem. But after I removed all traces of wx-2.8.4 dll from path, it went away. :)
same thing, the copy from devel 'updated.bat -ed' to output ;-)
PS : line numbers stuff is ok for me
Quote from: killerbot on September 11, 2007, 12:35:40 PM
same thing, the copy from devel 'updated.bat -ed' to output ;-)
PS : line numbers stuff is ok for me
That's bad. I've compiled wx-2.8.5 last night and it worked well. :)
Line number problem is a wxGTK bug. :)
No problem here running cb rev 4458 with wxMSW-2.8.5.
The wxWidgets devs are talking about a quick 2.8.6 because a few bugs were found after release in 2.8.5
Tim S
Quote
ce> what is/went wrong with 2.8.5 ?
There is the status bar problem under wxMSW and the fact that calling
Eof() on a stream used by wxTextInputStream (as is done by wxExecute
overload with IO redirection) never returns true any more. I.e. nothing
wrong with packaging (AFAIK), just bugs.
Regards,
VZ
Been using 2.9 CVS for a while now and so far so good.
Haven't yet delved too deeply into the updated or new code yet though; just notebook, listbook, the same ol stuff.
<modified>
Forgot to mention I'm using Debian lenny. Most stable pre-release I've seen.
Quote from: Ibbur on September 25, 2007, 05:30:23 PM
Hello,
wxWidgets 2.8.6 has appeared at the York site => http://biolpc22.york.ac.uk/pub/2.8.6/ (http://biolpc22.york.ac.uk/pub/2.8.6/)
Note, they are starting the 2.8.6 release cycle, they normally wait for package issues for a few hours before posting to sourceForge.net
Tim S