[GRASS-dev] GRASS 7 compile error
Michael Barton
michael.barton at asu.edu
Sun Jan 17 21:58:50 EST 2010
I am hitting another compiler error in the visualization section of GRASS 7. Previous errors were fixed. This is new in the past week or two.
cmb-MBP-2:grass70_dev cmbarton$ cd /Users/cmbarton/grass_dev/grass70_dev/visualization/wximgview
cmb-MBP-2:wximgview cmbarton$ make
c++ -L/Users/cmbarton/grass_dev/grass70_dev/dist.i386-apple-darwin10.2.0/lib -L/Users/cmbarton/grass_dev/grass70_dev/dist.i386-apple-darwin10.2.0/lib -arch i386 -arch x86_64 -o /Users/cmbarton/grass_dev/grass70_dev/dist.i386-apple-darwin10.2.0/bin/wximgview OBJ.i386-apple-darwin10.2.0/main.o -lgrass_raster -lgrass_gis -L/usr/local/lib/wxPython-unicode-2.8.10.1/lib -framework IOKit -framework Carbon -framework Cocoa -framework System -framework QuickTime -framework OpenGL -framework AGL -lwx_macud-2.8
ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
ld: warning: in /usr/local/lib/wxPython-unicode-2.8.10.1/lib/libwx_macud-2.8.dylib, missing required architecture x86_64 in file
Undefined symbols for architecture x86_64:
"wxWindowBase::DoSetVirtualSize(int, int)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::RequestUserAttention(int)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::Restore()", referenced from:
vtable for MyFramein main.o
"_wxDefaultPosition", referenced from:
MyFrame::MyFrame(wxSize const&)in main.o
"wxWindowBase::DoGetVirtualSize() const", referenced from:
vtable for MyFramein main.o
"wxFrameBase::UpdateWindowUI(long)", referenced from:
vtable for MyFramein main.o
"wxFrameBase::IsOneOfBars(wxWindow const*) const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::InitDialog()", referenced from:
vtable for MyFramein main.o
"wxWindow::MacVisibilityChanged()", referenced from:
vtable for MyFramein main.o
"wxWindow::MacEnabledStateChanged()", referenced from:
vtable for MyFramein main.o
"wxWindow::GetScrollRange(int) const", referenced from:
vtable for MyFramein main.o
"wxFrame::PositionToolBar()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::IsIconized() const", referenced from:
vtable for MyFramein main.o
"wxEvtHandler::DoGetClientData() const", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxFrame::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&)", referenced from:
wxFrame::wxFrame(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&)in main.o
"wxImage::SetRGB(int, int, unsigned char, unsigned char, unsigned char)", referenced from:
MyFrame::draw() in main.o
"wxWindow::DoSetSize(int, int, int, int, int)", referenced from:
vtable for MyFramein main.o
"wxApp::wxApp()", referenced from:
MyApp::MyApp() in main.o
"wxAppBase::OnInitCmdLine(wxCmdLineParser&)", referenced from:
vtable for MyAppin main.o
"wxObject::Ref(wxObject const&)", referenced from:
wxObject::operator=(wxObject const&)in main.o
"wxWindow::Reparent(wxWindowBase*)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::CanSetTransparent()", referenced from:
vtable for MyFramein main.o
"wxAppConsole::OnCmdLineError(wxCmdLineParser&)", referenced from:
vtable for MyAppin main.o
"wxAppBase::SendIdleEvents(wxWindow*, wxIdleEvent&)", referenced from:
vtable for MyAppin main.o
"wxTopLevelWindowMac::MacCreateRealWindow(wxString const&, wxPoint const&, wxSize const&, long, wxString const&)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::InheritAttributes()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::Destroy()", referenced from:
vtable for MyFramein main.o
"wxWindowBase::SetConstraintSizes(bool)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::DoIsExposed(int, int, int, int) const", referenced from:
vtable for MyFramein main.o
"wxWindow::GetHandle() const", referenced from:
vtable for MyFramein main.o
"wxEventHashTable::wxEventHashTable(wxEventTable const&)", referenced from:
__static_initialization_and_destruction_0(int, int)in main.o
"wxBitmap::wxBitmap(wxImage const&, int)", referenced from:
MyFrame::draw() in main.o
"_wxEVT_TIMER", referenced from:
wxTimerEvent::wxTimerEvent(int, int)in main.o
__static_initialization_and_destruction_0(int, int)in main.o
"wxEvtHandler::DoGetClientObject() const", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxAppConsole::ProcessPendingEvents()", referenced from:
vtable for MyAppin main.o
"wxWindowBase::FindFocus()", referenced from:
wxTopLevelWindowBase::IsActive() in main.o
"wxApp::MacHandleAEODoc(void*, void*)", referenced from:
vtable for MyAppin main.o
"wxWindow::MacTopLevelWindowChangedPosition()", referenced from:
vtable for MyFramein main.o
"wxWindowBase::TransferDataToWindow()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::DoGetPosition(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::ClearBackground()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowBase::DoUpdateWindowUI(wxUpdateUIEvent&)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::MacPerformUpdates()", referenced from:
vtable for MyFramein main.o
"_wxFrameNameStr", referenced from:
MyFrame::MyFrame(wxSize const&)in main.o
"wxWindow::MacGetBottomBorderSize() const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::Navigate(int)", referenced from:
vtable for MyFramein main.o
"wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&)", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxFrameBase::OnInternalIdle()", referenced from:
vtable for MyFramein main.o
"wxWindowBase::SetSizeConstraint(int, int, int, int)", referenced from:
vtable for MyFramein main.o
"vtable for wxEvent", referenced from:
wxEvent::~wxEvent()in main.o
"vtable for wxFrame", referenced from:
wxFrame::wxFrame(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&)in main.o
"wxOnAssert(wchar_t const*, int, char const*, wchar_t const*, wchar_t const*)", referenced from:
wxStringBase::wxStringBase(wxStringBase const&)in main.o
wxPostEvent(wxEvtHandler*, wxEvent&) in main.o
"wxWindow::ScrollWindow(int, int, wxRect const*)", referenced from:
vtable for MyFramein main.o
"wxWindow::MacPaintBorders(int, int)", referenced from:
vtable for MyFramein main.o
"wxStringBase::operator=(wxStringBase const&)", referenced from:
wxString::operator=(wxString const&)in main.o
"wxWindow::MacCanFocus() const", referenced from:
vtable for MyFramein main.o
"wxObject::CreateRefData() const", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxTopLevelWindowMac::SetTitle(wxString const&)", referenced from:
vtable for MyFramein main.o
"wxFrameBase::SetStatusWidths(int, int const*)", referenced from:
vtable for MyFramein main.o
"wxWindow::MacChildAdded()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::ShowFullScreen(bool, long)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::SetTransparent(unsigned char)", referenced from:
vtable for MyFramein main.o
"wxWindow::GetDefaultAttributes() const", referenced from:
vtable for MyFramein main.o
"_wxEVT_ERASE_BACKGROUND", referenced from:
__static_initialization_and_destruction_0(int, int)in main.o
"wxAppBase::CreateTraits()", referenced from:
vtable for MyAppin main.o
"wxEntry(int&, char**)", referenced from:
_main in main.o
"wxTopLevelWindowMac::MacActivate(long, bool)", referenced from:
vtable for MyFramein main.o
"wxEvtHandler::AddPendingEvent(wxEvent&)", referenced from:
wxPostEvent(wxEvtHandler*, wxEvent&) in main.o
"wxWindow::WarpPointer(int, int)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::GetDefaultBorder() const", referenced from:
vtable for MyFramein main.o
"wxTimer::Init()", referenced from:
wxTimer::wxTimer(wxEvtHandler*, int)in main.o
"wxWindowBase::SetInitialSize(wxSize const&)", referenced from:
wxWindowBase::SetInitialBestSize(wxSize const&) in main.o
"wxApp::GetEventHashTable() const", referenced from:
vtable for MyAppin main.o
"wxTopLevelWindowMac::Raise()", referenced from:
vtable for MyFramein main.o
"wxApp::CleanUp()", referenced from:
vtable for MyAppin main.o
"wxEvtHandler::ProcessEvent(wxEvent&)", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxThread::TestDestroy()", referenced from:
vtable for wxThreadHelperThreadin main.o
"wxWindow::GetLabel() const", referenced from:
vtable for MyFramein main.o
"wxEventHashTable::~wxEventHashTable()", referenced from:
___tcf_0 in main.o
"wxTopLevelWindowMac::DoGetSize(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxWindow::DoReleaseMouse()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::IsFullScreen() const", referenced from:
vtable for MyFramein main.o
"wxWindow::MacDoRedraw(void*, long)", referenced from:
vtable for MyFramein main.o
"wxThread::~wxThread()", referenced from:
wxThreadHelperThread::~wxThreadHelperThread()in main.o
wxThreadHelperThread::~wxThreadHelperThread()in main.o
"wxFrame::Enable(bool)", referenced from:
vtable for MyFramein main.o
"vtable for wxTimerEvent", referenced from:
wxTimerEvent::wxTimerEvent(int, int)in main.o
wxTimerEvent::~wxTimerEvent()in main.o
"wxFrame::OnCreateStatusBar(int, long, int, wxString const&)", referenced from:
vtable for MyFramein main.o
"wxWindow::MacSuperChangedPosition()", referenced from:
vtable for MyFramein main.o
"wxFrame::CreateToolBar(long, int, wxString const&)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::DoMoveInTabOrder(wxWindow*, wxWindowBase::MoveKind)", referenced from:
vtable for MyFramein main.o
"wxGetTopLevelParent(wxWindow*)", referenced from:
wxTopLevelWindowBase::IsActive() in main.o
"wxTopLevelWindowBase::DoSetSizeHints(int, int, int, int, int, int)", referenced from:
vtable for MyFramein main.o
"wxAppBase::OnCmdLineParsed(wxCmdLineParser&)", referenced from:
vtable for MyAppin main.o
"wxAppBase::OnExceptionInMainLoop()", referenced from:
vtable for MyAppin main.o
"wxWindow::GetScrollPos(int) const", referenced from:
vtable for MyFramein main.o
"_wxEVT_NULL", referenced from:
wxTimerEvent::wxTimerEvent(int, int)in main.o
__static_initialization_and_destruction_0(int, int)in main.o
"typeinfo for wxApp", referenced from:
typeinfo for MyAppin main.o
"wxAppBase::GetTopWindow() const", referenced from:
vtable for MyAppin main.o
"wxAppConsole::CheckBuildOptions(char const*, char const*)", referenced from:
wxCreateApp() in main.o
"wxFrameBase::SetStatusBar(wxStatusBar*)", referenced from:
vtable for MyFramein main.o
"wxWindow::DoPopupMenu(wxMenu*, int, int)", referenced from:
vtable for MyFramein main.o
"wxApp::MacHandleAERApp(void*, void*)", referenced from:
vtable for MyAppin main.o
"wxWindow::GetTextExtent(wxString const&, int*, int*, int*, int*, wxFont const*) const", referenced from:
vtable for MyFramein main.o
"wxWindow::GetCharHeight() const", referenced from:
vtable for MyFramein main.o
"wxWindow::SetDropTarget(wxDropTarget*)", referenced from:
vtable for MyFramein main.o
"vtable for wxTimer", referenced from:
wxTimer::wxTimer(wxEvtHandler*, int)in main.o
"wxAppBase::~wxAppBase()", referenced from:
wxApp::~wxApp()in main.o
"wxWindow::SetCursor(wxCursor const&)", referenced from:
vtable for MyFramein main.o
"wxWindow::MacGetLeftBorderSize() const", referenced from:
vtable for MyFramein main.o
"wxWindow::MacGetToolTipString(wxPoint&)", referenced from:
vtable for MyFramein main.o
"wxApp::OnInitGui()", referenced from:
vtable for MyAppin main.o
"wxWindowBase::GetClientSizeConstraint(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxAppConsole::ms_appInitFn", referenced from:
wxAppConsole::SetInitializerFunction(wxAppConsole* (*)())in main.o
"wxWindowBase::TryParent(wxEvent&)", referenced from:
vtable for MyFramein main.o
"wxWindow::MacGetTopBorderSize() const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::SetValidator(wxValidator const&)", referenced from:
vtable for MyFramein main.o
"wxAppConsole::FilterEvent(wxEvent&)", referenced from:
vtable for MyAppin main.o
"wxWindowBase::IsShownOnScreen() const", referenced from:
vtable for MyFramein main.o
"_wxEVT_PAINT", referenced from:
__static_initialization_and_destruction_0(int, int)in main.o
"wxEvtHandler::DoSetClientData(void*)", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxWindow::MacHandleControlClick(wxOpaqueControlRef*, short, bool)", referenced from:
vtable for MyFramein main.o
"wxApp::MacHandleUnhandledEvent(void*)", referenced from:
vtable for MyAppin main.o
"wxTopLevelWindowMac::GetTitle() const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::GetSizeConstraint(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxWindow::DoSetToolTip(wxToolTip*)", referenced from:
vtable for MyFramein main.o
"wxFrame::GetClassInfo() const", referenced from:
vtable for MyFramein main.o
"wxRect2DInt::operator=(wxRect2DInt const&)", referenced from:
wxTransform2D::InverseTransform(wxRect2DInt*) const in main.o
wxTransform2D::Transform(wxRect2DInt*) const in main.o
"wxWindowBase::DoPhase(int)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowBase::IsAlwaysMaximized() const", referenced from:
vtable for MyFramein main.o
"wxApp::MacNewFile()", referenced from:
vtable for MyAppin main.o
"wxApp::Yield(bool)", referenced from:
vtable for MyAppin main.o
"wxWindow::SetFocus()", referenced from:
vtable for MyFramein main.o
"vtable for wxApp", referenced from:
wxApp::~wxApp()in main.o
"wxTopLevelWindowMac::Maximize(bool)", referenced from:
vtable for MyFramein main.o
"wxAppConsole::ms_appInstance", referenced from:
wxAppConsole::GetInstance() in main.o
"wxWindowBase::FitInside()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowBase::DoClientToScreen(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::AdjustForLayoutDirection(int, int, int) const", referenced from:
vtable for MyFramein main.o
"wxStringBase::InitWith(wchar_t const*, unsigned long, unsigned long)", referenced from:
wxStringBase::wxStringBase(wchar_t const*)in main.o
"wxWindow::SetFont(wxFont const&)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::MacSetBackgroundBrush(wxBrush const&)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::SetIcon(wxIcon const&)", referenced from:
vtable for MyFramein main.o
"wxTimerBase::~wxTimerBase()", referenced from:
wxTimer::wxTimer(wxEvtHandler*, int)in main.o
"wxEvtHandler::wxEvtHandler()", referenced from:
wxTimerBase::wxTimerBase(wxEvtHandler*, int)in main.o
"typeinfo for wxThread", referenced from:
typeinfo for wxThreadHelperThreadin main.o
"wxAppConsole::OnAssertFailure(wchar_t const*, int, wchar_t const*, wchar_t const*, wchar_t const*)", referenced from:
vtable for MyAppin main.o
"_wxEmptyString", referenced from:
wxStringBase::Init() in main.o
"wxWindow::MacSetupCursor(wxPoint const&)", referenced from:
vtable for MyFramein main.o
"wxWindow::SetBackgroundColour(wxColour const&)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::GetHelpTextAtPoint(wxPoint const&, wxHelpEvent::Origin) const", referenced from:
vtable for MyFramein main.o
"wxApp::MacOpenFile(wxString const&)", referenced from:
vtable for MyAppin main.o
"wxWindow::DoGetBestSize() const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::Fit()", referenced from:
vtable for MyFramein main.o
"wxWindowBase::MakeModal(bool)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::MacGetContentAreaInset(int&, int&, int&, int&)", referenced from:
vtable for MyFramein main.o
"wxEvtHandler::TryParent(wxEvent&)", referenced from:
vtable for MyAppin main.o
"wxWindowBase::GetPositionConstraint(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxFrame::sm_eventTable", referenced from:
MyFrame::sm_eventTable in main.o
"wxString::FromAscii(char const*)", referenced from:
__static_initialization_and_destruction_0(int, int)in main.o
"wxWindow::MacGetRightBorderSize() const", referenced from:
vtable for MyFramein main.o
"typeinfo for wxFrame", referenced from:
typeinfo for MyFramein main.o
"wxFrame::AttachMenuBar(wxMenuBar*)", referenced from:
vtable for MyFramein main.o
"wxFrameBase::DoGiveHelp(wxString const&, bool)", referenced from:
vtable for MyFramein main.o
"wxPaintDC::~wxPaintDC()", referenced from:
MyFrame::draw() in main.o
MyFrame::draw() in main.o
"wxStringBase::npos", referenced from:
wxStringBase::wxStringBase(wchar_t const*)in main.o
"wxWindowBase::Validate()", referenced from:
vtable for MyFramein main.o
"wxAppConsole::OnAssert(wchar_t const*, int, wchar_t const*, wchar_t const*)", referenced from:
vtable for MyAppin main.o
"wxTopLevelWindowMac::DoCentre(int)", referenced from:
vtable for MyFramein main.o
"wxWindow::GetTransparent() const", referenced from:
vtable for MyFramein main.o
"wxWindow::DoCaptureMouse()", referenced from:
vtable for MyFramein main.o
"wxWindow::GetScrollThumb(int) const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::ms_lastControlId", referenced from:
wxWindowBase::NewControlId() in main.o
wxWindowBase::NewControlId() in main.o
wxWindowBase::NewControlId() in main.o
"wxAppBase::ExitMainLoop()", referenced from:
vtable for MyAppin main.o
"wxWindow::SetScrollbar(int, int, int, int, bool)", referenced from:
vtable for MyFramein main.o
"wxFrame::SetToolBar(wxToolBar*)", referenced from:
vtable for MyFramein main.o
"wxFrameBase::DoMenuUpdates(wxMenu*)", referenced from:
vtable for MyFramein main.o
"wxAppBase::GetDisplayMode() const", referenced from:
vtable for MyAppin main.o
"wxApp::GetClassInfo() const", referenced from:
vtable for MyAppin main.o
"wxAppBase::OnExit()", referenced from:
vtable for MyAppin main.o
"wxFrameBase::OnCreateToolBar(long, int, wxString const&)", referenced from:
vtable for MyFramein main.o
"wxAppBase::MainLoop()", referenced from:
vtable for MyAppin main.o
"wxWindow::MacHiliteChanged()", referenced from:
vtable for MyFramein main.o
"wxFrameBase::wxFrameBase()", referenced from:
wxFrame::wxFrame(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&)in main.o
"wxWindow::IsFrozen() const", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowBase::GetRectForTopLevelChildren(int*, int*, int*, int*)", referenced from:
vtable for MyFramein main.o
"wxObject::CloneRefData(wxObjectRefData const*) const", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxTopLevelWindowBase::DoScreenToClient(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxWindow::MacControlHit(void*, void*)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::LayoutPhase1(int*)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::GetWindowBorderSize() const", referenced from:
vtable for MyFramein main.o
"vtable for wxImage", referenced from:
wxImage::~wxImage()in main.o
"wxTopLevelWindowMac::DoMoveWindow(int, int, int, int)", referenced from:
vtable for MyFramein main.o
"wxWindow::DoGetSizeFromClientSize(wxSize const&) const", referenced from:
vtable for MyFramein main.o
"wxFrame::~wxFrame()", referenced from:
MyFrame::~MyFrame()in main.o
MyFrame::~MyFrame()in main.o
MyFrame::MyFrame(wxSize const&)in main.o
"wxFrame::DoGetClientSize(int*, int*) const", referenced from:
vtable for MyFramein main.o
"wxAppBase::Dispatch()", referenced from:
vtable for MyAppin main.o
"wxTopLevelWindowMac::Lower()", referenced from:
vtable for MyFramein main.o
"wxWindow::GetCharWidth() const", referenced from:
vtable for MyFramein main.o
"wxFrame::MacIsChildOfClientArea(wxWindow const*) const", referenced from:
vtable for MyFramein main.o
"wxWindowBase::SetVirtualSizeHints(int, int, int, int)", referenced from:
vtable for MyFramein main.o
"wxFrameBase::SendSizeEvent()", referenced from:
vtable for MyFramein main.o
"wxWindowBase::AddChild(wxWindowBase*)", referenced from:
vtable for MyFramein main.o
"wxFrameBase::SetMenuBar(wxMenuBar*)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::SetShape(wxRegion const&)", referenced from:
vtable for MyFramein main.o
"wxAppBase::SetActive(bool, wxWindow*)", referenced from:
vtable for MyAppin main.o
"wxWindowBase::AdjustForParentClientOrigin(int&, int&, int) const", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowBase::RemoveChild(wxWindowBase*)", referenced from:
vtable for MyFramein main.o
"wxAppBase::Exit()", referenced from:
vtable for MyAppin main.o
"wxWindowBase::Layout()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowBase::SetMinSize(wxSize const&)", referenced from:
vtable for MyFramein main.o
"wxAppBase::ProcessIdle()", referenced from:
vtable for MyAppin main.o
"wxIconBundle::GetIcon(wxSize const&) const", referenced from:
wxIconBundle::GetIcon(int) constin main.o
"wxAppBase::Pending()", referenced from:
vtable for MyAppin main.o
"wxWindowBase::MoveConstraint(int, int)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::DoIsExposed(int, int) const", referenced from:
vtable for MyFramein main.o
"wxWindow::DoSetWindowVariant(wxWindowVariant)", referenced from:
vtable for MyFramein main.o
"wxApp::WakeUpIdle()", referenced from:
vtable for MyAppin main.o
"vtable for wxObject", referenced from:
wxObject::~wxObject()in main.o
"wxWindowBase::GetCapture()", referenced from:
wxWindowBase::HasCapture() const in main.o
"wxPaintDC::wxPaintDC(wxWindow*)", referenced from:
MyFrame::draw() in main.o
"wxTopLevelWindowMac::MacInstallTopLevelWindowEventHandler()", referenced from:
vtable for MyFramein main.o
"wxWindowBase::DoHitTest(int, int) const", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::Iconize(bool)", referenced from:
vtable for MyFramein main.o
"wxWindow::SetForegroundColour(wxColour const&)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::Show(bool)", referenced from:
vtable for MyFramein main.o
"wxEvent::wxEvent(int, int)", referenced from:
wxTimerEvent::wxTimerEvent(int, int)in main.o
"wxFrameBase::SetStatusText(wxString const&, int)", referenced from:
vtable for MyFramein main.o
"wxWindowBase::TryValidator(wxEvent&)", referenced from:
vtable for MyFramein main.o
"wxWindow::Update()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowBase::SetMaxSize(wxSize const&)", referenced from:
vtable for MyFramein main.o
"wxFrame::PositionStatusBar()", referenced from:
vtable for MyFramein main.o
"wxFrameBase::CreateStatusBar(int, long, int, wxString const&)", referenced from:
vtable for MyFramein main.o
"wxWindow::MacInstallEventHandler(wxOpaqueControlRef*)", referenced from:
vtable for MyFramein main.o
"wxApp::Initialize(int&, wchar_t**)", referenced from:
vtable for MyAppin main.o
"wxWindowBase::TransferDataFromWindow()", referenced from:
vtable for MyFramein main.o
"wxObject::UnRef()", referenced from:
wxObject::~wxObject()in main.o
"wxFrameBase::~wxFrameBase()", referenced from:
wxFrame::wxFrame(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&)in main.o
"wxWindow::Thaw()", referenced from:
vtable for MyFramein main.o
"wxFrame::DetachMenuBar()", referenced from:
vtable for MyFramein main.o
"wxBitmap::~wxBitmap()", referenced from:
MyFrame::draw() in main.o
MyFrame::draw() in main.o
"wxAppBase::OnRun()", referenced from:
vtable for MyAppin main.o
"wxWindow::Freeze()", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::IsMaximized() const", referenced from:
vtable for MyFramein main.o
"wxApp::MacHandleAEQuit(void*, void*)", referenced from:
vtable for MyAppin main.o
"wxFrame::DoSetClientSize(int, int)", referenced from:
vtable for MyFramein main.o
"wxFrame::GetClientAreaOrigin() const", referenced from:
vtable for MyFramein main.o
"vtable for wxTimerBase", referenced from:
wxTimerBase::wxTimerBase(wxEvtHandler*, int)in main.o
"wxFrame::Init()", referenced from:
wxFrame::wxFrame(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&)in main.o
"wxWindowBase::LayoutPhase2(int*)", referenced from:
vtable for MyFramein main.o
"wxAppConsole::OnCmdLineHelp(wxCmdLineParser&)", referenced from:
vtable for MyAppin main.o
"wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const", referenced from:
vtable for MyAppin main.o
"wxApp::MacPrintFile(wxString const&)", referenced from:
vtable for MyAppin main.o
"wxApp::GetEventTable() const", referenced from:
vtable for MyAppin main.o
"wxAppBase::GetLayoutDirection() const", referenced from:
vtable for MyAppin main.o
"wxApp::MacHandleAEPDoc(void*, void*)", referenced from:
vtable for MyAppin main.o
"wxApp::MacReopenApp()", referenced from:
vtable for MyAppin main.o
"wxWindow::AcceptsFocus() const", referenced from:
vtable for MyFramein main.o
"wxWindow::DragAcceptFiles(bool)", referenced from:
vtable for MyFramein main.o
"wxTopLevelWindowMac::SetExtraStyle(long)", referenced from:
vtable for MyFramein main.o
"wxApp::MacHandleAEOApp(void*, void*)", referenced from:
vtable for MyAppin main.o
"wxEvtHandler::DoSetClientObject(wxClientData*)", referenced from:
vtable for MyAppin main.o
vtable for MyFramein main.o
"wxWindow::Refresh(bool, wxRect const*)", referenced from:
vtable for MyFramein main.o
"wxWindow::SetScrollPos(int, int, bool)", referenced from:
vtable for MyFramein main.o
"wxImage::wxImage(int, int, bool)", referenced from:
MyFrame::draw() in main.o
"wxTopLevelWindowMac::SetLabel(wxString const&)", referenced from:
vtable for MyFramein main.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/AK/AKpYwDw1EoWI+fFF02nvRk+++TI/-Tmp-//cc6gdXvO.out (No such file or directory)
make: *** [/Users/cmbarton/grass_dev/grass70_dev/dist.i386-apple-darwin10.2.0/bin/wximgview] Error 1
cmb-MBP-2:wximgview cmbarton$
Michael
More information about the grass-dev
mailing list