Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 2 from incomplete type Ogre::LogManager and LML_TRIVIAL not declared in scope when compiled as debug #2587

Open
happysmash27 opened this issue Aug 27, 2020 · 12 comments

Comments

@happysmash27
Copy link

The following is my make output all redirected to the file many_errors.log then copied into GitHub:

[  5%] Built target angelscript_addons
[  5%] Generate files containing version information
true
true
[  5%] Built target generate_version
[  6%] Built target version_info
[  6%] Building CXX object source/main/CMakeFiles/RoR.dir/terrain/OgreTerrainPSSMMaterialGenerator.cpp.o
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:187:156: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateVertexProgramSource(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                                            ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:188:158: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateFragmentProgramSource(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                                              ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:189:149: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateVpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) = 0;
                                                                                                                                                     ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:190:149: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateFpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) = 0;
                                                                                                                                                     ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:191:160: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateVpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream) = 0;
                                                                                                                                                                ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:192:160: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateFpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream) = 0;
                                                                                                                                                                ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:193:149: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateVpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) = 0;
                                                                                                                                                     ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:194:149: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             virtual void generateFpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) = 0;
                                                                                                                                                     ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:211:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:212:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:213:148: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream);
                                                                                                                                                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:214:148: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream);
                                                                                                                                                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:215:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:216:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:217:171: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             uint generateVpDynamicShadowsParams(uint texCoordStart, const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:218:145: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpDynamicShadows(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                                 ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:219:152: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpDynamicShadowsHelpers(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                                        ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:220:182: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpDynamicShadowsParams(uint* texCoord, uint* sampler, const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                                                                      ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:221:145: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpDynamicShadows(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream);
                                                                                                                                                 ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:238:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:240:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:242:148: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream) {}
                                                                                                                                                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:244:148: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream) {}
                                                                                                                                                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:246:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:248:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:258:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:260:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpHeader(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:262:148: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream) {}
                                                                                                                                                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:264:148: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpLayer(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream) {}
                                                                                                                                                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:266:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateVpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
In file included from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:268:137: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
             void generateFpFooter(const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream) {}
                                                                                                                                         ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::MaterialPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::generate(const Ogre::Terrain*)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:241:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::Material]’ is deprecated [-Wdeprecated-declarations]
     if (mat.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:249:24: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::Material]’ is deprecated [-Wdeprecated-declarations]
         if (mat.isNull())
                        ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::MaterialPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::generateForCompositeMap(const Ogre::Terrain*)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:290:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::Material]’ is deprecated [-Wdeprecated-declarations]
     if (mat.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:298:24: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::Material]’ is deprecated [-Wdeprecated-declarations]
         if (mat.isNull())
                        ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelper::generateVertexProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:450:31: warning: ‘Ogre::StringUtil::StrStreamType’ is deprecated [-Wdeprecated-declarations]
     StringUtil::StrStreamType sourceStr;
                               ^~~~~~~~~
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreException.h:33,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreAny.h:40,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreGpuProgramParams.h:36,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:33,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreString.h:85:46: note: declared here
         OGRE_DEPRECATED typedef StringStream StrStreamType; //!< @deprecated use Ogre::StringStream instead
                                              ^~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:456:16: error: incomplete type ‘Ogre::LogManager’ used in nested name specifier
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Vertex Program: "
                ^~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:456:38: error: ‘LML_TRIVIAL’ was not declared in this scope
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Vertex Program: "
                                      ^~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelper::generateFragmentProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:470:31: warning: ‘Ogre::StringUtil::StrStreamType’ is deprecated [-Wdeprecated-declarations]
     StringUtil::StrStreamType sourceStr;
                               ^~~~~~~~~
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreException.h:33,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreAny.h:40,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreGpuProgramParams.h:36,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:33,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreString.h:85:46: note: declared here
         OGRE_DEPRECATED typedef StringStream StrStreamType; //!< @deprecated use Ogre::StringStream instead
                                              ^~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:477:16: error: incomplete type ‘Ogre::LogManager’ used in nested name specifier
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Fragment Program: "
                ^~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:477:38: error: ‘LML_TRIVIAL’ was not declared in this scope
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Fragment Program: "
                                      ^~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: At global scope:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:486:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:504:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperCg::createVertexProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:737:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperCg::createFragmentProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:762:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: At global scope:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:783:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:939:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1139:119: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream)
                                                                                                                       ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1146:119: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, uint layer, StringUtil::StrStreamType& outStream)
                                                                                                                       ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1214:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1244:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1316:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1433:122: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     uint texCoord, const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                                          ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1459:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1491:138: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     uint* texCoord, uint* sampler, const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                                                          ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1523:107: warning: ‘StrStreamType’ is deprecated [-Wdeprecated-declarations]
     const SM2Profile* prof, const Terrain* terrain, TechniqueType tt, StringUtil::StrStreamType& outStream)
                                                                                                           ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreStdHeaders.h:32,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgrePrerequisites.h:306,
                 from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainPrerequisites.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:31,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/usr/lib/gcc/x86_64-pc-linux-gnu/8.4.0/include/g++-v8/sstream:669:11: note: declared here
     class basic_stringstream : public basic_iostream<_CharT, _Traits>
           ^~~~~~~~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperHLSL::createVertexProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1584:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperHLSL::createFragmentProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1614:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperGLSL::createVertexProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1658:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperGLSL::createFragmentProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1680:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperGLSLES::createVertexProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1716:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp: In member function ‘virtual Ogre::HighLevelGpuProgramPtr Ogre::TerrainPSSMMaterialGenerator::SM2Profile::ShaderHelperGLSLES::createFragmentProgram(const Ogre::TerrainPSSMMaterialGenerator::SM2Profile*, const Ogre::Terrain*, Ogre::TerrainPSSMMaterialGenerator::SM2Profile::TechniqueType)’:
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:1738:20: warning: ‘bool Ogre::SharedPtr<T>::isNull() const [with T = Ogre::HighLevelGpuProgram]’ is deprecated [-Wdeprecated-declarations]
     if (ret.isNull())
                    ^
In file included from /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/Terrain/OgreTerrainMaterialGenerator.h:34,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.h:32,
                 from /home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:28:
/home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/package/af0fbc5eb7376a4b9749db37a5c402b36d452909/include/OGRE/OgreSharedPtr.h:90:30: note: declared here
         OGRE_DEPRECATED bool isNull(void) const { return !shared_ptr<T>::operator bool(); }
                              ^~~~~~
make[2]: *** [source/main/CMakeFiles/RoR.dir/build.make:2280: source/main/CMakeFiles/RoR.dir/terrain/OgreTerrainPSSMMaterialGenerator.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:288: source/main/CMakeFiles/RoR.dir/all] Error 2
make: *** [Makefile:172: all] Error 2

Err... that's a bit much. It's hard to see where the thing that causes error 2 even is! That is certainly a lot of deprecated calls.

But anyway, after redirecting everything to a single file using make >many_errors.log 2>&1 it is easy to open the file in emacs and search for "error" to find the issues:

/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:456:16: error: incomplete type ‘Ogre::LogManager’ used in nested name specifier
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Vertex Program: "
                ^~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:456:38: error: ‘LML_TRIVIAL’ was not declared in this scope
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Vertex Program: "
                                      ^~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:477:16: error: incomplete type ‘Ogre::LogManager’ used in nested name specifier
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Fragment Program: "
                ^~~~~~~~~~~~
/home/happysmash27/Gits/rigs-of-rods/source/main/terrain/OgreTerrainPSSMMaterialGenerator.cpp:477:38: error: ‘LML_TRIVIAL’ was not declared in this scope
    LogManager::getSingleton().stream(LML_TRIVIAL) << "*** Terrain Fragment Program: "
                                      ^~~~~~~~~~~

I am using GCC 8.3.0, selected as my system compiler as it gave the best compatibility for compiling dependencies of boost in my most recent Gentoo world upgrade. I find that these types of issues usually have to do with new GCC versions, so it is important to note.

So... which GCC versions are Rigs of Rods compiled on that do not give this error, if any (assuming that is even the root of the issue)? If they are older than GCC 8.3.0, perhaps it may be wise to fix the issues that appear on newer compilers. The more time goes on, the harder it gets to make older compilers keep working. The oldest compiler I have working on my system is gcc-4.9.4, and even then I had to explicitly unmask it for it to remain installable. It is a shame backwards compatibility is often so bad on GNU/Linux.

@AnotherFoxGuy
Copy link
Member

We test every commit with GCC 7.5.0 on Travis, but it should build with newer versions

@tritonas00 What version of GCC do you use?

@tritonas00
Copy link
Collaborator

10.2.0

@AnotherFoxGuy
Copy link
Member

AnotherFoxGuy commented Aug 29, 2020

The code that causes the error is only used in debug builds

@happysmash27 Could you try and build in release mode and see if that fixes the error?

@happysmash27
Copy link
Author

Both GCC 7.5.0 and 10.2.0 give the same errors as 8.4.0 (though the warnings for unrelated issues are slightly different).

As for building as release… that would be cmake .. -DCMAKE_BUILD_TYPE=Release, looking it up online?

The documentation in BUILDING.md seems to suggest that the target name should be "RELEASE", but this fails with:

build % cmake .. -DCMAKE_BUILD_TYPE=RELEASE
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification is GNU 8.4.0
-- Check for working C compiler: /usr/lib/ccache/bin/cc
-- Check for working C compiler: /usr/lib/ccache/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/lib/ccache/bin/c++
-- Check for working CXX compiler: /usr/lib/ccache/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 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
-- [pmm] Found Conan: /home/happysmash27/.local/share/pmm/1.9.5/_conan_venv/bin/conan
-- [pmm] Conan version: 1.28.1
-- [pmm] Installing Conan requirements from /home/happysmash27/Gits/rigs-of-rods/conanfile.txt
ERROR: Invalid setting 'RELEASE' is not a valid 'settings.build_type' value.
Possible values are ['Debug', 'MinSizeRel', 'None', 'RelWithDebInfo', 'Release']
Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"
CMake Error at build/_pmm/1.9.5/conan.cmake:488 (message):
  Conan install failed [1]:

Call Stack (most recent call first):
  build/_pmm/1.9.5/conan.cmake:524 (_pmm_conan_run_install)
  build/_pmm/1.9.5/conan.cmake:690 (_pmm_conan_install)
  build/_pmm/1.9.5/main.cmake:36 (_pmm_conan)
  build/_pmm/1.9.5/main.cmake:57 (_pmm_project_fn)
  cmake/DependenciesConfig.cmake:20 (pmm)
  CMakeLists.txt:99 (include)


-- Configuring incomplete, errors occurred!
See also "/home/happysmash27/Gits/rigs-of-rods/build/CMakeFiles/CMakeOutput.log".
See also "/home/happysmash27/Gits/rigs-of-rods/build/CMakeFiles/CMakeError.log".

So I ended up going with what the online search results said. The documentation in general seems to be pretty unclear; there appears to be no section on which commands to run, so the only reason I was able to compile at all was that I had used Cmake a few times before, and could guess the process. I've added a note to my task list to look into improving the documentation on compilation once I have finally gotten everything to compile, for anyone that likes compiling from source but may have not encountered CMake much yet.

…And actually, speaking of which, it finally compiled!

Actually trying to launch it leads to missing resources though. Zipping the contents of each folder into individual zip files under bin/resources, however, seems to work, e.g, assuming one is in the build/bin directory, to include "skeleton" one would use:

cd ../../resources/skeleton; zip -r ../../build/bin/resources/skeleton.zip *

Then go back into the main resources directory and to the next subdirectory to zip the next contents, and so on. It may be useful to implement this in the compile script at some point, maybe, unless it was already included and my setup was just suboptimal.

After doing this, there is still at least one other error:

bin % ./RoR
[RoR] Rigs of Rods (www.rigsofrods.org) version 2020.08-dev-c5a54a70
[RoR] Current date: 2020-08-30
[RoR|CVar]        sys_config_dir:  SetActive(), new: "/home/happysmash27/.rigsofrods/config", old: "" [autoapply]
[RoR|CVar]         sys_cache_dir:  SetActive(), new: "/home/happysmash27/.rigsofrods/cache", old: "" [autoapply]
[RoR|CVar]     sys_savegames_dir:  SetActive(), new: "/home/happysmash27/.rigsofrods/savegames", old: "" [autoapply]
[RoR|CVar]    sys_screenshot_dir:  SetActive(), new: "/home/happysmash27/.rigsofrods/screenshots", old: "" [autoapply]
[RoR|CVar]     sys_resources_dir:  SetActive(), new: "/home/happysmash27/Gits/rigs-of-rods/build/bin/resources", old: "" [autoapply]
[RoR|CVar]      Advanced Logging:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]      Advanced Logging:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]    io_arcade_controls:  SetPending(), new: "Yes", old: "" [autoapply]
[RoR|CVar]    io_arcade_controls:  SetStored(), new: "Yes", old: "" [autoapply]
[RoR|CVar]     audio_device_name:  SetPending(), new: "CMI8788 [Oxygen HD Audio] (CMI8786 (Xonar DG)) Analog Stereo", old: ""
[RoR|CVar]     audio_device_name:  SetActive(), new: "CMI8788 [Oxygen HD Audio] (CMI8786 (Xonar DG)) Analog Stereo", old: ""
[RoR|CVar]     audio_device_name:  SetStored(), new: "CMI8788 [Oxygen HD Audio] (CMI8786 (Xonar DG)) Analog Stereo", old: ""
[RoR|CVar]    Background Loading:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]    Background Loading:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]          ChatAutoHide:  SetPending(), new: "Yes", old: "" [autoapply]
[RoR|CVar]          ChatAutoHide:  SetStored(), new: "Yes", old: "" [autoapply]
[RoR|CVar]     Configurator Size:  SetPending(), new: "500, 600", old: "" [autoapply]
[RoR|CVar]     Configurator Size:  SetStored(), new: "500, 600", old: "" [autoapply]
[RoR|CVar]                   DOF:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]                   DOF:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]              DOFDebug:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]              DOFDebug:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]       Debug TruckMass:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]       Debug TruckMass:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]               DevMode:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]               DevMode:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]    gfx_speedo_digital:  SetPending(), new: "No", old: "Yes" [autoapply]
[RoR|CVar]    gfx_speedo_digital:  SetStored(), new: "No", old: "Yes" [autoapply]
[RoR|CVar]  Enter PreselectedTruck:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]  Enter PreselectedTruck:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]                Envmap:  SetPending(), new: "Yes", old: "" [autoapply]
[RoR|CVar]                Envmap:  SetStored(), new: "Yes", old: "" [autoapply]
[RoR|CVar]      EnvmapUpdateRate:  SetPending(), new: "1", old: "" [autoapply]
[RoR|CVar]      EnvmapUpdateRate:  SetStored(), new: "1", old: "" [autoapply]
[RoR|CVar]   External CameraMode:  SetPending(), new: "Pitching", old: "" [autoapply]
[RoR|CVar]   External CameraMode:  SetStored(), new: "Pitching", old: "" [autoapply]
[RoR|CVar]         gfx_fps_limit:  SetPending(), new: "200", old: "" [autoapply]
[RoR|CVar]         gfx_fps_limit:  SetStored(), new: "200", old: "" [autoapply]
[RoR|CVar]     gfx_flexbody_lods:  SetPending(), new: "Yes", old: "" [autoapply]
[RoR|CVar]     gfx_flexbody_lods:  SetStored(), new: "Yes", old: "" [autoapply]
[RoR|CVar]        io_ffb_enabled:  SetPending(), new: "Yes", old: "" [autoapply]
[RoR|CVar]        io_ffb_enabled:  SetStored(), new: "Yes", old: "" [autoapply]
[RoR|CVar]    io_ffb_center_gain:  SetPending(), new: "50.000000", old: "" [autoapply]
[RoR|CVar]    io_ffb_center_gain:  SetStored(), new: "50.000000", old: "" [autoapply]
[RoR|CVar]    io_ffb_master_gain:  SetPending(), new: "100.000000", old: "" [autoapply]
[RoR|CVar]    io_ffb_master_gain:  SetStored(), new: "100.000000", old: "" [autoapply]
[RoR|CVar]    io_ffb_stress_gain:  SetPending(), new: "100.000000", old: "" [autoapply]
[RoR|CVar]    io_ffb_stress_gain:  SetStored(), new: "100.000000", old: "" [autoapply]
[RoR|CVar]                  Glow:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]                  Glow:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]                   HDR:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]                   HDR:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]              HeatHaze:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]              HeatHaze:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]    io_input_grab_mode:  SetPending(), new: "0", old: "1" [autoapply]
[RoR|CVar]    io_input_grab_mode:  SetStored(), new: "0", old: "1" [autoapply]
[RoR|CVar]          app_language:  SetPending(), new: "English (U.S.)", old: "en" [autoapply]
[RoR|CVar]          app_language:  SetStored(), new: "English (U.S.)", old: "en" [autoapply]
[RoR|CVar]        Language Short:  SetPending(), new: "en_US", old: "" [autoapply]
[RoR|CVar]        Language Short:  SetStored(), new: "en_US", old: "" [autoapply]
[RoR|CVar]       gfx_flares_mode:  SetPending(), new: "3", old: "4"
[RoR|CVar]       gfx_flares_mode:  SetActive(), new: "3", old: "4"
[RoR|CVar]       gfx_flares_mode:  SetStored(), new: "3", old: "4"
[RoR|CVar]               Mirrors:  SetPending(), new: "Yes", old: "" [autoapply]
[RoR|CVar]               Mirrors:  SetStored(), new: "Yes", old: "" [autoapply]
[RoR|CVar]           Motion blur:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]           Motion blur:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]       Multi-threading:  SetPending(), new: "Yes", old: "" [autoapply]
[RoR|CVar]       Multi-threading:  SetStored(), new: "Yes", old: "" [autoapply]
[RoR|CVar]               NOCACHE:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]               NOCACHE:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]        Network enable:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]        Network enable:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]        mp_player_name:  SetPending(), new: "Anonymous", old: "Player"
[RoR|CVar]        mp_player_name:  SetActive(), new: "Anonymous", old: "Player"
[RoR|CVar]        mp_player_name:  SetStored(), new: "Anonymous", old: "Player"
[RoR|CVar]      Position Storage:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]      Position Storage:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]   sim_replay_stepping:  SetPending(), new: "240", old: "1000" [autoapply]
[RoR|CVar]   sim_replay_stepping:  SetStored(), new: "240", old: "1000" [autoapply]
[RoR|CVar]     sim_replay_length:  SetPending(), new: "1000", old: "200" [autoapply]
[RoR|CVar]     sim_replay_length:  SetStored(), new: "1000", old: "200" [autoapply]
[RoR|CVar]  RigImporter_Debug_TraverseAndLogAllNodes:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]  RigImporter_Debug_TraverseAndLogAllNodes:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]  RigImporter_PrintMessagesToLog:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]  RigImporter_PrintMessagesToLog:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]  RigImporter_PrintNodeStatsToLog:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]  RigImporter_PrintNodeStatsToLog:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]  app_screenshot_format:  SetPending(), new: "jpg", old: "png" [autoapply]
[RoR|CVar]  app_screenshot_format:  SetStored(), new: "jpg", old: "png" [autoapply]
[RoR|CVar]        mp_server_host:  SetPending(), new: "127.0.0.1", old: ""
[RoR|CVar]        mp_server_host:  SetActive(), new: "127.0.0.1", old: ""
[RoR|CVar]        mp_server_host:  SetStored(), new: "127.0.0.1", old: ""
[RoR|CVar]        mp_server_port:  SetPending(), new: "12333", old: "" [autoapply]
[RoR|CVar]        mp_server_port:  SetStored(), new: "12333", old: "" [autoapply]
[RoR|CVar]       gfx_shadow_type:  SetPending(), new: "0", old: "1"
[RoR|CVar]       gfx_shadow_type:  SetActive(), new: "0", old: "1"
[RoR|CVar]       gfx_shadow_type:  SetStored(), new: "0", old: "1"
[RoR|CVar]      SkidmarksBuckets:  SetPending(), new: "5", old: "" [autoapply]
[RoR|CVar]      SkidmarksBuckets:  SetStored(), new: "5", old: "" [autoapply]
[RoR|CVar]          gfx_sky_mode:  SetPending(), new: "0", old: "1"
[RoR|CVar]          gfx_sky_mode:  SetActive(), new: "0", old: "1"
[RoR|CVar]          gfx_sky_mode:  SetStored(), new: "0", old: "1"
[RoR|CVar]             SpeedUnit:  SetPending(), new: "Metric", old: "" [autoapply]
[RoR|CVar]             SpeedUnit:  SetStored(), new: "Metric", old: "" [autoapply]
[RoR|CVar]               Sunburn:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]               Sunburn:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]       USE_OGRE_CONFIG:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]       USE_OGRE_CONFIG:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]        gfx_water_mode:  SetPending(), new: "1", old: "3"
[RoR|CVar]        gfx_water_mode:  SetActive(), new: "1", old: "3"
[RoR|CVar]        gfx_water_mode:  SetStored(), new: "1", old: "3"
[RoR|CVar]    disableOverViewMap:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]    disableOverViewMap:  SetStored(), new: "No", old: "" [autoapply]
[RoR|CVar]      regen-cache-only:  SetPending(), new: "No", old: "" [autoapply]
[RoR|CVar]      regen-cache-only:  SetStored(), new: "No", old: "" [autoapply]
Creating resource group General
Creating resource group OgreInternal
Creating resource group OgreAutodetect
SceneManagerFactory for type 'DefaultSceneManager' registered.
Registering ResourceManager for type Material
Registering ResourceManager for type Mesh
Registering ResourceManager for type Skeleton
MovableObjectFactory for type 'ParticleSystem' registered.
ArchiveFactory for archive type FileSystem registered.
ArchiveFactory for archive type Zip registered.
ArchiveFactory for archive type EmbeddedZip registered.
DDS codec registering
ETC codec registering
Registering ResourceManager for type HighLevelGpuProgram
Registering ResourceManager for type Compositor
MovableObjectFactory for type 'Entity' registered.
MovableObjectFactory for type 'Light' registered.
MovableObjectFactory for type 'BillboardSet' registered.
MovableObjectFactory for type 'ManualObject' registered.
MovableObjectFactory for type 'BillboardChain' registered.
MovableObjectFactory for type 'RibbonTrail' registered.
*-*-* OGRE Initialising
*-*-* Version 1.11.6 (Rhagorthua)
Loading library ./Codec_FreeImage
FreeImage version: 3.18.0
This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,psb,cut,xbm,xpm,gif,hdr,sgi,rgb,rgba,bw,pfm,pct,pict,pic
Loading library ./RenderSystem_GL
Installing plugin: GL RenderSystem
OpenGL Rendering Subsystem created.
Plugin successfully installed
Loading library ./Plugin_ParticleFX
Installing plugin: ParticleFX
Particle Emitter Type 'Point' registered
Particle Emitter Type 'Box' registered
Particle Emitter Type 'Ellipsoid' registered
Particle Emitter Type 'Cylinder' registered
Particle Emitter Type 'Ring' registered
Particle Emitter Type 'HollowEllipsoid' registered
Particle Affector Type 'LinearForce' registered
Particle Affector Type 'ColourFader' registered
Particle Affector Type 'ColourFader2' registered
Particle Affector Type 'ColourImage' registered
Particle Affector Type 'ColourInterpolator' registered
Particle Affector Type 'Scaler' registered
Particle Affector Type 'Rotator' registered
Particle Affector Type 'DirectionRandomiser' registered
Particle Affector Type 'DeflectorPlane' registered
Plugin successfully installed
Loading library ./Plugin_OctreeSceneManager
Installing plugin: Octree Scene Manager
Plugin successfully installed
Loading library ./Plugin_CgProgramManager
Installing plugin: Cg Program Manager
Plugin successfully installed
Loading library ./libCaelum.so
Installing plugin: Caelum
Caelum plugin version 0.6.3 installed
Registering ResourceManager for type PropertyScript
Plugin successfully installed
CPU Identifier & Features
-------------------------
 *   CPU ID: GenuineIntel: Intel(R) Xeon(R) CPU           X5560  @ 2.80GHz
 *          SSE: yes
 *         SSE2: yes
 *         SSE3: yes
 *        SSE41: yes
 *        SSE42: yes
 *          MMX: yes
 *       MMXEXT: yes
 *        3DNOW: no
 *     3DNOWEXT: no
 *         CMOV: yes
 *          TSC: yes
 *INVARIANT TSC: yes
 *          FPU: yes
 *          PRO: yes
 *           HT: no
-------------------------
******************************
*** Starting GLX Subsystem ***
******************************
GLX_VERSION = 1.4
GLX_EXTENSIONS = GLX_ARB_context_flush_control GLX_ARB_create_context GLX_ARB_create_context_no_error GLX_ARB_create_context_profile GLX_ARB_create_context_robustness GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_buffer_age GLX_EXT_create_context_es2_profile GLX_EXT_create_context_es_profile GLX_EXT_fbconfig_packed_float GLX_EXT_framebuffer_sRGB GLX_EXT_import_context GLX_EXT_texture_from_pixmap GLX_EXT_visual_info GLX_EXT_visual_rating GLX_INTEL_swap_event GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync
Registering ResourceManager for type Texture
GLRenderSystem::_createRenderWindow "Rigs of Rods version 2020.08-dev-c5a54a70", 1280x1024 windowed  miscParams: FSAA=0 border=fixed gamma=No vsync=Yes
Actual frame buffer FSAA: 0, gamma: 0, colourBufferSize: 32
Created GL 3.0 context
GLXWindow::create used FBConfigID = 228
GL_VERSION = 4.6.0.0
GL_VENDOR = X.Org
GL_RENDERER = AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.38.0, 5.8.3-gentoo, LLVM 10.0.0)
GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_fragment_shader GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_APPLE_packed_pixels GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_depth_bounds_test GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_AMD_performance_monitor GL_EXT_texture_buffer_object GL_AMD_texture_texture4 GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_buffer_object GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_depth_clamp_separate GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_compatibility GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_ATI_meminfo GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_copy_image GL_NV_texture_barrier GL_ARB_draw_indirect GL_ARB_get_program_binary GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_precision GL_ARB_shader_subroutine GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_viewport_array GL_EXT_direct_state_access GL_EXT_shader_image_load_store GL_EXT_vertex_attrib_64bit GL_AMD_multi_draw_indirect GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shader_atomic_counters GL_ARB_shader_image_load_store GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_query_buffer_object GL_AMD_shader_trinary_minmax GL_AMD_vertex_shader_layer GL_AMD_vertex_shader_viewport_index GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_clear_buffer_object GL_ARB_compute_shader GL_ARB_copy_image GL_ARB_explicit_uniform_location GL_ARB_fragment_layer_viewport GL_ARB_framebuffer_no_attachments GL_ARB_invalidate_subdata GL_ARB_multi_draw_indirect GL_ARB_program_interface_query GL_ARB_robust_buffer_access_behavior GL_ARB_shader_image_size GL_ARB_shader_storage_buffer_object GL_ARB_stencil_texturing GL_ARB_texture_buffer_range GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_texture_view GL_ARB_vertex_attrib_binding GL_KHR_debug GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_AMD_pinned_memory GL_ARB_bindless_texture GL_ARB_buffer_storage GL_ARB_clear_texture GL_ARB_compute_variable_group_size GL_ARB_enhanced_layouts GL_ARB_indirect_parameters GL_ARB_internalformat_query2 GL_ARB_multi_bind GL_ARB_query_buffer_object GL_ARB_seamless_cubemap_per_texture GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shading_language_include GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_stencil8 GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_NVX_gpu_memory_info GL_ARB_ES3_1_compatibility GL_ARB_clip_control GL_ARB_conditional_render_inverted GL_ARB_cull_distance GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_get_texture_sub_image GL_ARB_pipeline_statistics_query GL_ARB_shader_texture_image_samples GL_ARB_sparse_buffer GL_ARB_texture_barrier GL_ARB_transform_feedback_overflow_query GL_EXT_polygon_offset_clamp GL_EXT_shader_image_load_formatted GL_KHR_blend_equation_advanced GL_KHR_context_flush_control GL_KHR_robust_buffer_access_behavior GL_ARB_gpu_shader_int64 GL_ARB_parallel_shader_compile GL_ARB_shader_atomic_counter_ops GL_ARB_shader_ballot GL_ARB_shader_clock GL_ARB_shader_viewport_layer_array GL_EXT_shader_samples_identical GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_ARB_gl_spirv GL_ARB_spirv_extensions GL_EXT_window_rectangles GL_MESA_shader_integer_functions GL_ARB_polygon_offset_clamp GL_ARB_texture_filter_anisotropic GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd GL_KHR_parallel_shader_compile GL_NV_alpha_to_coverage_dither_control GL_AMD_framebuffer_multisample_advanced GL_EXT_EGL_image_storage GL_EXT_texture_sRGB_R8 GL_EXT_texture_shadow_lod GL_MESA_framebuffer_flip_y GL_EXT_EGL_sync
***************************
*** GL Renderer Started ***
***************************
Registering ResourceManager for type GpuProgram
GLSL support detected
GL: Using GL_EXT_framebuffer_object for rendering to textures (best)
FBO PF_UNKNOWN depth/stencil support: D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_L8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_L16 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_A8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_BYTE_LA depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_R5G6B5 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_A4R4G4B4 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_A1R5G5B5 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_R8G8B8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_B8G8R8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_A8R8G8B8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_A8B8G8R8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_B8G8R8A8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT16_RGB depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT16_RGBA depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT32_RGB depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT32_RGBA depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_X8R8G8B8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_X8B8G8R8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_R8G8B8A8 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_DEPTH16 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_SHORT_RGBA depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_R3G3B2 depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT16_R depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT32_R depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_SHORT_GR depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT16_GR depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_FLOAT32_GR depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
FBO PF_SHORT_RGB depth/stencil support: D0S0 D0S1 D0S4 D0S8 D0S16 D16S0 D24S0 D32S0 Packed-D24S8
[GL] : Valid FBO targets PF_UNKNOWN PF_L8 PF_L16 PF_A8 PF_BYTE_LA PF_R5G6B5 PF_A4R4G4B4 PF_A1R5G5B5 PF_R8G8B8 PF_B8G8R8 PF_A8R8G8B8 PF_A8B8G8R8 PF_B8G8R8A8 PF_FLOAT16_RGB PF_FLOAT16_RGBA PF_FLOAT32_RGB PF_FLOAT32_RGBA PF_X8R8G8B8 PF_X8B8G8R8 PF_R8G8B8A8 PF_DEPTH16 PF_SHORT_RGBA PF_R3G3B2 PF_FLOAT16_R PF_FLOAT32_R PF_SHORT_GR PF_FLOAT16_GR PF_FLOAT32_GR PF_SHORT_RGB
RenderSystem capabilities
-------------------------
RenderSystem Name: OpenGL Rendering Subsystem
GPU Vendor: unknown
Device Name: AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.38.0, 5.8.3-gentoo, LLVM 10.0.0)
Driver Version: 4.6.0.0
 * Fixed function pipeline: yes
 * Anisotropic texture filtering: yes
 * Cube mapping: yes
 * Hardware stencil buffer: yes
   - Stencil depth: 8
   - Two sided stencil support: yes
   - Wrap stencil values: yes
 * 32-bit index buffers: yes
 * Vertex programs: yes
 * Number of floating-point constants for vertex programs: 2048
 * Number of integer constants for vertex programs: 0
 * Number of boolean constants for vertex programs: 0
 * Fragment programs: yes
 * Number of floating-point constants for fragment programs: 2048
 * Number of integer constants for fragment programs: 0
 * Number of boolean constants for fragment programs: 0
 * Geometry programs: no
 * Number of floating-point constants for geometry programs: 56260
 * Number of integer constants for geometry programs: 33824
 * Number of boolean constants for geometry programs: 13134
 * Tessellation Hull programs: no
 * Number of floating-point constants for tessellation hull programs: 7
 * Number of integer constants for tessellation hull programs: 0
 * Number of boolean constants for tessellation hull programs: 65535
 * Tessellation Domain programs: no
 * Number of floating-point constants for tessellation domain programs: 65535
 * Number of integer constants for tessellation domain programs: 0
 * Number of boolean constants for tessellation domain programs: 0
 * Compute programs: no
 * Number of floating-point constants for compute programs: 0
 * Number of integer constants for compute programs: 0
 * Number of boolean constants for compute programs: 0
 * Supported Shader Profiles: arbfp1 arbvp1 glsl glsl100 glsl110 glsl120 ps_1_1 ps_1_2 ps_1_3 ps_1_4
 * Texture Compression: yes
   - DXT: yes
   - VTC: no
   - PVRTC: no
   - ATC: no
   - ETC1: no
   - ETC2: no
   - BC4/BC5: no
   - BC6H/BC7: no
   - ASTC: no
   - Mipmaps for compressed formats: yes
 * Hardware Occlusion Query: yes
 * User clip planes: yes
 * VET_UBYTE4 vertex element type: yes
 * Infinite far plane projection: yes
 * Hardware render-to-texture: yes
 * Floating point textures: yes
 * Non-power-of-two textures: yes
 * 1d textures: yes
 * Volume textures: yes
 * Multiple Render Targets: 8
   - With different bit depths: yes
 * Point Sprites: yes
 * Wide Lines: yes
 * Hardware Gamma: yes
 * Extended point parameters: yes
 * Max Point Size: 2048
 * Vertex texture fetch: yes
 * Number of texture units: 16
 * Number of vertex attributes: 16
 * Stencil buffer depth: 8
 * Number of vertex blend matrices: 0
   - Max vertex textures: 32
   - Vertex textures shared: yes
 * Render to Vertex Buffer : no
 * Hardware Atomic Counters: no
 * PBuffer support: yes
 * Vertex Array Objects: no
 * Separate shader objects: no
 * GLSL SSO redeclare interface block: no
 * Debugging/ profiling events: no
 * Map buffer storage: yes
DefaultWorkQueue('Root') initialising on thread 139872347047872.
DefaultWorkQueue('Root')::WorkerFunc - thread 139870789052160 starting.
DefaultWorkQueue('Root')::WorkerFunc - thread 139870710265600 starting.
Particle Renderer Type 'billboard' registered
SceneManagerFactory for type 'OctreeSceneManager' registered.
Creating resource group SrcRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/skeleton.zip' of type 'Zip' to resource group 'SrcRG'
Creating resource group DstRG
Added resource location '/home/happysmash27/.rigsofrods/' of type 'FileSystem' to resource group 'DstRG'
Destroying resource group SrcRG
Unloading resource group SrcRG
Finished unloading resource group SrcRG
Destroying resource group DstRG
Unloading resource group DstRG
Finished unloading resource group DstRG
OverlayElementFactory for type Panel registered.
OverlayElementFactory for type BorderPanel registered.
OverlayElementFactory for type TextArea registered.
Registering ResourceManager for type Font
Texture 'Warning': Loading 1 faces(PF_R5G6B5,8x8x1) with 3 hardware generated mipmaps from Image. Internal format is PF_R5G6B5,8x8x1.
[RoR|ContentManager] Loading resource pack "flags" to group "FlagsRG" (ZIP archive)
Creating resource group FlagsRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/flags.zip' of type 'Zip' to resource group 'FlagsRG'
Initialising resource group FlagsRG
Parsing scripts for resource group FlagsRG
Finished parsing scripts for resource group FlagsRG
Creating resources for group FlagsRG
All done
[RoR|ContentManager] Loading resource pack "icons" to group "IconsRG" (ZIP archive)
Creating resource group IconsRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/icons.zip' of type 'Zip' to resource group 'IconsRG'
Initialising resource group IconsRG
Parsing scripts for resource group IconsRG
Finished parsing scripts for resource group IconsRG
Creating resources for group IconsRG
All done
[RoR|ContentManager] Loading resource pack "OgreCore" to group "OgreCoreRG" (ZIP archive)
Creating resource group OgreCoreRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/OgreCore.zip' of type 'Zip' to resource group 'OgreCoreRG'
Initialising resource group OgreCoreRG
Parsing scripts for resource group OgreCoreRG
Parsing script StdQuad_vp.program
Parsing script OgreCore.material
Parsing script OgreProfiler.material
Parsing script cent.fontdef
Error: ScriptCompiler - unexpected token in cent.fontdef(1): 'cent'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Error: ScriptCompiler - unexpected token in cent.fontdef(202): 'glyph'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Error: ScriptCompiler - invalid parameters in cent.fontdef(137)
Error: ScriptCompiler - invalid parameters in cent.fontdef(204)
Parsing script cyberbit.fontdef
Error: ScriptCompiler - unexpected token in cyberbit.fontdef(1): 'CyberbitEnglish'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Parsing script highcontrast.fontdef
Error: ScriptCompiler - unexpected token in highcontrast.fontdef(1): 'highcontrast_black'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Error: ScriptCompiler - unexpected token in highcontrast.fontdef(202): 'glyph'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Error: ScriptCompiler - unexpected token in highcontrast.fontdef(209): 'highcontrast_green'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Error: ScriptCompiler - unexpected token in highcontrast.fontdef(410): 'glyph'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Error: ScriptCompiler - invalid parameters in highcontrast.fontdef(137)
Error: ScriptCompiler - invalid parameters in highcontrast.fontdef(204)
Error: ScriptCompiler - invalid parameters in highcontrast.fontdef(345)
Error: ScriptCompiler - invalid parameters in highcontrast.fontdef(412)
Parsing script Vera.fontdef
Error: ScriptCompiler - unexpected token in Vera.fontdef(1): 'VeraMono'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Error: ScriptCompiler - unexpected token in Vera.fontdef(10): 'VeraMonoBold'. If this is a legacy script you must prepend the type (e.g. font, overlay).
Parsing script OgreDebugPanel.overlay
Texture 'New_Ogre_Border_Center.png': Loading 1 faces(PF_A8R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
Texture 'New_Ogre_Border.png': Loading 1 faces(PF_A8R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
Texture 'New_Ogre_Border_Break.png': Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
Texture 'ogretext.png': Loading 1 faces(PF_A8R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
Finished parsing scripts for resource group OgreCoreRG
Creating resources for group OgreCoreRG
All done
[RoR|ContentManager] Loading resource pack "wallpapers" to group "Wallpapers" (ZIP archive)
Creating resource group Wallpapers
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/wallpapers.zip' of type 'Zip' to resource group 'Wallpapers'
Initialising resource group Wallpapers
Parsing scripts for resource group Wallpapers
Finished parsing scripts for resource group Wallpapers
Creating resources for group Wallpapers
All done
Creating resource group LngRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/languages' of type 'FileSystem' to resource group 'LngRG'
Destroying resource group LngRG
Unloading resource group LngRG
Finished unloading resource group LngRG
[RoR|App] Error loading language file: '/home/happysmash27/Gits/rigs-of-rods/build/bin/languages/En/LC_MESSAGES/ror.mo'
Creating resource group Config
Added resource location '/home/happysmash27/.rigsofrods/config' of type 'FileSystem' to resource group 'Config'
Creating resource group Savegames
Added resource location '/home/happysmash27/.rigsofrods/savegames' of type 'FileSystem' to resource group 'Savegames'
Creating resource group ManagedMaterials
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/managed_materials/shadows/pssm/off' of type 'FileSystem' to resource group 'ManagedMaterials'
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/managed_materials/texture' of type 'FileSystem' to resource group 'ManagedMaterials'
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/managed_materials' of type 'FileSystem' to resource group 'ManagedMaterials'
Initialising resource group ManagedMaterials
Parsing scripts for resource group ManagedMaterials
Finished parsing scripts for resource group ManagedMaterials
Creating resources for group ManagedMaterials
All done
[RoR|ContentManager] Loading resource pack "mygui" to group "MyGuiRG" (ZIP archive)
Creating resource group MyGuiRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/mygui.zip' of type 'Zip' to resource group 'MyGuiRG'
Initialising resource group MyGuiRG
Parsing scripts for resource group MyGuiRG
Finished parsing scripts for resource group MyGuiRG
Creating resources for group MyGuiRG
All done
[RoR|ContentManager] Loading resource pack "dashboards" to group "DashboardsRG" (ZIP archive)
Creating resource group DashboardsRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/dashboards.zip' of type 'Zip' to resource group 'DashboardsRG'
Initialising resource group DashboardsRG
Parsing scripts for resource group DashboardsRG
Finished parsing scripts for resource group DashboardsRG
Creating resources for group DashboardsRG
All done
Particle Affector Type 'FireExtinguisher' registered
Particle Affector Type 'ExtinguishableFire' registered
RoR|ContentManager: Creating Sound Manager
[RoR|Audio] Failed to open configured audio device "CMI8788 [Oxygen HD Audio] (CMI8786 (Xonar DG)) Analog Stereo", opening default.
[RoR|CVar]     audio_device_name:  SetActive(), new: "", old: "CMI8788 [Oxygen HD Audio] (CMI8786 (Xonar DG)) Analog Stereo"
AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': Device or resource busy
[RoR|Audio] Failed to open default audio device. Sound disabled.
[RoR|Audio] OpenAL Error: (null) (0xa004), @ /home/happysmash27/Gits/rigs-of-rods/source/main/audio/SoundManager.cpp:81
SoundScriptManager: Sound Manager is disabled
[RoR|ContentManager] Loading resource pack "sounds" to group "SoundsRG" (ZIP archive)
Creating resource group SoundsRG
Added resource location '/home/happysmash27/Gits/rigs-of-rods/build/bin/resources/sounds.zip' of type 'Zip' to resource group 'SoundsRG'
Initialising resource group SoundsRG
Parsing scripts for resource group SoundsRG
Finished parsing scripts for resource group SoundsRG
Creating resources for group SoundsRG
All done
RoR|ContentManager: Loading filesystems
Creating resource group Scripts
Added resource location '/home/happysmash27/.rigsofrods/scripts' of type 'FileSystem' to resource group 'Scripts'
RoR|ContentManager: Registering colored text overlay factory
OverlayElementFactory for type ColoredTextArea registered.
RoR|ContentManager: Calling initialiseAllResourceGroups()
Parsing scripts for resource group Config
Finished parsing scripts for resource group Config
Creating resources for group Config
All done
Parsing scripts for resource group General
Finished parsing scripts for resource group General
Creating resources for group General
All done
Parsing scripts for resource group OgreAutodetect
Finished parsing scripts for resource group OgreAutodetect
Creating resources for group OgreAutodetect
All done
Parsing scripts for resource group OgreInternal
Finished parsing scripts for resource group OgreInternal
Creating resources for group OgreInternal
All done
Parsing scripts for resource group Savegames
Finished parsing scripts for resource group Savegames
Creating resources for group Savegames
All done
Parsing scripts for resource group Scripts
Finished parsing scripts for resource group Scripts
Creating resources for group Scripts
All done
* Initialise: DataManager
DataManager successfully initialized
* Initialise: RenderManager
ItemIdentityException: Unable to derive resource group for MyGUI_Ogre_VP.glsl automatically since the resource was not found. in ResourceGroupManager::findGroupContainingResource at /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/build/b80d46004713aa37d6a90b42e2a326a056a237b5/OgreMain/src/OgreResourceGroupManager.cpp (line 1673)


FATAL ERROR: An internal error occured in Rigs of Rods.

Technical details below:

ItemIdentityException: Unable to derive resource group for MyGUI_Ogre_VP.glsl automatically since the resource was not found. in ResourceGroupManager::findGroupContainingResource at /home/happysmash27/.conan/data/OGRE/1.11.6-with-patches/anotherfoxguy/stable/build/b80d46004713aa37d6a90b42e2a326a056a237b5/OgreMain/src/OgreResourceGroupManager.cpp (line 1673)

But that is an error for another day, and probably a separate issue again, since it is technically separate.

@tritonas00
Copy link
Collaborator

Actually trying to launch it leads to missing resources though

did you run make zip_and_copy_resources?

@AnotherFoxGuy
Copy link
Member

Our up to date build instructions can be found here: https://github.com/RigsOfRods/rigs-of-rods/wiki/Compile-(Linux)
The BUILDING.md file is more of a reference for the available build options

As for the mygui error, it should be fixed in this commit: a2623cb

@happysmash27
Copy link
Author

Actually trying to launch it leads to missing resources though

did you run make zip_and_copy_resources?

That worked much better than doing it manually. Thank you very much!

@happysmash27 happysmash27 changed the title Error 2 from incomplete type Ogre::LogManager and LML_TRIVIAL not declared in scope Error 2 from incomplete type Ogre::LogManager and LML_TRIVIAL not declared in scope when compiled as debug Sep 3, 2020
@happysmash27
Copy link
Author

Patching the commit made everything run correctly. So, now all that's needed in this issue is for it to work correctly in debug. I have edited the title to reflect that.

@happysmash27
Copy link
Author

...Wait, already closed. Hmm.

@happysmash27
Copy link
Author

I would not consider it a closed issue, since although it is still possible to run the program, this issue could make it harder to debug it.

@tritonas00
Copy link
Collaborator

tritonas00 commented Sep 3, 2020

Ok then. Can you try with RelWithDebInfo also? I use that, works fine for debugging.

@tritonas00 tritonas00 reopened this Sep 3, 2020
@tritonas00
Copy link
Collaborator

tritonas00 commented Oct 15, 2020

Debug builds fine here using ror-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants