mesonbuild/meson

Improve error then tests fail because of missing dependencies

Geschlossen

#2.886 geöffnet am 06.01.2018

 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.465 Forks)batch import
OS:macosenhancementhelp wanted

Repository-Metriken

Stars
 (4.978 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 139T 13h) (51 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide