
hello @ all, I tried to install wxhaskell for my ghc6.4.2, but not everything went properly... I used the newest version of cygwin, wxWidgets 2.6.3, wxHaskell 0.9.4 and gcc 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) I didn't have any problems by installing and compiling wxWidgets, everything seemed to be fine. The "configure" as well as "make" worked for wxHaskell, but "make install" just produces "out/wxc/ewxw_main.d:1 *** multiple target patterns. Stop." The file starts as following: out/wxc/ewxw_main.o: wxc/src/ewxw_main.cpp wxc/include/wrapper.h \ wxc/include/ewxw_def.h C:/cygwin/usr/local/include/wx-2.6/wx/wx.h \ [...] Does cygming special instead of mingw causes the error or do you know any tricks to avoid this failure or know that other versions of wxWidgets work fine thanks in advance

The latest cygwin version of make, 3.81, no longer supports the use of DOS pathnames in makefiles, as has been the subject of much recent discussion on the cygwin mailing list. The suggested quick fix is to revert to the previous version 3.80.
participants (2)
-
H.
-
Iain Alexander