|
From: Dave T. <dav...@gm...> - 2011-07-22 19:06:36
|
Hmm, unfortunately whilst cabal configure now completes successfully, I am having a problem when doing cabal build, see output below. Could it be related to this: http://comments.gmane.org/gmane.comp.lang.haskell.wxhaskell.general/298 ? src/cpp/eljcursor.cpp:23:0: error: no matching function for call to ‘wxCursor::wxCursor(wxString&, long int&, int&, int&)’ /usr/include/wx-2.8/wx/gtk/cursor.h:31:0: note: candidates are: wxCursor::wxCursor(const char*, int, int, int, int, const char*, const wxColour*, const wxColour*) /usr/include/wx-2.8/wx/gtk/cursor.h:29:0: note: wxCursor::wxCursor(const wxImage&) /usr/include/wx-2.8/wx/gtk/cursor.h:27:0: note: wxCursor::wxCursor(int) /usr/include/wx-2.8/wx/gtk/cursor.h:26:0: note: wxCursor::wxCursor() /usr/include/wx-2.8/wx/gtk/cursor.h:23:0: note: wxCursor::wxCursor(const wxCursor&) On 21 July 2011 23:00, Dave Tapley <dav...@gm...> wrote: > That was exactly the problem! > > Thank you very much Eric :) > > Dave, > > > > > On 21 July 2011 22:44, Eric Y. Kow <eri...@gm...> wrote: > >> Hi Dave, >> >> On Thu, Jul 21, 2011 at 21:54:11 +0100, Dave Tapley wrote: >> > I am having trouble compiling wxcore on Ubuntu 10.04. >> > The source I am using I pulled with a "darcs get" from hackage, I then >> > descended into the wxcore directory and did a "cabal configure". >> >> I suspect that recent minor changes to our Setup.hs file have >> broken compatibility with wxWidgets 2.8. >> >> Could you try >> >> darcs obliterate -p "Additional libraries required by wxWidgets 2.9" >> >> and see if it has any result? >> >> Alternatively, if you just want a working wxHaskell and aren't >> particularly interested in debugging this sort of thing, I'd >> suggest just doing cabal install wx and fetching the one on >> hackage for now. >> >> Thanks! >> >> -- >> Eric Kow <http://erickow.com> >> > > |