2016-11-10 54 views
0

我想要重建從窗10源HHVM(64個比特,類型=家)。重建HHVM在Windows

來源: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\ DIR

$ 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(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". 

的cmake如何修復的問題?

回答

0

我已經達到使基於泊塢窗和遠程項目的功能在Windows中核素HHVM工作。您可以檢查我的回購協議,以使其工作你太:

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

你只需要擁有泊塢窗,然後使用命令建造碼頭工人和其他運行沒什麼,真的。這一切都在回購本身解釋。

我知道這不是你的問題的確切答案,但也許你可以試試看。

希望它適合你。 問候