hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01337
[Bug 701117] Re: compiling on OSX fails after gsoc2010 panorama overview
** Changed in: hugin
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/701117
Title:
compiling on OSX fails after gsoc2010 panorama overview
Status in Hugin - Panorama Tools GUI:
Fix Released
Bug description:
The compilation of Hugin on OSX ends in error after the merge of the
gsoc2010 panorama overview branch.
In the "src/hugin1/hugin/OverviewDragTool.cpp" code you can find the statement "hugin_utils::FDiff2D pos = helper->GetMousePosition();" twice.
On OSX the compilation breaks with the error message:
/Users/Shared/development/hugin_related/hugin/mac/../src/hugin1/hugin/OverviewDragTool.cpp:16: error: 'class ToolHelper' has no member named 'GetMousePosition'
/Users/Shared/development/hugin_related/hugin/mac/../src/hugin1/hugin/OverviewDragTool.cpp: In member function 'virtual void OverviewDragTool::MouseButtonEvent(wxMouseEvent&)':
/Users/Shared/development/hugin_related/hugin/mac/../src/hugin1/hugin/OverviewDragTool.cpp:31: error: 'class ToolHelper' has no member named 'GetMousePosition'
wxwindows 2.8.11
boost 1.44
libpano 2.9.18
hg summary:
parent: 4809:41621fb36f15 tip
References