Log in

View Full Version : I am having issues creating a server


MillerT
05-23-2014, 08:31 PM
I am at the cmake part. I download VS2013 and set up just like the guide said. I get a couple of errors that I have researched forever and cant get a definite answer. Here is the Cmake error log

Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:

The output was:
-1


Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:

The output was:
-1


Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Determining if files stdint.h exist failed with the following output:

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


int main(){return 0;}

Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:

The output was:
-1


Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:

The output was:
-1


Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":

any help would be wonderful!

SoltanHeatwave
05-23-2014, 08:52 PM
Is the compiler you downloaded Visual Studio 2013 for Windows Desktops. There are a couple of versions of Visual Studio. I ran into this when I installed the wrong version of Visual Studio.

MillerT
05-23-2014, 09:01 PM
Thanks for the response! I did download vs 2103 for windows desktop. I have tried to start the program and the error no such interface supported. Does that mean something important?

lerxst2112
05-24-2014, 12:34 AM
Well, if Visual Studio won't start on its own it's unlikely to work with cmake either. I'd work on fixing the Visual Studio install first.

vsab
05-24-2014, 04:14 AM
Which OS are you using? VS2013 requires Windows 7 or above.

warkid
05-24-2014, 04:14 AM
did you log off/on or restart computer after installing VS?
if so best thing to do would possibly be uninstall (and delete VS reg files)
if your not sure how to delete reg files best thing to do is possibly install IObit un-installer use that to uninstall program and do a powerfull scan... tick all boxed and clean this will delete all reg files for VS
then reinstall

warkid
05-24-2014, 04:17 AM
Which OS are you using? VS2013 requires Windows 7 or above.

if hes using win 7 SP1 or below VS wont allow it to be installed .... also if you are using 64bit OS make sure in cmake you choose VS x64 (if not this will cause erros)

MillerT
05-24-2014, 02:59 PM
okay, now I am getting the fatal error Clr 80004005 and so on. I have tried a number of things. any advice?

MillerT
05-24-2014, 03:00 PM
I have windows 7 also

Hockyplr
05-24-2014, 03:39 PM
I too had trouble with CMAKE, If you don't have the SDK intalled try installing it. It worked for me.

http://msdn.microsoft.com/en-US/windows/desktop/bg162891.aspx

MillerT
05-24-2014, 06:28 PM
Currently uninstalling it all and starting over