I figured that I was doing out-of-source builds, as recommended, but
that there were stale CMake cache files in the source tree. A quick "hg
status | xargs rm -f" got rid of them, and a quick "hg update -C ." just
to be on the safe side, and re-cmake'ing in the build directory, sorted
things for me.

So "pilot error", closing this bug as invalid, sorry for the noise, and
thanks for the prompt reply.

** Changed in: hugin
       Status: New => Invalid

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

Title:
  compiler failure in FindPanoDialog.cpp, "void value not ignored as it
  ought to be"

Status in Hugin:
  Invalid

Bug description:
  [ 85%] Building CXX object 
src/hugin1/ptbatcher/CMakeFiles/PTBatcherGUI.dir/FindPanoDialog.cpp.o
  cd /home/mandree/VCS-other/hugin/src/hugin/hugin.build/src/hugin1/ptbatcher 
&& /usr/bin/c++   -DGLEW_STATIC -DHUGIN_HSI -D_FILE_OFFSET_BITS=64 
-D_LARGE_FILES -D__WXGTK__ -pthread -O2 -g -DNDEBUG 
-I/home/mandree/VCS-other/hugin/src/hugin/hugin.build/src 
-I/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src/hugin_base 
-I/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src/celeste 
-I/home/mandree/VCS-other/hugin/src/hugin/hugin.build/src/celeste 
-I/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src 
-I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -I/usr/local/include 
-I/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src/foreign 
-I/usr/include/python2.7 
-I/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src/hugin1 -isystem 
/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-release-2.8 -isystem 
/usr/include/wx-2.8    -fopenmp -pthread -std=gnu++11 -o 
CMakeFiles/PTBatcherGUI.dir/FindPanoDialog.cpp.o -c 
/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src/hugin1/ptbatcher/FindPano
 Dialog.cpp
  
/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src/hugin1/ptbatcher/FindPanoDialog.cpp:
 In member function 'void FindPanoDialog::OnSplitPanos(wxCommandEvent&)':
  
/home/mandree/VCS-other/hugin/src/hugin/hugin.hg/src/hugin1/ptbatcher/FindPanoDialog.cpp:444:126:
 error: void value not ignored as it ought to be
                       int newItem = m_list_pano->Insert(m_panos[selectedPano + 
1]->GetItemString(m_start_dir), selectedPano + 1);
                                                                                
                                                ^
  make[2]: *** 
[src/hugin1/ptbatcher/CMakeFiles/PTBatcherGUI.dir/FindPanoDialog.cpp.o] Error 1

  (the marker is at the final closing parenthesis)

  This is with

  #define VERSION_MAJOR 2016
  #define VERSION_MINOR 3
  #define VERSION_PATCH 0
  #define HUGIN_WC_REVISION 7cf531fff7d2
  #define HUGIN_API_VERSION "2016.3"

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

_______________________________________________
Mailing list: https://launchpad.net/~hugin-devs
Post to     : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to