I am also having issues with this, Win8.1 I installed all the x32 versions of the 3rd party applications; ( i am using the new VS 2013 express if it makes any diff)
i am using the following:
1. ActivePerl - 5.12.3.1204 -MSWin32-x86-294330
2. Cmake - 2.8.12.1-win32-x86
3. Git - 1.8.4-preview20130916
4. HeidiSQL_8.2.0.4675_Setup
5. mysql - 5.1.73-win32
6. npp.6.5.2
7. TortoiseSVN - 1.8.4.24972-x64-svn-1.8.5
I follow the guide also word for word
1. "where is source code: c:/EQ/source"
2. "where to build the binaries: c:/EQ/source/build"
i click the tick box for advance also and set the drop bar to path and locate my Zlib folder under dependencies,
Configure, and select Visual Studio 11, bullet "Use defualt native compilers"
(Have tried, vs 11 win 64, vs 12, vs 12 win 64 also with same results)
"Error in configuration process, Project Files may be invalid"
i press ok and this is the code;
Code:
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
execute_process given COMMAND argument with no value.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:14 (PROJECT)
The C compiler identification is unknown
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:446 (execute_process):
execute_process given COMMAND argument with no value.
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake:127 (CMAKE_DETERMINE_COMPILER_ID)
CMakeLists.txt:14 (PROJECT)
The CXX compiler identification is unknown
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
Call Stack (most recent call first):
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/FindZLIB.cmake:85 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:166 (FIND_PACKAGE)
Configuring incomplete, errors occurred!
See also "C:/Users/Trent/Desktop/EQ/Source/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/Trent/Desktop/EQ/Source/Build/CMakeFiles/CMakeError.log".