mesonbuild/meson

Improve error then tests fail because of missing dependencies

已关闭

#2,886 创建于 2018年1月6日

 (6 条评论) (0 个反应) (0 位负责人)Python (1,465 个派生)batch import
OS:macosenhancementhelp wanted

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

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

贡献者指南