Windows 10 (64 비트, type = home)에서 소스에서 hhvm을 다시 작성하고 싶습니다.Windows에서 hhvm 재구성
출처 : https://github.com/facebook/hhvm/
링크 1 : github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-Windows-with-MSVC
링크 2 : github.com/ 페이스 북/hhvm/위키/건물 - 및 - 설치 - hHVM -에 - Cygwin에서
출력 cmake .
또는 ./configure
의는 다음과 같습니다
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:18 (PROJECT):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:18 (PROJECT):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "C:/hhvm-master/CMakeFiles/CMakeOutput.log".
See also "C:/hhvm-master/CMakeFiles/CMakeError.log".
나는 또한 테스트 0 msys 1.0
및 cmd
및 VS2015 x86 x64 Cross Tools Command Prompt
및 VS2013 x64 Cross Tools Command Prompt
및 Developer Command Prompt for VS2013
및 Developer Command Prompt for VS2012
및 VS2012 x64 Cross Tools Command Prompt
와의코멘트 ....
정보 : c:\hhvm-master\
디렉토리에
$ gcc --version
gcc (i686-posix-dwarf-rev4, Built by MinGW-W64 project) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ g++ --version
g++ (i686-posix-dwarf-rev4, Built by MinGW-W64 project) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ cmake --version
cmake version 3.7.0-rc3
CMake suite maintained and supported by Kitware (kitware.com/cmake).
파일, 폴더 :
$ ls
CMake CMakeCache.txt CMakeFiles CMakeLists.txt CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE.PHP LICENSE.ZEND README.md configure deps hphp third-party
폴더 c:\hhvm-master\deps\
:
$ ls
include lib
또한 Cygwin에서 B20 cmake의 (C:\cygnus\cygwin-b20\cygnus.bat
)
bash-2.02$ cd c:/hhvm-master
bash-2.02$ cmake -DCMAKE_BUILD_TYPE=Debug .
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:18 (PROJECT):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:18 (PROJECT):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "C:/hhvm-master/CMakeFiles/CMakeOutput.log".
See also "C:/hhvm-master/CMakeFiles/CMakeError.log".
어떻게 수정 문제?