Re: [wxhaskell-devel] darcs patch: Implement an --enable-mediactrl configur... (and 1 more)

2008-02-25 Thread Eric Y. Kow
On Mon, Feb 25, 2008 at 11:04:31 +, Eric Kow wrote: > Thanks for spotting this, shelarcy! > > Mon Feb 25 00:01:09 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Implement an --enable-mediactrl configure flag. > with mediactrl disabled by default. > > Mon Feb 25 11:03:40 GMT 2008 Eric Kow <[E

Re: [wxhaskell-devel] darcs patch: Fix: configure doesn't find GHC's Haddoc... (and 2 more)

2008-02-25 Thread Eric Y. Kow
Thanks! Applied. -- Eric Kow PGP Key ID: 08AC04F9 pgpm6sUNMQfkH.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R)

[wxhaskell-devel] troube building wx (Graphics.UI.WX.Media)

2008-02-26 Thread Eric Y. Kow
I've noticed this error recently. I'm guessing it's because of the non-mandatory --enable-mediactrl recently introduced.

Re: [wxhaskell-devel] troube building wx (Graphics.UI.WX.Media)

2008-02-27 Thread Eric Y. Kow
> How about get clean darcs repository, and build again? > wxdirect generate soundStop function from wxc/sound.h's wxSound_Stop. To my relief, make clean, etc did the job! Sorry for the noise. -- Eric Kow PGP Key ID: 08AC04F9 pgpkVBAazn8EW.pgp Des

Re: [wxhaskell-devel] darcs patch: Remove support for GHC prior to 6.4. (and 6 more)

2008-02-27 Thread Eric Y. Kow
On Wed, Feb 27, 2008 at 13:52:52 +, Eric Kow wrote: > I think we're ready for me to push these in tonight. Done. -- Eric Kow PGP Key ID: 08AC04F9 pgpVQjBLz6Ky7.pgp Description: PGP signature

Re: [wxhaskell-devel] postponing wxWidgets 2.8 support and releasing earlier?

2008-02-27 Thread Eric Y. Kow
> wxHaskell doesn't support GHC's -split-objs option any profiling option, > but Cabal does. I'm sending a quick little patch to let the user pass in flags to GHC. We call the linker ourselves, though, so I guess my patch isn't actually going to help matters? > Current wxHaskell generates big bin

Re: [wxhaskell-devel] darcs patch: Fix bugs makefile under Linux (and 1 more)

2008-02-27 Thread Eric Y. Kow
> Wed Feb 27 13:48:48 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Fix bugs makefile under Linux > > Wed Feb 27 13:51:40 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Specify what OS BoxedCombinator bug fails on. These look harmless enough to go in. -- Eric Kow

Re: [wxhaskell-devel] darcs patch: Remove List Control test case (bug 17429... (and 1 more)

2008-02-28 Thread Eric Y. Kow
Pushing these in. (although I wonder if it would have been useful to turn the ListControl thing into an automated regression test; maybe there is a way to generalise it, like setting a value in a widget and getting it back should return the same thing) -- Eric Kow

Re: [wxhaskell-devel] postponing wxWidgets 2.8 support and releasing earlier?

2008-03-02 Thread Eric Y. Kow
On Thu, Feb 28, 2008 at 15:49:45 +0900, shelarcy wrote: > We must tell the linker to link splited objects. > -split-objs option generates it in (OutputDir)/(ModuleName)_split directory > per moudles. > You can see that your own directory or below cabal code. > > http://www.haskell.org/ghc/docs/la

Re: [wxhaskell-devel] darcs patch: Added testcase for FontFixed problem (1906476)

2008-03-04 Thread Eric Y. Kow
> Tue Mar 4 07:01:18 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Added testcase for FontFixed problem (1906476) Thanks! Pushed. -- Eric Kow PGP Key ID: 08AC04F9 pgpg1uU9NoBzF.pgp Description: PGP signature ---

Re: [wxhaskell-devel] darcs patch: Create a --enable-split-objs option for ... (and 8 more)

2008-03-05 Thread Eric Y. Kow
On Wed, Mar 05, 2008 at 21:26:13 +0900, shelarcy wrote: > I checked that now this patch also works on Windows. > Thank you for your work. Thanks for all that feedback! I've pushed these in. -- Eric Kow PGP Key ID: 08AC04F9 pgpElQD2BZsss.pgp Descr

Re: [wxhaskell-devel] darcs patch: Bump to 0.10.3. (and 17 more)

2008-03-05 Thread Eric Y. Kow
On Wed, Mar 05, 2008 at 17:39:12 +, Eric Kow wrote: > Tue Mar 4 22:43:27 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Bump to 0.10.3. I went ahead and pushed these in, because I feel they are mostly harmless. -- Eric Kow PGP Key ID: 08AC04F9

Re: [wxhaskell-devel] Compiling the sources with ghc-6.6.3

2008-03-06 Thread Eric Y. Kow
On Wed, Mar 05, 2008 at 21:22:54 +0100, Mads Lindstrøm wrote: > It would be fair, except that the time-package did not compile easily on > Debian either :( I will try to look more into the issue this weekend. > Maybe I could get the time-package maintainers to fix the issue. Hmm, is it perhaps jus

Re: [wxhaskell-devel] darcs patch: Sync Visual Studio's wxc library version to 0.10.3.

2008-03-06 Thread Eric Y. Kow
Pushed. Thanks -- Eric Kow PGP Key ID: 08AC04F9 pgpVgc9glZQ3n.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) V

Re: [wxhaskell-devel] darcs patch: Data.Time package now only used when available

2008-03-07 Thread Eric Y. Kow
On Fri, Mar 07, 2008 at 22:24:56 +0100, Mads Lindstrøm wrote: > > Fri Mar 7 22:16:43 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > > * Data.Time package now only used when available > > > > Added test to see if Data.Time package is available. If not we use the > > old System.Time packag

Re: [wxhaskell-devel] darcs patch: Update building instructions (homepage). (and 4 more)

2008-03-07 Thread Eric Y. Kow
> Wed Mar 5 17:50:04 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Update building instructions (homepage). (snip) Pushing this over. Will send another couple of patches and tag 0.10.3rc1 -- Eric Kow PGP Key ID: 08AC04F9 pgpG2bEOibFsI.pgp Descrip

Re: [wxhaskell-devel] darcs patch: Add some instructions to the wxcore's BouncingBalls sa...

2008-03-07 Thread Eric Y. Kow
Pushed. -- Eric Kow PGP Key ID: 08AC04F9 pgpmKxcoLZhpI.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual St

[wxhaskell-devel] profiling libraries require ghc -prof for apps

2008-03-07 Thread Eric Y. Kow
Argh... ran into an annoying stumbling block. If I configure --enable-split-objs -hcprof, I can no longer build the sample applications without also passing in -prof (otherwise, you get linker errors). Don't understand why. It's annoying because we want to distribute the profiling versions of th

Re: [wxhaskell-devel] darcs patch: Data.Time package now only used when available

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 15:39:26 +0900, shelarcy wrote: > How about we replace containers by ghc's one? > wxcore and wxdirect's containers are same as ghc's one. So, I think we > replace that easy. I think that's a good idea, but it may be prudent to postpone this until after this release (or at l

Re: [wxhaskell-devel] Fwd: wxhaskell 0.10.3rc1 - testers wanted

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 17:10:00 +0900, shelarcy wrote: > I want to know what is a good for readme.txt description. > I think we must write not only for Windows but also other platforms. > And we must avoid lengthy instruction same as wxHaskell page and wiki. I agree. The readme should probably j

Re: [wxhaskell-devel] Fwd: wxhaskell 0.10.3rc1 - testers wanted

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 12:40:07 +0100, Mads Lindstrøm wrote: > I was thinking about making a .deb package file Debian (could also be > used for Debian derivatives like Ubuntu). You would then just do > > > dpkg -i WxHaskell.deb Yes, please! The job should be made easier with http://haskell-unsa

Re: [wxhaskell-devel] profiling libraries require ghc -prof for apps

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 16:49:55 +0900, shelarcy wrote: > How about apply this patch and try again? > I want to know about -prof's new result. Well, I did a make clean and recompiled everything and now it works! (even without your patch). I'm going to postpone your patch till rc2 if that's ok wit

Re: [wxhaskell-devel] darcs patch: Bump to 0.10.3. (and 17 more)

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 13:05:15 +0100, Mads Lindstrøm wrote: > This one breaks something. The make-rule wx-install-files still depends > upon wx-main, but there is no longer any wx-main. Shouldn't the wx-main > dependency be wx-only ? Sounds right. Will push a patch over. I think I'm about ready

Re: [wxhaskell-devel] darcs patch: Detect haddock version. (and 2 more)

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 16:24:45 +0900, shelarcy wrote: > So, how about change WXHASKELLDMG following. > > WXHASKELLDMG=$(DIST-OUTDIR)/wxhaskell-$(ARCHITECTURE)-bin-$(REL-VERSION).dmg Done. Thanks for the patches too. I've pushed them in and am now kicking myself for tagging too early -- Eric

Re: [wxhaskell-devel] darcs patch: Restart Camels game at same level if you lose.

2008-03-08 Thread Eric Y. Kow
> Where is my mind? (amended) > > Fri Mar 7 17:40:35 GMT 2008 Eric Kow <[EMAIL PROTECTED]> > * Restart Camels game at same level if you lose. Pushed. Also, I have uploaded 0.10.3rc1 for MacOS X Intel (Tiger). -- Eric Kow PGP Key ID: 08AC04F9

Re: [wxhaskell-devel] darcs patch: Initial support for Debian DEB files (and 1 more)

2008-03-08 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 20:57:50 +0100, Mads Lindstroem wrote: > Sat Mar 8 20:49:42 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Initial support for Debian DEB files > Sat Mar 8 20:53:18 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Delete DataTimeTest.hs file after DataTime test P

Re: [wxhaskell-devel] darcs patch: Add txt suffix to Windows' README file for more user f...

2008-03-08 Thread Eric Y. Kow
Pushed. -- Eric Kow PGP Key ID: 08AC04F9 pgpDxqmC9DdlX.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual St

Re: [wxhaskell-devel] darcs patch: Initial support for Debian DEB files (and 1 more)

2008-03-09 Thread Eric Y. Kow
On Sun, Mar 09, 2008 at 11:26:45 +0100, Mads Lindstrøm wrote: > However, Shramov uses a debian directory with static files in stead of > our usual solution with letting the configure script create files. How > do you feel about having a debian directory with mostly/only static > files? Sounds fine

Re: [wxhaskell-devel] darcs patch: Initial support for Debian DEB files (and 1 more)

2008-03-10 Thread Eric Y. Kow
> If people think we need to hurry, we can of cause use what I have made > and then use Shramov's code for our next release. But I would rather > wait a bit and let his (better approach) go into our release. Well, since we're only doing a release candidate, I'd rather just get something usable up

Re: [wxhaskell-devel] darcs patch: Debian build: version automatically reco... (and 2 more)

2008-03-10 Thread Eric Y. Kow
> Mon Mar 10 23:14:21 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Debian build: version automatically recognized > > Mon Mar 10 23:15:12 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Debian build: changed permissions and file ownership > > Mon Mar 10 23:16:07 CET 2008 Mads Lindstro

Re: [wxhaskell-devel] darcs patch: Added ldconfig to post install/remove (and 1 more)

2008-03-11 Thread Eric Y. Kow
On Tue, Mar 11, 2008 at 19:46:10 +0100, Mads Lindstroem wrote: > Tue Mar 11 19:37:06 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Added ldconfig to post install/remove > > Tue Mar 11 19:40:36 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * depends on wxgtk2.6-dev in stead of wxgtk-dev

Re: [wxhaskell-devel] Uploaded debian file to SourceForge

2008-03-11 Thread Eric Y. Kow
On Tue, Mar 11, 2008 at 19:38:32 +0100, Mads Lindstrøm wrote: > Uploaded debian file to SourceForge. Looks like we're ready to go, then. I'll wait for Jeremy to do the announcement. -- Eric Kow PGP Key ID: 08AC04F9 pgpWmnKQlNbDr.pgp Description: P

Re: [wxhaskell-devel] darcs patch: Makefile now executes programs on Linux ... (and 3 more)

2008-03-12 Thread Eric Y. Kow
On Wed, Mar 12, 2008 at 20:30:14 +0100, Mads Lindstroem wrote: > Tue Mar 11 22:30:48 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Makefile now executes programs on Linux also > > On Linux the current makefile executed like . This > resultet in an error as Linux do not (and should not)

Re: [wxhaskell-devel] darcs patch: Fixing executing bug on linux

2008-03-15 Thread Eric Y. Kow
> Thu Mar 13 17:08:28 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Fixing executing bug on linux Pushed (I think Thu night). -- Eric Kow PGP Key ID: 08AC04F9 pgpjqIOHnrOBo.pgp Description: PGP signature -

Re: [wxhaskell-devel] darcs patch: Fix: bindist try to contain bugs/BoxedCombinator that ...

2008-03-16 Thread Eric Y. Kow
Pushed (along with my patches), thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgpvFnWnRV8O9.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all ch

[wxhaskell-devel] 0.10.3 release schedule

2008-03-16 Thread Eric Y. Kow
How about putting out 0.10.3rc2 next weekend, and then 0.10.3 the weekend after that if all goes well? Too slow? Too rushed? -- Eric Kow PGP Key ID: 08AC04F9 pgp2MlcY9GNCl.pgp Description: PGP signature

Re: [wxhaskell-devel] darcs patch: Fix: dbGetDataSources returns only first letter of eve...

2008-03-16 Thread Eric Y. Kow
Pushed, thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgp1dupokAuJg.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) V

Re: [wxhaskell-devel] 0.10.3 release schedule

2008-03-16 Thread Eric Y. Kow
On Sun, Mar 16, 2008 at 19:17:50 +0900, shelarcy wrote: > If we release 0.10.3 more quickly, we can add these change soonly. > Of coure, a few change is suitable for 0.10.3rc2. Well, how about we skip 0.10.3rc2 and go straight to 0.10.3? -- Eric Kow

Re: [wxhaskell-devel] profiling libraries require ghc -prof for apps

2008-03-16 Thread Eric Y. Kow
On Sat, Mar 08, 2008 at 16:49:55 +0900, shelarcy wrote: > profiling library doesn't have ENABLE-SPLITOBJS flag now. > So --enable-split-objs doesn't affect symbols. > I had made patch for that. But this affect little, so I didn't send before. Pushed. (Now that 0.10.3rc1 is out) -- Eric Kow

Re: [wxhaskell-devel] [wxhaskell-users] ANNOUNCE: wxHaskell 0.10.3 rc1

2008-03-16 Thread Eric Y. Kow
On Sun, Mar 16, 2008 at 12:32:46 +0100, Mads Lindstrøm wrote: > I have made it now. It is compiled with Debian unstable's ghc. By the way, your files seem to be a bit smaller than the MacOS X and Windows one. Are you also using -hcprof and --enable-split-objs? -- Eric Kow

Re: [wxhaskell-devel] darcs patch: Auto-recognising ghc version for Debian build

2008-03-16 Thread Eric Y. Kow
> Sun Mar 16 12:37:52 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * Auto-recognising ghc version for Debian build Pushed. -- Eric Kow PGP Key ID: 08AC04F9 pgpQAxIlAAwST.pgp Description: PGP signature -

Re: [wxhaskell-devel] darcs patch: Added profiling and documentation to Deb... (and 2 more)

2008-03-17 Thread Eric Y. Kow
> Mon Mar 17 20:00:32 CET 2008 Mads Lindstroem <[EMAIL PROTECTED]> > * RC1 to RC2 Pushed. -- Eric Kow PGP Key ID: 08AC04F9 pgpvYBwdnpr2K.pgp Description: PGP signature - Th

Re: [wxhaskell-devel] darcs patch: Require --enable-unicode in wxWidgets. (and 1 more)

2008-03-20 Thread Eric Y. Kow
Hi, On Thu, Mar 20, 2008 at 17:50:06 +0900, shelarcy wrote: > Hi Eric, > > How about change that part like this? Ok. I went ahead and pushed it (with your modifications). -- Eric Kow PGP Key ID: 08AC04F9 pgpp8toN6nX9E.pgp Description: PGP signa

Re: [wxhaskell-devel] darcs patch: Update homepage for expected 0.10.3 release.

2008-03-20 Thread Eric Y. Kow
> > I think I'm ready to tag and release by Saturday 13:00 (UTC) > I cannot really do much WxHaskell work on Saturday. So either it will > have to wait until Sunday or maybe you could tag the release Friday > evening? Oh sure, this doesn't really need to be super-coordinated either. For example,

Re: [wxhaskell-devel] darcs patch: Update homepage for expected 0.10.3 release.

2008-03-21 Thread Eric Y. Kow
> Anyway, I could do Friday night if nobody objects Here we go! -- Eric Kow PGP Key ID: 08AC04F9 pgp33yZv6mKe2.pgp Description: PGP signature - This SF.net email is sponsored

[wxhaskell-devel] wxWidgets 2.8 support

2008-03-24 Thread Eric Y. Kow
So, now that 0.10.3 is out, what is the fastest way for us to get wxWidgets 2.8 support so that MacOS X Leopard users can run it? -- Eric Kow PGP Key ID: 08AC04F9 pgp1aIkiftibL.pgp Description: PGP signature

Re: [wxhaskell-devel] darcs patch: Add containers package to wxcore. (and 2 more)

2008-03-28 Thread Eric Y. Kow
Pushed -- Eric Kow PGP Key ID: 08AC04F9 pgptWDgrwG4Qe.pgp Description: PGP signature - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell service

Re: [wxhaskell-devel] darcs patch: Fix 1932640: samples/wx/FileBrowse is br... (and 1 more)

2008-04-10 Thread Eric Y. Kow
Pushed! Thanks! and sorry for the delay. Been away for three days. Btw, we should think about making it so that any one of us can push patches. Maybe switching to code.haskell.org for the darcs repository would be a good thing to try. -- Eric Kow

Re: [wxhaskell-devel] wxWidgets 2.8.7 support

2008-04-11 Thread Eric Y. Kow
On Thu, Apr 10, 2008 at 15:12:50 +0100, Jeremy O'Donoghue wrote: > - wxWidgets 2.8.7 was compiled from source using Visual Studio 2008 > (i.e. on Windows) Great! Thanks! ... but I get this compile error on MacIntel g++ -c wxc/src/eljvalidator.cpp -o dist/wxc/eljvalidator.o -MD -DwxcREFUSE_MEDIA

Re: [wxhaskell-devel] darcs patch: Removed check for Data.Time (and 1 more)

2008-04-13 Thread Eric Y. Kow
Pushed -- Eric Kow PGP Key ID: 08AC04F9 pgpJHdInQVIwy.pgp Description: PGP signature - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's

[wxhaskell-devel] wxWidgets 2.8 support

2008-04-23 Thread Eric Y. Kow
Just a little heads up: I've pushed in set of patches from Jeremy O'Donoghue which should make it possible to use wxhaskell with wxWidgets 2.8. For MacOS X Leopard users, yes, this means that you can run the darcs version wxhaskell (it runs fine on my machine). Unfortunately, this means breaking

Re: [wxhaskell-devel] darcs patch: Clean up #ifdef wxUSE_UNICODE flag by wx... (and 3 more)

2008-04-25 Thread Eric Y. Kow
Pushed! Thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgpbe61idGPSs.pgp Description: PGP signature - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss th

Re: [wxhaskell-devel] darcs patch: Add note about defaultButton's incompati... (and 2 more)

2008-04-29 Thread Eric Y. Kow
Pushed! Thanks. -- Eric Kow PGP Key ID: 08AC04F9 pgpk0MyoDAVeN.pgp Description: PGP signature - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss th

Re: [wxhaskell-devel] Application hangs when using processExecAsyncTimed

2008-05-15 Thread Eric Y. Kow
Shelarcy: any ideas? Bernd, it may be worth filing a bug report, and maybe submitting a test case for our bugs directory (i.e. a darcs patch for wxhaskell). If it turns out to by a wxWidgets problem we can report it to them. By the way, if anybody here proficient in C++ could volunteer to write

Re: [wxhaskell-devel] darcs patch: Change samples/contrib/PaintDirect to us... (and 6 more)

2008-05-29 Thread Eric Y. Kow
Pushed! Sorry for the delay. I was away. Maybe we should consider a transition to code.haskell.org so that we can spread the push rights. -- Eric Kow PGP Key ID: 08AC04F9 pgpeSp4DZusPS.pgp Description: PGP signature --

Re: [wxhaskell-devel] WxHaskell at DEFUN

2008-06-01 Thread Eric Y. Kow
On Tue, Apr 22, 2008 at 09:05:09 +0100, Simon Peyton-Jones wrote: > Call for Talks and Tutorials > ACM SIGPLAN 2008 Developer Tracks on Functional Programming > http://www.deinprogramm.de/defun-2008/ > Victoria, BC, Canada, 25, 27 September, 20

Re: [wxhaskell-devel] darcs patch: Fix a bug in haddock documentation struc... (and 4 more)

2008-06-23 Thread Eric Y. Kow
Pushed! Thanks. -- Eric Kow PGP Key ID: 08AC04F9 pgpqGj7htYCWU.pgp Description: PGP signature - Check out the new SourceForge.net Marketplace. It's the best place to buy or sel

Re: [wxhaskell-devel] darcs patch: Fix #1400488: Win install problem when p... (and 7 more)

2008-06-24 Thread Eric Y. Kow
applied, thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgpMDMErjW9wK.pgp Description: PGP signature - Check out the new SourceForge.net Marketplace. It's the best place to buy or se

Re: [wxhaskell-devel] darcs patch: Just reviving ELJ's wxXmlResource code. (and 1 more)

2008-06-25 Thread Eric Y. Kow
Pushed! Thanks! I keep meaning to move towards a code.haskell.org repository -- Eric Kow PGP Key ID: 08AC04F9 pgpj7SVyujQk2.pgp Description: PGP signature - Check out the new S

Re: [wxhaskell-devel] darcs patch: Remove wxScintilla code (use wxStyledTex... (and 4 more)

2008-06-30 Thread Eric Y. Kow
Pushed, thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgpln1TUqsujG.pgp Description: PGP signature - Check out the new SourceForge.net Marketplace. It's the best place to buy or sel

Re: [wxhaskell-devel] darcs patch: Fix: linking incorrect runtime on Visual... (and 1 more)

2008-07-09 Thread Eric Y. Kow
Pushed! Thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgpUSONCM8yxz.pgp Description: PGP signature - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have s

Re: [wxhaskell-devel] darcs patch: Use wxWidgets 2.8.8 in default when buil... (and 1 more)

2008-07-29 Thread Eric Y. Kow
Pushed! Thanks -- Eric Kow PGP Key ID: 08AC04F9 pgp5ExwFJVWM0.pgp Description: PGP signature - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Buil

Re: [wxhaskell-devel] How do I build?

2008-08-23 Thread Eric Y. Kow
Hi Tim, On Sat, Aug 23, 2008 at 10:29:47 -1000, Tim Newsham wrote: >- it assumes wx-conf is in my path. On my system I have > wxgtk2u-2.8-config and wxgtk2-2.8-config > (unicode and non-unicode) and no wx-conf. > Quick hack-fix: make symlink to wx-conf. You can link it into /

Re: [wxhaskell-devel] How about release wxHaskell 0.11? (Was: build failure in new release

2008-10-11 Thread Eric Y. Kow
Hey all, On Sat, Oct 11, 2008 at 14:26:25 +0900, shelarcy wrote: > We already fixed two critical build problem in the darcs repository: > - wxWidgets 2.8.x build problem > - GHC 6.10.x build problem > > But current our official wxHaskell release version 0.10.3 is not. > This is bad for people who

[wxhaskell-devel] running wxhaskell apps on macos x

2008-12-09 Thread Eric Y. Kow
Earlier, I might have reported that running wxhakell apps on MacOS X doesn't work from the command line anymore (except by opening the app bundle). I just wanted to throw in a slight twist: if you run macosx-app foo, you can then invoke foo.app/Contents/MacOS/foo in order to run your GUI program f

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-09 Thread Eric Y. Kow
On Thu, Apr 09, 2009 at 14:01:27 +0900, shelarcy wrote: > > * Remove targets for building wxcore. > > Why this changes doesn't care about "make bindist"? It's not deliberate. It shouldn't be too difficult to revise make bindist to also include the new purely cabalised wxcore. > Windows user d

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-12 Thread Eric Y. Kow
On Sun, Apr 12, 2009 at 14:17:58 +0900, shelarcy wrote: > I pushed these changes now, thanks. Hooray! I really hope this reduces the wxhaskell install pain for people or at least makes it less mysterious. Now the problem I have is that when I cabal install my wxHaskell-using software, I get a lo

Re: [wxhaskell-devel] darcs patch: Move wxcore.cabal to wxcore and use Simp... (and 2 more)

2009-04-12 Thread Eric Y. Kow
On Sun, Apr 12, 2009 at 23:06:18 +0900, shelarcy wrote: > So, we should add extra-libraries and extra-lib-dirs fields for linking > wxc library. > > http://www.haskell.org/ghc/docs/6.10.2/html/Cabal/authors.html#buildinfo Hmm... well, I think I've run out of wxhaskell time. Is this something you

Re: [wxhaskell-devel] recent work

2009-08-13 Thread Eric Y. Kow
On Wed, Aug 12, 2009 at 17:14:08 -0500, Brian Lewis wrote: > Please take a look and let me know what's wrong and/or add to the > Setup.hs so it works on your platform. It would be cool if all the > wxHaskell packages were just more normal packages on HDB. First: wxcore doesn't compile against the

Re: [wxhaskell-devel] recent work

2009-09-02 Thread Eric Y. Kow
Hi Brian, On Sat, Aug 15, 2009 at 21:58:20 +0100, Eric Y. Kow wrote: > > Third: I'm getting linker errors when I try to build something that > > uses wxHaskell... I think this may be due to the second point. It > > sounds like we'd need to pass some information to

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Eric Y. Kow
Hi Jeremy, On Thu, Nov 12, 2009 at 14:11:17 +, Jeremy O'Donoghue wrote: > $ WXWIN=/c/utils/wxWidgets-2.8.10 WXCFG=gcc_dll/mswu runhaskell Setup.hs sdist > Building source dist for wxcore-0.12.1.1... > Setup.hs: Error: Could not find module: Graphics.UI.WXCore.WxcClassInfo with > any suffix: ["

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Eric Y. Kow
On Thu, Nov 12, 2009 at 14:11:17 +, Jeremy O'Donoghue wrote: > $ WXWIN=/c/utils/wxWidgets-2.8.10 WXCFG=gcc_dll/mswu runhaskell Setup.hs sdist > Building source dist for wxcore-0.12.1.1... > Setup.hs: Error: Could not find module: Graphics.UI.WXCore.WxcClassInfo with > any suffix: ["gc","chs","h

Re: [wxhaskell-devel] [wxhaskell-users] problems with cabal-installed wxHaskell and ghci (WinXP)

2010-01-27 Thread Eric Y. Kow
On Wed, Jan 27, 2010 at 20:58:13 +, Jeremy O'Donoghue wrote: > > Now something strange happens when I test via ghci or runghc: > > > > could not find stdc++ dll > > The root cause of the problem is related to the MinGW gcc installation > which is part of GHC, and which does C/C++ compilat

[wxhaskell-devel] using wxHaskell with built-in wxWidgets on MacOS X

2011-03-12 Thread Eric Y. Kow
Hi Jeremy, hi everyone, I notice that if I stupidly delete this chunk of the wxc layer, I can run wxHaskell off the wxWidgets 2.8 that ships with MacOS X (Leopard). I imagine that this has a negative side effect relating to event handlers, but my own program seems to work fine. Without it, I get

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-21 Thread Eric Y. Kow
Hi Dave, On Thu, Jul 21, 2011 at 21:54:11 +0100, Dave Tapley wrote: > I am having trouble compiling wxcore on Ubuntu 10.04. > The source I am using I pulled with a "darcs get" from hackage, I then > descended into the wxcore directory and did a "cabal configure". I suspect that recent minor chang

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-24 Thread Eric Y. Kow
On Sat, Jul 23, 2011 at 21:26:12 +0100, Dave Tapley wrote: > Well I have a response¹ from someone in the wx-dev group saying that the > missing GTK constructor "is > available in 2.9.2 but chances of this being backported to 2.8 are slim". > > I don't know how people would feel about modifying wxc

Re: [wxhaskell-devel] Building wxcore on Ubuntu 10.04

2011-07-24 Thread Eric Y. Kow
On Mon, Jul 25, 2011 at 01:10:15 +0100, Dave Tapley wrote: > A very good suggestion. > I cabal unpacked wxcore-0.12.1.7 and it appears to have a fix in it¹. > > Do we know why this fix is in the release, but not in darcs? I suspect the answer lies somewhere in here: darcs changes --repo http:/

Re: [wxhaskell-devel] Specifying wxWidgets version to build wxHaskell with

2011-07-25 Thread Eric Y. Kow
On Tue, Jul 26, 2011 at 00:28:01 +0100, Dave Tapley wrote: > I'm getting the impression that most people are using wxWidgets 2.9 with > wxHaskell, is that a fair assumption? I was surprised by your impression, but now I see why you may feel that way. It turns out wxWidgets 2.9 was released early

Re: [wxhaskell-devel] Specifying wxWidgets version to build wxHaskell with

2011-07-28 Thread Eric Y. Kow
On Tue, Jul 26, 2011 at 09:15:03 +0100, Jeremy O'Donoghue wrote: > Perhaps we should do this work in a branch (I've never tried > this in Darcs - how easy is it Eric?) The mechanics of maintaining a Darcs branch are simple enough; you just push to a separate directory, say http://code.haskell.o

Re: [wxhaskell-devel] Fix for 3019730

2011-08-13 Thread Eric Y. Kow
On Sat, Aug 13, 2011 at 16:01:27 +0100, maciek.makow...@gmail.com wrote: > Attached is a patch for the colorDialog return value bug: > https://sourceforge.net/tracker/?func=detail&aid=3019730&group_id=73133&atid=536845. > > Can someone please review it and, if there are no issues with it, apply?

Re: [wxhaskell-devel] Fix for 3019730

2011-08-23 Thread Eric Y. Kow
On Sun, Aug 21, 2011 at 14:32:49 +0100, Jeremy O'Donoghue wrote: > I'll be unable to review and commit until after I return from holiday, > which will be 7th Sept. Realistically, by the time I have caught up on > my backlog, it will probably bea few days later. > > Eric, since this is a pretty lon

Re: [wxhaskell-devel] assert "m_dynamicEvents" failed in SearchDynamicEventTable()

2011-09-02 Thread Eric Y. Kow
On Thu, Sep 01, 2011 at 20:26:47 +0100, Dave Tapley wrote: > I also so happen to be using a wxWidget-2.8 I compiled locally with debug > on: > $ wx-config --list > Default config is gtk2-unicode-debug-2.8 > > I've noticed when running some code I've inherited that I get this (debug > only) ass

Re: [wxhaskell-devel] wxString handling broken when using wx 2.9

2011-09-21 Thread Eric Y. Kow
On Wed, Sep 21, 2011 at 16:36:55 +0200, David Virebayre wrote: > I have a probably stupid question, but I'll fire it anyways: Hmm, worth a thought. > Would it make sense to have future versions of wxHaskell support Text > instead of String ? Do GUIs typically manipulate large text fields for whi

Re: [wxhaskell-devel] wxString handling broken when using wx 2.9

2011-09-21 Thread Eric Y. Kow
On Wed, Sep 21, 2011 at 17:44:58 +0200, David Virebayre wrote: > I have no good answer to those questions. But, if I didn't read too > fast, I think wxwidgets uses UTF-16, which is also what is used in > Text. There is a GSoC project to switch Text to to UTF-8 for what it's worth > I've made a li

Re: [wxhaskell-devel] Modified example ImageViewer.hs

2011-09-21 Thread Eric Y. Kow
On Fri, Sep 16, 2011 at 22:52:51 +0200, D.V. wrote: > So here's a quickly modified ImageViewer.hs. It's not a big change ! > > I'd like someone to review the changes before I send a patch, please. Didn't look too carefully, but seems to make sense. Sounds like it'd be a good way to help for folk

Re: [wxhaskell-devel] I need help setting up

2011-09-21 Thread Eric Y. Kow
On Wed, Sep 21, 2011 at 17:30:13 +0200, David Virebayre wrote: > the darcs get was suspiciouly fast. Files from modern (hashed) darcs repositories are cached, which may be why you are seeing this. -- Eric Kow pgpFKegHy4DvY.pgp Description: PGP signature ---