2016-11-10 17 views
0

Windows 10のソースからhhvmを再構築したい(64ビット、type = home)。Windowsでhhvmを再構築

出典:https://github.com/facebook/hhvm/

リンク1:github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-Windows-with-MSVC

リンク2:github.com/ Facebookの/ 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". 

私もテストcmake .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でのコメントと....

情報:

$ 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). 

ファイル、c:\hhvm-master\ディレクトリ内のフォルダ:

$ 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

DockerとRemote Projectの機能に基づいて、Windows上のNuclideでHHVMを動作させることができました。あなたは、それはあまりにもあなたを動作させるために、私のレポをチェックすることができます。

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

あなただけドッカーを持ってして、ドッキングウィンドウのコマンドは本当に、構築し、他に何も実行しない使用する必要があります。それはすべてレポ自体で説明されています。

私はそれがあなたの質問に対する正確な答えではないことを知っていますが、おそらくあなたはそれを試すことができます。

ご希望の場合はご利用ください。 よろしくお願いいたします。

関連する問題