Skip to content

Instantly share code, notes, and snippets.

@pwrstudio
Created August 21, 2020 15:09
Show Gist options
  • Save pwrstudio/7f3c5b79a444206d530d40fbb5c61e00 to your computer and use it in GitHub Desktop.
Save pwrstudio/7f3c5b79a444206d530d40fbb5c61e00 to your computer and use it in GitHub Desktop.
Output of meson --prefix=/usr build
ubuntu@ip-172-26-15-143:~/libnice$ meson --prefix=/usr build
The Meson build system
Version: 0.55.1
Source dir: /home/ubuntu/libnice
Build dir: /home/ubuntu/libnice/build
Build type: native build
Project name: libnice
Project version: 0.1.17.1
C compiler for the host machine: cc (gcc 7.5.0 "cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0")
C linker for the host machine: cc ld.bfd 2.30
Host machine cpu family: x86_64
Host machine cpu: x86_64
Checking for function "clock_gettime" : YES
Has header "arpa/inet.h" : YES
Has header "net/in.h" : NO
Has header "netdb.h" : YES
Has header "ifaddrs.h" : YES
Has header "unistd.h" : YES
Checking for function "poll" : YES
Checking for function "getifaddrs" : YES
Compiler for C supports arguments -fno-strict-aliasing: YES
Message: warning level: 1
Message: werror enabled: false
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Run-time dependency gio-2.0 found: YES 2.56.4
Run-time dependency gthread-2.0 found: YES 2.56.4
Message: Crypto library requested: auto
Run-time dependency gnutls found: YES 3.5.18
Found CMake: /usr/bin/cmake (3.10.2)
Run-time dependency gstreamer-base-1.0 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency gstreamer-base-1.0
Subproject directory not found and gstreamer.wrap file not found
Subproject subprojects/gstreamer is buildable: NO (disabling)
Dependency gstreamer-base-1.0 from subproject subprojects/gstreamer found: NO
Run-time dependency gupnp-igd-1.0 found: NO (tried pkgconfig and cmake)
Library m found: YES
Program g-ir-scanner found: NO
Program glib-mkenums found: YES
Program glib-mkenums found: YES
Program gen-def.py found: YES
Program gen-map.py found: YES
Compiler for C supports link arguments -Wl,--version-script,/home/ubuntu/libnice/nice/libnice.ver: YES
Program gtkdoc-scan skipped: feature gtk_doc disabled
Message: Not building documentation as gtk-doc was not found or disabled
Has header "arpa/inet.h" : YES (cached)
Program sh found: YES
Program dd found: YES
Program diff found: YES
Program test-pseudotcp-random.sh found: YES
Configuring config.h using configuration
Build targets in project: 52
libnice 0.1.17.1
Subprojects
gstreamer: NO Subproject directory not found and gstreamer.wrap file not found
Found ninja-1.8.2 at /usr/bin/ninja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment