#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: Resolution: | Keywords: Port: codeblocks | -------------------------+------------------- Comment (by mojca@…): The following probably deserves a separate ticket, but for now I'm simply attaching the error here. The following happens when `FileManager` plugin is built: {{{ 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../../../../src/include/mozilla_chardet -I/opt/local/include -Ulinux -Uunix -O2 -ffast-math -DCB_AUTOCONF -pipe -Os -arch i386 -DCB_PRECOMP -Winvalid-pch -fPIC -DPIC -fexceptions -D__FAM__ -MT FileExplorerSettings.lo -MD -MP -MF .deps/FileExplorerSettings.Tpo -c FileExplorerSettings.cpp -fno-common -DPIC -o .libs/FileExplorerSettings.o directorymonitor.cpp: In member function 'bool wxDirectoryMonitor::Start()': directorymonitor.cpp:620: error: invalid use of incomplete type 'struct DirMonitorThread' directorymonitor.h:21: error: forward declaration of 'struct DirMonitorThread' directorymonitor.cpp:621: error: invalid use of incomplete type 'struct DirMonitorThread' directorymonitor.h:21: error: forward declaration of 'struct DirMonitorThread' directorymonitor.cpp:622: error: invalid use of incomplete type 'struct DirMonitorThread' directorymonitor.h:21: error: forward declaration of 'struct DirMonitorThread' directorymonitor.cpp: In member function 'void wxDirectoryMonitor::ChangePaths(const wxArrayString&)': directorymonitor.cpp:629: error: invalid use of incomplete type 'struct DirMonitorThread' directorymonitor.h:21: error: forward declaration of 'struct DirMonitorThread' directorymonitor.cpp: In destructor 'virtual wxDirectoryMonitor::~wxDirectoryMonitor()': directorymonitor.cpp:634: warning: possible problem detected in invocation of delete operator: directorymonitor.cpp:634: warning: invalid use of incomplete type 'struct DirMonitorThread' directorymonitor.h:21: warning: forward declaration of 'struct DirMonitorThread' directorymonitor.cpp:634: note: neither the destructor nor the class- specific operator delete will be called, even if they are declared when the class is defined. make[4]: *** [directorymonitor.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... }}} -- Ticket URL: <https://trac.macports.org/ticket/40389#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X