← Back to team overview

hugin-devs team mailing list archive

[Bug 1320406] [NEW] Default tip fails to build in Fedora 20

 

Public bug reported:

Attempting to build the default tip (changeset 61653f1b61fc) on Fedora 20 x86_64 fails with the following error message...
/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/treelistctrl.cpp: In member function 'void wxTreeListMainWindow::OnChar(wxKeyEvent&)':
/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/treelistctrl.cpp:4053:48: error: 'WXK_NONE' was not declared in this scope
             int key = event.GetUnicodeKey() != WXK_NONE ? event.GetUnicodeKey() : event.GetKeyCode();
                                                ^
/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/treelistctrl.cpp:4058:36: error: 'wxUniChar' was not declared in this scope
                 m_findStr.Append ((wxUniChar)key);
                                    ^
make[2]: *** [src/hugin1/hugin/CMakeFiles/hugin.dir/treelistctrl.cpp.o] Error 1

I suspect it is a Wx issue.
All my libraries are up to date, as available from the Fedora 20 updates repo.
The wx lib is wxGTK-devel-2.8.12-9.fc20.x86_64

** Affects: hugin
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1320406

Title:
  Default tip fails to build in Fedora 20

Status in Hugin - Panorama Tools GUI:
  New

Bug description:
  Attempting to build the default tip (changeset 61653f1b61fc) on Fedora 20 x86_64 fails with the following error message...
  /home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/treelistctrl.cpp: In member function 'void wxTreeListMainWindow::OnChar(wxKeyEvent&)':
  /home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/treelistctrl.cpp:4053:48: error: 'WXK_NONE' was not declared in this scope
               int key = event.GetUnicodeKey() != WXK_NONE ? event.GetUnicodeKey() : event.GetKeyCode();
                                                  ^
  /home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/treelistctrl.cpp:4058:36: error: 'wxUniChar' was not declared in this scope
                   m_findStr.Append ((wxUniChar)key);
                                      ^
  make[2]: *** [src/hugin1/hugin/CMakeFiles/hugin.dir/treelistctrl.cpp.o] Error 1

  I suspect it is a Wx issue.
  All my libraries are up to date, as available from the Fedora 20 updates repo.
  The wx lib is wxGTK-devel-2.8.12-9.fc20.x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1320406/+subscriptions


Follow ups

References