Skip to content

Instantly share code, notes, and snippets.

@100ideas
Last active August 29, 2015 14:04
Show Gist options
  • Save 100ideas/e34af54a30d5d69dd74a to your computer and use it in GitHub Desktop.
Save 100ideas/e34af54a30d5d69dd74a to your computer and use it in GitHub Desktop.
opencfu on macos_compat: ./configure fails with pkg-config problems
dev at forge in /usr/local/Cellar/gtkmm/2.24.4 on master [!]
$ pkg-config --modversion gtkmm-2.4
2.24.4

dev at forge in /usr/local/Cellar/gtkmm/2.24.4 on master [!]
$ pkg-config --print-errors gtkmm-2.4
Package xcb-shm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-shm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-shm', required by 'cairo', not found

dev at forge in /usr/local/Cellar/gtkmm/2.24.4 on master [!]
$ pkg-config --print-provides gtkmm-2.4
gtkmm-2.4 = 2.24.4
dev at forge in ~/Projects/OpenCFU on macos_compat
$ ./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
./configure: line 3473: gcc-mp-4.8: command not found
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to support OpenMP... unsupported
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OPENCV... yes
checking for GTKMM... no
configure: error: Gtkmm not found. Have you installed the library (devel version). You can build without a GUI with "./configure --without-gui"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by opencfu configure 3.8.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = forge
uname -m = x86_64
uname -r = 13.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 146 tasks, 652 threads, 4 processors
Load average: 1.10, Mach factor: 2.88
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/dev/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2213: checking for a BSD-compatible install
configure:2281: result: /usr/bin/install -c
configure:2292: checking whether build environment is sane
configure:2347: result: yes
configure:2498: checking for a thread-safe mkdir -p
configure:2537: result: build-aux/install-sh -c -d
configure:2544: checking for gawk
configure:2574: result: no
configure:2544: checking for mawk
configure:2574: result: no
configure:2544: checking for nawk
configure:2574: result: no
configure:2544: checking for awk
configure:2560: found /usr/bin/awk
configure:2571: result: awk
configure:2582: checking whether make sets $(MAKE)
configure:2604: result: yes
configure:2633: checking whether make supports nested variables
configure:2650: result: yes
configure:2834: checking for g++
configure:2850: found /usr/bin/g++
configure:2861: result: g++
configure:2888: checking for C++ compiler version
configure:2897: g++ --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:2908: $? = 0
configure:2897: g++ -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:2908: $? = 0
configure:2897: g++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2908: $? = 1
configure:2897: g++ -qversion >&5
clang: error: unknown argument: '-qversion' [-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
clang: error: no input files
configure:2908: $? = 1
configure:2928: checking whether the C++ compiler works
configure:2950: g++ conftest.cpp >&5
configure:2954: $? = 0
configure:3002: result: yes
configure:3005: checking for C++ compiler default output file name
configure:3007: result: a.out
configure:3013: checking for suffix of executables
configure:3020: g++ -o conftest conftest.cpp >&5
configure:3024: $? = 0
configure:3046: result:
configure:3068: checking whether we are cross compiling
configure:3076: g++ -o conftest conftest.cpp >&5
configure:3080: $? = 0
configure:3087: ./conftest
configure:3091: $? = 0
configure:3106: result: no
configure:3111: checking for suffix of object files
configure:3133: g++ -c conftest.cpp >&5
configure:3137: $? = 0
configure:3158: result: o
configure:3162: checking whether we are using the GNU C++ compiler
configure:3181: g++ -c conftest.cpp >&5
configure:3181: $? = 0
configure:3190: result: yes
configure:3199: checking whether g++ accepts -g
configure:3219: g++ -c -g conftest.cpp >&5
configure:3219: $? = 0
configure:3260: result: yes
configure:3294: checking for style of include used by make
configure:3322: result: GNU
configure:3348: checking dependency style of g++
configure:3459: result: gcc3
configure:3483: checking whether g++ supports C++11 features by default
configure:3509: g++ -c -g -O2 conftest.cpp >&5
conftest.cpp:13:21: error: expected parameter declarator
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:13:21: error: expected ')'
conftest.cpp:13:20: note: to match this '('
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^
conftest.cpp:13:7: error: C++ requires a type specifier for all declarations
static_assert(sizeof(int) <= sizeof(T), "not big enough");
^~~~~~~~~~~~~
conftest.cpp:16:29: error: a space is required between consecutive right angle brackets (use '> >')
typedef check<check<bool>> right_angle_brackets;
^~
> >
conftest.cpp:19:5: error: unknown type name 'decltype'
decltype(a) b;
^
conftest.cpp:19:16: error: expected ';' after top level declarator
decltype(a) b;
^
;
conftest.cpp:23:15: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
check_type&& cr = static_cast<check_type&&>(c);
^
conftest.cpp:23:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions]
check_type&& cr = static_cast<check_type&&>(c);
^
conftest.cpp:25:5: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
auto d = a;
^
3 warnings and 6 errors generated.
configure:3509: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| /* end confdefs.h. */
|
| template <typename T>
| struct check
| {
| static_assert(sizeof(int) <= sizeof(T), "not big enough");
| };
|
| typedef check<check<bool>> right_angle_brackets;
|
| int a;
| decltype(a) b;
|
| typedef check<int> check_type;
| check_type c;
| check_type&& cr = static_cast<check_type&&>(c);
|
| auto d = a;
|
configure:3516: result: no
configure:3527: checking whether g++ supports C++11 features with -std=c++11
configure:3555: g++ -c -g -O2 -std=c++11 conftest.cpp >&5
configure:3555: $? = 0
configure:3564: result: yes
configure:3650: checking for gcc
configure:3666: found /usr/bin/gcc
configure:3677: result: gcc
configure:3906: checking for C compiler version
configure:3915: gcc --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:3926: $? = 0
configure:3915: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.3.0
Thread model: posix
configure:3926: $? = 0
configure:3915: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3926: $? = 1
configure:3915: gcc -qversion >&5
clang: error: unknown argument: '-qversion' [-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
clang: error: no input files
configure:3926: $? = 1
configure:3930: checking whether we are using the GNU C compiler
configure:3949: gcc -c conftest.c >&5
configure:3949: $? = 0
configure:3958: result: yes
configure:3967: checking whether gcc accepts -g
configure:3987: gcc -c -g conftest.c >&5
configure:3987: $? = 0
configure:4028: result: yes
configure:4045: checking for gcc option to accept ISO C89
configure:4108: gcc -c -g -O2 conftest.c >&5
configure:4108: $? = 0
configure:4121: result: none needed
configure:4146: checking whether gcc understands -c and -o together
configure:4168: gcc -c conftest.c -o conftest2.o
configure:4171: $? = 0
configure:4168: gcc -c conftest.c -o conftest2.o
configure:4171: $? = 0
configure:4183: result: yes
configure:4202: checking dependency style of gcc
configure:4313: result: gcc3
configure:4337: checking for gcc option to support OpenMP
configure:4352: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:12:2: error: unknown type name 'choke'
choke me
^
conftest.c:14:10: fatal error: 'omp.h' file not found
#include <omp.h>
^
2 errors generated.
configure:4352: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -fopenmp conftest.c >&5
conftest.c:12:2: error: unknown type name 'choke'
choke me
^
conftest.c:14:10: fatal error: 'omp.h' file not found
#include <omp.h>
^
2 errors generated.
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -xopenmp conftest.c >&5
clang: error: language not recognized: 'openmp'
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -openmp conftest.c >&5
conftest.c:12:2: error: unknown type name 'choke'
choke me
^
conftest.c:14:10: fatal error: 'omp.h' file not found
#include <omp.h>
^
2 errors generated.
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -mp conftest.c >&5
clang: error: unknown argument: '-mp' [-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
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -omp conftest.c >&5
conftest.c:12:2: error: unknown type name 'choke'
choke me
^
conftest.c:14:10: fatal error: 'omp.h' file not found
#include <omp.h>
^
2 errors generated.
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -qsmp=omp conftest.c >&5
clang: error: unknown argument: '-qsmp=omp' [-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
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -homp conftest.c >&5
clang: error: unknown argument: '-homp' [-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
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 -Popenmp conftest.c >&5
clang: error: unknown argument: '-Popenmp' [-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
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4370: gcc -o conftest -g -O2 --openmp conftest.c >&5
clang: error: unsupported option '--openmp'
configure:4370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "opencfu"
| #define PACKAGE_TARNAME "opencfu"
| #define PACKAGE_VERSION "3.8.11"
| #define PACKAGE_STRING "opencfu 3.8.11"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
| #define HAVE_CXX11 1
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:4384: result: unsupported
configure:4448: checking for pkg-config
configure:4466: found /usr/local/bin/pkg-config
configure:4478: result: /usr/local/bin/pkg-config
configure:4503: checking pkg-config is at least version 0.9.0
configure:4506: result: yes
configure:4517: checking for OPENCV
configure:4524: $PKG_CONFIG --exists --print-errors "opencv >= 2.4.2"
configure:4527: $? = 0
configure:4540: $PKG_CONFIG --exists --print-errors "opencv >= 2.4.2"
configure:4543: $? = 0
configure:4578: result: yes
configure:4599: checking for GTKMM
configure:4606: $PKG_CONFIG --exists --print-errors "gtkmm-2.4 glibmm-2.4 gthread-2.0"
Package xcb-shm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-shm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-shm', required by 'cairo', not found
configure:4609: $? = 1
configure:4622: $PKG_CONFIG --exists --print-errors "gtkmm-2.4 glibmm-2.4 gthread-2.0"
Package xcb-shm was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-shm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-shm', required by 'cairo', not found
configure:4625: $? = 1
Package 'xcb-shm', required by 'cairo', not found
configure:4652: result: no
configure:4672: error: Gtkmm not found. Have you installed the library (devel version). You can build without a GUI with "./configure --without-gui"
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_GTKMM_CFLAGS_set=
ac_cv_env_GTKMM_CFLAGS_value=
ac_cv_env_GTKMM_LIBS_set=
ac_cv_env_GTKMM_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OPENCV_CFLAGS_set=
ac_cv_env_OPENCV_CFLAGS_value=
ac_cv_env_OPENCV_LIBS_set=
ac_cv_env_OPENCV_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_c_openmp=unsupported
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx11=no
ax_cv_cxx_compile_cxx11__std_cpp11=yes
pkg_cv_OPENCV_CFLAGS='-I/usr/local/Cellar/opencv/2.4.9/include/opencv -I/usr/local/Cellar/opencv/2.4.9/include '
pkg_cv_OPENCV_LIBS='/usr/local/Cellar/opencv/2.4.9/lib/libopencv_calib3d.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_contrib.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_core.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_features2d.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_flann.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_gpu.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_highgui.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_imgproc.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_legacy.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_ml.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_nonfree.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_objdetect.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_ocl.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_photo.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_stitching.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_superres.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_ts.a /usr/local/Cellar/opencv/2.4.9/lib/libopencv_video.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_videostab.dylib '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/dev/Projects/OpenCFU/build-aux/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /Users/dev/Projects/OpenCFU/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /Users/dev/Projects/OpenCFU/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /Users/dev/Projects/OpenCFU/build-aux/missing automake-1.14'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP=''
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -std=c++11'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DEV_MODE_FALSE=''
DEV_MODE_TRUE=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
GTKMM_CFLAGS=''
GTKMM_LIBS=''
HAVE_CXX11='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/dev/Projects/OpenCFU/build-aux/missing makeinfo'
MKDIR_P='build-aux/install-sh -c -d'
OBJEXT='o'
OPENCV_CFLAGS='-I/usr/local/Cellar/opencv/2.4.9/include/opencv -I/usr/local/Cellar/opencv/2.4.9/include '
OPENCV_LIBS='/usr/local/Cellar/opencv/2.4.9/lib/libopencv_calib3d.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_contrib.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_core.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_features2d.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_flann.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_gpu.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_highgui.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_imgproc.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_legacy.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_ml.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_nonfree.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_objdetect.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_ocl.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_photo.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_stitching.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_superres.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_ts.a /usr/local/Cellar/opencv/2.4.9/lib/libopencv_video.dylib /usr/local/Cellar/opencv/2.4.9/lib/libopencv_videostab.dylib '
OPENMP_CFLAGS=''
PACKAGE='opencfu'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='opencfu'
PACKAGE_STRING='opencfu 3.8.11'
PACKAGE_TARNAME='opencfu'
PACKAGE_URL='http://www.opencfu.sourceforge.net/'
PACKAGE_VERSION='3.8.11'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_GUI_FALSE=''
USE_GUI_TRUE=''
VERSION='3.8.11'
WIN32_FALSE=''
WIN32_TRUE=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/dev/Projects/OpenCFU/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "opencfu"
#define PACKAGE_TARNAME "opencfu"
#define PACKAGE_VERSION "3.8.11"
#define PACKAGE_STRING "opencfu 3.8.11"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL "http://www.opencfu.sourceforge.net/"
#define HAVE_CXX11 1
#define WITH_GUI 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment