#40389: codeblocks: no matching function for call to 'wxDropSource::wxDropSource(NassiDiagramWindow*&, wxIcon&, wxIcon&, wxIcon&)' ---------------------+------------------------ Reporter: mojca@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: codeblocks ---------------------+------------------------ On 10.6 the compilation of codeblocks fails with the following error (see [https://build.macports.org/builders/buildports-snowleopard- x86_64/builds/20419 the full log]): {{{ libtool: compile: /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../../../../src/include -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.8/lib/wx/include /mac-unicode-release-2.8 -I/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.8/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I/opt/local/include -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -pipe -Os -arch i386 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -MT TextCtrl.lo -MD -MP -MF .deps/TextCtrl.Tpo -c TextCtrl.cpp -fno-common -DPIC -o .libs/TextCtrl.o NassiView.cpp: In member function 'void NassiView::DragStart()': NassiView.cpp:1062: error: no matching function for call to 'wxDropSource::wxDropSource(NassiDiagramWindow*&, wxIcon&, wxIcon&, wxIcon&)' /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.8/include/wx-2.8/wx/mac/carbon/dnd.h:87: note: candidates are: wxDropSource::wxDropSource(wxDataObject&, wxWindow*, const wxCursor&, const wxCursor&, const wxCursor&) /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.8/include/wx-2.8/wx/mac/carbon/dnd.h:80: note: wxDropSource::wxDropSource(wxWindow*, const wxCursor&, const wxCursor&, const wxCursor&) /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.8/include/wx-2.8/wx/mac/carbon/dnd.h:71: note: wxDropSource::wxDropSource(const wxDropSource&) mv -f .deps/PasteTask.Tpo .deps/PasteTask.Plo make[4]: *** [NassiView.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... }}} This should probably be reported upstream. -- Ticket URL: <https://trac.macports.org/ticket/40389> MacPorts <http://www.macports.org/> Ports system for OS X