[wxhaskell-devel] recent work

2009-08-12 Thread Brian Lewis
Hi, I did some work lately on the wxHaskell build process because I was unhappy it wouldn't install via cabal without messing with the global package conf. The repositories I made are here: http://github.com/bsl/wxdirect/tree/master http://github.com/bsl/wxcore/tree/master wxdirect is just lightl

Re: [wxhaskell-devel] recent work

2009-08-13 Thread Brian Lewis
On Thursday, 13.08.09 at 22:59, Eric Y. Kow wrote: > First: wxcore doesn't compile against the default wxWidgets on MacOS > X, which is fine because I've gotten used to building my own > wxWidgets. I don't think I have a mac I can work on. Please send me the errors and/or investigate? > Second: t

Re: [wxhaskell-devel] Windows

2009-11-05 Thread Brian Lewis
Jeremy, thanks very much for writing back. That helped a lot. Here's a procedure that seems to work: Install MinGW 5.1.6 [x] g++ compiler [x] MinGW Make MSYS-1.0.11 wxMSW-2.8.10 wx-config Windows port In MSYS cd /c/wxWidgets-2.8.10/build/msw mingw32-make -f makefile.gcc BUILD

Re: [wxhaskell-devel] Windows

2009-11-10 Thread Brian Lewis
On Tuesday, 10.11.09 at 12:42, Jeremy O'Donoghue wrote: > One good option may be to commit the code 'as-is' to enable simple > cabal install of wxHaskell, and work on putting back the features we > have (temporarily) lost. If basic functionality is still there, I really favor doing it this way, be

Re: [wxhaskell-devel] Windows

2009-11-12 Thread Brian Lewis
On Thursday, 12.11.09 at 14:11, Jeremy O'Donoghue wrote: > Setup.hs: Error: Could not find module: Graphics.UI.WXCore.WxcClassInfo with > any suffix: ["gc","chs","hsc","x","y","ly","cpphs","hs","lhs"] WxcClassInfo is in the exported modules list, but its source is generated by wxdirect into dist/b

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 design

Re: [wxhaskell-devel] Windows

2009-11-13 Thread Brian Lewis
On Friday, 13.11.09 at 23:32, Jeremy O'Donoghue wrote: > It works - after a bump to version 0.12.1.2. This is great. > Someone brave should probably try: > cabal update > WXWIN= WXCFG=gcc_dll/mswu cabal install wx Worked! No problems. > I guess we should announce to the world :-) Good announce

Re: [wxhaskell-devel] Debugging wxHaskell with ghci - Windows issue

2009-11-18 Thread Brian Lewis
On Wednesday, 18.11.09 at 22:18, Jeremy O'Donoghue wrote: > ... > can't load .so/.DLL for: stdc++ (addDLL: could not load DLL) > > I notice that in the wxcore Setup.hs build file, you manually append > stdc++ to the list of libraries reported by wx-config. Yes, sorry about that. :( > I don't thin