From: Lennart K. <kol...@dt...> - 2007-12-10 22:49:38
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Gentoo Linux has provided wxHaskell since version 0.6, it went into portage during March 2004. We've tried to keep it up to date since then, but unfortunately we're now having a few issues with the latest version as it has gone a bit outdated. As a Linux distribution we don't release darcs snapshots into the public, we only distribute released versions. To continue to distribute wxHaskell we need a new release that addresses some trouble we have. Our version of wxHaskell 0.9.4 has become heavily patched since we added it in May 2005, yet it has severe drawbacks: * It only compiles with ghc 6.4.2 and earlier. We need support for ghc 6.6 and ghc 6.8 * It requires that wxWidgets is built with support for X, and without support for odbc and unicode. We had to find out ourselves last time by bug reports of our users. Looks like you're working on unicode support, how about odbc? * It only builds against the older wxWidgets 2.6, not the most recent 2.8. Will this change? * Because it's released as a .zip file, our build has to depend on unzip. We'd much prefer a .tar.gz file as usual. For Gentoo to keep wxHaskell publicly available, we need a release that at least has to build with ghc 6.6 and 6.8, and preferably support later wxWidgets versions. We'd love to see wxHaskell make a comeback! If you think it will take a while to correct the above, we might have to drop wxHaskell and add it back later when it's more up to date. Thanks. Cheers, Lennart Kolmodin -- Gentoo dev -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHXcJ64txYG4KUCuERAis4AJ9Q1CtMCNAG8mshMOgpvqSRnaC/HwCfTokZ qFdyYvkhttdALDsJcJ1fOto= =CoWw -----END PGP SIGNATURE----- |
From: Mads <mad...@ya...> - 2007-12-11 19:24:54
|
Hi all Maybe it is time we make a new release? Not just for the sake of Gentoo, but also as WxHaskell has compiled fine with GHC 6.8 for some time and as it has Unicode support + a lot of other changes. And the current Darcs version do not seem any less stable than 0.9.4-1. Greetings, Mads Lindstrøm Lennart Kolmodin worte: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi! > > Gentoo Linux has provided wxHaskell since version 0.6, it went into > portage during March 2004. > > We've tried to keep it up to date since then, but unfortunately we're > now having a few issues with the latest version as it has gone a bit > outdated. As a Linux distribution we don't release darcs snapshots into > the public, we only distribute released versions. To continue to > distribute wxHaskell we need a new release that addresses some trouble > we have. > > Our version of wxHaskell 0.9.4 has become heavily patched since we added > it in May 2005, yet it has severe drawbacks: > * It only compiles with ghc 6.4.2 and earlier. > We need support for ghc 6.6 and ghc 6.8 > > * It requires that wxWidgets is built with support for X, > and without support for odbc and unicode. We had to find out > ourselves last time by bug reports of our users. > Looks like you're working on unicode support, how about odbc? > > * It only builds against the older wxWidgets 2.6, not the most > recent 2.8. Will this change? > > * Because it's released as a .zip file, our build has to depend on > unzip. We'd much prefer a .tar.gz file as usual. > > For Gentoo to keep wxHaskell publicly available, we need a release that > at least has to build with ghc 6.6 and 6.8, and preferably support later > wxWidgets versions. > > We'd love to see wxHaskell make a comeback! If you think it will take a > while to correct the above, we might have to drop wxHaskell and add it > back later when it's more up to date. > > Thanks. > > Cheers, > Lennart Kolmodin -- Gentoo dev > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHXcJ64txYG4KUCuERAis4AJ9Q1CtMCNAG8mshMOgpvqSRnaC/HwCfTokZ > qFdyYvkhttdALDsJcJ1fOto= > =CoWw > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |
From: shelarcy <she...@gm...> - 2007-12-12 17:27:03
|
Hi Mads, On Wed, 12 Dec 2007 04:17:03 +0900, Mads Lindstrøm <mad...@ya...> wrote: > Maybe it is time we make a new release? I agree about postponing to add Jeremy's work and releasing new wxHaskell more quickly. But I think you forgot a critical problem. I think we must add wxWidgets 2.8.x support before makeing new release. Because Neil showed us that wxWidgets 2.6.x can't be built under latest Mac OS X 10.5 (Leopard). http://thread.gmane.org/gmane.comp.lang.haskell.wxhaskell.general/367/focus=370 So I'm working on this problem now ... but I don't complete this work yet. I succeed to build wxHaskell using wxWidgets 2.8.x without 2.4 API compatibllity, both under Windows (Visual Studio 2005) and (PowerPC) Mac OS X platform. But I can't run 2.8.x version program these platform. I can run previous patches' 2.8.x version program that unsing Visual Studio 2003's wxc library. But its prgram cause "0xC0000005" error dialog and terminate when upgrade Visual Studio to 2005 and building wxc by that. So I think that we can run 2.8.x version program if we build wxc by Visual Studio 2003. (I don't test with Visual Studio 2008 yet. Because I want to use Japanese Edition, and it's not released yet.) Anyway I think my current patch is useful. Because I added wxWidgets 2.8.x API layer, and removing minimal obsolete API by very conservative policily. I respected 2.4.x API's name except wxSound class, and I checked alternative API in new version. I think this chage doesn't break your environment. I can build and run test program using wxWidgets 2.6.x. And I can't progress this work in this year. I'll be busy next week. So I send that in below mail. http://article.gmane.org/gmane.comp.lang.haskell.wxhaskell.general/387 Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |