Created
April 4, 2014 15:06
-
-
Save briandunn/9976559 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# project Ardour3 (3.5.357) configured on Fri Apr 4 11:02:56 2014 by | |
# waf 1.6.11 (abi 98, python 20706f0 on darwin) | |
# using ./waf configure | |
# | |
---------------------------------------- | |
Setting top to | |
/Users/brian/src/ardour | |
---------------------------------------- | |
Setting out to | |
/Users/brian/src/ardour/build | |
---------------------------------------- | |
Checking for 'gcc' (c compiler) | |
find program=['gcc', 'cc'] paths=['/Users/brian/.rvm/gems/ruby-2.1.0/bin', '/Users/brian/.rvm/gems/ruby-2.1.0@global/bin', '/Users/brian/.rvm/rubies/ruby-2.1.0/bin', '.git/safe/../../bin', '.git/bin', '/usr/local/bin', '/usr/bin', '/bin', '/usr/sbin', '/sbin', '/opt/X11/bin', '/usr/X11/bin', '/Users/brian/.rvm/bin', '/Users/brian/hashrocket/hr/bin'] var='CC' -> '/usr/bin/gcc' | |
find program=['ar'] paths=['/Users/brian/.rvm/gems/ruby-2.1.0/bin', '/Users/brian/.rvm/gems/ruby-2.1.0@global/bin', '/Users/brian/.rvm/rubies/ruby-2.1.0/bin', '.git/safe/../../bin', '.git/bin', '/usr/local/bin', '/usr/bin', '/bin', '/usr/sbin', '/sbin', '/opt/X11/bin', '/usr/X11/bin', '/Users/brian/.rvm/bin', '/Users/brian/hashrocket/hr/bin'] var='AR' -> '/usr/bin/ar' | |
/usr/bin/gcc | |
---------------------------------------- | |
Checking for 'g++' (c++ compiler) | |
find program=['g++', 'c++'] paths=['/Users/brian/.rvm/gems/ruby-2.1.0/bin', '/Users/brian/.rvm/gems/ruby-2.1.0@global/bin', '/Users/brian/.rvm/rubies/ruby-2.1.0/bin', '.git/safe/../../bin', '.git/bin', '/usr/local/bin', '/usr/bin', '/bin', '/usr/sbin', '/sbin', '/opt/X11/bin', '/usr/X11/bin', '/Users/brian/.rvm/bin', '/Users/brian/hashrocket/hr/bin'] var='CXX' -> '/usr/bin/g++' | |
(tool ar is already loaded, skipping) | |
/usr/bin/g++ | |
---------------------------------------------------- | |
Checking for boost library >= 1.39 | |
==> | |
#include <boost/version.hpp> | |
int main(void) { return (BOOST_VERSION >= 103900 ? 0 : 1); } | |
<== | |
[1/3] [32mcxx: build/.conf_check_6e0d54c53352c86386392258db1caae7/test.cpp -> build/.conf_check_6e0d54c53352c86386392258db1caae7/testbuild/test.cpp.1.o | |
[0m | |
['/usr/bin/g++', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-I/Users/brian/src/ardour/build/.conf_check_6e0d54c53352c86386392258db1caae7/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o'] | |
[2/3] [33mcxxprogram: build/.conf_check_6e0d54c53352c86386392258db1caae7/testbuild/test.cpp.1.o -> build/.conf_check_6e0d54c53352c86386392258db1caae7/testbuild/testprog | |
[0m | |
['/usr/bin/g++', '-Xlinker', '-headerpad_max_install_names', 'test.cpp.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_6e0d54c53352c86386392258db1caae7/testbuild/testprog'] | |
[3/3] [35mtest_exec: build/.conf_check_6e0d54c53352c86386392258db1caae7/testbuild/testprog | |
[0m | |
['/Users/brian/src/ardour/build/.conf_check_6e0d54c53352c86386392258db1caae7/testbuild/testprog'] | |
ok | |
---------------------------------------------------- | |
Checking for program pkg-config | |
/usr/local/bin/pkg-config | |
find program=['pkg-config'] paths=['/Users/brian/.rvm/gems/ruby-2.1.0/bin', '/Users/brian/.rvm/gems/ruby-2.1.0@global/bin', '/Users/brian/.rvm/rubies/ruby-2.1.0/bin', '.git/safe/../../bin', '.git/bin', '/usr/local/bin', '/usr/bin', '/bin', '/usr/sbin', '/sbin', '/opt/X11/bin', '/usr/X11/bin', '/Users/brian/.rvm/bin', '/Users/brian/hashrocket/hr/bin'] var='PKGCONFIG' -> '/usr/local/bin/pkg-config' | |
---------------------------------------------------- | |
Checking for 'glib-2.0' >= 2.2 | |
['/usr/local/bin/pkg-config', '--atleast-version=2.2', 'glib-2.0'] | |
['/usr/local/bin/pkg-config', 'glib-2.0', '--cflags', '--libs'] | |
out: -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl | |
yes | |
---------------------------------------------------- | |
Checking for 'gthread-2.0' >= 2.2 | |
['/usr/local/bin/pkg-config', '--atleast-version=2.2', 'gthread-2.0'] | |
['/usr/local/bin/pkg-config', 'gthread-2.0', '--cflags', '--libs'] | |
out: -D_REENTRANT -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -lgthread-2.0 -lglib-2.0 -lintl | |
yes | |
---------------------------------------------------- | |
Checking for 'glibmm-2.4' >= 2.32.0 | |
['/usr/local/bin/pkg-config', '--atleast-version=2.32.0', 'glibmm-2.4'] | |
['/usr/local/bin/pkg-config', 'glibmm-2.4', '--cflags', '--libs'] | |
out: -I/usr/local/Cellar/glibmm/2.38.1/include/glibmm-2.4 -I/usr/local/Cellar/glibmm/2.38.1/lib/glibmm-2.4/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libsigc++/2.3.1/include/sigc++-2.0 -I/usr/local/Cellar/libsigc++/2.3.1/lib/sigc++-2.0/include -L/usr/local/Cellar/glibmm/2.38.1/lib -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/libsigc++/2.3.1/lib -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lintl -lsigc-2.0 | |
yes | |
---------------------------------------------------- | |
Checking for 'sndfile' >= 1.0.18 | |
['/usr/local/bin/pkg-config', '--atleast-version=1.0.18', 'sndfile'] | |
['/usr/local/bin/pkg-config', 'sndfile', '--cflags', '--libs'] | |
out: -I/usr/local/Cellar/libsndfile/1.0.25/include -L/usr/local/Cellar/libsndfile/1.0.25/lib -lsndfile | |
yes | |
---------------------------------------------------- | |
Checking for 'giomm-2.4' >= 2.2 | |
['/usr/local/bin/pkg-config', '--atleast-version=2.2', 'giomm-2.4'] | |
['/usr/local/bin/pkg-config', 'giomm-2.4', '--cflags', '--libs'] | |
out: -D_REENTRANT -I/usr/local/Cellar/glibmm/2.38.1/include/giomm-2.4 -I/usr/local/Cellar/glibmm/2.38.1/lib/giomm-2.4/include -I/usr/local/Cellar/glibmm/2.38.1/include/glibmm-2.4 -I/usr/local/Cellar/glibmm/2.38.1/lib/glibmm-2.4/include -I/usr/local/Cellar/glib/2.38.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.38.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/libsigc++/2.3.1/include/sigc++-2.0 -I/usr/local/Cellar/libsigc++/2.3.1/lib/sigc++-2.0/include -L/usr/local/Cellar/glibmm/2.38.1/lib -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/Cellar/glibmm/2.38.1/lib -L/usr/local/Cellar/glib/2.38.2/lib -L/usr/local/opt/gettext/lib -L/usr/local/Cellar/libsigc++/2.3.1/lib -lgiomm-2.4 -lgio-2.0 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lintl -lsigc-2.0 | |
yes | |
---------------------------------------------------- | |
Checking for 'libcurl' >= 7.0.0 | |
['/usr/local/bin/pkg-config', '--atleast-version=7.0.0', 'libcurl'] | |
['/usr/local/bin/pkg-config', 'libcurl', '--cflags', '--libs'] | |
out: -lcurl | |
yes | |
---------------------------------------------------- | |
Checking for 'liblo' >= 0.26 | |
['/usr/local/bin/pkg-config', '--atleast-version=0.26', 'liblo'] | |
['/usr/local/bin/pkg-config', 'liblo', '--cflags', '--libs'] | |
out: -I/usr/local/Cellar/liblo/0.28/include -L/usr/local/Cellar/liblo/0.28/lib -llo | |
yes | |
---------------------------------------------------- | |
Checking for function dlopen | |
==> | |
#include <dlfcn.h> | |
int main() { | |
void *p; | |
p=(void*)(dlopen); | |
return 0; | |
} | |
<== | |
[1/2] [32mc: build/.conf_check_e83e0550ddd4ea346ab1a7869316110a/test.c -> build/.conf_check_e83e0550ddd4ea346ab1a7869316110a/testbuild/test.c.1.o | |
[0m | |
['/usr/bin/gcc', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-I/Users/brian/src/ardour/build/.conf_check_e83e0550ddd4ea346ab1a7869316110a/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '../test.c', '-c', '-o', 'test.c.1.o'] | |
[2/2] [33mcprogram: build/.conf_check_e83e0550ddd4ea346ab1a7869316110a/testbuild/test.c.1.o -> build/.conf_check_e83e0550ddd4ea346ab1a7869316110a/testbuild/testprog | |
[0m | |
['/usr/bin/gcc', '-Xlinker', '-headerpad_max_install_names', 'test.c.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_e83e0550ddd4ea346ab1a7869316110a/testbuild/testprog', '-ldl'] | |
yes | |
(tool compiler_cxx is already loaded, skipping) | |
---------------------------------------------------- | |
Checking for 'libxml-2.0' | |
['/usr/local/bin/pkg-config', 'libxml-2.0', '--cflags', '--libs'] | |
out: -I/usr/include/libxml2 -lxml2 | |
yes | |
---------------------------------------------------- | |
Checking for 'sigc++-2.0' >= 2.0 | |
['/usr/local/bin/pkg-config', '--atleast-version=2.0', 'sigc++-2.0'] | |
['/usr/local/bin/pkg-config', 'sigc++-2.0', '--cflags', '--libs'] | |
out: -I/usr/local/Cellar/libsigc++/2.3.1/include/sigc++-2.0 -I/usr/local/Cellar/libsigc++/2.3.1/lib/sigc++-2.0/include -L/usr/local/Cellar/libsigc++/2.3.1/lib -lsigc-2.0 | |
yes | |
---------------------------------------------------- | |
Checking for function getmntent | |
==> | |
#include <mntent.h> | |
int main() { | |
void *p; | |
p=(void*)(getmntent); | |
return 0; | |
} | |
<== | |
[1/2] [32mcxx: build/.conf_check_b7b59aa1b3ec9466b310779bdbf0b2e1/test.cpp -> build/.conf_check_b7b59aa1b3ec9466b310779bdbf0b2e1/testbuild/test.cpp.1.o | |
[0m | |
['/usr/bin/g++', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-DWAF_BUILD', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-DMAC_OS_X_VERSION_MIN_REQUIRED=1070', '-mmacosx-version-min=10.7', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Woverloaded-virtual', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-I/Users/brian/src/ardour/build/.conf_check_b7b59aa1b3ec9466b310779bdbf0b2e1/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DWINDOWS_KEY="Mod4><Super"', '-DCONFIG_ARCH="x86_64"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o'] | |
err: ../test.cpp:1:10: fatal error: 'mntent.h' file not found | |
#include <mntent.h> | |
^ | |
1 error generated. | |
from /Users/brian/src/ardour/libs/pbd: Test does not build: Traceback (most recent call last): | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Tools/c_config.py", line 445, in run_c_code | |
bld.compile() | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Build.py", line 190, in compile | |
raise Errors.BuildError(self.producer.error) | |
BuildError: Build failed | |
-> task in 'testprog' failed (exit status 1): | |
{task 4341576272: cxx test.cpp -> test.cpp.1.o} | |
['/usr/bin/g++', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-DWAF_BUILD', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-DMAC_OS_X_VERSION_MIN_REQUIRED=1070', '-mmacosx-version-min=10.7', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Woverloaded-virtual', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-I/Users/brian/src/ardour/build/.conf_check_b7b59aa1b3ec9466b310779bdbf0b2e1/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DWINDOWS_KEY="Mod4><Super"', '-DCONFIG_ARCH="x86_64"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o'] | |
not found | |
from /Users/brian/src/ardour/libs/pbd: The configuration failed | |
---------------------------------------------------- | |
Checking for header execinfo.h | |
==> | |
#include <execinfo.h> | |
int main() { | |
return 0; | |
} | |
<== | |
[1/2] [32mcxx: build/.conf_check_9ec40aceea2effbaed0bd66e83a780b6/test.cpp -> build/.conf_check_9ec40aceea2effbaed0bd66e83a780b6/testbuild/test.cpp.1.o | |
[0m | |
['/usr/bin/g++', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-DWAF_BUILD', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-DMAC_OS_X_VERSION_MIN_REQUIRED=1070', '-mmacosx-version-min=10.7', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Woverloaded-virtual', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-I/Users/brian/src/ardour/build/.conf_check_9ec40aceea2effbaed0bd66e83a780b6/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DWINDOWS_KEY="Mod4><Super"', '-DCONFIG_ARCH="x86_64"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o'] | |
[2/2] [33mcxxprogram: build/.conf_check_9ec40aceea2effbaed0bd66e83a780b6/testbuild/test.cpp.1.o -> build/.conf_check_9ec40aceea2effbaed0bd66e83a780b6/testbuild/testprog | |
[0m | |
['/usr/bin/g++', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.cpp.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_9ec40aceea2effbaed0bd66e83a780b6/testbuild/testprog'] | |
err: clang: error: unknown argument: '-framework Accelerate' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
from /Users/brian/src/ardour/libs/pbd: Test does not build: Traceback (most recent call last): | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Tools/c_config.py", line 445, in run_c_code | |
bld.compile() | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Build.py", line 190, in compile | |
raise Errors.BuildError(self.producer.error) | |
BuildError: Build failed | |
-> task in 'testprog' failed (exit status 1): | |
{task 4342580048: cxxprogram test.cpp.1.o -> testprog} | |
['/usr/bin/g++', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.cpp.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_9ec40aceea2effbaed0bd66e83a780b6/testbuild/testprog'] | |
not found | |
from /Users/brian/src/ardour/libs/pbd: The configuration failed | |
---------------------------------------------------- | |
Checking for header unistd.h | |
==> | |
#include <unistd.h> | |
int main() { | |
return 0; | |
} | |
<== | |
[1/2] [32mcxx: build/.conf_check_7cfcbbf5bebd3c25a87b985f1cc88275/test.cpp -> build/.conf_check_7cfcbbf5bebd3c25a87b985f1cc88275/testbuild/test.cpp.1.o | |
[0m | |
['/usr/bin/g++', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-DWAF_BUILD', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-DMAC_OS_X_VERSION_MIN_REQUIRED=1070', '-mmacosx-version-min=10.7', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Woverloaded-virtual', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-I/Users/brian/src/ardour/build/.conf_check_7cfcbbf5bebd3c25a87b985f1cc88275/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DWINDOWS_KEY="Mod4><Super"', '-DCONFIG_ARCH="x86_64"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o'] | |
[2/2] [33mcxxprogram: build/.conf_check_7cfcbbf5bebd3c25a87b985f1cc88275/testbuild/test.cpp.1.o -> build/.conf_check_7cfcbbf5bebd3c25a87b985f1cc88275/testbuild/testprog | |
[0m | |
['/usr/bin/g++', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.cpp.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_7cfcbbf5bebd3c25a87b985f1cc88275/testbuild/testprog'] | |
err: clang: error: unknown argument: '-framework Accelerate' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
from /Users/brian/src/ardour/libs/pbd: Test does not build: Traceback (most recent call last): | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Tools/c_config.py", line 445, in run_c_code | |
bld.compile() | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Build.py", line 190, in compile | |
raise Errors.BuildError(self.producer.error) | |
BuildError: Build failed | |
-> task in 'testprog' failed (exit status 1): | |
{task 4342581392: cxxprogram test.cpp.1.o -> testprog} | |
['/usr/bin/g++', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.cpp.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_7cfcbbf5bebd3c25a87b985f1cc88275/testbuild/testprog'] | |
not found | |
from /Users/brian/src/ardour/libs/pbd: The configuration failed | |
---------------------------------------------------- | |
Checking for function posix_memalign | |
==> | |
#include <stdlib.h> | |
int main() { | |
void *p; | |
p=(void*)(posix_memalign); | |
return 0; | |
} | |
<== | |
[1/2] [32mc: build/.conf_check_5f0fe3aac7c44e62c47587f7006495f4/test.c -> build/.conf_check_5f0fe3aac7c44e62c47587f7006495f4/testbuild/test.c.1.o | |
[0m | |
['/usr/bin/gcc', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-DWAF_BUILD', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-DMAC_OS_X_VERSION_MIN_REQUIRED=1070', '-mmacosx-version-min=10.7', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Wstrict-prototypes', '-Wmissing-prototypes', '-D_XOPEN_SOURCE=600', '-I/Users/brian/src/ardour/build/.conf_check_5f0fe3aac7c44e62c47587f7006495f4/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DWINDOWS_KEY="Mod4><Super"', '-DCONFIG_ARCH="x86_64"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '../test.c', '-c', '-o', 'test.c.1.o'] | |
[2/2] [33mcprogram: build/.conf_check_5f0fe3aac7c44e62c47587f7006495f4/testbuild/test.c.1.o -> build/.conf_check_5f0fe3aac7c44e62c47587f7006495f4/testbuild/testprog | |
[0m | |
['/usr/bin/gcc', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.c.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_5f0fe3aac7c44e62c47587f7006495f4/testbuild/testprog'] | |
err: clang: error: unknown argument: '-framework Accelerate' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
from /Users/brian/src/ardour/libs/pbd: Test does not build: Traceback (most recent call last): | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Tools/c_config.py", line 445, in run_c_code | |
bld.compile() | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Build.py", line 190, in compile | |
raise Errors.BuildError(self.producer.error) | |
BuildError: Build failed | |
-> task in 'testprog' failed (exit status 1): | |
{task 4341576592: cprogram test.c.1.o -> testprog} | |
['/usr/bin/gcc', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.c.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_5f0fe3aac7c44e62c47587f7006495f4/testbuild/testprog'] | |
no | |
from /Users/brian/src/ardour/libs/pbd: The configuration failed | |
---------------------------------------------------- | |
Checking for header boost/shared_ptr.hpp | |
==> | |
#include <boost/shared_ptr.hpp> | |
int main() { | |
return 0; | |
} | |
<== | |
[1/2] [32mcxx: build/.conf_check_43c16238e1719f560a373b381cf3157e/test.cpp -> build/.conf_check_43c16238e1719f560a373b381cf3157e/testbuild/test.cpp.1.o | |
[0m | |
['/usr/bin/g++', '-I/Users/brian/src/ardour', '-O0', '-g', '-fshow-column', '-DWAF_BUILD', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-DMAC_OS_X_VERSION_MIN_REQUIRED=1070', '-mmacosx-version-min=10.7', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Woverloaded-virtual', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-I/opt/local/include', '-I/Users/brian/src/ardour/build/.conf_check_43c16238e1719f560a373b381cf3157e/testbuild', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DWINDOWS_KEY="Mod4><Super"', '-DCONFIG_ARCH="x86_64"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '../test.cpp', '-c', '-o', 'test.cpp.1.o'] | |
[2/2] [33mcxxprogram: build/.conf_check_43c16238e1719f560a373b381cf3157e/testbuild/test.cpp.1.o -> build/.conf_check_43c16238e1719f560a373b381cf3157e/testbuild/testprog | |
[0m | |
['/usr/bin/g++', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.cpp.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_43c16238e1719f560a373b381cf3157e/testbuild/testprog'] | |
err: clang: error: unknown argument: '-framework Accelerate' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
from /Users/brian/src/ardour/libs/pbd: Test does not build: Traceback (most recent call last): | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Tools/c_config.py", line 445, in run_c_code | |
bld.compile() | |
File "/Users/brian/src/ardour/.waf-1.6.11-8a0f4c5ce0657e24fa64022baa2c02a5/waflib/Build.py", line 190, in compile | |
raise Errors.BuildError(self.producer.error) | |
BuildError: Build failed | |
-> task in 'testprog' failed (exit status 1): | |
{task 4342580048: cxxprogram test.cpp.1.o -> testprog} | |
['/usr/bin/g++', '-Xlinker', '-headerpad_max_install_names', '-framework Accelerate', 'test.cpp.1.o', '-o', '/Users/brian/src/ardour/build/.conf_check_43c16238e1719f560a373b381cf3157e/testbuild/testprog'] | |
not found | |
from /Users/brian/src/ardour/libs/pbd: The configuration failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment