Hi Eric,

On Mon, 25 Feb 2008 09:03:19 +0900, Eric Kow <[EMAIL PROTECTED]> wrote:
> Mon Feb 25 00:01:09 GMT 2008  Eric Kow <[EMAIL PROTECTED]>
>   * Implement an --enable-mediactrl configure flag.
>   with mediactrl disabled by default.

Your patch has bug in below part.

> hunk ./configure 376
>         wxtoolkit=3D"$arg";;
>        -with-opengl|--with-opengl)
>         withopengl=3D"yes";;
> +      -with-mediactrl|--with-mediactrl)
> +       withopengl=3D"yes";;
>        -with-stc|--with-stc)
>         withstc=3D"yes";;
>        -wx-config=3D*|--wx-config=3D*)

-with-mediactrl option enable withopengl flag instead of withmediactrl flag.
So this patch must cause problems.


$ runhaskell Setup.lhs configure --configure-opt="--with-mediactrl --with-stc"
-=-= Cabal executing: /bin/sh configure --with-hc=ghc --with-mediactrl 
--with-stc=-=-

(snip)

  extensions:
    openGL:    yes
    mediactrl: no
    stc:       yes


Best Regards,

-- 
shelarcy <shelarcy    hotmail.co.jp>
http://page.freett.com/shelarcy/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel

Reply via email to