Need help Compiling EC Wolf

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angel: :angry: :beer: :bfg: :chaingun: :cheers: :blergh:
View more smilies

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1.5 MiB.

Expand view Topic review: Need help Compiling EC Wolf

Re: Need help Compiling EC Wolf

by Blzut3 » Thu Apr 17, 2014 0:37

Re: Need help Compiling EC Wolf

by W0lffan » Wed Apr 16, 2014 17:30

My error:


The C compiler identification is MSVC 14.0.50727
The CXX compiler identification is MSVC 14.0.50727
Check for working C compiler using: Visual Studio 8 2005
Check for working C compiler using: Visual Studio 8 2005 -- broken
CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "cl" is not able to compile a simple test program.

It fails with the following output:

Change Dir: C:/ECWolf editing/Blzut3-ecwolf-8b55179e132a/build/CMakeFiles/CMakeTmp



Run Build Command:C:\PROGRA~1\MICROS~2\Common7\IDE\VCExpress.exe
CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec4169456015




Microsoft (R) Visual C++ Express Edition Version 8.0.50727.42.


Copyright (C) Microsoft Corp 1984-2005. All rights reserved.


------ Build started: Project: cmTryCompileExec4169456015, Configuration:
Debug Win32 ------


Compiling...


Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for
80x86


Copyright (C) Microsoft Corporation. All rights reserved.


cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D
"_MBCS" /FD /RTC1 /MDd /Fo"cmTryCompileExec4169456015.dir\Debug\\"
/Fd"cmTryCompileExec4169456015.dir\Debug\vc80.pdb" /W3 /c /Zi /TC /Zm1000


".\testCCompiler.c"


testCCompiler.c


Compiling manifest to resources...


Linking...


LINK : fatal error LNK1104: cannot open file 'user32.lib'


Build log was saved at "file://c:\ECWolf
editing\Blzut3-ecwolf-8b55179e132a\build\CMakeFiles\CMakeTmp\cmTryCompileExec4169456015.dir\Debug\BuildLog.htm"



cmTryCompileExec4169456015 - 1 error(s), 0 warning(s)


========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========






CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)


Configuring incomplete, errors occurred!
See also "C:/ECWolf editing/Blzut3-ecwolf-8b55179e132a/build/CMakeFiles/CMakeOutput.log".
See also "C:/ECWolf editing/Blzut3-ecwolf-8b55179e132a/build/CMakeFiles/CMakeError.log".


cmTryCompileExec - 1 error(s), 0 warning(s)

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========





CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)


Configuring incomplete, errors occurred!

Re: Need help Compiling EC Wolf

by Blzut3 » Wed Apr 16, 2014 3:08

You should copy and paste the error. Your screen shot doesn't show anything, the red highlighting is just new values.

Also you should update CMake.

Need help Compiling EC Wolf

by W0lffan » Wed Apr 16, 2014 1:26

Hi guys,

I was wondering if you could help me please
I'm trying to compile EC Wolf on my PC. After trying to compile it with CMake I get this error:
Image

Thanks

Top