Maybe it's erroring out because you have C:\gtk\bin and C:\Documents ...\gtk+bundle...\bin in the same path. You shouldn't need both. I also don't see any path that mentions the libxml libraries which you will eventually need.
When I installed GTK on Windows 7 I also followed the blog post you mention but found that the instructions didn't totally work for me completely. That is why I documented my experiences on the Wiki. So IMHO you do need INCLUDE and PKG_CONFIG_PATH. That said I wrote those instructions based on *one* install so they might well be wrong. I know it's confusing having two sets of conflicting instructions but I suggest you follow one to completion, and if it doesn't work, back out the conflicting changes and follow the other. -deech On Fri, Feb 25, 2011 at 7:53 AM, Daniel Díaz <[email protected]> wrote: > > El Vie, 25 de Febrero de 2011, 2:34 pm, aditya siram escribió: >> Hi Daniel, >> What is the value of PATH, PKG_CONFIG_PATH and INCLUDE in the shell >> from which you are invoking "cabal install ..."? >> -deech >> > > PATH: > C:\Archivos de programa\Haskell\bin > C:\Archivos de programa\Haskell Platform\2010.2.0.0\lib\extralibs\bin > C:\Archivos de programa\Haskell Platform\2010.2.0.0\bin > [...] > C:\WINDOWS\system32 > C:\WINDOWS > C:\WINDOWS\System32\Wbem > [...] > C:\gtk\bin > C:\Documents and Settings\User\Datos de programa\cabal\bin > C:\Archivos de programa\Haskell\bin > C:\ghc\ghc-6.10.1\bin > C:\Documents and > Settings\User\Escritorio\GTK\gtk+-bundle_2.16.6-20100912_win32\bin > C:\Archivos de programa\Haskell Platform\2010.2.0.0\mingw\bin > > PKG_CONFIG_PATH and INCLUDE are empty now. Following the Mark Shroyer's > guide, these variables are not mentioned. > > -- > Daniel Díaz > > _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
