From: shelarcy <she...@gm...> - 2008-02-25 10:59:12
|
Hi Eric, On Mon, 25 Feb 2008 09:03:19 +0900, Eric Kow <eri...@gm...> wrote: > Mon Feb 25 00:01:09 GMT 2008 Eric Kow <eri...@gm...> > * 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/ |