Comment 8 for bug 1318207

Revision history for this message
tduell (tduell-iinet) wrote :

Default branch still fails to build on Fedora 20.
Attempted to build 6621 (365250f51eec) and the build fails with the following error message...
/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/PanoOperation.cpp:1207:16: error: 'class wxSpinCtrl' has no member named 'SetMax'
     stackSpin->SetMax(pano.getNrOfImages());
                ^
/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/PanoOperation.cpp:1246:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
             for(size_t i=0; i<stackSize && imgNr<pano.getNrOfImages(); i++)
                               ^
/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/PanoOperation.cpp: In function 'void PanoOperation::_CleanPanoOperationVector(PanoOperation::PanoOperationVector&)':
/home/terry/rpmbuild/BUILD/hugin-2014.1.0/src/hugin1/hugin/PanoOperation.cpp:1342:21: warning: deleting object of abstract class type 'PanoOperation::PanoOperation' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]
         delete vec[i];
                     ^
make[2]: *** [src/hugin1/hugin/CMakeFiles/hugin.dir/PanoOperation.cpp.o] Error 1

Cheers,
Terry