On 3 Nov 2011, at 06:53, Alessandro Vermeulen wrote: > I've applied your patches, and I though it build… however, it get's stuck > further on, is there where you are stuck too?
Yup. If I understand correctly, we're trying to use a constructor for wxDragImage that has been deprecated for a *long* time (was marked deprecated even in wxWidgets 2.4.x). I guess they finally removed it in 2.9. Now the question is if we can ditch the wxPoint argument, ignore it, find a use for it, and if we should change the Haskell API to go with this >> src/cpp/dragimage.cpp:11:0: >> error: no matching function for call to >> ‘wxGenericDragImage::wxGenericDragImage(wxBitmap&, wxCursor&, wxPoint)’ >> >> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:268:0: >> note: candidates are: wxGenericDragImage::wxGenericDragImage(const >> wxGenericDragImage&) ... -- Eric Kow <http://erickow.com> ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel