Discussion:
[wxhaskell-devel] New Stable Major wxWidgets 3.0.0 Release
Henk-Jan van Tuyl
2013-11-14 20:27:17 UTC
Permalink
L.S.,

There is a new major release of wxWidgets, see
http://www.wxwidgets.org/

Regards,
Henk-Jan van Tuyl
--
***@home
What if you could share your unused computer power to help find a cure? In
just 5 minutes you can join the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
Eric Kow
2013-11-16 15:12:19 UTC
Permalink
Great! So hopefully all the work targeting 2.9.x pays off now, and it's just a matter of bumping a few version numbers in the build files?

How far do you reckon wxHaskell is from its next release?

Thanks! :-)
Post by Henk-Jan van Tuyl
There is a new major release of wxWidgets, see
http://www.wxwidgets.org/
-- 
http://erickow.com
Henk-Jan van Tuyl
2013-11-18 15:23:25 UTC
Permalink
Great! So hopefully all the work targeting 2.9.x pays off now, and it's
just a matter of bumping a few version numbers in the build files?
How far do you reckon wxHaskell is from its next release?
There are no version numbers of wxWidgets in wxHaskell, it is a matter of
indicating where the wxWidgets installation is, against which you want to
build. There may be some differences between wxWidgets 2.9.5 and 3.0.0,
that may require changes in wxHaskell; not all previous changes in
wxWidgets are processed so far.

It is difficult to say, whether or not we want to release the current
wxHaskell; there is a difference of day and night, as far as Windows users
is concerned, as the current Hackage package cannot be installed on a
Windows computer. There are, however, still serious bugs in the GitHub
version.

Regards,
Henk-Jan van Tuyl
--
***@home
What if you could share your unused computer power to help find a cure? In
just 5 minutes you can join the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
Henk-Jan van Tuyl
2013-11-18 22:34:30 UTC
Permalink
Post by Henk-Jan van Tuyl
Great! So hopefully all the work targeting 2.9.x pays off now, and it's
just a matter of bumping a few version numbers in the build files?
How far do you reckon wxHaskell is from its next release?
There are no version numbers of wxWidgets in wxHaskell
I spoke too soon, the setup of wxc contains a version number (2.9); I will
try to get things working for both 2.9 and 3.0.

Regards,
Henk-Jan van Tuyl
--
***@home
What if you could share your unused computer power to help find a cure? In
just 5 minutes you can join the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
Mark
2014-01-03 15:08:45 UTC
Permalink
On Mon, 18 Nov 2013 16:23:25 +0100, Henk-Jan van Tuyl
I spoke too soon, the setup of wxc contains a version number (2.9); I will
try to get things working for both 2.9 and 3.0.
Any progress on this.(Macports does not supply wx Widgets 2.9 anymore just 3.0)

Thanks
Mark
Henk-Jan van Tuyl
2014-01-06 23:45:08 UTC
Permalink
Post by Mark
On Mon, 18 Nov 2013 16:23:25 +0100, Henk-Jan van Tuyl
I spoke too soon, the setup of wxc contains a version number (2.9); I will
try to get things working for both 2.9 and 3.0.
Any progress on this.(Macports does not supply wx Widgets 2.9 anymore just 3.0)
Thanks
Mark
I hoped that someone could tell me that wxHaskell works fine with
wxWidgets 2.9.5 on OS X, so that we can release the current version. (The
most recent version of wxHaskell on Hackage does not compile on Windows.)
For wxWidgets 3.0, there are several updates necessary; debugging is
however an enormous amount of work, as long as wxHaskell does not run
within GHCi. The scientific way to update wxHaskell would be to study all
changes in wxWidgets, but that is also an enormous amount of work.

For proper debugging it would be an big improvement, if we had a debugger
that would step through both Haskell and C/C++ code.

Regards,
Henk-Jan van Tuyl
--
***@home
What if you could share your unused computer power to help find a cure? In
just 5 minutes you can join the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
Loading...