mesonbuild/meson

Improve error then tests fail because of missing dependencies

クローズ

#2,886 opened on 2018/01/06

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,465 件のフォーク)batch import
OS:macosenhancementhelp wanted

Repository metrics

Stars
 (4,978 個のスター)
PR merge metrics
 (平均マージ 139d 13h) (30d で 51 merged PRs)

説明

Run on MacOS with --backend=ninja; with no Boost library installed. Tested at master 0538009d , so unrelated to latest pull. Result: Code:

        #include <boost/version.hpp>
        #ifndef BOOST_LIB_VERSION
        # define BOOST_LIB_VERSION
        #endif
        "MESON_GET_DEFINE_DELIMITER"
BOOST_LIB_VERSION
Compiler stderr:
 /var/folders/80/d3v4src93cxc4h1v60gm521m0000gn/T/tmpb3__1wno/testfile.cpp:2:18: fatal error: 'boost/version.hpp' file not found
        #include <boost/version.hpp>
                 ^~~~~~~~~~~~~~~~~~~

Please Label as MacOS

コントリビューターガイド