From: Brian L. <br...@lo...> - 2009-08-11 20:08:38
|
On Tuesday, 11.08.09 at 02:05, Eric Y. Kow wrote: > setup: Missing dependency on a foreign library: > * Missing C library: wx_macud-2.8 > > I guess the Setup.hs file needs to call wx-config Hmm. But it does. Does 'wx-config --cppflags --libs' show the stuff it should? Where is the build failing for you? > PS: it might simplify matters for the wxHaskell team if you just used > the darcs repository I'll definitely do whatever's most convenient for them if this stuff turns out to be useful at all. Right now the build fails for me with errors like src/cpp/eljfl.cpp:1277:0: error: conversion from ‘char*’ to ‘const wxString’ is ambiguous src/cpp/eljfl.cpp:1317:0: error: no matching function for call to ‘wxNewBitmapButton::RenderLabelImage(wxBitmap*, wxBitmap*, bool, bool)’ |