OpenTechEngine / OpenTechBFG

Engine based on (RB) Doom 3 BFG aiming to allow the creation of standalone games
Other
84 stars 11 forks source link

failing to build from batch files #47

Closed ghost closed 8 years ago

ghost commented 8 years ago

Deleted old fork of OpenTechBFG and recloned to desktop. Trying to generate .sln from vs 2013 64-bit batch is unsuccessful. Here is the log file from Cmake.

The system is: Windows - 6.2 - AMD64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler:
Build flags: Id flags:

The output was: 0 Microsoft (R) Build Engine version 12.0.31101.0 [Microsoft .NET Framework, version 4.0.30319.34209] Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2015-07-20 08:55:42 PM. Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\3.3.0-rc3\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug\". Creating directory "Debug\CompilerIdC.tlog\". InitializeBuildStatus: Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\" /Fd"Debug\vc120.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c CMakeCCompilerId.c Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj CompilerIdC.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\3.3.0-rc3\CompilerIdC.\CompilerIdC.exe PostBuildEvent: for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i :VCEnd CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\cl.exe FinalizeBuildStatus: Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild". Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate". Done Building Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\3.3.0-rc3\CompilerIdC\CompilerIdC.vcxproj" (default targets).

Build succeeded. 0 Warning(s) 0 Error(s)

Time Elapsed 00:00:01.61

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

The C compiler identification is MSVC, found in "C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/3.3.0-rc3/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler:
Build flags: Id flags:

The output was: 0 Microsoft (R) Build Engine version 12.0.31101.0 [Microsoft .NET Framework, version 4.0.30319.34209] Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2015-07-20 08:55:44 PM. Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\3.3.0-rc3\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug\". Creating directory "Debug\CompilerIdCXX.tlog\". InitializeBuildStatus: Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /nologo /W0 /WX- /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\" /Fd"Debug\vc120.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp CMakeCXXCompilerId.cpp Link: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj CompilerIdCXX.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\3.3.0-rc3\CompilerIdCXX.\CompilerIdCXX.exe PostBuildEvent: for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i :VCEnd CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\cl.exe FinalizeBuildStatus: Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild". Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate". Done Building Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\3.3.0-rc3\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).

Build succeeded. 0 Warning(s) 0 Error(s)

Time Elapsed 00:00:01.33

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

The CXX compiler identification is MSVC, found in "C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/3.3.0-rc3/CompilerIdCXX/CompilerIdCXX.exe"

Determining if the C compiler works passed with the following output: Change Dir: C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_efb2e.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0" Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2015-07-20 08:55:46 PM.

Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_efb2e.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_efb2e.dir\Debug\".

Creating directory "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_efb2e.dir\Debug\cmTC_efb2e.tlog\".

InitializeBuildStatus:

Creating "cmTC_efb2e.dir\Debug\cmTC_efb2e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_efb2e.dir\Debug\" /Fd"cmTC_efb2e.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\testCCompiler.c

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_efb2e.dir\Debug\" /Fd"cmTC_efb2e.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\testCCompiler.c

testCCompiler.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_efb2e.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_efb2e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_efb2e.lib" /MACHINE:X64 /machine:x64 /debug cmTC_efb2e.dir\Debug\testCCompiler.obj

cmTC_efb2e.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_efb2e.exe

FinalizeBuildStatus:

Deleting file "cmTC_efb2e.dir\Debug\cmTC_efb2e.tlog\unsuccessfulbuild".

Touching "cmTC_efb2e.dir\Debug\cmTC_efb2e.tlog\cmTC_efb2e.lastbuildstate".

Done Building Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_efb2e.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:01.19

Detecting C compiler ABI info compiled with the following output: Change Dir: C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_232e2.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0" Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2015-07-20 08:55:48 PM.

Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_232e2.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_232e2.dir\Debug\".

Creating directory "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_232e2.dir\Debug\cmTC_232e2.tlog\".

InitializeBuildStatus:

Creating "cmTC_232e2.dir\Debug\cmTC_232e2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_232e2.dir\Debug\" /Fd"cmTC_232e2.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCCompilerABI.c"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTC_232e2.dir\Debug\" /Fd"cmTC_232e2.dir\Debug\vc120.pdb" /Gd /TC /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCCompilerABI.c"

CMakeCCompilerABI.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_232e2.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_232e2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_232e2.lib" /MACHINE:X64 /machine:x64 /debug cmTC_232e2.dir\Debug\CMakeCCompilerABI.obj

cmTC_232e2.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_232e2.exe

FinalizeBuildStatus:

Deleting file "cmTC_232e2.dir\Debug\cmTC_232e2.tlog\unsuccessfulbuild".

Touching "cmTC_232e2.dir\Debug\cmTC_232e2.tlog\cmTC_232e2.lastbuildstate".

Done Building Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_232e2.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:01.50

Determining if the CXX compiler works passed with the following output: Change Dir: C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_15951.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0" Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2015-07-20 08:55:50 PM.

Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_15951.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_15951.dir\Debug\".

Creating directory "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_15951.dir\Debug\cmTC_15951.tlog\".

InitializeBuildStatus:

Creating "cmTC_15951.dir\Debug\cmTC_15951.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_15951.dir\Debug\" /Fd"cmTC_15951.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_15951.dir\Debug\" /Fd"cmTC_15951.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx

testCXXCompiler.cxx

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_15951.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_15951.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_15951.lib" /MACHINE:X64 /machine:x64 /debug cmTC_15951.dir\Debug\testCXXCompiler.obj

cmTC_15951.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_15951.exe

FinalizeBuildStatus:

Deleting file "cmTC_15951.dir\Debug\cmTC_15951.tlog\unsuccessfulbuild".

Touching "cmTC_15951.dir\Debug\cmTC_15951.tlog\cmTC_15951.lastbuildstate".

Done Building Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_15951.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:01.99

Detecting CXX compiler ABI info compiled with the following output: Change Dir: C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_7c998.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0" Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2015-07-20 08:55:52 PM.

Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_7c998.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_7c998.dir\Debug\".

Creating directory "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_7c998.dir\Debug\cmTC_7c998.tlog\".

InitializeBuildStatus:

Creating "cmTC_7c998.dir\Debug\cmTC_7c998.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_7c998.dir\Debug\" /Fd"cmTC_7c998.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_7c998.dir\Debug\" /Fd"cmTC_7c998.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"

CMakeCXXCompilerABI.cpp

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_7c998.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_7c998.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_7c998.lib" /MACHINE:X64 /machine:x64 /debug cmTC_7c998.dir\Debug\CMakeCXXCompilerABI.obj

cmTC_7c998.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_7c998.exe

FinalizeBuildStatus:

Deleting file "cmTC_7c998.dir\Debug\cmTC_7c998.tlog\unsuccessfulbuild".

Touching "cmTC_7c998.dir\Debug\cmTC_7c998.tlog\cmTC_7c998.lastbuildstate".

Done Building Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_7c998.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:01.49

Detecting CXX [] compiler features compiled with the following output: Change Dir: C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp

Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTC_01293.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0" Microsoft (R) Build Engine version 12.0.31101.0

[Microsoft .NET Framework, version 4.0.30319.34209]

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2015-07-20 08:55:55 PM.

Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_01293.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_01293.dir\Debug\".

Creating directory "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_01293.dir\Debug\cmTC_01293.tlog\".

InitializeBuildStatus:

Creating "cmTC_01293.dir\Debug\cmTC_01293.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_01293.dir\Debug\" /Fd"cmTC_01293.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\feature_tests.cxx

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.31101 for x64

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /Od /Ob0 /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /GR /Fo"cmTC_01293.dir\Debug\" /Fd"cmTC_01293.dir\Debug\vc120.pdb" /Gd /TP /errorReport:queue C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\feature_tests.cxx

feature_tests.cxx

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_01293.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_01293.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Tiaan/Documents/GitHub/OpenTechBFG/build/CMakeFiles/CMakeTmp/Debug/cmTC_01293.lib" /MACHINE:X64 /machine:x64 /debug cmTC_01293.dir\Debug\feature_tests.obj

cmTC_01293.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\Debug\cmTC_01293.exe

FinalizeBuildStatus:

Deleting file "cmTC_01293.dir\Debug\cmTC_01293.tlog\unsuccessfulbuild".

Touching "cmTC_01293.dir\Debug\cmTC_01293.tlog\cmTC_01293.lastbuildstate".

Done Building Project "C:\Users\Tiaan\Documents\GitHub\OpenTechBFG\build\CMakeFiles\CMakeTmp\cmTC_01293.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:01.64

Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
DanielGibson commented 8 years ago
Build succeeded.
0 Warning(s)
0 Error(s)

doesn't look like failure to me. did you look in OpenTechBFG\build\?

also, please make sure to use the "cegui_layout_upd_assets" branch.

ghost commented 8 years ago

No sln in the build folder. Not sure what's going on with the github app, it isn't listing any files in the explorer, only the branch names. When I click on a branch it just appears blank. I've downloaded cegui_layout_upd_assets in zip format now as well to try it that way.

DanielGibson commented 8 years ago

make sure that libs/cegui/CEGUI.git exists and isn't empty, otherwise get it from https://github.com/OpenTechEngine/CEGUI/tree/v0-8

ghost commented 8 years ago

That seems to be the problem, github froze up when it reached that file after cloning. Thank you for the help.

ghost commented 8 years ago

There is a cegui.git folder with a .git file of 1kb inside, which contains a line pointing to the directory.

DanielGibson commented 8 years ago

you'll need the actual files from the repo in there

ghost commented 8 years ago

Had the same error with cegui_layout_upd_assets, busy dowloading the cegui branch you provided. Do I copy the files from that zip into OpenTechBFG-cegui_layout_upd_assets\build\libs\cegui\CEGUI.git?

DanielGibson commented 8 years ago

no, into OpenTechBFG-cegui_layout_upd_assets\libs\cegui\CEGUI.git (without "\build" inbetween)

ghost commented 8 years ago

Thank you it built successfully, however I still have the same crashing problem from the OpenTechEngine.exe. Visual Studio Express 2013 had a lot of C4244 warning, it did however say it was successful.

15>C:\Users\Tiaan\Documents\GitHub\OpenTechBFG-cegui_layout_upd_assets\neo..\libs\cegui\CEGUI.git\cegui\include\CEGUI/Exceptions.h(41): warning C4275: non dll-interface class 'std::exception' used as base for dll-interface class 'CEGUI::Exception' 15> C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\exception(90) : see declaration of 'std::exception' 15> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG-cegui_layout_upd_assets\neo..\libs\cegui\CEGUI.git\cegui\include\CEGUI/Exceptions.h(40) : see declaration of 'CEGUI::Exception' 15> OpenTechEngine.vcxproj -> C:\Users\Tiaan\Documents\GitHub\OpenTechBFG-cegui_layout_upd_assets\build\Release\OpenTechEngine.exe 17>------ Build started: Project: ALL_BUILD, Configuration: Release x64 ------ 17> Building Custom Rule C:/Users/Tiaan/Documents/GitHub/OpenTechBFG-cegui_layout_upd_assets/CMakeLists.txt 17> CMake does not need to re-run because C:\Users\Tiaan\Documents\GitHub\OpenTechBFG-cegui_layout_upd_assets\build\CMakeFiles\generate.stamp is up-to-date. 18>------ Skipped Build: Project: INSTALL, Configuration: Release x64 ------ 18>Project not selected to build for this solution configuration 19>------ Skipped Build: Project: PACKAGE, Configuration: Release x64 ------ 19>Project not selected to build for this solution configuration ========== Build: 16 succeeded, 0 failed, 0 up-to-date, 3 skipped ==========

ghost commented 8 years ago

Running OpenTechEngine alongside the CeGui dlls without the /base folder allows the application to run.

screeny

The application crashes after copying the deafault.cfg into an empty base folder.

ghost commented 8 years ago

Ok nevermind figured it out, OpenTechEngine does not work with Doom3BFG's base, used the base included from the OpenTech repository. Engine is running successfully. Almost been awake for 48 hours, time for sleep. Will test the map in the morning. Thank you for the help Daniel.