Re: [wxhaskell-devel] Windows

2009-11-13 Thread Jeremy O'Donoghue
Hi Brian, On Thu, 12 Nov 2009 11:54 -0600, Brian Lewis br...@lorf.org wrote: WxcClassInfo is in the exported modules list, but its source is generated by wxdirect into dist/build/autogen. I added dist/build/autogen to hs-source-dirs and I think it's working. Please add that line or pull my

[wxhaskell-devel] patch applied (wxhaskell): Enable cabal upload to complete successfully.

2009-11-13 Thread Jeremy O'Donoghue
Fri Nov 13 12:39:00 EST 2009 jeremy.odonog...@gmail.com * Enable cabal upload to complete successfully. Ignore-this: 6d6c1450099889787f06582e77fae6f5 M ./wx/wx.cabal -2 +6 M ./wxcore/Setup.hs -4 +3 M ./wxcore/wxcore.cabal -2 +24 View patch online:

Re: [wxhaskell-devel] Windows

2009-11-13 Thread Brian Lewis
For me, wxcore 0.12.1.1 on hackage fails to build for lack of stc_gen.cpp. It seems to be in darcs, though. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

Re: [wxhaskell-devel] Windows

2009-11-13 Thread Jeremy O'Donoghue
Hi Brian, 2009/11/13 Brian Lewis br...@lorf.org: For me, wxcore 0.12.1.1 on hackage fails to build for lack of stc_gen.cpp. It seems to be in darcs, though. Working on the problem now. Will let you all know when I have something which works - believe I am fairly close now, although it's late

Re: [wxhaskell-devel] Windows

2009-11-13 Thread Jeremy O'Donoghue
The problem, of course, being that stc.cpp includes stc_gen.cpp. For now I'm going to put it into extra-source-files. Didn't spot that before upload, and the cabal verifier obviously couldn't. We should try to find a better way to do this, but for now this should be OK. Jeremy 2009/11/13 Jeremy