ogre dependencies error while generating using cmake

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

ogre dependencies error while generating using cmake

Post by ashleybeshir »

hello , i keep on getting a generate error

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.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 03/11/2015 16:51:54.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\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\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\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:X86 /SAFESEH Debug\CMakeCCompilerId.obj
CompilerIdC.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\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\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdC\CompilerIdC.vcxproj" (default targets).

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

Time Elapsed 00:00:02.46


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/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/3.3.2/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.40302.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 03/11/2015 16:51:56.
Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\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\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\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:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj
CompilerIdCXX.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\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\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\3.3.2\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).

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

Time Elapsed 00:00:00.73


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/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/3.3.2/CompilerIdCXX/CompilerIdCXX.exe"

Determining if the C compiler works passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.42000]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 03/11/2015 16:51:57.

Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b4d7a.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_b4d7a.dir\Debug\".

Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".

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

InitializeBuildStatus:

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

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_b4d7a.dir\Debug\\" /Fd"cmTC_b4d7a.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCCompiler.c"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_b4d7a.dir\Debug\\" /Fd"cmTC_b4d7a.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCCompiler.c"



testCCompiler.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b4d7a.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/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b4d7a.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b4d7a.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_b4d7a.dir\Debug\testCCompiler.obj

cmTC_b4d7a.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b4d7a.exe

FinalizeBuildStatus:

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

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

Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b4d7a.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:00.97



Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.42000]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 03/11/2015 16:51:58.

Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_f5fdc.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_f5fdc.dir\Debug\".

Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".

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

InitializeBuildStatus:

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

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_f5fdc.dir\Debug\\" /Fd"cmTC_f5fdc.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCCompilerABI.c"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_f5fdc.dir\Debug\\" /Fd"cmTC_f5fdc.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCCompilerABI.c"



CMakeCCompilerABI.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_f5fdc.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/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_f5fdc.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_f5fdc.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_f5fdc.dir\Debug\CMakeCCompilerABI.obj

cmTC_f5fdc.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_f5fdc.exe

FinalizeBuildStatus:

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

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

Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_f5fdc.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:00.69



Determining if the CXX compiler works passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.42000]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 03/11/2015 16:51:59.

Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b16e2.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_b16e2.dir\Debug\".

Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".

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

InitializeBuildStatus:

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

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_b16e2.dir\Debug\\" /Fd"cmTC_b16e2.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_b16e2.dir\Debug\\" /Fd"cmTC_b16e2.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"



testCXXCompiler.cxx

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b16e2.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/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b16e2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_b16e2.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_b16e2.dir\Debug\testCXXCompiler.obj

cmTC_b16e2.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_b16e2.exe

FinalizeBuildStatus:

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

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

Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_b16e2.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:00.62



Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.42000]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 03/11/2015 16:52:00.

Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_ff228.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_ff228.dir\Debug\".

Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".

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

InitializeBuildStatus:

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

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_ff228.dir\Debug\\" /Fd"cmTC_ff228.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_ff228.dir\Debug\\" /Fd"cmTC_ff228.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\cmake-3.3.2-win32-x86\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"



CMakeCXXCompilerABI.cpp

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_ff228.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/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_ff228.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_ff228.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_ff228.dir\Debug\CMakeCXXCompilerABI.obj

cmTC_ff228.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_ff228.exe

FinalizeBuildStatus:

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

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

Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_ff228.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:00.72





Detecting CXX [] compiler features compiled with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.42000]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 03/11/2015 16:52:01.

Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_e263a.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_e263a.dir\Debug\".

Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".

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

InitializeBuildStatus:

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

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_e263a.dir\Debug\\" /Fd"cmTC_e263a.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\feature_tests.cxx"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_e263a.dir\Debug\\" /Fd"cmTC_e263a.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\feature_tests.cxx"



feature_tests.cxx

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_e263a.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/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_e263a.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_e263a.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_e263a.dir\Debug\feature_tests.obj

cmTC_e263a.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_e263a.exe

FinalizeBuildStatus:

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

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

Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_e263a.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:00.64



Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
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
Determining size of void* passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.42000]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 03/11/2015 16:52:02.

Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_692a5.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_692a5.dir\Debug\".

Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".

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

InitializeBuildStatus:

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

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_692a5.dir\Debug\\" /Fd"cmTC_692a5.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\_PTR_SIZE.c"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_692a5.dir\Debug\\" /Fd"cmTC_692a5.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\_PTR_SIZE.c"



_PTR_SIZE.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_692a5.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/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_692a5.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_692a5.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_692a5.dir\Debug\_PTR_SIZE.obj

cmTC_692a5.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_692a5.exe

FinalizeBuildStatus:

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

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

Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_692a5.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:00.66



Determining size of void* passed with the following output:
Change Dir: C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.42000]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 03/11/2015 16:52:03.

Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_c7aad.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_c7aad.dir\Debug\".

Creating directory "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\".

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

InitializeBuildStatus:

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

ClCompile:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_c7aad.dir\Debug\\" /Fd"cmTC_c7aad.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\OGREDEPS_PTR_SIZE.c"

Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40302 for x86

Copyright (C) Microsoft Corporation. All rights reserved.



cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /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_c7aad.dir\Debug\\" /Fd"cmTC_c7aad.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CheckTypeSize\OGREDEPS_PTR_SIZE.c"



OGREDEPS_PTR_SIZE.c

Link:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_c7aad.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/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_c7aad.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/ashleybeshir/Desktop/OGREœD/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeTmp/Debug/cmTC_c7aad.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_c7aad.dir\Debug\OGREDEPS_PTR_SIZE.obj

cmTC_c7aad.vcxproj -> C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\Debug\cmTC_c7aad.exe

FinalizeBuildStatus:

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

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

Done Building Project "C:\Users\ashleybeshir\Desktop\OGREœD\cabalistic-ogredeps-eb18d4651ec7\build\CMakeFiles\CMakeTmp\cmTC_c7aad.vcxproj" (default targets).



Build succeeded.

0 Warning(s)

0 Error(s)



Time Elapsed 00:00:00.67
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: ogre dependencies error while generating using cmake

Post by dark_sylinc »

Where did you grab such verbose log from? You should never get something like this.

What are your steps to build the dependencies? Are you following the CMake steps? There's a video just in case.
And equally important, what error are you getting? What you pasted indicates everything was successful.
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

dark_sylinc wrote:Where did you grab such verbose log from? You should never get something like this.

What are your steps to build the dependencies? Are you following the CMake steps? There's a video just in case.
And equally important, what error are you getting? What you pasted indicates everything was successful.
Hello , i was using the video tutorial to this . cmake said project file might be invalidated and showed a directory location in the build folder called "CMakeOutPut.txt "
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: ogre dependencies error while generating using cmake

Post by dark_sylinc »

and no sln project file?
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

Yes no sln file
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: ogre dependencies error while generating using cmake

Post by dark_sylinc »

What was the output of the CMake window?
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

dark_sylinc wrote:What was the output of the CMake window?
there is quote saying project files may be invalid but there this in the console window

The C compiler identification is MSVC 18.0.40302.0
The CXX compiler identification is MSVC 18.0.40302.0
Check for working C compiler using: Visual Studio 12 2013
Check for working C compiler using: Visual Studio 12 2013 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 12 2013
Check for working CXX compiler using: Visual Studio 12 2013 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Looking for DirectX...
Found DirectX: C:/Program Files (x86)/Windows Kits/8.1/Lib/winv6.3/um/x86/d3d9.lib
DX lib dir: C:/Program Files (x86)/Windows Kits/8.1/Lib/winv6.3/um/x86
DX lib dir: C:/Program Files (x86)/Windows Kits/8.1/Lib/winv6.3/um/x86
CMake Error at C:/Users/ashleybeshir/Desktop/cmake-3.3.2-win32-x86/share/cmake-3.3/Modules/ExternalProject.cmake:1871 (message):
No download info given for 'SDL2' and its source directory:

C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/src/SDL2

is not an existing non-empty directory. Please specify one of:

* SOURCE_DIR with an existing non-empty directory
* URL
* GIT_REPOSITORY
* HG_REPOSITORY
* CVS_REPOSITORY and CVS_MODULE
* SVN_REVISION
* DOWNLOAD_COMMAND
Call Stack (most recent call first):
C:/Users/ashleybeshir/Desktop/cmake-3.3.2-win32-x86/share/cmake-3.3/Modules/ExternalProject.cmake:2356 (_ep_add_download_command)
src/CMakeLists.txt:162 (ExternalProject_Add)


Configuring incomplete, errors occurred!
See also "C:/Users/ashleybeshir/Desktop/OGRE£D/cabalistic-ogredeps-eb18d4651ec7/build/CMakeFiles/CMakeOutput.log".
hydexon
Gremlin
Posts: 164
Joined: Sun Apr 14, 2013 8:51 pm
x 10

Re: ogre dependencies error while generating using cmake

Post by hydexon »

I think you've just downloaded the repository as zip in bitbucket i guess, i heard you need to clone the repository (git clone) the SDL2 is an git submodule which you need to init if you just download will appear as an empty directory causing the error, i had the same issue before, so instead of to fix it ( cuz i'm lazy af ), i've downloaded the pre-compiled stable release of SDL 2.0.3 in the official website and set up the variables manually and builds fine.
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

hydexon wrote:I think you've just downloaded the repository as zip in bitbucket i guess, i heard you need to clone the repository (git clone) the SDL2 is an git submodule which you need to init if you just download will appear as an empty directory causing the error, i had the same issue before, so instead of to fix it ( cuz i'm lazy af ), i've downloaded the pre-compiled stable release of SDL 2.0.3 in the official website and set up the variables manually and builds fine.
thank you for your reply gonna give your suggestion a try
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

clone worked but im now trying to build according to video and it doesnt all succeed . only 6 succeed, 3 fails . using vs2015
hydexon
Gremlin
Posts: 164
Joined: Sun Apr 14, 2013 8:51 pm
x 10

Re: ogre dependencies error while generating using cmake

Post by hydexon »

ashleybeshir wrote:clone worked but im now trying to build according to video and it doesnt all succeed . only 6 succeed, 3 fails . using vs2015
You have to made some changes to the dependencies source code, the cause can be is the finally introduced snprintf function in VS2015, but before then libraries has to use the _snprintf workaround and using a #define to do it working, now VS2015 will complain if some library or app redefines snprintf as macro, in FreeImage directory you need to do some changes in the following link: http://sourceforge.net/p/freeimage/patches/108/ i don't remember if i modified zlib or zziplib.

If VS2015 still throws the compiler error of snprintf being redefined an suggestion is look for entries which has something like>

Code: Select all

   #define snprintf _snprintf
To:

Code: Select all

#if _MSC_VER < 1900
   #define snprintf _snprintf
#endif
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

hydexon wrote:
ashleybeshir wrote:clone worked but im now trying to build according to video and it doesnt all succeed . only 6 succeed, 3 fails . using vs2015
You have to made some changes to the dependencies source code, the cause can be is the finally introduced snprintf function in VS2015, but before then libraries has to use the _snprintf workaround and using a #define to do it working, now VS2015 will complain if some library or app redefines snprintf as macro, in FreeImage directory you need to do some changes in the following link: http://sourceforge.net/p/freeimage/patches/108/ i don't remember if i modified zlib or zziplib.

If VS2015 still throws the compiler error of snprintf being redefined an suggestion is look for entries which has something like>

Code: Select all

   #define snprintf _snprintf
To:

Code: Select all

#if _MSC_VER < 1900
   #define snprintf _snprintf
#endif
its 7 succeed but 1 failed now
hydexon
Gremlin
Posts: 164
Joined: Sun Apr 14, 2013 8:51 pm
x 10

Re: ogre dependencies error while generating using cmake

Post by hydexon »

What is the error, you can post the build output?
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

hydexon wrote:What is the error, you can post the build output?
Building Custom Rule C:/Users/ashleybeshir/Desktop/ogre3d/dependence/src/CMakeLists.txt
1> CMake does not need to re-run because C:\Users\ashleybeshir\Desktop\ogre3d\dependence\build\src\CMakeFiles\generate.stamp is up-to-date.
1> Creating directories for 'SDL2'
1> No download step for 'SDL2'
1> No update step for 'SDL2'
1> No patch step for 'SDL2'
1> Performing configure step for 'SDL2'
1> -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
1> -- 0.2.1 :: 2 :: 1 :: 2 :: 2.0
1> CMake Error at cmake/macros.cmake:28 (message):
1>CUSTOMBUILD : *** error : DIRECTX requires the $DXSDK_DIR environment variable to be set
1> Call Stack (most recent call first):
1> CMakeLists.txt:798 (message_error)
1>
1> -- Configuring incomplete, errors occurred!
1> See also "C:/Users/ashleybeshir/Desktop/ogre3d/dependence/build/src/SDL2-prefix/src/SDL2-build/CMakeFiles/CMakeOutput.log".
1>
2>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------
2>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 1 failed, 7 up-to-date, 1 skipped ==========

its related to sdl2 i think
hydexon
Gremlin
Posts: 164
Joined: Sun Apr 14, 2013 8:51 pm
x 10

Re: ogre dependencies error while generating using cmake

Post by hydexon »

You need to set an environment variable which points to the Windows SDK, since VS2012 the DirectX SDK becomes bundled with the Windows SDK, but i never tried this, if you wish, in the CMake GUI disable the SDL2 dependency, download the prebuilt binary of SDL2.0 for Windows https://www.libsdl.org/download-2.0.php, extract, and set the libraries in the OGRE CMake config GUI.

For example my setup where i downloaded the prebuilt SDL2.0 is in C:\sdk\SDL2

So when you've disabled build SDL2 in OgreDeps and installed it where OGRE can find it, CMake config will display the SDL2 libraries being missing, those ones are: SDL2_INCLUDE_DIR, SDL2_MAIN_LIBRARY, SDL2_LIBRARY (I don't remember well, i'm into another machine), so you need to set up locally for example.

SDL2_INCLUDE_DIR set up to C:\sdk\SDL2\include
SDL2_MAIN_LIBRARY set up to (if your system is 64-bit) C:\sdk\SDL2\lib\x64\SDL2main.lib
SDL2_MAIN_LIBRARY set up to (if your system is 64-bit) C:\sdk\SDL2\lib\x64\SDL2.lib

and hit configure again, occassionally you can set the OGRE_BUILD_SAMPLES2 too.
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

hydexon wrote:You need to set an environment variable which points to the Windows SDK, since VS2012 the DirectX SDK becomes bundled with the Windows SDK, but i never tried this, if you wish, in the CMake GUI disable the SDL2 dependency, download the prebuilt binary of SDL2.0 for Windows https://www.libsdl.org/download-2.0.php, extract, and set the libraries in the OGRE CMake config GUI.

For example my setup where i downloaded the prebuilt SDL2.0 is in C:\sdk\SDL2

So when you've disabled build SDL2 in OgreDeps and installed it where OGRE can find it, CMake config will display the SDL2 libraries being missing, those ones are: SDL2_INCLUDE_DIR, SDL2_MAIN_LIBRARY, SDL2_LIBRARY (I don't remember well, i'm into another machine), so you need to set up locally for example.

SDL2_INCLUDE_DIR set up to C:\sdk\SDL2\include
SDL2_MAIN_LIBRARY set up to (if your system is 64-bit) C:\sdk\SDL2\lib\x64\SDL2main.lib
SDL2_MAIN_LIBRARY set up to (if your system is 64-bit) C:\sdk\SDL2\lib\x64\SDL2.lib

and hit configure again, occassionally you can set the OGRE_BUILD_SAMPLES2 too.
thank u <3 managed to get ogre compiled with cmake . opened in vs2015 and tried building according to the video but most of the projects failed . added console output as attachment to this post
Attachments
New Text Document.7z
(29.36 KiB) Downloaded 43 times
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: ogre dependencies error while generating using cmake

Post by dark_sylinc »

You've selected to build OGRE_BUILD_SAMPLES which are the old samples and don't compile.

Uncheck OGRE_BUILD_SAMPLES and check OGRE_BUILD_SAMPLES2 instead.
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

dark_sylinc wrote:You've selected to build OGRE_BUILD_SAMPLES which are the old samples and don't compile.

Uncheck OGRE_BUILD_SAMPLES and check OGRE_BUILD_SAMPLES2 instead.
thank you for your reply
did wat u said but few of the project still show failed and they are all related to sdl i think. attached the error log as a file
Attachments
New Text Document.txt
(80.77 KiB) Downloaded 42 times
ashleybeshir
Gnoblar
Posts: 18
Joined: Thu Sep 25, 2014 12:53 pm

Re: ogre dependencies error while generating using cmake

Post by ashleybeshir »

i got it working the sdl wasnt linked properly
Post Reply