Re: [wxhaskell-users] wxHaskell recabalised

2009-09-17 Thread Eric Y. Kow
On Mon, Sep 07, 2009 at 14:04:30 +0100, Jeremy O'Donoghue wrote: > Eric, I'll try to get this fixed and turned into darcs patches over the > next couple of weeks. I agree that it's a very good idea, and although I > haven't looked in detail, a quick glance suggests that Brian has done a > very thor

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-07 Thread Eric Y. Kow
On Mon, Sep 07, 2009 at 14:04:30 +0100, Jeremy O'Donoghue wrote: > > Until we hear back from the wxHaskell team, work on wxcore is taking > > place on github. If the team respond, I think we should start > > submitting patches so that the wxHaskell darcs repository catches up. > > > Eric, I'll

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-07 Thread Jeremy O'Donoghue
Eric Y. Kow wrote: > For the moment, you need both git and darcs. > > Until we hear back from the wxHaskell team, work on wxcore is taking > place on github. If the team respond, I think we should start > submitting patches so that the wxHaskell darcs repository catches up. > Eric, I'll try to

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-04 Thread Brian Lewis
I didn't get it to work, but maybe I made some progress. I installed wxWidgets by installing wxPack, a binary distribution. I did it that way just because I didn't know what else to do. Like Lyle Kopnicky mentioned, wx-config(1) doesn't come with wxWidgets. I attribute it to the fundamental theor

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-03 Thread Brian Lewis
I'll check out the situation in Windows tonight. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do be

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-03 Thread anty
Hi, I tried to follow your steps on WindowsXP. I'm now stuck at setting the WXCFG environment variable to be able to compile wxcore. I can't find a build.cfg so I don't know what path I should set. Any ideas? BTW: wx-config.exe is not included in the 2.8.10 install-version, nor in the source pack

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-03 Thread Eric Y. Kow
Hi Lyle, On Wed, Sep 02, 2009 at 22:49:24 -0700, Lyle Kopnicky wrote: > Thanks to a pointer someone gave me, I found wx-config at: > > http://wxconfig.googlepages.com/ Interesting. By rights, it really should just ship with wxWidgets. > I followed your instructions, but I assumed that we shou

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-03 Thread Lyle Kopnicky
Eric, Thanks to a pointer someone gave me, I found wx-config at: http://wxconfig.googlepages.com/ I followed your instructions, but I assumed that we should run the git lines if we have git, and darcs if we're using darcs. Do I need both git and darcs? I just have darcs installed. I had no prob

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-03 Thread Lyle Kopnicky
Oh, I finally figured it out! I had to type: PS C:\Users\Lyle\devel\haskell\wxcore> $env:WXCFG = "vc_lib\mswd" And then I was able to run cabal install without the previous error. Why mswd and not msw, I have no idea. When I run wx-config without parameters, it tells me WXCFG should point to the

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-03 Thread Lyle Kopnicky
Hmm... I installed git, and cloned the repositories as requested. Now I can cd to wxdirect and cabal install it, no problem. Then I cd to the wxcore git repository, and cabal install, and it complains that it can't find my wxWidgets installation, to use the --prefix flag or set WXWIN. I tried cabal

Re: [wxhaskell-users] wxHaskell recabalised

2009-09-03 Thread Lyle Kopnicky
Sorry folks, I realized I mixed something up in the last one. I set WXCFG instead of WXWIN. When I set WXWIN, it stops complaining about WXWIN, and starts complaining about WXCFG: Please use the --wxcfg flag (as in wx-config --wxcfg=gcc_dll\mswud) or set the environment variable WXCFG (as in WXCFG=

[wxhaskell-users] wxHaskell recabalised

2009-09-02 Thread Eric Y. Kow
Hi everybody, For those of you not following wxhaskell-devel: Brian Lewis has been doing which could make installing wxHaskell from source (and consequently install wxHaskell-based applications) a lot easier. He has cleaned up our build infrastructure, replacing our configure script, makefile and