I've applied your patches, and I though it build… however, it get's stuck
further on, is there where you are stuck too?
> src/cpp/apppath.cpp: In function ‘wxString GetApplicationPath()’:
>
> src/cpp/apppath.cpp:34:0:
> warning: ‘NSIsSymbolNameDefined’ is deprecated (declared at
> /usr/include/mach-o/dyld.h:175)
>
> src/cpp/apppath.cpp:34:0:
> warning: ‘NSIsSymbolNameDefined’ is deprecated (declared at
> /usr/include/mach-o/dyld.h:175)
>
> src/cpp/apppath.cpp:39:0:
> warning: ‘NSAddressOfSymbol’ is deprecated (declared at
> /usr/include/mach-o/dyld.h:187)
>
> src/cpp/apppath.cpp:39:0:
> warning: ‘NSLookupAndBindSymbol’ is deprecated (declared at
> /usr/include/mach-o/dyld.h:178)
>
> src/cpp/apppath.cpp:39:0:
> warning: ‘NSLookupAndBindSymbol’ is deprecated (declared at
> /usr/include/mach-o/dyld.h:178)
>
> src/cpp/apppath.cpp:39:0:
> warning: ‘NSAddressOfSymbol’ is deprecated (declared at
> /usr/include/mach-o/dyld.h:187)
> src/cpp/dragimage.cpp: In function ‘wxGenericDragImage*
> wxDragImage_Create(wxBitmap*, int, int)’:
>
> 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&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:147:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxListCtrl&, long int)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:138:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxTreeCtrl&, wxTreeItemId&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:118:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxString&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:111:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxIcon&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:104:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxBitmap&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:98:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxCursor&)
> src/cpp/dragimage.cpp: In function ‘wxGenericDragImage* wxDragIcon(wxIcon*,
> int, int)’:
>
> src/cpp/dragimage.cpp:16:0:
> error: no matching function for call to
> ‘wxGenericDragImage::wxGenericDragImage(wxIcon&, 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&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:147:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxListCtrl&, long int)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:138:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxTreeCtrl&, wxTreeItemId&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:118:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxString&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:111:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxIcon&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:104:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxBitmap&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:98:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxCursor&)
> src/cpp/dragimage.cpp: In function ‘wxGenericDragImage*
> wxDragString(wxString*, int, int)’:
>
> src/cpp/dragimage.cpp:21:0:
> error: no matching function for call to
> ‘wxGenericDragImage::wxGenericDragImage(wxString&, 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&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:147:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxListCtrl&, long int)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:138:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxTreeCtrl&, wxTreeItemId&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:118:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxString&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:111:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxIcon&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:104:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxBitmap&, const wxCursor&)
>
> /usr/local/Cellar/wxmac2.9/2.9.2/include/wx-2.9/wx/generic/dragimgg.h:98:0:
> note: wxGenericDragImage::wxGenericDragImage(const
> wxCursor&)
- Alessandro
On 3 nov. 2011, at 10:59, Eric Kow wrote:
> Whoops, forgot to record.
> Take this one too
>
> <rudimentary-replacement-for-wx_config_.dpatch><ATT00001.txt>
------------------------------------------------------------------------------
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