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

2008-02-26 Thread shelarcy
On Wed, 27 Feb 2008 06:58:55 +0900, Eric Y. Kow <[EMAIL PROTECTED]> wrote: > Any quick solutions or patches? >% runhaskell Setup build > Preprocessing library wx-0.10.2... > Building wx-0.10.2... > [12 of 15] Compiling Graphics.UI.WX.Media ( > src/Graphics/UI/WX/Media.hs, dist/build/Graphics/UI/WX/

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

2008-02-26 Thread shelarcy
Hi Eric, On Wed, 27 Feb 2008 06:55:48 +0900, Eric Kow <[EMAIL PROTECTED]> wrote: > I'm not sure if this really is working yet. You forgot to add installing phase for profiling library. So I fixed that in attached profiling.dpatch file. > Tue Feb 26 21:51:55 GMT 2008 Eric Kow <[EMAIL PROTECTED]>

[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.

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

2008-02-26 Thread Eric Kow
I'm not sure if this really is working yet. Notes: - this doesn't work with Cabal (unless you use --with-configure-opts) because the Make buildtype doesn't pass along the information we need (at least to my awareness). - I'm not particularly bothered if our implementation of this is ugly.

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

2008-02-26 Thread shelarcy
We can also use -hisuf option instead of -ohi option. I missed that. Thanks, On Tue, 26 Feb 2008 13:57:16 +0900, shelarcy <[EMAIL PROTECTED]> wrote: > ghc search*.p_hi for profiling version, but ghc doesn't use *.p_hi to generate > interafe file in default. So we must use -ohi option to generate