RigsOfRods / rigs-of-rods

Main development repository for Rigs of Rods soft-body physics simulator
https://www.rigsofrods.org
GNU General Public License v3.0
1.01k stars 175 forks source link

build fails with own deps #1908

Closed Speciesx closed 5 years ago

Speciesx commented 5 years ago

Windows 10 Pro x64 VS Community 2017 15.9.4

https://github.com/RigsOfRods/ror-dependencies

1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64 ------
1>Checking Build System
1>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/version_info/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/main/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/angelscript_addons/CMakeFiles/generate.stamp is up-to-date.
1>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/doc/CMakeFiles/generate.stamp is up-to-date.
2>------ Build started: Project: generate_version, Configuration: Release x64 ------
3>------ Build started: Project: angelscript_addons, Configuration: Release x64 ------
4>------ Skipped Build: Project: clean_cotire, Configuration: Release x64 ------
4>Project not selected to build for this solution configuration 
5>------ Skipped Build: Project: zip_and_copy_resources, Configuration: Release x64 ------
5>Project not selected to build for this solution configuration 
2>Generate files containing version information
2>true
3>Generating CXX unity source D:\ror\rigs-of-rods\build_x64\source\angelscript_addons\Release\cotire\angelscript_addons_CXX_unity.cxx
2>true
3>Building Custom Rule D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/source/angelscript_addons/CMakeLists.txt
3>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/angelscript_addons/CMakeFiles/generate.stamp is up-to-date.
3>Generating CXX prefix header D:\ror\rigs-of-rods\build_x64\source\angelscript_addons\Release\cotire\angelscript_addons_CXX_prefix.hxx
2>Building Custom Rule D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/source/version_info/CMakeLists.txt
2>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/version_info/CMakeFiles/generate.stamp is up-to-date.
6>------ Build started: Project: version_info, Configuration: Release x64 ------
6>Building Custom Rule D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/source/version_info/CMakeLists.txt
6>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/version_info/CMakeFiles/generate.stamp is up-to-date.
6>version_info.cpp
6>LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
6>version_info.vcxproj -> D:\ror\rigs-of-rods\build_x64\bin\Release\version_info.lib
3>scriptany.cpp
3>scriptarray.cpp
3>scriptbuilder.cpp
3>scriptdictionary.cpp
3>scripthelper.cpp
3>scriptmath.cpp
3>scriptmathcomplex.cpp
3>scriptstdstring.cpp
3>scriptstdstring_utils.cpp
3>LINK : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
3>angelscript_addons.vcxproj -> D:\ror\rigs-of-rods\build_x64\bin\Release\angelscript_addons.lib
7>------ Build started: Project: RoR, Configuration: Release x64 ------
7>Generating CXX unity source D:\ror\rigs-of-rods\build_x64\source\main\Release\cotire\RoR_CXX_unity.cxx
7>Building Custom Rule D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/source/main/CMakeLists.txt
7>CMake does not need to re-run because D:/ror/dev/rigs-of-rods_clean/rigs-of-rods/build_x64/source/main/CMakeFiles/generate.stamp is up-to-date.
7>Generating CXX prefix header D:\ror\rigs-of-rods\build_x64\source\main\Release\cotire\RoR_CXX_prefix.hxx
7>main.cpp
7>D:\ror\rigs-of-rods\source\main\main.cpp(77): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(77): error C2065: 'sys_process_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(80): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(80): error C2065: 'sys_process_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(84): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(84): error C2065: 'sys_user_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(95): error C2039: 'Str': is not a member of 'RoR'
7>D:\ror\rigs-of-rods\source\main\gfx\skidmark.h(30): note: see declaration of 'RoR'
7>D:\ror\rigs-of-rods\source\main\main.cpp(95): error C2065: 'Str': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(95): error C2065: 'ror_homedir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(97): error C2065: 'ror_homedir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(103): error C2065: 'ror_homedir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(104): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(104): error C2065: 'sys_user_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(104): error C2065: 'ror_homedir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(109): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(109): error C2065: 'sys_user_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(111): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(111): error C2065: 'sys_logs_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(116): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(116): error C2065: 'diag_trace_globals': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(130): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(130): error C2065: 'sys_config_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(132): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(132): error C2065: 'sys_config_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(135): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(135): error C3861: 'StartOgreSubsystem': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(139): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(139): error C2065: 'sys_resources_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(147): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(147): error C2065: 'sys_user_dir': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(179): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(179): error C2065: 'app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(179): error C2653: 'AppState': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(179): error C2065: 'PRINT_HELP_EXIT': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(184): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(184): error C2065: 'app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(184): error C2653: 'AppState': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(184): error C2065: 'PRINT_VERSION_EXIT': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(202): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(202): error C3861: 'GetContentManager': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(203): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(203): error C3861: 'GetContentManager': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(210): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(210): error C3861: 'GetOgreSubsystem': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(224): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(224): error C3861: 'GetOgreSubsystem': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(229): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(229): error C3861: 'GetContentManager': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(231): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(231): error C3861: 'CreateGuiManagerIfNotExists': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(252): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(252): error C3861: 'CreateInputEngine': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(253): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(253): error C3861: 'GetInputEngine': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(253): error C3861: 'GetOgreSubsystem': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(255): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(255): error C3861: 'GetContentManager': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(259): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(259): error C2065: 'io_ffb_enabled': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(261): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(261): error C3861: 'GetInputEngine': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(267): error C3861: 'LOG': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(268): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(268): error C2065: 'io_ffb_enabled': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(281): error C2039: 'App': is not a member of 'RoR'
7>D:\ror\rigs-of-rods\source\main\gfx\skidmark.h(30): note: see declaration of 'RoR'
7>D:\ror\rigs-of-rods\source\main\main.cpp(281): error C3083: 'App': the symbol to the left of a '::' must be a type
7>D:\ror\rigs-of-rods\source\main\main.cpp(281): error C2039: 'GetInputEngine': is not a member of 'RoR'
7>D:\ror\rigs-of-rods\source\main\gfx\skidmark.h(30): note: see declaration of 'RoR'
7>D:\ror\rigs-of-rods\source\main\main.cpp(281): error C3861: 'GetInputEngine': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(281): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(281): error C3861: 'GetOgreSubsystem': identifier not found
7>D:\ror\rigs-of-rods\source\main\main.cpp(288): error C2065: 'AppState': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(288): error C2146: syntax error: missing ';' before identifier 'prev_app_state'
7>D:\ror\rigs-of-rods\source\main\main.cpp(288): error C2065: 'prev_app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(288): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(288): error C2065: 'app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(289): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(289): error C2065: 'app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(289): error C2653: 'AppState': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(289): error C2065: 'MAIN_MENU': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(291): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(291): error C2065: 'mp_join_on_startup': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(293): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(293): error C2065: 'mp_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(293): error C2039: 'MpState': is not a member of 'RoR'
7>D:\ror\rigs-of-rods\source\main\gfx\skidmark.h(30): note: see declaration of 'RoR'
7>D:\ror\rigs-of-rods\source\main\main.cpp(293): error C3083: 'MpState': the symbol to the left of a '::' must be a type
7>D:\ror\rigs-of-rods\source\main\main.cpp(293): error C2039: 'CONNECTED': is not a member of 'RoR'
7>D:\ror\rigs-of-rods\source\main\gfx\skidmark.h(30): note: see declaration of 'RoR'
7>D:\ror\rigs-of-rods\source\main\main.cpp(293): error C2065: 'CONNECTED': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(295): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(295): error C2065: 'diag_preset_terrain': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(297): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(297): error C2065: 'app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(297): error C2653: 'AppState': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(297): error C2065: 'SIMULATION': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(300): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(300): error C2065: 'app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(300): error C2653: 'AppState': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(300): error C2065: 'SHUTDOWN': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(302): error C2653: 'App': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(302): error C2065: 'app_state': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(302): error C2653: 'AppState': is not a class or namespace name
7>D:\ror\rigs-of-rods\source\main\main.cpp(302): error C2065: 'MAIN_MENU': undeclared identifier
7>D:\ror\rigs-of-rods\source\main\main.cpp(302): fatal error C1003: error count exceeds 100; stopping compilation
7>Done building project "RoR.vcxproj" -- FAILED.
8>------ Skipped Build: Project: ALL_BUILD, Configuration: Release x64 ------
8>Project not selected to build for this solution configuration 
========== Build: 4 succeeded, 1 failed, 0 up-to-date, 3 skipped ==========
tritonas00 commented 5 years ago

same as this actually https://github.com/RigsOfRods/rigs-of-rods/issues/1909

@AnotherFoxGuy

Speciesx commented 5 years ago

follow errors

5>d:\ror\rigs-of-rods\source\main\gui\panels\gui_gameconsole.cpp(376): error C2065: 'RORNET_VERSION': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(356): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(362): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(363): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(382): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(420): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(428): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(430): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(434): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(436): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(439): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(511): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(512): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(513): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(514): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(515): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(517): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(520): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(521): error C2027: use of undefined type 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(90): note: see declaration of 'RoRnet::VehicleState'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(540): error C2065: 'NETMASK_ENGINE_MODE_AUTOMATIC': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(541): error C2065: 'NETMASK_ENGINE_MODE_SEMIAUTO': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(542): error C2065: 'NETMASK_ENGINE_MODE_MANUAL': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(543): error C2065: 'NETMASK_ENGINE_MODE_MANUAL_STICK': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(544): error C2065: 'NETMASK_ENGINE_MODE_MANUAL_RANGES': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(546): error C2065: 'NETMASK_ENGINE_CONT': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(547): error C2065: 'NETMASK_ENGINE_RUN': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(553): error C2065: 'NETMASK_PARTICLE': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(557): error C2065: 'NETMASK_LIGHTS': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(559): error C2065: 'NETMASK_BEACONS': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(562): error C2065: 'NETMASK_ALB_ACTIVE': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(563): error C2065: 'NETMASK_TC_ACTIVE': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(564): error C2065: 'NETMASK_PBRAKE': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(567): error C2065: 'NETMASK_BLINK_LEFT': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(569): error C2065: 'NETMASK_BLINK_RIGHT': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(571): error C2065: 'NETMASK_BLINK_WARN': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(575): error C2065: 'NETMASK_CLIGHT1': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(575): error C2660: 'Actor::setCustomLightVisible': function does not take 1 arguments
5>d:\ror\rigs-of-rods\source\main\physics\beam.h(147): note: see declaration of 'Actor::setCustomLightVisible' (compiling source file d:\ror\rigs-of-rods\source\main\physics\Beam.cpp)
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(576): error C2065: 'NETMASK_CLIGHT2': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(576): error C2660: 'Actor::setCustomLightVisible': function does not take 1 arguments
5>d:\ror\rigs-of-rods\source\main\physics\beam.h(147): note: see declaration of 'Actor::setCustomLightVisible' (compiling source file d:\ror\rigs-of-rods\source\main\physics\Beam.cpp)
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(577): error C2065: 'NETMASK_CLIGHT3': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(577): error C2660: 'Actor::setCustomLightVisible': function does not take 1 arguments
5>d:\ror\rigs-of-rods\source\main\physics\beam.h(147): note: see declaration of 'Actor::setCustomLightVisible' (compiling source file d:\ror\rigs-of-rods\source\main\physics\Beam.cpp)
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(578): error C2065: 'NETMASK_CLIGHT4': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(578): error C2660: 'Actor::setCustomLightVisible': function does not take 1 arguments
5>d:\ror\rigs-of-rods\source\main\physics\beam.h(147): note: see declaration of 'Actor::setCustomLightVisible' (compiling source file d:\ror\rigs-of-rods\source\main\physics\Beam.cpp)
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(580): error C2065: 'NETMASK_BRAKES': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(581): error C2065: 'NETMASK_REVERSE': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(583): error C2065: 'NETMASK_HORN': undeclared identifier
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(1660): error C2079: 'reg' uses undefined struct 'RoRnet::ActorStreamRegister'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(1661): error C2027: use of undefined type 'RoRnet::ActorStreamRegister'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(88): note: see declaration of 'RoRnet::ActorStreamRegister'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(1828): error C2039: 'MSG2_STREAM_DATA': is not a member of 'RoRnet'
5>d:\ror\rigs-of-rods\source\main\forwarddeclarations.h(83): note: see declaration of 'RoRnet'
5>d:\ror\rigs-of-rods\source\main\physics\beam.cpp(1828): error C2065: 'MSG2_STREAM_DATA': undeclared identifier
AnotherFoxGuy commented 5 years ago

Is this the same issue as this: https://github.com/RigsOfRods/rigs-of-rods/pull/1838#issuecomment-443839616 ?

Speciesx commented 5 years ago

@AnotherFoxGuy no, this caused by missing includes