• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] CMake Error within 12 seconds of start

Status
Not open for further replies.

Medic25

Sexy Member
So first off im am New to Emudevs, Been Leaching for a while trying to decide if i wanted to create an account.

So im starting my first compile. i Have the files and everything download.

I start to use Cmake and point it to the source and set my build folder

I select tools and start cmake again then i get this error

Code:
Determining if files pthread.h exist failed with the following output:
Change Dir: C:/Users/wowadmin/Desktop/Trinty Server/build/CMakeFiles/CMakeTmp

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

[Microsoft .NET Framework, version 4.0.30319.34014]

Copyright (C) Microsoft Corporation. All rights reserved.



Build started 9/8/2014 6:25:13 AM.

Project "C:\Users\wowadmin\Desktop\Trinty Server\build\CMakeFiles\CMakeTmp\cmTryCompileExec4274642388.vcxproj" on node 1 (default targets).

PrepareForBuild:

  Creating directory "cmTryCompileExec4274642388.dir\Debug\".

  Creating directory "C:\Users\wowadmin\Desktop\Trinty Server\build\CMakeFiles\CMakeTmp\Debug\".

  Creating directory "cmTryCompileExec4274642388.dir\Debug\cmTryCom.62877736.tlog\".

InitializeBuildStatus:

  Creating "cmTryCompileExec4274642388.dir\Debug\cmTryCom.62877736.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"cmTryCompileExec4274642388.dir\Debug\\" /Fd"cmTryCompileExec4274642388.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /analyze- /errorReport:queue CheckIncludeFiles.c

  Microsoft (R) C/C++ Optimizing Compiler Version 18.00.21005.1 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"cmTryCompileExec4274642388.dir\Debug\\" /Fd"cmTryCompileExec4274642388.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /analyze- /errorReport:queue CheckIncludeFiles.c

  

  CheckIncludeFiles.c

CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\wowadmin\Desktop\Trinty Server\build\CMakeFiles\CMakeTmp\cmTryCompileExec4274642388.vcxproj]

Done Building Project "C:\Users\wowadmin\Desktop\Trinty Server\build\CMakeFiles\CMakeTmp\cmTryCompileExec4274642388.vcxproj" (default targets) -- FAILED.



Build FAILED.



"C:\Users\wowadmin\Desktop\Trinty Server\build\CMakeFiles\CMakeTmp\cmTryCompileExec4274642388.vcxproj" (default target) (1) ->

(ClCompile target) -> 

  CheckIncludeFiles.c(2): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory [C:\Users\wowadmin\Desktop\Trinty Server\build\CMakeFiles\CMakeTmp\cmTryCompileExec4274642388.vcxproj]



    0 Warning(s)

    1 Error(s)



Time Elapsed 00:00:00.44


Source:
/* */
#include <pthread.h>


int main(){return 0;}

Any ideay what this means?

I Have VB 2008,2010,2012,2013 all installed and the C++ Redistro installed as well and openSSL
 
Status
Not open for further replies.
Top