Skip to content

Instantly share code, notes, and snippets.

@sletz
Created March 3, 2016 13:28
Show Gist options
  • Save sletz/cb725f15685ca3d839d5 to your computer and use it in GitHub Desktop.
Save sletz/cb725f15685ca3d839d5 to your computer and use it in GitHub Desktop.
faust:jack2 letz$ ./waf configure
Setting top to : /Documents/jack2-github/jack2
Setting out to : /Documents/jack2-github/jack2/build
Checking for 'clang++' (C++ compiler) : /opt/local/bin/clang++
Checking for 'clang' (C compiler) : /opt/local/bin/clang
Checking for program 'doxygen' : /opt/local/bin/doxygen
Checking for program 'pkg-config' : /opt/local/bin/pkg-config
Checking for 'alsa' >= 1.0.18 : not found
Checking for 'libffado' >= 1.999.17 : not found
Checking for 'libfreebob' >= 1.0.0 : not found
Checking for 'gtkIOStream' >= 1.4.0 : not found
Checking for 'eigen3' >= 3.1.2 : not found
Checking for 'portaudio-2.0' >= 19 : yes
Checking for header windows.h : not found
Checking for header mmsystem.h : no
Checking for 'celt' >= 0.11.0 : not found
Checking for 'celt' >= 0.8.0 : not found
Checking for 'celt' >= 0.7.0 : yes
Checking for 'opus' >= 0.9.0 : yes
Checking for header opus/opus_custom.h : yes
Checking for 'samplerate' >= 0 : yes
Checking for 'sndfile' >= 0 : yes
Checking for library readline : yes
Checking for header readline/readline.h : yes
Checking for function ppoll : not found
==================
JACK 1.9.11 svn revision will checked and eventually updated during build
Build with a maximum of 64 JACK clients
Build with a maximum of 768 ports per application
Install prefix : /usr/local
Library directory : /usr/local/lib
Drivers directory : /usr/local/lib/jack
Build debuggable binaries : no
C compiler flags : ['-Wall']
C++ compiler flags : ['-Wall']
Linker flags : []
Build with engine profiling : no
Build with 32/64 bits mixed mode : no
Build standard JACK (jackd) : yes
Build D-Bus JACK (jackdbus) : no
Autostart method : classic
Build doxygen documentation : yes
Enable ALSA driver : no
Enable FireWire driver (FFADO) : no
Enable FreeBob driver : no
Enable IIO driver : no
Enable Portaudio driver : no
Enable WinMME driver : no
Build with CELT : yes
Build Opus netjack2 : yes
Build with libsamplerate : yes
Build with libsndfile : yes
Build with readline : yes
'configure' finished successfully (0.736s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment