On 29/12/09 14:02, Kornel Benko wrote:
> Am Tuesday 29 December 2009 schrieb Doug:
>> CMake Error at
>> CMakeModules/FindPackageHandleStandardArgs.cmake:51 (MESSAGE):
>>     Could not find REQUIRED package wxWidgets
>> Call Stack (most recent call first):
>>     /usr/share/cmake/Modules/FindwxWidgets.cmake:782
>> (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
>>     CMakeLists.txt:128 (FIND_PACKAGE)
>>
>
> No you have to install the required package wxWidgets first ...
>
>       Kornel
>

Thanks, I've made quite a bit of progress.
cmake now runs OK.
However 'make' runs until it reaches  70% of building 
GLPreviewFrame.cpp.o

then crashes with these error messages:

In file included from 
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:47:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLViewer.h:40: 
error: expected class-name before ‘{’ token
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLViewer.h:67: 
error: ISO C++ forbids declaration of ‘wxGLContext’ with no type
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLViewer.h:67: 
error: expected ‘;’ before ‘*’ token
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp: 
In constructor ‘GLPreviewFrame::GLPreviewFrame(wxFrame*, 
PT::Panorama&)’:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:181: 
error: ‘WX_GL_RGBA’ was not declared in this scope
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:181: 
error: ‘WX_GL_DOUBLEBUFFER’ was not declared in this scope
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:188: 
error: invalid conversion from ‘GLViewer*’ to ‘int’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:188: 
error:   initializing argument 1 of ‘wxSizerItem* 
wxSizer::Add(int, int, int, int, int, wxObject*)’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp: 
In member function ‘void 
GLPreviewFrame::OnTrackChangeFOV(wxScrollEvent&)’:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:878: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp: 
In member function ‘void 
GLPreviewFrame::OnCrop(wxCommandEvent&)’:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1039: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp: 
In member function ‘void 
GLPreviewFrame::OnDrag(wxCommandEvent&)’:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1053: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp: 
In member function ‘void 
GLPreviewFrame::OnIdentify(wxCommandEvent&)’:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1068: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp: 
In member function ‘void 
GLPreviewFrame::OnControlPoint(wxCommandEvent&)’:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1080: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp: 
In member function ‘void 
GLPreviewFrame::TurnOffTools(std::set<PreviewTool*, 
std::less<PreviewTool*>, std::allocator<PreviewTool*> >)’:
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1093: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1099: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1105: 
error: ‘class GLViewer’ has no member named ‘Refresh’
/home/dougb/downloads/hugin-2009.4.0/src/hugin1/hugin/GLPreviewFrame.cpp:1112: 
error: ‘class GLViewer’ has no member named ‘Refresh’
make[2]: *** 
[src/hugin1/hugin/CMakeFiles/hugin.dir/GLPreviewFrame.cpp.o] 
Error 1
make[1]: *** [src/hugin1/hugin/CMakeFiles/hugin.dir/all] Error 2
make: *** [all] Error 2


Doug

-- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to