2016-11-10 14 views
0

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.0cmdVS2015 x86 x64 Cross Tools Command PromptVS2013 x64 Cross Tools Command PromptDeveloper Command Prompt for VS2013Developer Command Prompt for VS2012VS2012 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". 

어떻게 수정 문제?

답변

0

Docker 및 원격 프로젝트 기능을 기반으로 Windows에서 Nuclide에서 HHVM이 작동하도록 만들었습니다. 당신은 당신도 작동하게하기 위해 내 REPO을 확인할 수 있습니다

https://github.com/nahuelhds/nuclide-hhvm-windows

는 당신은 정말, 부두 노동자가 다음 명령을 구축 고정 표시기를 사용하고 아무 것도 실행되지해야합니다. 그것은 모두 repo 자체에서 설명됩니다.

귀하의 질문에 대한 정확한 대답은 아니지만 어쩌면 시도해 볼 수 있습니다.

희망은 당신을 위해 작동합니다. 감사합니다.