|
From: Dave T. <duk...@gm...> - 2011-09-20 20:00:06
|
On 20 September 2011 18:45, David Virebayre <dav...@gm...>wrote: > 2011/9/18 D.V. <dav...@gm...>: > > 2011/9/17 Dave Tapley <duk...@gm...>: > > Bonjour Dave, bonjour list ! > > >> You'll need to edit wxcore/Setup.hs thus: > > [...] > >> Hopefully you can adjust this for your needs, and it would be great if > you > >> could send your list back so I can include it in my patch. > > > I will try that as soon as I can, which is, unfortunately, not today. > > If that works, I will send the list back. > > Ok here's how I modified the list: > > else [ "-lwx_gtk2u_richtext-2.8", "-lwx_gtk2u_aui-2.8" > , "-lwx_gtk2u_xrc-2.8", "-lstdc++" ] > > That and the new wiki page helped me go further, but I'm stuck on another > error: > > src/haskell/Graphics/UI/WXCore.hs:25:11: > Conflicting exports for `wxEVT_FIRST': > `module Graphics.UI.WXCore.WxcClasses' exports > `Graphics.UI.WXCore.WxcClasses.wxEVT_FIRST' imported from > Graphics.UI.WXCore.WxcClasses at > src/haskell/Graphics/UI/WXCore.hs:47:1-36 > > (defined at > src/haskell/Graphics/UI/WXCore/WxcClassesMZ.hs:17134:1) > `module Graphics.UI.WXCore.WxcDefs' exports > `Graphics.UI.WXCore.WxcDefs.wxEVT_FIRST' imported from > Graphics.UI.WXCore.WxcDefs at > src/haskell/Graphics/UI/WXCore.hs:46:1-33 > > (defined at > src/haskell/Graphics/UI/WXCore/WxcDefs.hs:2969:1) > > src/haskell/Graphics/UI/WXCore.hs:25:11: > Conflicting exports for `wxEVT_NULL': > `module Graphics.UI.WXCore.WxcClasses' exports > `Graphics.UI.WXCore.WxcClasses.wxEVT_NULL' imported from > Graphics.UI.WXCore.WxcClasses at > src/haskell/Graphics/UI/WXCore.hs:47:1-36 > > (defined at > src/haskell/Graphics/UI/WXCore/WxcClassesMZ.hs:17701:1) > `module Graphics.UI.WXCore.WxcDefs' exports > `Graphics.UI.WXCore.WxcDefs.wxEVT_NULL' imported from > Graphics.UI.WXCore.WxcDefs at > src/haskell/Graphics/UI/WXCore.hs:46:1-33 > > (defined at > src/haskell/Graphics/UI/WXCore/WxcDefs.hs:2966:1) > > David. > Ah! Yes! I had error too, but I can't remember how I resolved it, which makes me think I might have just cleaned everything up and started afresh (just with the modified library list); have you tried that? Dave, |