From: Henk-Jan v. T. <hj...@ch...> - 2009-11-20 17:05:55
|
On Fri, 20 Nov 2009 09:33:21 +0100, Lyle Kopnicky <li...@qs...> wrote: > I am now getting pretty far through the cabal build (using > wxWidgets-2.8.10 > and MinGW on Windows 7 64-bit), but am getting this error: > > [22 of 22] Compiling Graphics.UI.WXCore ( > src\haskell\Graphics\UI\WXCore.hs, > dist\build\Graphics\UI\WXCore.o ) > In file included from c:/wxWidgets-2.8.10/include/wx/memory.h:16, > from c:/wxWidgets-2.8.10/include/wx/object.h:20, > from c:/wxWidgets-2.8.10/include/wx/wx.h:16, > from src/include/wrapper.h:20, > > from src\cpp\apppath.cpp:1:0: > c:/wxWidgets-2.8.10/include/wx/string.h:176:18: string: No such file or > directory The file "string" is a C++ include file that can be found using a seperate search path; as I wrote last Sunday to the wxHaskell users mailinglist: Set CPLUS_INCLUDE_PATH=C:\MinGW\include\c++\3.4.5;C:\MinGW\include\c++\3.4.5\mingw32\ before cabal install wx Your path may of course be different. "Set" is an MS-DOS command; you don't need to start an MSYS shell to compile wxHaskell. -- Regards, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html -- |