Code: Select all
My configure seems to go ok, but the build craps out with the following error:
./bk-deps g++ -c -o coredll_event.o -D__WXMOTIF__ -I./src/jpeg -I./src/expat/lib -DWXUSINGDLL -DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -Ilib/wx/include/motif-ansi-release-2.5 -I./include -I/usr/openwin/include -I/usr/dt/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -isystem /usr/openwin/include -O2 -pthreads -D_REENTRANT -Wall src/common/event.cpp
In file included from include/wx/event.h:32,
from include/wx/app.h:20,
from src/common/event.cpp:40:
include/wx/cursor.h:7:29: wx/motif/cursor.h: No such file or directory
In file included from include/wx/event.h:32,
from include/wx/app.h:20,
from src/common/event.cpp:40:
include/wx/cursor.h: In destructor
`wxBusyCursorSuspender::~wxBusyCursorSuspender()':
include/wx/cursor.h:55: invalid use of undefined type `const struct wxCursor'
include/wx/gdicmn.h:36: forward declaration of `const struct wxCursor'
In file included from include/wx/app.h:20,
from src/common/event.cpp:40:
include/wx/event.h: At global scope:
include/wx/event.h:861: field `m_cursor' has incomplete type
include/wx/event.h: In constructor `wxSetCursorEvent::wxSetCursorEvent(int,
int)':
include/wx/event.h:840: class `wxSetCursorEvent' does not have any field named
`m_cursor'
include/wx/event.h: In copy constructor
`wxSetCursorEvent::wxSetCursorEvent(const wxSetCursorEvent&)':
include/wx/event.h:847: `class wxSetCursorEvent' has no member named `m_cursor'
include/wx/event.h:847: class `wxSetCursorEvent' does not have any field named
`m_cursor'
include/wx/event.h: In member function `void wxSetCursorEvent::SetCursor(const
wxCursor&)':
include/wx/event.h:853: `m_cursor' undeclared (first use this function)
include/wx/event.h:853: (Each undeclared identifier is reported only once for
each function it appears in.)
In file included from include/wx/font.h:25,
from include/wx/window.h:28,
from include/wx/app.h:23,
from src/common/event.cpp:40:
[b]!!! SNIP !!![/b]
wxDCBase::FloodFill(int, int, const
wxColour&, int)':
include/wx/dc.h:156: `DoFloodFill' undeclared (first use this function)
include/wx/dc.h: In member function `bool wxDCBase::GetPixel(int, int,
wxColour*) const':
include/wx/dc.h:162: `DoGetPixel' undeclared (first use this function)
include/wx/dc.h: In member function `void wxDCBase::DrawLine(int, int, int,
int)':
include/wx/dc.h:167: `DoDrawLine' undeclared (first use this function)
include/wx/dc.h: In member function `void wxDCBase::CrossHair(int, int)':
include/wx/dc.h:172: `DoCrossHair'