From: Audrey T. <au...@au...> - 2008-07-17 13:17:23
|
Hi, I've been following the instructions from: http://wxhaskell.sourceforge.net/building-msc.html with (GHC 6.8.3 / Wx 2.8.8 / VC++ 6.0), but stuck on the step of "Export Makefile" as it failed to export any .mak file. :-/ I understand that there's a wxhaskell-bin-msw2.6.4-ghc6.8.3-0.10.3-0.zip but it seems it's built without MediaCtrl. Would it be too much to ask if the binary packager for Win32 can kindly provide a build with MediaCtrl available? Either Wx 2.6 or Wx 2.8 would be sufficient for my application. Many thanks! Audrey |
From: shelarcy <she...@gm...> - 2008-07-17 16:26:28
|
Hi, On Thu, 17 Jul 2008 22:17:18 +0900, Audrey Tang <au...@au...> wrote: > I understand that there's a wxhaskell-bin-msw2.6.4-ghc6.8.3-0.10.3-0.zip > but it seems it's built without MediaCtrl. Would it be too much to ask > if the binary packager for Win32 can kindly provide a build with > MediaCtrl available? Either Wx 2.6 or Wx 2.8 would be sufficient for my > application. I always build wxhaskell binary with MedidaCtrl, GLCanvas, Sound, STC, etc .... But current MediaCtrl support has bug. MediaCtrl doesn't work on Windows or Wx 2.8. And currect Wx 2.8 support also has critical bug on Windows. samples\wx\BouncingBalls doesn't handle keyboard event on Windows, though samples\wxcore\BouncingBalls works correctly. I don't know why panel's flag and on click (clockRight?) cause this problem. I want to fix these bugs. But I'm very busy now. So, I can't make correct MediaCtrl support binary soonly. I'm sorry for that, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Audrey T. <au...@au...> - 2008-07-18 05:58:11
|
shelarcy 提到: > I always build wxhaskell binary with MedidaCtrl, GLCanvas, Sound, STC, > etc .... But current MediaCtrl support has bug. MediaCtrl doesn't work > on Windows or Wx 2.8. It's okay, I built Wx2.8+MediaCtrl and it works correctly now, using MSYS + MINGW instead of MSVC. Now if you can teach me how to make a binary distribution I'd be happy to share it... Cheers, Audrey |
From: shelarcy <she...@gm...> - 2008-07-18 12:17:48
|
On Fri, 18 Jul 2008 14:58:05 +0900, Audrey Tang <au...@au...> wrote: > It's okay, I built Wx2.8+MediaCtrl and it works correctly now, using > MSYS + MINGW instead of MSVC. If you change wxhaskell source, please send us your patches. > Now if you can teach me how to make a binary distribution I'd be happy > to share it... We can make binary distribution by just running "make bindist" command after make wx. But ... users want to make smaller executable file, and want to use profiled version of library. So, we must use following command: ./configure --with-msc --enable-split-objs --hcprof make make install make wx make bindist Note: You must use Haddock 0.9 or higher to build Haddock documentation. Because current darcs repository's source code require to use Haddock 0.9 or higher. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: shelarcy <she...@gm...> - 2008-07-26 10:40:25
|
On Fri, 18 Jul 2008 21:17:24 +0900, shelarcy <she...@gm...> wrote: >> It's okay, I built Wx2.8+MediaCtrl and it works correctly now, using >> MSYS + MINGW instead of MSVC. Oops, I missed you are using MinGW instead of MSVC. > So, we must use following command: > > ./configure --with-msc --enable-split-objs --hcprof You need not specify --with-msc --with-msc option. ./configure --enable-split-objs --hcprof make make install make wx make bindist Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |
From: Audrey T. <au...@au...> - 2008-07-18 12:48:02
|
shelarcy 提到: > On Fri, 18 Jul 2008 14:58:05 +0900, Audrey Tang <au...@au...> wrote: >> It's okay, I built Wx2.8+MediaCtrl and it works correctly now, using >> MSYS + MINGW instead of MSVC. > > If you change wxhaskell source, please send us your patches. I did not. :-) Cheers, Audrey |
From: shelarcy <she...@gm...> - 2008-07-26 10:36:22
|
Hi, I have a time to maintain and develop wxHaskell now. On Fri, 18 Jul 2008 21:47:56 +0900, Audrey Tang <au...@au...> wrote: >>> It's okay, I built Wx2.8+MediaCtrl and it works correctly now, using >>> MSYS + MINGW instead of MSVC. >> >> If you change wxhaskell source, please send us your patches. > > I did not. :-) Hmm ... can you send us your MediaCtrl test code? I want to check what causes a problem. Best Regards, -- shelarcy <shelarcy hotmail.co.jp> http://page.freett.com/shelarcy/ |