From: Andrew B. <And...@sc...> - 2013-12-18 15:30:23
|
Hi all, first apologies - my last post here was to say I would try and build on Windows 7 and give feedback to improve the build instructions - that was over a year ago, and then I got hit by a work tsunami… I’m back now, and with a Macbook Pro available as build experiment machine, trying to see if I can install it here It tried the approach on http://www.haskell.org/haskellwiki/WxHaskell/Mac It failed with —————— src/cpp/eljgrid.cpp:61:65: error: too few arguments to function call, expected 3, have 2 self->PaintBackground(wxRect(x, y, w, h), (wxGridCellAttr*)attr); ~~~~~~~~~~~~~~~~~~~~~ ^ ——————— Checking messages suggest I go to the github repo and use that, so on to Attempt 2. Attempt 2 - Mac OS X : 10.9.1 GHC: 7.6.2 (Platform 2013.2.0.0) Xcode 5.0.2 :- which gcc /usr/bin/gcc :- which cpp /usr/bin/cpp :- which clang /usr/bin/clang Cloned from https://github.com/wxHaskell/wxHaskell : bin/mk-devel fails I see from the log that both gcc and clang get used at different places in the build. Is this the clang issue that requires the workaround posted recently? Or is there something different going on ? Log file attached Regards Andrew Butterfield |