From: Lyle K. <li...@qs...> - 2009-09-03 06:26:13
|
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=gcc_dll\mswud) to specify which configuration exactly you want to use. setup.exe: readProcess: wx-config "--libs" "--cppflags" (exit 1): failed cabal.exe: Error: some packages failed to install: wxcore-0.11.1.3 failed during the configure step. The exception was: exit: ExitFailure 1 PS C:\Users\Lyle\devel\haskell\wxcore> I tried setting WXCFG to vc_dll\msw, but that doesn't help. I also tried setting it to "build\msw", or putting the full path in front. I still get that error. I can't figure out what kind of value it wants. Any ideas? Thanks, Lyle |