Talk:WxHaskell/Building
From HaskellWiki
(Difference between revisions)
| Line 2: | Line 2: | ||
The section titled Building Haskell says that on Windows the WXCFG environment variable should be set to "gcc_dll/mswu". Later in the same section, the example given sets it to "gcc_dll\mswu". When following through these instructions I needed to set mine to "gcc_dll\mswud". | The section titled Building Haskell says that on Windows the WXCFG environment variable should be set to "gcc_dll/mswu". Later in the same section, the example given sets it to "gcc_dll\mswu". When following through these instructions I needed to set mine to "gcc_dll\mswud". | ||
--[[User:Mikesteele81|Mikesteele81]] 14:20, 8 July 2010 (UTC) | --[[User:Mikesteele81|Mikesteele81]] 14:20, 8 July 2010 (UTC) | ||
| + | |||
| + | Okay. Now I followed what I thought was the same procedure on another computer, and this time it really did get placed in the gcc_dll\mswu folder. | ||
| + | --[[User:Mikesteele81|Mikesteele81]] 19:00, 10 July 2010 (UTC) | ||
Revision as of 19:00, 10 July 2010
Corrections needed?
The section titled Building Haskell says that on Windows the WXCFG environment variable should be set to "gcc_dll/mswu". Later in the same section, the example given sets it to "gcc_dll\mswu". When following through these instructions I needed to set mine to "gcc_dll\mswud". --Mikesteele81 14:20, 8 July 2010 (UTC)
Okay. Now I followed what I thought was the same procedure on another computer, and this time it really did get placed in the gcc_dll\mswu folder. --Mikesteele81 19:00, 10 July 2010 (UTC)
