Giter VIP home page Giter VIP logo

rigsofrodsfedora's People

Contributors

anotherfoxguy avatar vbextreme avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

rigsofrodsfedora's Issues

OGRE BUILD ERROR

Hi,
i try build on my fedora 29 (latest release and updated)
when run ./dependency.ogre-caelum and build it out this error:

LOG

vluongo @ vluongo - [master]
~/Scaricati/RigsOfRodsFedora
└─ $ ▶  ./dependency.ogre-caelum
Cloning into 'ogre-caelum'...
remote: Enumerating objects: 8, done.
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 576 (delta 1), reused 0 (delta 0), pack-reused 568 s   
Ricezione degli oggetti: 100% (576/576), 6.39 MiB | 1.97 MiB/s, done.
Risoluzione dei delta: 100% (335/335), done.
-- The C compiler identification is GNU 8.3.1
-- The CXX compiler identification is GNU 8.3.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for OGRE...
-- OGRE_PREFIX_WATCH changed.
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.5.3") 
-- Checking for module 'OGRE'
--   Found OGRE, version 1.9.0
-- Found Ogre Ghadamon (1.9.0)
-- Found OGRE: optimized;/usr/lib64/libOgreMain.so;debug;/usr/lib64/libOgreMain.so
-- Looking for OGRE_Paging...
-- Found OGRE_Paging: optimized;/usr/lib64/libOgrePaging.so;debug;/usr/lib64/libOgrePaging.so
-- Looking for OGRE_Terrain...
-- Found OGRE_Terrain: optimized;/usr/lib64/libOgreTerrain.so;debug;/usr/lib64/libOgreTerrain.so
-- Looking for OGRE_Property...
-- Found OGRE_Property: optimized;/usr/lib64/libOgreProperty.so;debug;/usr/lib64/libOgreProperty.so
-- Looking for OGRE_RTShaderSystem...
-- Found OGRE_RTShaderSystem: optimized;/usr/lib64/libOgreRTShaderSystem.so;debug;/usr/lib64/libOgreRTShaderSystem.so
-- Looking for OGRE_Volume...
-- Found OGRE_Volume: optimized;/usr/lib64/libOgreVolume.so;debug;/usr/lib64/libOgreVolume.so
-- Looking for OGRE_Overlay...
-- Found OGRE_Overlay: optimized;/usr/lib64/libOgreOverlay.so;debug;/usr/lib64/libOgreOverlay.so
-- Performing Test HAVE_W_EXTRA
-- Performing Test HAVE_W_EXTRA - Success
-- Found Threads: TRUE  
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.14") found components:  doxygen missing components:  dot
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum
Scanning dependencies of target Caelum
[  4%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumPlugin.cpp.o
[ 12%] Building CXX object main/CMakeFiles/Caelum.dir/src/Astronomy.cpp.o
[ 12%] Building CXX object main/CMakeFiles/Caelum.dir/src/BrightStarCatalogue.cpp.o
[ 16%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumDefaultTypeDescriptorData.cpp.o
[ 20%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumPrecompiled.cpp.o
[ 25%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumScriptTranslator.cpp.o
[ 29%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumSystem.cpp.o
[ 33%] Building CXX object main/CMakeFiles/Caelum.dir/src/CameraBoundElement.cpp.o
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #   pragma warning (disable : 4244)
 
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:12: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #   pragma warning (disable : 4305)
 
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumPlugin.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumPrecompiled.cpp:21:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CameraBoundElement.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/Astronomy.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:17,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:157:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSkyGradientsImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:160:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSunColoursImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:171:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<UniversalClock> mUniversalClock;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:172:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SkyDome> mSkyDome;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:173:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<BaseSkyLight> mSun;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:174:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Moon> mMoon;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:175:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<ImageStarfield> mImageStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:176:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<PointStarfield> mPointStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<GroundFog> mGroundFog;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:178:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<CloudSystem> mCloudSystem;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:179:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<PrecipitationController> mPrecipitationController;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:180:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<DepthComposer> mDepthComposer;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:5:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp: In member function ‘virtual void Caelum::CaelumSystemScriptTranslator::translate(Ogre::ScriptCompiler*, const AbstractNodePtr&)’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:414:25: error: could not convert ‘resource’ from ‘Ogre::ResourcePtr’ {aka ‘Ogre::SharedPtr<Ogre::Resource>’} to ‘bool’
             if (resource)
                         ^
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp: In constructor ‘Caelum::CaelumScriptTranslatorManager::CaelumScriptTranslatorManager(Caelum::CaelumDefaultTypeDescriptorData*)’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:603:18: error: ‘class Ogre::ScriptCompilerManager’ has no member named ‘registerCustomWordId’
             mgr->registerCustomWordId(it->first);
                  ^~~~~~~~~~~~~~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp: At global scope:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
 };
 ^
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:17,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:157:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSkyGradientsImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:160:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSunColoursImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:171:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<UniversalClock> mUniversalClock;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:172:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SkyDome> mSkyDome;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:173:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<BaseSkyLight> mSun;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:174:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Moon> mMoon;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:175:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<ImageStarfield> mImageStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:176:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<PointStarfield> mPointStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<GroundFog> mGroundFog;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:178:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<CloudSystem> mCloudSystem;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:179:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<PrecipitationController> mPrecipitationController;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:180:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<DepthComposer> mDepthComposer;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:17,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:157:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSkyGradientsImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:160:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSunColoursImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:171:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<UniversalClock> mUniversalClock;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:172:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SkyDome> mSkyDome;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:173:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<BaseSkyLight> mSun;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:174:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Moon> mMoon;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:175:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<ImageStarfield> mImageStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:176:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<PointStarfield> mPointStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<GroundFog> mGroundFog;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:178:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<CloudSystem> mCloudSystem;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:179:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<PrecipitationController> mPrecipitationController;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:180:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<DepthComposer> mDepthComposer;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:12:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h:162:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mCloudCoverLookup;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp: In member function ‘void Caelum::CaelumDefaultTypeDescriptorData::load()’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:64:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:147:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:181:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:215:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:237:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:284:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:324:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:11:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h:162:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mCloudCoverLookup;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
[ 37%] Building CXX object main/CMakeFiles/Caelum.dir/src/CloudSystem.cpp.o
[ 41%] Building CXX object main/CMakeFiles/Caelum.dir/src/DepthComposer.cpp.o
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:128: main/CMakeFiles/Caelum.dir/src/CaelumScriptTranslator.cpp.o] Error 1
make[2]: *** Attesa per i processi non terminati....
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:76: main/CMakeFiles/Caelum.dir/src/BrightStarCatalogue.cpp.o] Error 1
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:89: main/CMakeFiles/Caelum.dir/src/CaelumDefaultTypeDescriptorData.cpp.o] Error 1
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:141: main/CMakeFiles/Caelum.dir/src/CaelumSystem.cpp.o] Error 1
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:7:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h: At global scope:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h:162:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mCloudCoverLookup;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp: In member function ‘Caelum::FlatCloudLayer* Caelum::CloudSystem::createLayer()’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:30:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<FlatCloudLayer> layer(new FlatCloudLayer(mSceneMgr, mCloudRoot));
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:7:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp: In member function ‘Caelum::DepthComposerInstance* Caelum::DepthComposer::createViewportInstance(Ogre::Viewport*)’:
/home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:229:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DepthComposerInstance> inst(new DepthComposerInstance(this, vp));
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/Scaricati/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:167: main/CMakeFiles/Caelum.dir/src/CloudSystem.cpp.o] Error 1
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:180: main/CMakeFiles/Caelum.dir/src/DepthComposer.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:123: main/CMakeFiles/Caelum.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
FAIL MAIKE

Build failed for dependency.ogre-caelum

Step to run ./dependency.ogre-caelum build failed
I create issue on rogs official repo: RigsOfRods/rigs-of-rods#1924

~/ROR/RigsOfRodsFedora
└─ $ ▶  ./dependency.ogre-caelum
Cloning into 'ogre-caelum'...
remote: Enumerating objects: 568, done.
remote: Total 568 (delta 0), reused 0 (delta 0), pack-reused 568
Ricezione degli oggetti: 100% (568/568), 6.39 MiB | 4.03 MiB/s, done.
Risoluzione dei delta: 100% (334/334), done.
-- The C compiler identification is GNU 8.1.1
-- The CXX compiler identification is GNU 8.1.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for OGRE...
-- OGRE_PREFIX_WATCH changed.
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.4.2") 
-- Checking for module 'OGRE'
--   Found OGRE, version 1.9.0
-- Found Ogre Ghadamon (1.9.0)
-- Found OGRE: optimized;/usr/lib64/libOgreMain.so;debug;/usr/lib64/libOgreMain.so
-- Looking for OGRE_Paging...
-- Found OGRE_Paging: optimized;/usr/lib64/libOgrePaging.so;debug;/usr/lib64/libOgrePaging.so
-- Looking for OGRE_Terrain...
-- Found OGRE_Terrain: optimized;/usr/lib64/libOgreTerrain.so;debug;/usr/lib64/libOgreTerrain.so
-- Looking for OGRE_Property...
-- Found OGRE_Property: optimized;/usr/lib64/libOgreProperty.so;debug;/usr/lib64/libOgreProperty.so
-- Looking for OGRE_RTShaderSystem...
-- Found OGRE_RTShaderSystem: optimized;/usr/lib64/libOgreRTShaderSystem.so;debug;/usr/lib64/libOgreRTShaderSystem.so
-- Looking for OGRE_Volume...
-- Found OGRE_Volume: optimized;/usr/lib64/libOgreVolume.so;debug;/usr/lib64/libOgreVolume.so
-- Looking for OGRE_Overlay...
-- Found OGRE_Overlay: optimized;/usr/lib64/libOgreOverlay.so;debug;/usr/lib64/libOgreOverlay.so
-- Performing Test HAVE_W_EXTRA
-- Performing Test HAVE_W_EXTRA - Success
-- Found Threads: TRUE  
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.14") found components:  doxygen missing components:  dot
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum
Scanning dependencies of target Caelum
[  4%] Building CXX object main/CMakeFiles/Caelum.dir/src/BrightStarCatalogue.cpp.o
[  8%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumPlugin.cpp.o
[ 12%] Building CXX object main/CMakeFiles/Caelum.dir/src/Astronomy.cpp.o
[ 16%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumDefaultTypeDescriptorData.cpp.o
[ 20%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumPrecompiled.cpp.o
[ 25%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumScriptTranslator.cpp.o
[ 29%] Building CXX object main/CMakeFiles/Caelum.dir/src/CaelumSystem.cpp.o
[ 33%] Building CXX object main/CMakeFiles/Caelum.dir/src/CameraBoundElement.cpp.o
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #   pragma warning (disable : 4244)
 
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:12: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #   pragma warning (disable : 4305)
 
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumPrecompiled.cpp:21:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/Astronomy.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CameraBoundElement.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumPlugin.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:5:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp: At global scope:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
 };
 ^
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:17,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:157:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSkyGradientsImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:160:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSunColoursImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:171:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<UniversalClock> mUniversalClock;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:172:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SkyDome> mSkyDome;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:173:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<BaseSkyLight> mSun;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:174:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Moon> mMoon;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:175:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<ImageStarfield> mImageStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:176:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<PointStarfield> mPointStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<GroundFog> mGroundFog;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:178:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<CloudSystem> mCloudSystem;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:179:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<PrecipitationController> mPrecipitationController;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:180:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<DepthComposer> mDepthComposer;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/BrightStarCatalogue.cpp:9129:1: warning: missing initializer for member ‘Caelum::BrightStarCatalogueEntry::magn’ [-Wmissing-field-initializers]
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp: In constructor ‘Caelum::CaelumScriptTranslatorManager::CaelumScriptTranslatorManager(Caelum::CaelumDefaultTypeDescriptorData*)’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumScriptTranslator.cpp:600:18: error: ‘class Ogre::ScriptCompilerManager’ has no member named ‘registerCustomWordId’
             mgr->registerCustomWordId(it->first);
                  ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:17,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:157:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSkyGradientsImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:160:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSunColoursImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:171:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<UniversalClock> mUniversalClock;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:172:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SkyDome> mSkyDome;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:173:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<BaseSkyLight> mSun;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:174:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Moon> mMoon;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:175:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<ImageStarfield> mImageStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:176:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<PointStarfield> mPointStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<GroundFog> mGroundFog;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:178:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<CloudSystem> mCloudSystem;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:179:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<PrecipitationController> mPrecipitationController;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:180:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<DepthComposer> mDepthComposer;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:12:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h:162:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mCloudCoverLookup;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp: In member function ‘void Caelum::CaelumDefaultTypeDescriptorData::load()’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:64:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:147:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:181:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:215:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:237:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:284:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:324:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:423:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DefaultTypeDescriptor> td (new DefaultTypeDescriptor ());
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumDefaultTypeDescriptorData.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:17,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:157:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSkyGradientsImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:160:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mSunColoursImage;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:171:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<UniversalClock> mUniversalClock;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:172:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<SkyDome> mSkyDome;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:173:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<BaseSkyLight> mSun;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:174:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Moon> mMoon;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:175:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<ImageStarfield> mImageStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:176:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<PointStarfield> mPointStarfield;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:177:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<GroundFog> mGroundFog;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:178:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<CloudSystem> mCloudSystem;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:179:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<PrecipitationController> mPrecipitationController;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:6:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumSystem.h:180:8: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
   std::auto_ptr<DepthComposer> mDepthComposer;
        ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:11:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h:162:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mCloudCoverLookup;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CaelumSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
[ 37%] Building CXX object main/CMakeFiles/Caelum.dir/src/CloudSystem.cpp.o
[ 41%] Building CXX object main/CMakeFiles/Caelum.dir/src/DepthComposer.cpp.o
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:76: main/CMakeFiles/Caelum.dir/src/BrightStarCatalogue.cpp.o] Error 1
make[2]: *** Attesa per i processi non terminati....
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:128: main/CMakeFiles/Caelum.dir/src/CaelumScriptTranslator.cpp.o] Error 1
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:89: main/CMakeFiles/Caelum.dir/src/CaelumDefaultTypeDescriptorData.cpp.o] Error 1
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:141: main/CMakeFiles/Caelum.dir/src/CaelumSystem.cpp.o] Error 1
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/OGRE/OgreAtomicScalar.h:33,
                 from /usr/include/OGRE/OgreSharedPtr.h:32,
                 from /usr/include/OGRE/OgreAnimable.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:35,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::UnimplementedException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<9>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:259:54: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_NOT_IMPLEMENTED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::FileNotFoundException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<6>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:266:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_FILE_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::IOException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<0>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:273:59: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_CANNOT_WRITE_TO_FILE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidStateException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<1>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:280:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALID_STATE> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InvalidParametersException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<2>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:287:52: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INVALIDPARAMS> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<5>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:294:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_ITEM_NOT_FOUND> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::ItemIdentityException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<4>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:301:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_DUPLICATE_ITEM> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::InternalErrorException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<7>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:308:53: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_INTERNAL_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RenderingAPIException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<3>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:315:57: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RENDERINGAPI_ERROR> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/usr/include/OGRE/OgreException.h: In static member function ‘static Ogre::RuntimeAssertionException Ogre::ExceptionFactory::create(Ogre::ExceptionCodeType<8>, const String&, const String&, const char*, long int)’:
/usr/include/OGRE/OgreException.h:322:58: warning: parameter ‘code’ set but not used [-Wunused-but-set-parameter]
    ExceptionCodeType<Exception::ERR_RT_ASSERTION_FAILED> code,
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /usr/include/boost/assert.hpp:58,
                 from /usr/include/boost/thread/pthread/shared_mutex.hpp:11,
                 from /usr/include/boost/thread/shared_mutex.hpp:22,
                 from /usr/include/boost/thread/detail/thread_group.hpp:10,
                 from /usr/include/boost/thread/thread.hpp:13,
                 from /usr/include/OGRE/Threading/OgreThreadHeadersBoost.h:49,
                 from /usr/include/OGRE/Threading/OgreThreadHeaders.h:34,
                 from /usr/include/OGRE/OgreAnimationState.h:37,
                 from /usr/include/OGRE/OgreAnimation.h:37,
                 from /usr/include/OGRE/Ogre.h:33,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:103:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h: In member function ‘void Caelum::FastGpuParamRef::doSet(const GpuProgramParametersSharedPtr&, ArgumentT, size_t) const’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FastGpuParamRef.h:114:13: error: invalid static_cast from type ‘const GpuProgramParametersSharedPtr’ {aka ‘const Ogre::SharedPtr<Ogre::GpuProgramParameters>’} to type ‘bool’
             assert(params);
             ^~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:7:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h: At global scope:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/FlatCloudLayer.h:162:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<Ogre::Image> mCloudCoverLookup;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
In file included from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:7:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h: At global scope:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/DepthComposer.h:119:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<DepthRenderer> mDepthRenderer;
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp: In member function ‘Caelum::FlatCloudLayer* Caelum::CloudSystem::createLayer()’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:30:14: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
         std::auto_ptr<FlatCloudLayer> layer(new FlatCloudLayer(mSceneMgr, mCloudRoot));
              ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/CloudSystem.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp: In member function ‘Caelum::DepthComposerInstance* Caelum::DepthComposer::createViewportInstance(Ogre::Viewport*)’:
/home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:229:18: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
             std::auto_ptr<DepthComposerInstance> inst(new DepthComposerInstance(this, vp));
                  ^~~~~~~~
In file included from /usr/include/c++/8/bits/locale_conv.h:41,
                 from /usr/include/c++/8/locale:43,
                 from /usr/include/c++/8/iomanip:43,
                 from /usr/include/OGRE/OgreStdHeaders.h:78,
                 from /usr/include/OGRE/OgrePrerequisites.h:325,
                 from /usr/include/OGRE/Ogre.h:31,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/include/CaelumPrecompiled.h:24,
                 from /home/vluongo/ROR/RigsOfRodsFedora/dependency/ogre-caelum/main/src/DepthComposer.cpp:5:
/usr/include/c++/8/bits/unique_ptr.h:53:28: note: declared here
   template<typename> class auto_ptr;
                            ^~~~~~~~
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:167: main/CMakeFiles/Caelum.dir/src/CloudSystem.cpp.o] Error 1
make[2]: *** [main/CMakeFiles/Caelum.dir/build.make:180: main/CMakeFiles/Caelum.dir/src/DepthComposer.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:118: main/CMakeFiles/Caelum.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
FAIL MAIKE

BUILD faild on Fedora 27

Hi,

i try build on fedora 27 but not work building. This is a log:

[vluongo@vluongo-fedora-hpo RigsOfRodsFedora]$ ./ror.build
Already up-to-date.
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.3", minimum required is "3.0") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.3.12") 
-- Checking for module 'gtk+-2.0'
--   Found gtk+-2.0, version 2.24.31
-- Checking for module 'gdk-pixbuf-2.0'
--   Found gdk-pixbuf-2.0, version 2.36.11
-- Found Git: /usr/bin/git (found version "2.14.3") 
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for OGRE...
-- OGRE_PREFIX_WATCH changed.
-- Checking for module 'OGRE'
--   Found OGRE, version 1.9.0
-- Found Ogre Ghadamon (1.9.0)
-- Found OGRE: /usr/lib64/libOgreMain.so
-- Looking for OGRE_Paging...
-- Found OGRE_Paging: /usr/lib64/libOgrePaging.so
-- Looking for OGRE_Terrain...
-- Found OGRE_Terrain: /usr/lib64/libOgreTerrain.so
-- Looking for OGRE_Property...
-- Found OGRE_Property: /usr/lib64/libOgreProperty.so
-- Looking for OGRE_RTShaderSystem...
-- Found OGRE_RTShaderSystem: /usr/lib64/libOgreRTShaderSystem.so
-- Looking for OGRE_Volume...
-- Found OGRE_Volume: /usr/lib64/libOgreVolume.so
-- Looking for OGRE_Overlay...
-- Found OGRE_Overlay: /usr/lib64/libOgreOverlay.so
-- Looking for OIS...
-- OIS_PREFIX_PATH changed.
-- Checking for module 'OIS'
--   Found OIS, version 1.3.0
-- Found OIS: /usr/lib64/libOIS.so
-- Found MyGUI: /usr/local/include/MYGUI  
-- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR) 
CMake Warning at source/main/CMakeLists.txt:453 (message):
  Building RoR without OpenAL.  Some functionality may be missing.


-- Could NOT find SocketW (missing: SocketW_INCLUDE_DIRS SocketW_LIBRARIES) 
CMake Warning at source/main/CMakeLists.txt:463 (message):
  Building RoR without SocketW.  Some functionality may be missing.


-- Found AngelScript: /usr/local/include  
-- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) 
CMake Warning at source/main/CMakeLists.txt:491 (message):
  Building RoR without cURL.  Some functionality may be missing.


-- Found Caelum: /usr/local/include/Caelum  
-- Could NOT find PagedGeometry (missing: PagedGeometry_INCLUDE_DIRS PagedGeometry_LIBRARIES) 
CMake Warning at source/main/CMakeLists.txt:511 (message):
  Building RoR without PagedGeometry.  Some functionality may be missing.


-- Found wxWidgets: -pthread;-Wl,-z,relro;-specs=/usr/lib/rpm/redhat/redhat-hardened-ld;;-lwx_baseu-2.8;-lwx_gtk2u_core-2.8;-lwx_gtk2u_html-2.8;-lwx_baseu_net-2.8;-lwx_gtk2u_adv-2.8 (found version "2.8.12") 
-- Looking for OGRE...
-- Found Ogre Ghadamon (1.9.0)
-- Found OGRE: /usr/lib64/libOgreMain.so
-- Looking for OGRE_Paging...
-- Found OGRE_Paging: /usr/lib64/libOgrePaging.so
-- Looking for OGRE_Terrain...
-- Found OGRE_Terrain: /usr/lib64/libOgreTerrain.so
-- Looking for OGRE_Property...
-- Found OGRE_Property: /usr/lib64/libOgreProperty.so
-- Looking for OGRE_RTShaderSystem...
-- Found OGRE_RTShaderSystem: /usr/lib64/libOgreRTShaderSystem.so
-- Looking for OGRE_Volume...
-- Found OGRE_Volume: /usr/lib64/libOgreVolume.so
-- Looking for OGRE_Overlay...
-- Found OGRE_Overlay: /usr/lib64/libOgreOverlay.so
-- Looking for OIS...
-- Found OIS: /usr/lib64/libOIS.so
-- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR) 
CMake Warning at source/configurator/CMakeLists.txt:98 (message):
  Building RoRConfig without OpenAL.  Some functionality may be missing.


-- The following OPTIONAL packages have been found:

 * Git
 * Caelum
 * AngelScript
 * PkgConfig

-- The following REQUIRED packages have been found:

 * PythonInterp (required version >= 3.0)
 * wxWidgets
 * Threads
 * OGRE
 * OIS
 * MyGUI

-- The following OPTIONAL packages have not been found:

 * SocketW
 * CURL
 * PagedGeometry
 * OpenAL

-- Configuring done
-- Generating done
-- Build files have been written to: /home/vluongo/RigsOfRodsFedora/rigs-of-rods
[  9%] Generate files containing version information
[  9%] Built target angelscript_addons
true
true
[  9%] Built target generate_version
Scanning dependencies of target version_info
[  9%] Building CXX object source/version_info/CMakeFiles/version_info.dir/version_info.cpp.o
[  9%] Linking CXX static library ../../bin/libversion_info.a
[  9%] Built target version_info
[  9%] Building CXX object source/configurator/CMakeFiles/RoRConfig.dir/SystemTools.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gameplay/BeamEngine.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/Image.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/main.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/MaterialManager.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gameplay/RoRFrameListener.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/Mesh.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/Module.cpp.o
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/configurator/SystemTools.cpp: In function ‘bool ExtractZipFiles(const wxString&, const wxString&)’:
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/configurator/SystemTools.cpp:148:49: error: ‘wxPosixPermissions’ has not been declared
             if (! wxFileName::Mkdir(subdirPath, wxPosixPermissions::wxS_DIR_DEFAULT, wxPATH_MKDIR_FULL))
                                                 ^~~~~~~~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/configurator/SystemTools.cpp:156:70: error: invalid conversion from ‘const char*’ to ‘wxChar {aka wchar_t}’ [-fpermissive]
         if ((lastSepPos != -1) && (entryName.substr(lastSepPos+1) == "empty") && (entry->GetSize() == 0))
                                                                      ^~~~~~~
In file included from /usr/include/wx-2.8/wx/memory.h:16:0,
                 from /usr/include/wx-2.8/wx/object.h:20,
                 from /usr/include/wx-2.8/wx/event.h:17,
                 from /usr/include/wx-2.8/wx/app.h:20,
                 from /home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/configurator/RoRConfig.h:29,
                 from /home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/configurator/SystemTools.cpp:27:
/usr/include/wx-2.8/wx/string.h:1634:13: note:   initializing argument 2 of ‘bool operator==(const wxString&, wxChar)’
 inline bool operator==(const wxString& s, wxChar c) { return s.IsSameAs(c); }
             ^~~~~~~~
make[2]: *** [source/configurator/CMakeFiles/RoRConfig.dir/build.make:87: source/configurator/CMakeFiles/RoRConfig.dir/SystemTools.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:322: source/configurator/CMakeFiles/RoRConfig.dir/all] Error 2
make[1]: *** Attesa per i processi non terminati....
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/Noise.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/Perlin.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/Prerequisites.cpp.o
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp: In member function ‘void BeamEngine::update(float, int)’:
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:339:53: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                                 SoundScriptManager::getSingleton().trigStart(trucknum, SS_TRIG_TURBOWASTEGATE);
                                                     ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:339:88: error: ‘SS_TRIG_TURBOWASTEGATE’ was not declared in this scope
                                 SoundScriptManager::getSingleton().trigStart(trucknum, SS_TRIG_TURBOWASTEGATE);
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:343:57: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                                     SoundScriptManager::getSingleton().trigStop(trucknum, SS_TRIG_TURBOWASTEGATE);
                                                         ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:383:49: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                             SoundScriptManager::getSingleton().trigStart(trucknum, SS_TRIG_TURBOBACKFIRE);
                                                 ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:383:84: error: ‘SS_TRIG_TURBOBACKFIRE’ was not declared in this scope
                             SoundScriptManager::getSingleton().trigStart(trucknum, SS_TRIG_TURBOBACKFIRE);
                                                                                    ^~~~~~~~~~~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:387:45: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                         SoundScriptManager::getSingleton().trigStop(trucknum, SS_TRIG_TURBOBACKFIRE);
                                             ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:387:79: error: ‘SS_TRIG_TURBOBACKFIRE’ was not declared in this scope
                         SoundScriptManager::getSingleton().trigStop(trucknum, SS_TRIG_TURBOBACKFIRE);
                                                                               ^~~~~~~~~~~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:406:45: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                         SoundScriptManager::getSingleton().trigStart(trucknum, SS_TRIG_TURBOBOV);
                                             ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:406:80: error: ‘SS_TRIG_TURBOBOV’ was not declared in this scope
                         SoundScriptManager::getSingleton().trigStart(trucknum, SS_TRIG_TURBOBOV);
                                                                                ^~~~~~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:411:45: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                         SoundScriptManager::getSingleton().trigStop(trucknum, SS_TRIG_TURBOBOV);
                                             ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/BeamEngine.cpp:411:79: error: ‘SS_TRIG_TURBOBOV’ was not declared in this scope
                         SoundScriptManager::getSingleton().trigStop(trucknum, SS_TRIG_TURBOBOV);
                                                                               ^~~~~~~~~~~~~~~~
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/PressurePoint.cpp.o
[  9%] Building CXX object source/main/CMakeFiles/RoR.dir/gfx/hydrax/ProjectedGrid.cpp.o
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/main.cpp: In function ‘int main(int, char**)’:
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/main.cpp:305:56: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                     auto* mumble = SoundScriptManager::getSingleton().GetMumble();
                                                        ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/main.cpp:313:41: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                     SoundScriptManager::getSingleton().createInstance("tracks/main_menu_tune", -1, nullptr);
                                         ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/main.cpp:314:41: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
                     SoundScriptManager::getSingleton().trigStart(-1, SS_TRIG_MAIN_MENU);
                                         ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/main.cpp:314:70: error: ‘SS_TRIG_MAIN_MENU’ was not declared in this scope
                     SoundScriptManager::getSingleton().trigStart(-1, SS_TRIG_MAIN_MENU);
                                                                      ^~~~~~~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/RoRFrameListener.cpp: In member function ‘virtual bool RoRFrameListener::frameStarted(const Ogre::FrameEvent&)’:
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/RoRFrameListener.cpp:1610:33: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
             SoundScriptManager::getSingleton().GetMumble()->update(gEnv->mainCamera->getPosition(), gEnv->mainCamera->getDirection(), gEnv->mainCamera->getUp(),
                                 ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/RoRFrameListener.cpp: In member function ‘bool RoRFrameListener::SetupGameplayLoop()’:
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/RoRFrameListener.cpp:2425:29: error: incomplete type ‘SoundScriptManager’ used in nested name specifier
         SoundScriptManager::getSingleton().trigKill(-1, SS_TRIG_MAIN_MENU);
                             ^~~~~~~~~~~~
/home/vluongo/RigsOfRodsFedora/rigs-of-rods/source/main/gameplay/RoRFrameListener.cpp:2425:57: error: ‘SS_TRIG_MAIN_MENU’ was not declared in this scope
         SoundScriptManager::getSingleton().trigKill(-1, SS_TRIG_MAIN_MENU);
                                                         ^~~~~~~~~~~~~~~~~
make[2]: *** [source/main/CMakeFiles/RoR.dir/build.make:279: source/main/CMakeFiles/RoR.dir/gameplay/BeamEngine.cpp.o] Error 1
make[2]: *** Attesa per i processi non terminati....
make[2]: *** [source/main/CMakeFiles/RoR.dir/build.make:63: source/main/CMakeFiles/RoR.dir/main.cpp.o] Error 1
make[2]: *** [source/main/CMakeFiles/RoR.dir/build.make:567: source/main/CMakeFiles/RoR.dir/gameplay/RoRFrameListener.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:202: source/main/CMakeFiles/RoR.dir/all] Error 2
make: *** [Makefile:140: all] Error 2
FAIL MAIKE
[vluongo@vluongo-fedora-hpo RigsOfRodsFedora]$ 

Resources are missing.

Resources are not copied to /usr/local/games/ror/, manual moving the folder there fixes the issue.
Setup: Fedora27, build error committed to master ror.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.