https://bugzilla.redhat.com/show_bug.cgi?id=1178361
--- Comment #15 from MartinKG mgansser@alice.de --- i attached the patches for unbundle tinyxml, bullet, shiny and pagedgeometry here again, because they differs from Igor's patches on https://fedorapeople.org/cgit/ignatenkobrain/public_git/stuntrally.git/tree/
82 % of the code compiles fine with the recent spec file
https://martinkg.fedorapeople.org/Review/stuntrally/SPECS/stuntrally-2.5-5/s...
but then a error message comes:
/usr/bin/cmake -E cmake_progress_report /home/martin/rpmbuild/BUILD/stuntrally-2.5/build/CMakeFiles [ 82%] Building CXX object source/CMakeFiles/stuntrally.dir/ogre/common/Slider.cpp.o cd /home/martin/rpmbuild/BUILD/stuntrally-2.5/build/source && /usr/bin/c++ -DOGRE_PLUGIN_DIR_DBG="/lib64/OGRE" -DOGRE_PLUGIN_DIR_REL="/lib64/OGRE" -DSHARED_DATA_DIR="/usr/share/stuntrally" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fno-strict-aliasing -fPIC -O3 -DNDEBUG -I/usr/include/OGRE -I/usr/include/OGRE/Terrain -I/usr/include/OGRE/Paging -I/usr/include/OGRE/Overlay -I/usr/include/bullet -I/usr/include/SDL2 -I/usr/include/MYGUI -I/home/martin/rpmbuild/BUILD/stuntrally-2.5/source/btOgre -I/home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre -I/home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common -I/home/martin/rpmbuild/BUILD/stuntrally-2.5/source/paged-geom -I/home/martin/rpmbuild/BUILD/stuntrally-2.5/source/road -I/home/martin/rpmbuild/BUILD/stuntrally-2.5/source/vdrift -o CMakeFiles/stuntrally.dir/ogre/common/Slider.cpp.o -c /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/Slider.cpp In file included from /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/Slider.cpp:3:0: /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/Slider.h: In constructor 'MyGUI::Slider::Slider()': /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/Slider.h:56:9: warning: 'MyGUI::Slider::mfValue' will be initialized after [-Wreorder] float mfValue; ^ /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/Slider.h:24:9: warning: 'float MyGUI::Slider::mfDefault' [-Wreorder] float mfDefault; ^ /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/Slider.cpp:12:2: warning: when initialized here [-Wreorder] Slider::Slider() : ^ /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/SceneTrees.cpp: In member function 'void CScene::CreateTrees()': /home/martin/rpmbuild/BUILD/stuntrally-2.5/source/ogre/common/SceneTrees.cpp:194:38: error: 'class Forests::PagedGeometry' has no member named 'getTempDir' resMgr.addResourceLocation(trees->getTempDir(), "FileSystem", "BinFolder"); ^ that means that OGRE with pagedgeometry must be unbundled also ?