This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Gem configure 0.94, which was generated by GNU Autoconf 2.72. Invocation command line was $ ./configure --prefix=/Users/rnkn/Applications/Pd.app/Contents/Resources/extra/ --with-pd=/Users/rnkn/Applications/Pd.app/Contents/Resources/src/ --without-ImageIO-framework ## --------- ## ## Platform. ## ## --------- ## hostname = MacBookAir.home uname -m = arm64 uname -r = 24.2.0 uname -s = Darwin uname -v = Darwin Kernel Version 24.2.0: Fri Dec 6 18:40:14 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8103 /usr/bin/uname -p = arm /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 24.2.0: Fri Dec 6 18:40:14 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T8103 Kernel configured for up to 8 processors. 8 processors are physically available. 8 processors are logically available. Processor type: arm64e (ARM64E) Processors active: 0 1 2 3 4 5 6 7 Primary memory available: 8.00 gigabytes Default processor set: 615 tasks, 2752 threads, 8 processors Load average: 1.71, Mach factor: 6.27 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/bin/ PATH: /usr/local/sbin/ PATH: /Users/rnkn/.local/bin/ PATH: /opt/pkg/bin/ PATH: /opt/local/bin/ PATH: /Users/rnkn/bin/ PATH: /bin/ PATH: /sbin/ PATH: /usr/bin/ PATH: /usr/sbin/ PATH: /usr/X11R6/bin/ PATH: /usr/local/bin/ PATH: /System/Cryptexes/App/usr/bin/ PATH: /usr/bin/ PATH: /bin/ PATH: /usr/sbin/ PATH: /sbin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/ PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/ PATH: /opt/pkg/sbin/ PATH: /opt/pkg/bin/ PATH: /opt/X11/bin/ PATH: /usr/local/sbin/ PATH: /Users/rnkn/.local/bin/ PATH: /opt/local/bin/ PATH: /Users/rnkn/bin/ PATH: /usr/X11R6/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:4300: looking for aux files: compile ltmain.sh config.guess config.sub missing install-sh configure:4313: trying ./ configure:4342: ./compile found configure:4342: ./ltmain.sh found configure:4342: ./config.guess found configure:4342: ./config.sub found configure:4342: ./missing found configure:4324: ./install-sh found configure:4473: checking for a BSD-compatible install configure:4547: result: /usr/bin/install -c configure:4558: checking whether build environment is sane configure:4613: result: yes configure:4774: checking for a race-free mkdir -p configure:4817: result: mkdir -p configure:4824: checking for gawk configure:4860: result: no configure:4824: checking for mawk configure:4860: result: no configure:4824: checking for nawk configure:4845: found /opt/pkg/bin/nawk configure:4857: result: nawk configure:4868: checking whether make sets $(MAKE) configure:4892: result: yes configure:4922: checking whether make supports nested variables configure:4941: result: yes configure:5388: checking for g++ configure:5409: found /usr/bin/g++ configure:5421: result: g++ configure:5448: checking for C++ compiler version configure:5457: g++ --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:5468: $? = 0 configure:5457: g++ -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:5468: $? = 0 configure:5457: g++ -V >&5 clang++: error: argument to '-V' is missing (expected 1 value) clang++: error: no input files configure:5468: $? = 1 configure:5457: g++ -qversion >&5 clang++: error: unknown argument '-qversion'; did you mean '--version'? clang++: error: no input files configure:5468: $? = 1 configure:5488: checking whether the C++ compiler works configure:5510: g++ conftest.cpp >&5 configure:5514: $? = 0 configure:5565: result: yes configure:5569: checking for C++ compiler default output file name configure:5571: result: a.out configure:5577: checking for suffix of executables configure:5584: g++ -o conftest conftest.cpp >&5 configure:5588: $? = 0 configure:5612: result: configure:5636: checking whether we are cross compiling configure:5644: g++ -o conftest conftest.cpp >&5 configure:5648: $? = 0 configure:5655: ./conftest configure:5659: $? = 0 configure:5674: result: no configure:5680: checking for suffix of object files configure:5703: g++ -c conftest.cpp >&5 configure:5707: $? = 0 configure:5731: result: o configure:5735: checking whether the compiler supports GNU C++ configure:5755: g++ -c conftest.cpp >&5 configure:5755: $? = 0 configure:5767: result: yes configure:5778: checking whether g++ accepts -g configure:5799: g++ -c -g conftest.cpp >&5 configure:5799: $? = 0 configure:5846: result: yes configure:5866: checking for g++ option to enable C++11 features configure:5881: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:57:3: error: "Compiler does not advertise C++11 conformance" 57 | # error "Compiler does not advertise C++11 conformance" | ^ conftest.cpp:62:3: error: unknown type name 'constexpr' 62 | constexpr int get_val() { return 20; } | ^ conftest.cpp:74:17: error: delegating constructors are permitted only in C++11 74 | delegate(): delegate(2354) {} | ^~~~~~~~ conftest.cpp:85:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions] 85 | virtual int getval() override final { return this->n * 2; } | ^ conftest.cpp:85:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions] 85 | virtual int getval() override final { return this->n * 2; } | ^ conftest.cpp:92:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] 92 | nocopy() = default; | ^ conftest.cpp:93:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] 93 | nocopy(const nocopy&) = delete; | ^ conftest.cpp:94:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] 94 | nocopy & operator=(const nocopy&) = delete; | ^ conftest.cpp:106:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 106 | template auto sum(V first) -> V | ^ conftest.cpp:106:25: error: 'auto' not allowed in function return type 106 | template auto sum(V first) -> V | ^~~~ conftest.cpp:106:42: error: expected ';' at end of declaration 106 | template auto sum(V first) -> V | ^ | ; conftest.cpp:106:43: error: cannot use arrow operator on a type 106 | template auto sum(V first) -> V | ^ conftest.cpp:110:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions] 110 | template auto sum(V first, Args... rest) -> V | ^ conftest.cpp:110:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 110 | template auto sum(V first, Args... rest) -> V | ^ conftest.cpp:110:43: error: 'auto' not allowed in function return type 110 | template auto sum(V first, Args... rest) -> V | ^~~~ conftest.cpp:110:74: error: expected ';' at end of declaration 110 | template auto sum(V first, Args... rest) -> V | ^ | ; conftest.cpp:110:75: error: cannot use arrow operator on a type 110 | template auto sum(V first, Args... rest) -> V | ^ conftest.cpp:134:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 134 | auto a1 = 6538; | ^ conftest.cpp:135:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 135 | auto a2 = 48573953.4; | ^ conftest.cpp:136:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 136 | auto a3 = "String literal"; | ^ conftest.cpp:139:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 139 | for (auto i = a3; *i; ++i) { total += *i; } | ^ conftest.cpp:155:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 155 | for (auto &x : array) { x += 23; } | ^ conftest.cpp:155:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions] 155 | for (auto &x : array) { x += 23; } | ^ conftest.cpp:160:17: error: expected expression 160 | assert (eval ([](int x) { return x*2; }, 21) == 42); | ^ conftest.cpp:162:17: error: expected expression 162 | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); | ^ conftest.cpp:164:17: error: expected expression 164 | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); | ^ conftest.cpp:170:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 170 | auto a = sum(1); | ^ conftest.cpp:170:12: error: no matching function for call to 'sum' 170 | auto a = sum(1); | ^~~ conftest.cpp:171:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 171 | auto b = sum(1, 2); | ^ conftest.cpp:171:12: error: no matching function for call to 'sum' 171 | auto b = sum(1, 2); | ^~~ conftest.cpp:172:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] 172 | auto c = sum(1.0, 2.0, 3.0); | ^ conftest.cpp:172:12: error: no matching function for call to 'sum' 172 | auto c = sum(1.0, 2.0, 3.0); | ^~~ conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] 177 | cxx11test::delegate d2(); | ^~ conftest.cpp:177:25: note: remove parentheses to declare a variable 177 | cxx11test::delegate d2(); | ^~ conftest.cpp:190:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'? 190 | test_template<::test_template> v(test_template(12)); | ^~~ | < :: conftest.cpp:190:36: error: a space is required between consecutive right angle brackets (use '> >') 190 | test_template<::test_template> v(test_template(12)); | ^~ | > > conftest.cpp:194:22: error: use of undeclared identifier 'u8' 194 | char const *utf8 = u8"UTF-8 string \u2500"; | ^ conftest.cpp:194:24: error: expected ';' at end of declaration 194 | char const *utf8 = u8"UTF-8 string \u2500"; | ^ | ; fatal error: too many errors emitted, stopping now [-ferror-limit=] 18 warnings and 20 errors generated. configure:5881: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | /* end confdefs.h. */ | | // Does the compiler advertise C++98 conformance? | #if !defined __cplusplus || __cplusplus < 199711L | # error "Compiler does not advertise C++98 conformance" | #endif | | // These inclusions are to reject old compilers that | // lack the unsuffixed header files. | #include | #include | | // and are *not* freestanding headers in C++98. | extern void assert (int); | namespace std { | extern int strcmp (const char *, const char *); | } | | // Namespaces, exceptions, and templates were all added after "C++ 2.0". | using std::exception; | using std::strcmp; | | namespace { | | void test_exception_syntax() | { | try { | throw "test"; | } catch (const char *s) { | // Extra parentheses suppress a warning when building autoconf itself, | // due to lint rules shared with more typical C programs. | assert (!(strcmp) (s, "test")); | } | } | | template struct test_template | { | T const val; | explicit test_template(T t) : val(t) {} | template T add(U u) { return static_cast(u) + val; } | }; | | } // anonymous namespace | | | // Does the compiler advertise C++ 2011 conformance? | #if !defined __cplusplus || __cplusplus < 201103L | # error "Compiler does not advertise C++11 conformance" | #endif | | namespace cxx11test | { | constexpr int get_val() { return 20; } | | struct testinit | { | int i; | double d; | }; | | class delegate | { | public: | delegate(int n) : n(n) {} | delegate(): delegate(2354) {} | | virtual int getval() { return this->n; }; | protected: | int n; | }; | | class overridden : public delegate | { | public: | overridden(int n): delegate(n) {} | virtual int getval() override final { return this->n * 2; } | }; | | class nocopy | { | public: | nocopy(int i): i(i) {} | nocopy() = default; | nocopy(const nocopy&) = delete; | nocopy & operator=(const nocopy&) = delete; | private: | int i; | }; | | // for testing lambda expressions | template Ret eval(Fn f, Ret v) | { | return f(v); | } | | // for testing variadic templates and trailing return types | template auto sum(V first) -> V | { | return first; | } | template auto sum(V first, Args... rest) -> V | { | return first + sum(rest...); | } | } | | | int | main (int argc, char **argv) | { | int ok = 0; | | assert (argc); | assert (! argv[0]); | { | test_exception_syntax (); | test_template tt (2.0); | assert (tt.add (4) == 6.0); | assert (true && !false); | } | | | { | // Test auto and decltype | auto a1 = 6538; | auto a2 = 48573953.4; | auto a3 = "String literal"; | | int total = 0; | for (auto i = a3; *i; ++i) { total += *i; } | | decltype(a2) a4 = 34895.034; | } | { | // Test constexpr | short sa[cxx11test::get_val()] = { 0 }; | } | { | // Test initializer lists | cxx11test::testinit il = { 4323, 435234.23544 }; | } | { | // Test range-based for | int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, | 14, 19, 17, 8, 6, 20, 16, 2, 11, 1}; | for (auto &x : array) { x += 23; } | } | { | // Test lambda expressions | using cxx11test::eval; | assert (eval ([](int x) { return x*2; }, 21) == 42); | double d = 2.0; | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); | assert (d == 5.0); | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); | assert (d == 5.0); | } | { | // Test use of variadic templates | using cxx11test::sum; | auto a = sum(1); | auto b = sum(1, 2); | auto c = sum(1.0, 2.0, 3.0); | } | { | // Test constructor delegation | cxx11test::delegate d1; | cxx11test::delegate d2(); | cxx11test::delegate d3(45); | } | { | // Test override and final | cxx11test::overridden o1(55464); | } | { | // Test nullptr | char *c = nullptr; | } | { | // Test template brackets | test_template<::test_template> v(test_template(12)); | } | { | // Unicode literals | char const *utf8 = u8"UTF-8 string \u2500"; | char16_t const *utf16 = u"UTF-8 string \u2500"; | char32_t const *utf32 = U"UTF-32 string \u2500"; | } | | return ok; | } | configure:5881: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse] 177 | cxx11test::delegate d2(); | ^~ conftest.cpp:177:25: note: remove parentheses to declare a variable 177 | cxx11test::delegate d2(); | ^~ 1 warning generated. configure:5881: $? = 0 configure:5903: result: -std=gnu++11 configure:5972: checking whether make supports the include directive configure:5987: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:5990: $? = 0 configure:6009: result: yes (GNU style) configure:6035: checking dependency style of g++ -std=gnu++11 configure:6148: result: gcc3 configure:6225: checking for gcc configure:6246: found /usr/bin/gcc configure:6258: result: gcc configure:6283: checking for Objective C compiler version configure:6292: gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:6303: $? = 0 configure:6292: gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:6303: $? = 0 configure:6292: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:6303: $? = 1 configure:6292: gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:6303: $? = 1 configure:6307: checking whether the compiler supports GNU Objective C configure:6327: gcc -c conftest.m >&5 configure:6327: $? = 0 configure:6339: result: yes configure:6350: checking whether gcc accepts -g configure:6371: gcc -c -g conftest.m >&5 configure:6371: $? = 0 configure:6418: result: yes configure:6443: checking dependency style of gcc configure:6554: result: gcc3 configure:6629: checking for g++ configure:6650: found /usr/bin/g++ configure:6662: result: g++ configure:6687: checking for Objective C++ compiler version configure:6696: g++ --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:6707: $? = 0 configure:6696: g++ -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:6707: $? = 0 configure:6696: g++ -V >&5 clang++: error: argument to '-V' is missing (expected 1 value) clang++: error: no input files configure:6707: $? = 1 configure:6696: g++ -qversion >&5 clang++: error: unknown argument '-qversion'; did you mean '--version'? clang++: error: no input files configure:6707: $? = 1 configure:6711: checking whether the compiler supports GNU Objective C++ configure:6731: g++ -c conftest.mm >&5 configure:6731: $? = 0 configure:6743: result: yes configure:6754: checking whether g++ accepts -g configure:6775: g++ -c -g conftest.mm >&5 configure:6775: $? = 0 configure:6822: result: yes configure:6847: checking dependency style of g++ configure:6958: result: gcc3 configure:6980: checking build system type configure:6996: result: aarch64-apple-darwin24.2.0 configure:7016: checking host system type configure:7031: result: aarch64-apple-darwin24.2.0 configure:7437: checking how to print strings configure:7464: result: printf configure:7548: checking for gcc configure:7569: found /usr/bin/gcc configure:7581: result: gcc configure:7940: checking for C compiler version configure:7949: gcc --version >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:7960: $? = 0 configure:7949: gcc -v >&5 Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:7960: $? = 0 configure:7949: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:7960: $? = 1 configure:7949: gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:7960: $? = 1 configure:7949: gcc -version >&5 clang: error: unknown argument '-version'; did you mean '--version'? clang: error: no input files configure:7960: $? = 1 configure:7964: checking whether the compiler supports GNU C configure:7984: gcc -c conftest.c >&5 configure:7984: $? = 0 configure:7996: result: yes configure:8007: checking whether gcc accepts -g configure:8028: gcc -c -g conftest.c >&5 configure:8028: $? = 0 configure:8075: result: yes configure:8095: checking for gcc option to enable C11 features configure:8110: gcc -c -g -O2 conftest.c >&5 configure:8110: $? = 0 configure:8129: result: none needed configure:8253: checking whether gcc understands -c and -o together configure:8276: gcc -c conftest.c -o conftest2.o configure:8279: $? = 0 configure:8276: gcc -c conftest.c -o conftest2.o configure:8279: $? = 0 configure:8292: result: yes configure:8311: checking dependency style of gcc configure:8424: result: gcc3 configure:8439: checking for a sed that does not truncate output configure:8511: result: /usr/bin/sed configure:8529: checking for grep that handles long lines and -e configure:8595: result: /usr/bin/grep configure:8600: checking for egrep configure:8670: result: /usr/bin/grep -E configure:8677: checking for fgrep configure:8747: result: /usr/bin/grep -F configure:8784: checking for ld used by gcc configure:8853: result: /Library/Developer/CommandLineTools/usr/bin/ld configure:8860: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld configure:8877: result: no configure:8889: checking for BSD- or MS-compatible name lister (nm) configure:8945: result: /usr/bin/nm -B configure:9087: checking the name lister (/usr/bin/nm -B) interface configure:9095: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:9098: /usr/bin/nm -B "conftest.o" configure:9101: output 0000000000000224 S _some_variable 0000000000000000 t ltmp0 0000000000000224 s ltmp1 configure:9109: result: BSD nm configure:9112: checking whether ln -s works configure:9116: result: yes configure:9124: checking the maximum length of command line arguments configure:9257: result: 786432 configure:9305: checking how to convert aarch64-apple-darwin24.2.0 file names to aarch64-apple-darwin24.2.0 format configure:9347: result: func_convert_file_noop configure:9354: checking how to convert aarch64-apple-darwin24.2.0 file names to toolchain format configure:9376: result: func_convert_file_noop configure:9383: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files configure:9392: result: -r configure:9472: checking for file configure:9493: found /usr/bin/file configure:9505: result: file configure:9582: checking for objdump configure:9615: result: objdump configure:9644: checking how to recognize dependent libraries configure:9846: result: pass_all configure:9937: checking for dlltool configure:9970: result: dlltool configure:10000: checking how to associate runtime and link libraries configure:10029: result: printf %s\n configure:10096: checking for ar configure:10117: found /usr/bin/ar configure:10129: result: ar configure:10182: checking for archiver @FILE support configure:10200: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:10200: $? = 0 configure:10204: ar cr libconftest.a @conftest.lst >&5 ar: @conftest.lst: No such file or directory configure:10207: $? = 1 configure:10228: result: no configure:10292: checking for strip configure:10313: found /usr/bin/strip configure:10325: result: strip configure:10403: checking for ranlib configure:10424: found /usr/bin/ranlib configure:10436: result: ranlib configure:10538: checking command to parse /usr/bin/nm -B output from gcc object configure:10692: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:10695: $? = 0 configure:10699: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm configure:10702: $? = 0 cannot find nm_test_var in conftest.nm configure:10692: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:10695: $? = 0 configure:10699: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm configure:10702: $? = 0 configure:10768: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp conftstm.o >&5 configure:10771: $? = 0 configure:10810: result: ok configure:10857: checking for sysroot configure:10889: result: no configure:10896: checking for a working dd configure:10941: result: /bin/dd configure:10945: checking how to truncate binary pipes configure:10962: result: /bin/dd bs=4096 count=1 configure:11303: checking for mt configure:11339: result: no configure:11359: checking if : is a manifest tool configure:11366: : '-?' configure:11375: result: no configure:11437: checking for dsymutil configure:11458: found /usr/bin/dsymutil configure:11470: result: dsymutil configure:11541: checking for nmedit configure:11562: found /usr/bin/nmedit configure:11574: result: nmedit configure:11645: checking for lipo configure:11666: found /usr/bin/lipo configure:11678: result: lipo configure:11749: checking for otool configure:11770: found /usr/bin/otool configure:11782: result: otool configure:11853: checking for otool64 configure:11889: result: no configure:11934: checking for -single_module linker flag gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c ld: warning: -single_module is obsolete configure:11969: result: no configure:11972: checking for -exported_symbols_list linker flag configure:11993: g++ -std=gnu++11 -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.cpp >&5 configure:11993: $? = 0 configure:12006: result: yes configure:12009: checking for -force_load linker flag gcc -g -O2 -c -o conftest.o conftest.c ar cr libconftest.a conftest.o ranlib libconftest.a gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a configure:12043: result: yes configure:12114: checking for stdio.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for stdlib.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for string.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for inttypes.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for stdint.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for strings.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for sys/stat.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for sys/types.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12114: checking for unistd.h configure:12114: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12114: $? = 0 configure:12114: result: yes configure:12139: checking for dlfcn.h configure:12139: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:12139: $? = 0 configure:12139: result: yes configure:12412: checking for objdir configure:12429: result: .libs configure:12695: checking if gcc supports -fno-rtti -fno-exceptions configure:12714: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 configure:12718: $? = 0 configure:12732: result: yes configure:13090: checking for gcc option to produce PIC configure:13099: result: -fno-common -DPIC configure:13107: checking if gcc PIC flag -fno-common -DPIC works configure:13126: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5 configure:13130: $? = 0 configure:13144: result: yes configure:13173: checking if gcc static flag -static works configure:13203: result: no configure:13218: checking if gcc supports -c -o file.o configure:13240: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:13244: $? = 0 configure:13267: result: yes configure:13275: checking if gcc supports -c -o file.o configure:13324: result: yes configure:13357: checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries configure:14630: result: yes configure:14872: checking dynamic linker characteristics configure:15694: result: darwin24.2.0 dyld configure:15816: checking how to hardcode library paths into programs configure:15841: result: immediate configure:16441: checking whether stripping libraries is possible configure:16458: result: yes configure:16492: checking if libtool supports shared libraries configure:16494: result: yes configure:16497: checking whether to build shared libraries configure:16522: result: yes configure:16525: checking whether to build static libraries configure:16529: result: yes configure:16552: checking how to run the C++ preprocessor configure:16574: g++ -std=gnu++11 -E conftest.cpp configure:16574: $? = 0 configure:16590: g++ -std=gnu++11 -E conftest.cpp conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found 23 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:16590: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:16619: result: g++ -std=gnu++11 -E configure:16633: g++ -std=gnu++11 -E conftest.cpp configure:16633: $? = 0 configure:16649: g++ -std=gnu++11 -E conftest.cpp conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found 23 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:16649: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:16817: checking for ld used by g++ -std=gnu++11 configure:16886: result: /Library/Developer/CommandLineTools/usr/bin/ld configure:16893: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld configure:16910: result: no configure:16965: checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries configure:18045: result: yes configure:18081: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:18084: $? = 0 configure:18565: checking for g++ -std=gnu++11 option to produce PIC configure:18574: result: -fno-common -DPIC configure:18582: checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works configure:18601: g++ -std=gnu++11 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 configure:18605: $? = 0 configure:18619: result: yes configure:18642: checking if g++ -std=gnu++11 static flag -static works configure:18672: result: no configure:18684: checking if g++ -std=gnu++11 supports -c -o file.o configure:18706: g++ -std=gnu++11 -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:18710: $? = 0 configure:18733: result: yes configure:18738: checking if g++ -std=gnu++11 supports -c -o file.o configure:18787: result: yes configure:18817: checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries configure:18857: result: yes configure:19000: checking dynamic linker characteristics configure:19749: result: darwin24.2.0 dyld configure:19814: checking how to hardcode library paths into programs configure:19839: result: immediate configure:19902: checking whether ln -s works configure:19906: result: yes configure:19913: checking for a sed that does not truncate output configure:19985: result: /usr/bin/sed configure:20069: checking for pkg-config configure:20092: found /opt/pkg/bin/pkg-config configure:20105: result: /opt/pkg/bin/pkg-config configure:20130: checking pkg-config is at least version 0.9.0 configure:20133: result: yes configure:20188: checking for GNU triplet configure:20191: result: arm64-apple-darwin24.2.0 configure:20327: checking floatsize configure:20344: result: default (32) configure:20483: checking include paths for Pd configure:20498: result: /Users/rnkn/Applications/Pd.app/Contents/Resources/src configure:20502: checking library paths for Pd configure:20513: result: /Users/rnkn/Applications/Pd.app/Contents/Resources/src configure:20534: checking for nullfn in -l:pd.dll configure:20556: g++ -std=gnu++11 -o conftest -g -O2 -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src conftest.cpp -l:pd.dll -L/Users/rnkn/Applications/Pd.app/Contents/Resources/src >&5 ld: library ':pd.dll' not found clang++: error: linker command failed with exit code 1 (use -v to see invocation) configure:20556: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | namespace conftest { | extern "C" int nullfn (); | } | int | main (void) | { | return conftest::nullfn (); | ; | return 0; | } configure:20569: result: no configure:20587: checking for nullfn in -lpd configure:20609: g++ -std=gnu++11 -o conftest -g -O2 -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src conftest.cpp -lpd -L/Users/rnkn/Applications/Pd.app/Contents/Resources/src >&5 ld: library 'pd' not found clang++: error: linker command failed with exit code 1 (use -v to see invocation) configure:20609: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | namespace conftest { | extern "C" int nullfn (); | } | int | main (void) | { | return conftest::nullfn (); | ; | return 0; | } configure:20622: result: no configure:20635: checking for m_pd.h configure:20635: g++ -std=gnu++11 -c -g -O2 -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src conftest.cpp >&5 configure:20635: $? = 0 configure:20635: result: yes configure:20647: checking for s_stuff.h configure:20647: g++ -std=gnu++11 -c -g -O2 -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src conftest.cpp >&5 conftest.cpp:25:10: warning: 'PD' macro redefined [-Wmacro-redefined] 25 | # define PD | ^ :2:9: note: previous definition is here 2 | #define PD 1 | ^ 1 warning generated. configure:20647: $? = 0 configure:20647: result: yes configure:20659: checking for m_imp.h configure:20659: g++ -std=gnu++11 -c -g -O2 -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src conftest.cpp >&5 conftest.cpp:26:10: warning: 'PD' macro redefined [-Wmacro-redefined] 26 | # define PD | ^ :2:9: note: previous definition is here 2 | #define PD 1 | ^ 1 warning generated. configure:20659: $? = 0 configure:20659: result: yes configure:20676: checking for pd.com configure:20716: result: no configure:20676: checking for pd configure:20716: result: no configure:20777: checking whether gcc needs -Werror to reject unknown flags configure:20793: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:20793: $? = 0 configure:20795: result: yes configure:20965: result: building Gem with Controls-objects configure:21009: result: building Gem with Geos-objects configure:21053: result: building Gem with Manips-objects configure:21097: result: building Gem with Nongeos-objects configure:21141: result: building Gem with Particles-objects configure:21185: result: building Gem with Pixes-objects configure:21229: result: building Gem with openGL-objects configure:21273: result: building Gem without Vertex-objects configure:21323: checking for windows.h configure:21323: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:54:10: fatal error: 'windows.h' file not found 54 | #include | ^~~~~~~~~~~ 1 error generated. configure:21323: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:21323: result: no configure:21346: checking how to run the C preprocessor configure:21372: gcc -E conftest.c configure:21372: $? = 0 configure:21388: gcc -E conftest.c conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found 26 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:21388: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | /* end confdefs.h. */ | #include configure:21417: result: gcc -E configure:21431: gcc -E conftest.c configure:21431: $? = 0 configure:21447: gcc -E conftest.c conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found 26 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:21447: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | /* end confdefs.h. */ | #include configure:21480: checking for egrep -e configure:21610: result: /usr/bin/grep -E configure:21824: checking whether gcc is Clang configure:21852: result: yes configure:21899: checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread configure:21926: gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5 configure:21926: $? = 0 configure:21933: (gcc -c -Werror -Wunknown-warning-option -pthread -g -O2 conftest.c >&5) && (echo ==== >&5) && (gcc -o conftest -Werror -Wunknown-warning-option -pthread -g -O2 conftest.o >&5) ==== configure:21933: $? = 0 configure:21954: result: no configure:22112: checking for joinable pthread attribute configure:22131: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:22131: $? = 0 configure:22141: result: PTHREAD_CREATE_JOINABLE configure:22154: checking whether more special flags are required for pthreads configure:22169: result: no configure:22178: checking for PTHREAD_PRIO_INHERIT configure:22195: gcc -o conftest -g -O2 -pthread conftest.c >&5 configure:22195: $? = 0 configure:22207: result: yes configure:22321: checking for ptw32_handle_t configure:22321: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:35:13: error: use of undeclared identifier 'ptw32_handle_t' 35 | if (sizeof (ptw32_handle_t)) | ^ 1 error generated. configure:22321: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | /* end confdefs.h. */ | | #include | | | int | main (void) | { | if (sizeof (ptw32_handle_t)) | return 0; | ; | return 0; | } configure:22321: result: no configure:22346: checking for egrep configure:22416: result: /usr/bin/grep -E configure:22424: checking for stddef.h configure:22424: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22424: $? = 0 configure:22424: result: yes configure:22430: checking for stdlib.h configure:22430: result: yes configure:22436: checking for unistd.h configure:22436: result: yes configure:22443: checking for fcntl.h configure:22443: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22443: $? = 0 configure:22443: result: yes configure:22449: checking for float.h configure:22449: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22449: $? = 0 configure:22449: result: yes configure:22455: checking for memory.h configure:22455: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22455: $? = 0 configure:22455: result: yes configure:22461: checking for string.h configure:22461: result: yes configure:22467: checking for strings.h configure:22467: result: yes configure:22474: checking for sys/select.h configure:22474: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22474: $? = 0 configure:22474: result: yes configure:22480: checking for sys/ioctl.h configure:22480: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22480: $? = 0 configure:22480: result: yes configure:22486: checking for sys/time.h configure:22486: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22486: $? = 0 configure:22486: result: yes configure:22492: checking for sys/ipc.h configure:22492: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22492: $? = 0 configure:22492: result: yes configure:22498: checking for sys/shm.h configure:22498: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22498: $? = 0 configure:22498: result: yes configure:22506: checking for wordexp.h configure:22506: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22506: $? = 0 configure:22506: result: yes configure:22515: checking for _Bool configure:22515: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:76:13: error: use of undeclared identifier '_Bool' 76 | if (sizeof (_Bool)) | ^ 1 error generated. configure:22515: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | int | main (void) | { | if (sizeof (_Bool)) | return 0; | ; | return 0; | } configure:22515: result: no configure:22524: checking for stdbool.h that conforms to C99 or later configure:22599: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:96:25: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion] 96 | bool ps = &s; | ~~ ^ conftest.cpp:103:40: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion] 103 | + !l + !m + !n + !o + !p + !pp + !ps); | ~^ conftest.cpp:103:35: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion] 103 | + !l + !m + !n + !o + !p + !pp + !ps); | ~^ conftest.cpp:103:30: warning: address of array 'm' will always evaluate to 'true' [-Wpointer-bool-conversion] 103 | + !l + !m + !n + !o + !p + !pp + !ps); | ~^ conftest.cpp:103:25: warning: address of array 'l' will always evaluate to 'true' [-Wpointer-bool-conversion] 103 | + !l + !m + !n + !o + !p + !pp + !ps); | ~^ conftest.cpp:102:68: warning: address of array 'k' will always evaluate to 'true' [-Wpointer-bool-conversion] 102 | return (!b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.cpp:102:63: warning: address of array 'j' will always evaluate to 'true' [-Wpointer-bool-conversion] 102 | return (!b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.cpp:102:58: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion] 102 | return (!b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.cpp:102:33: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion] 102 | return (!b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.cpp:102:28: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion] 102 | return (!b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ conftest.cpp:102:23: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion] 102 | return (!b + !c + !d + !e + !f + !g + !h + !i + !j + !k | ~^ 11 warnings generated. configure:22599: $? = 0 configure:22609: result: yes configure:22618: checking for an ANSI C-conforming const configure:22685: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22685: $? = 0 configure:22695: result: yes configure:22703: checking for inline configure:22720: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22720: $? = 0 configure:22730: result: inline configure:22748: checking for size_t configure:22748: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22748: $? = 0 configure:22748: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:77:21: error: expected expression 77 | if (sizeof ((size_t))) | ^ 1 error generated. configure:22748: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:22748: result: yes configure:22763: checking for sys/time.h configure:22763: result: yes configure:22763: checking for vfork.h configure:22763: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:75:10: fatal error: 'vfork.h' file not found 75 | #include | ^~~~~~~~~ 1 error generated. configure:22763: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:22763: result: no configure:22763: checking for sys/param.h configure:22763: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22763: $? = 0 configure:22763: result: yes configure:22788: checking size of unsigned int configure:22794: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:22794: $? = 0 configure:22794: ./conftest configure:22794: $? = 0 configure:22811: result: 4 configure:22823: checking size of void * configure:22829: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:22829: $? = 0 configure:22829: ./conftest configure:22829: $? = 0 configure:22846: result: 8 configure:22856: checking for error_at_line configure:22873: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 conftest.cpp:48:10: fatal error: 'error.h' file not found 48 | #include | ^~~~~~~~~ 1 error generated. configure:22873: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | /* end confdefs.h. */ | #include | int | main (void) | { | error_at_line (0, 0, "", 0, "an error occurred"); | ; | return 0; | } configure:22884: result: no configure:22896: checking for pid_t configure:22896: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:22896: $? = 0 configure:22896: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:83:20: error: expected expression 83 | if (sizeof ((pid_t))) | ^ 1 error generated. configure:22896: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | | int | main (void) | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:22896: result: yes configure:22939: checking for fork configure:22939: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:22939: $? = 0 configure:22939: result: yes configure:22939: checking for vfork configure:22939: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:22939: $? = 0 configure:22939: result: yes configure:22939: checking for getpagesize configure:22939: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:22939: $? = 0 configure:22939: result: yes configure:22952: checking for working fork configure:22976: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:22976: $? = 0 configure:22976: ./conftest configure:22976: $? = 0 configure:22990: result: yes configure:23011: checking for working vfork configure:23143: result: yes configure:23168: checking for GNU libc compatible malloc configure:23200: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23200: $? = 0 configure:23200: ./conftest configure:23200: $? = 0 configure:23214: result: yes configure:23241: checking for working mmap configure:23391: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23391: $? = 0 configure:23391: ./conftest configure:23391: $? = 0 configure:23405: result: yes configure:23414: checking for bzero configure:23414: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23414: $? = 0 configure:23414: result: yes configure:23420: checking for floor configure:23420: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23420: $? = 0 configure:23420: result: yes configure:23426: checking for gettimeofday configure:23426: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23426: $? = 0 configure:23426: result: yes configure:23432: checking for memset configure:23432: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23432: $? = 0 configure:23432: result: yes configure:23438: checking for munmap configure:23438: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23438: $? = 0 configure:23438: result: yes configure:23444: checking for pow configure:23444: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23444: $? = 0 configure:23444: result: yes configure:23450: checking for sqrt configure:23450: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23450: $? = 0 configure:23450: result: yes configure:23456: checking for strchr configure:23456: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23456: $? = 0 configure:23456: result: yes configure:23462: checking for strdup configure:23462: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23462: $? = 0 configure:23462: result: yes configure:23468: checking for strrchr configure:23468: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23468: $? = 0 configure:23468: result: yes configure:23474: checking for strstr configure:23474: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23474: $? = 0 configure:23474: result: yes configure:23480: checking for strnlen configure:23480: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp >&5 configure:23480: $? = 0 configure:23480: result: yes configure:23490: checking for sin in -lm configure:23512: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lm >&5 configure:23512: $? = 0 configure:23524: result: yes configure:23534: checking for zlibVersion in -lz configure:23556: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lz -lm >&5 configure:23556: $? = 0 configure:23568: result: yes configure:23578: checking for dlopen in -ldl configure:23600: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -ldl -lz -lm >&5 configure:23600: $? = 0 configure:23612: result: yes configure:23641: checking for X configure:23858: result: disabled configure:24545: checking for a working OpenGL implementation by pkg-config configure:24553: result: yes configure:24561: checking for GL configure:24568: $PKG_CONFIG --exists --print-errors "gl" configure:24571: $? = 0 configure:24585: $PKG_CONFIG --exists --print-errors "gl" configure:24588: $? = 0 configure:24602: result: no Package 'xproto', required by 'x11', not found Package 'kbproto', required by 'x11', not found Package 'xextproto', required by 'xext', not found Package 'xproto', required by 'xfixes', not found Package 'fixesproto', required by 'xfixes', not found Package 'xproto', required by 'xau', not found Package 'xproto', required by 'xdmcp', not found configure:24945: checking for OpenGL/gl.h configure:24945: gcc -c -framework OpenGL -g -O2 conftest.c >&5 clang: warning: -framework OpenGL: 'linker' input unused [-Wunused-command-line-argument] configure:24945: $? = 0 configure:24945: result: yes configure:25153: checking for OpenGL headers configure:25162: result: yes configure:25167: checking for compiling a minimal OpenGL program configure:25207: gcc -c -g -O2 conftest.c >&5 conftest.c:87:1: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 87 | glBegin(0) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here 2385 | extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. configure:25207: $? = 0 configure:25230: result: yes configure:25301: gcc -o conftest -g -O2 conftest.c -ldl -lz -lm >&5 conftest.c:87:1: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 87 | glBegin(0) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here 2385 | extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. Undefined symbols for architecture arm64: "_glBegin", referenced from: _main in conftest-f0b964.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:25301: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | /* end confdefs.h. */ | | # if defined(HAVE_WINDOWS_H) && defined(_WIN32) | # include | # endif | # ifdef HAVE_GL_GL_H | # include | # elif defined(HAVE_OPENGL_GL_H) | # include | # else | # error no gl.h | # endif | | int | main (void) | { | glBegin(0) | ; | return 0; | } configure:25301: gcc -o conftest -g -O2 -Wl,-framework,OpenGL conftest.c -ldl -lz -lm >&5 conftest.c:87:1: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 87 | glBegin(0) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here 2385 | extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. configure:25301: $? = 0 configure:25582: checking for OpenGL libraries configure:25591: result: yes configure:25602: checking for linking a minimal OpenGL program configure:25644: gcc -o conftest -g -O2 -Wl,-framework,OpenGL conftest.c -ldl -lz -lm >&5 conftest.c:87:1: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 87 | glBegin(0) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here 2385 | extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14); | ^ 1 warning generated. configure:25644: $? = 0 configure:25668: result: yes configure:25697: checking wether OpenGL link implictly with X configure:25740: gcc -o conftest -g -O2 -Wl,-framework,OpenGL conftest.c -ldl -lz -lm >&5 Undefined symbols for architecture arm64: "_glXQueryVersion", referenced from: _main in conftest-473ae7.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) configure:25740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. | The 'extern "C"' is for builds by C++ compilers; | although this is not generally supported in C code supporting it here | has little cost and some practical benefit (sr 110532). */ | #ifdef __cplusplus | extern "C" | #endif | char glXQueryVersion (void); | int | main (void) | { | return glXQueryVersion (); | ; | return 0; | } configure:25764: result: no configure:25779: checking for a working OpenGL implementation configure:25783: result: yes configure:25785: checking for CFLAGS needed for OpenGL configure:25787: result: "" configure:25789: checking for LIBS needed for OpenGL configure:25791: result: " " configure:25793: checking for LDFLAGS needed for OpenGL configure:25795: result: "-Wl,-framework,OpenGL " configure:25828: checking for a working OpenGL Utility (GLU) implementation by pkg-config configure:25837: result: yes configure:25846: checking for GLU configure:25853: $PKG_CONFIG --exists --print-errors "glu" configure:25856: $? = 0 configure:25870: $PKG_CONFIG --exists --print-errors "glu" configure:25873: $? = 0 configure:25887: result: no Package 'xproto', required by 'x11', not found Package 'kbproto', required by 'x11', not found Package 'xextproto', required by 'xext', not found Package 'xproto', required by 'xfixes', not found Package 'fixesproto', required by 'xfixes', not found Package 'xproto', required by 'xau', not found Package 'xproto', required by 'xdmcp', not found configure:26166: checking for windows.h configure:26166: result: no configure:26177: checking for GL/glu.h configure:26177: gcc -c -g -O2 conftest.c >&5 conftest.c:111:10: fatal error: 'GL/glu.h' file not found 111 | #include | ^~~~~~~~~~ 1 error generated. configure:26177: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | | # if defined(HAVE_WINDOWS_H) && defined(_WIN32) | # include | # endif | | | | #include configure:26177: result: no configure:26177: checking for OpenGL/glu.h configure:26177: gcc -c -g -O2 conftest.c >&5 configure:26177: $? = 0 configure:26177: result: yes configure:26255: gcc -o conftest -g -O2 -Wl,-framework,OpenGL conftest.c -ldl -lz -lm >&5 conftest.c:88:1: warning: 'gluBeginCurve' is deprecated: first deprecated in macOS 10.9 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 88 | gluBeginCurve(0) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:240:13: note: 'gluBeginCurve' has been explicitly marked deprecated here 240 | extern void gluBeginCurve (GLUnurbs* nurb) OPENGL_DEPRECATED(10.0, 10.9); | ^ 1 warning generated. configure:26255: $? = 0 configure:26520: checking for OpenGL Utility (GLU) libraries configure:26529: result: yes configure:26540: checking for compiling a minimal OpenGL Utility (GLU) program configure:26580: gcc -c -g -O2 conftest.c >&5 conftest.c:88:1: warning: 'gluBeginCurve' is deprecated: first deprecated in macOS 10.9 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 88 | gluBeginCurve(0) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:240:13: note: 'gluBeginCurve' has been explicitly marked deprecated here 240 | extern void gluBeginCurve (GLUnurbs* nurb) OPENGL_DEPRECATED(10.0, 10.9); | ^ 1 warning generated. configure:26580: $? = 0 configure:26603: result: yes configure:26614: checking for linking a minimal OpenGL Utility (GLU) program configure:26656: gcc -o conftest -g -O2 -Wl,-framework,OpenGL conftest.c -ldl -lz -lm >&5 conftest.c:88:1: warning: 'gluBeginCurve' is deprecated: first deprecated in macOS 10.9 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 88 | gluBeginCurve(0) | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:240:13: note: 'gluBeginCurve' has been explicitly marked deprecated here 240 | extern void gluBeginCurve (GLUnurbs* nurb) OPENGL_DEPRECATED(10.0, 10.9); | ^ 1 warning generated. configure:26656: $? = 0 configure:26680: result: yes configure:26706: checking for varargs OpenGL Utility (GLU) tesselator callback function type configure:26748: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:88:22: error: no matching function for call to 'gluTessCallback' 88 | GLvoid (*func)(...); gluTessCallback(0, 0, func) | ^~~~~~~~~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:291:13: note: candidate function not viable: no known conversion from 'GLvoid (*)(...)' (aka 'void (*)(...)') to 'GLvoid (*)()' (aka 'void (*)()') for 3rd argument 291 | extern void gluTessCallback (GLUtesselator* tess, GLenum which, GLvoid (*CallBackFunc)()) OPENGL_DEPRECATED(10.0, 10.9); | ^ ~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:26748: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | /* end confdefs.h. */ | | # if defined(HAVE_WINDOWS_H) && defined(_WIN32) | # include | # endif | # ifdef HAVE_GL_GLU_H | # include | # elif defined(HAVE_OPENGL_GLU_H) | # include | # else | # error no glu.h | # endif | | int | main (void) | { | GLvoid (*func)(...); gluTessCallback(0, 0, func) | ; | return 0; | } | configure:26771: result: no configure:26784: checking for a working OpenGL Utility (GLU) implementation configure:26788: result: yes configure:26790: checking for CFLAGS needed for OpenGL Utility (GLU) configure:26792: result: " " configure:26794: checking for LIBS needed for OpenGL Utility (GLU) configure:26796: result: " " configure:26798: checking for LDFLAGS needed for OpenGL Utility (GLU) configure:26800: result: "" configure:26853: checking for windows.h configure:26853: result: no configure:26864: checking for GL/glut.h configure:26864: gcc -c -g -O2 conftest.c >&5 conftest.c:112:10: fatal error: 'GL/glut.h' file not found 112 | #include | ^~~~~~~~~~~ 1 error generated. configure:26864: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | /* end confdefs.h. */ | | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | | # if defined(HAVE_WINDOWS_H) && defined(_WIN32) | # include | # endif | | | | #include configure:26864: result: no configure:26864: checking for GLUT/glut.h configure:26864: gcc -c -g -O2 conftest.c >&5 configure:26864: $? = 0 configure:26864: result: yes configure:26941: gcc -o conftest -g -O2 -framework GLUT conftest.c -ldl -lz -lm >&5 conftest.c:88:1: warning: 'glutMainLoop' is deprecated: first deprecated in macOS 10.9 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 88 | glutMainLoop() | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:438:22: note: 'glutMainLoop' has been explicitly marked deprecated here 438 | extern void APIENTRY glutMainLoop(void) OPENGL_DEPRECATED(10_0, 10_9); | ^ 1 warning generated. configure:26941: $? = 0 configure:27187: checking for OpenGL Utility Toolkit (GLUT) libraries configure:27196: result: yes configure:27207: checking for compiling a minimal OpenGL Utility Toolkit (GLUT) program configure:27246: gcc -c -g -O2 conftest.c >&5 conftest.c:88:1: warning: 'glutMainLoop' is deprecated: first deprecated in macOS 10.9 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 88 | glutMainLoop() | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:438:22: note: 'glutMainLoop' has been explicitly marked deprecated here 438 | extern void APIENTRY glutMainLoop(void) OPENGL_DEPRECATED(10_0, 10_9); | ^ 1 warning generated. configure:27246: $? = 0 configure:27269: result: yes configure:27280: checking for linking a minimal OpenGL Utility Toolkit (GLUT) program configure:27321: gcc -o conftest -g -O2 -framework GLUT conftest.c -ldl -lz -lm >&5 conftest.c:88:1: warning: 'glutMainLoop' is deprecated: first deprecated in macOS 10.9 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations] 88 | glutMainLoop() | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:438:22: note: 'glutMainLoop' has been explicitly marked deprecated here 438 | extern void APIENTRY glutMainLoop(void) OPENGL_DEPRECATED(10_0, 10_9); | ^ 1 warning generated. configure:27321: $? = 0 configure:27345: result: yes configure:27363: checking for a working OpenGL Utility Toolkit (GLUT) implementation configure:27367: result: yes configure:27369: checking for CFLAGS needed for OpenGL Utility Toolkit (GLUT) configure:27371: result: " " configure:27373: checking for LIBS needed for OpenGL Utility Toolkit (GLUT) configure:27375: result: " " configure:27377: checking for LDFLAGS needed for OpenGL Utility Toolkit (GLUT) configure:27379: result: "-framework GLUT " configure:27407: checking for GL/glx.h configure:27407: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:105:10: fatal error: 'GL/glx.h' file not found 105 | #include | ^~~~~~~~~~ 1 error generated. configure:27407: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:27407: result: no configure:27463: checking for AGL-framework configure:27499: g++ -std=gnu++11 -o conftest -g -O2 -framework AGL conftest.cpp -ldl -lz -lm >&5 configure:27499: $? = 0 configure:27542: result: yes configure:28843: checking for PKG_SDL configure:28850: $PKG_CONFIG --exists --print-errors "sdl" Package sdl was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl' not found configure:28853: $? = 1 configure:28867: $PKG_CONFIG --exists --print-errors "sdl" Package sdl was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl' not found configure:28870: $? = 1 configure:28884: result: no Package 'sdl' not found configure:28918: checking for sdl-config configure:28935: result: no configure:29001: checking for SDL_Quit in -lSDL configure:29035: result: yes configure:29054: checking for SDL.h configure:29054: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:110:10: fatal error: 'SDL.h' file not found 110 | #include | ^~~~~~~ 1 error generated. configure:29054: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:29054: result: no configure:29122: checking for SDL_Quit in -lSDL configure:29156: result: no configure:29171: checking for SDL.h configure:29171: result: no configure:29364: checking for PKG_SDL2 configure:29371: $PKG_CONFIG --exists --print-errors "sdl2" Package sdl2 was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl2.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl2' not found configure:29374: $? = 1 configure:29388: $PKG_CONFIG --exists --print-errors "sdl2" Package sdl2 was not found in the pkg-config search path. Perhaps you should add the directory containing `sdl2.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl2' not found configure:29391: $? = 1 configure:29405: result: no Package 'sdl2' not found configure:29439: checking for sdl2-config configure:29456: result: no configure:29522: checking for SDL_Quit in -lSDL2 configure:29556: result: yes configure:29575: checking for SDL_log.h configure:29575: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:110:10: fatal error: 'SDL_log.h' file not found 110 | #include | ^~~~~~~~~~~ 1 error generated. configure:29575: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:29575: result: no configure:29643: checking for SDL_Quit in -lSDL2 configure:29677: result: no configure:29692: checking for SDL_log.h configure:29692: result: no configure:29887: checking for PKG_LIBGLFW configure:29894: $PKG_CONFIG --exists --print-errors "libglfw" Package libglfw was not found in the pkg-config search path. Perhaps you should add the directory containing `libglfw.pc' to the PKG_CONFIG_PATH environment variable Package 'libglfw' not found configure:29897: $? = 1 configure:29911: $PKG_CONFIG --exists --print-errors "libglfw" Package libglfw was not found in the pkg-config search path. Perhaps you should add the directory containing `libglfw.pc' to the PKG_CONFIG_PATH environment variable Package 'libglfw' not found configure:29914: $? = 1 configure:29928: result: no Package 'libglfw' not found configure:29962: checking for libglfw-config configure:29979: result: no configure:30045: checking for glfwInit in -lglfw configure:30079: result: yes configure:30098: checking for GL/glfw.h configure:30098: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:110:10: fatal error: 'GL/glfw.h' file not found 110 | #include | ^~~~~~~~~~~ 1 error generated. configure:30098: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:30098: result: no configure:30166: checking for glfwInit in -lglfw configure:30200: result: no configure:30215: checking for GL/glfw.h configure:30215: result: no configure:30409: checking for PKG_GLFW3 configure:30416: $PKG_CONFIG --exists --print-errors "glfw3" Package glfw3 was not found in the pkg-config search path. Perhaps you should add the directory containing `glfw3.pc' to the PKG_CONFIG_PATH environment variable Package 'glfw3' not found configure:30419: $? = 1 configure:30433: $PKG_CONFIG --exists --print-errors "glfw3" Package glfw3 was not found in the pkg-config search path. Perhaps you should add the directory containing `glfw3.pc' to the PKG_CONFIG_PATH environment variable Package 'glfw3' not found configure:30436: $? = 1 configure:30450: result: no Package 'glfw3' not found configure:30484: checking for glfw3-config configure:30501: result: no configure:30567: checking for glfwGetPrimaryMonitor in -lglfw3 configure:30601: result: yes configure:30620: checking for GLFW/glfw3.h configure:30620: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:110:10: fatal error: 'GLFW/glfw3.h' file not found 110 | #include | ^~~~~~~~~~~~~~ 1 error generated. configure:30620: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:30620: result: no configure:30688: checking for glfwGetPrimaryMonitor in -lglfw3 configure:30722: result: no configure:30737: checking for GLFW/glfw3.h configure:30737: result: no configure:30784: checking for main in -lstdc++ configure:30806: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -lstdc++ -ldl -lz -lm >&5 ld: warning: ignoring duplicate libraries: '-lc++' configure:30806: $? = 0 configure:30818: result: yes configure:30860: checking for Cocoa-framework configure:30896: g++ -std=gnu++11 -o conftest -g -O2 -framework Cocoa conftest.cpp -ldl -lz -lm >&5 configure:30896: $? = 0 configure:30939: result: yes configure:30985: checking for AVFoundation-framework configure:31021: g++ -std=gnu++11 -o conftest -g -O2 -framework AVFoundation conftest.cpp -ldl -lz -lm >&5 configure:31021: $? = 0 configure:31064: result: yes configure:31110: checking for ImageIO-framework configure:31189: result: no (forced) configure:31205: checking for Carbon/Carbon.h configure:31205: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:31205: $? = 0 configure:31205: result: yes configure:31249: checking for Carbon-framework configure:31285: g++ -std=gnu++11 -o conftest -g -O2 -framework Carbon conftest.cpp -ldl -lz -lm >&5 configure:31285: $? = 0 configure:31328: result: yes configure:31346: checking for QuickTime/QuickTime.h configure:31346: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'QuickTime/QuickTime.h' file not found 117 | #include | ^~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:31346: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:31346: result: no configure:31346: checking for QTML.h configure:31346: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'QTML.h' file not found 117 | #include | ^~~~~~~~ 1 error generated. configure:31346: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:31346: result: no configure:31393: checking for QuickTime-framework configure:31472: result: no (forced) configure:31662: checking for PKG_MAGICKCORE configure:31669: $PKG_CONFIG --exists --print-errors "MagickCore" Package MagickCore was not found in the pkg-config search path. Perhaps you should add the directory containing `MagickCore.pc' to the PKG_CONFIG_PATH environment variable Package 'MagickCore' not found configure:31672: $? = 1 configure:31686: $PKG_CONFIG --exists --print-errors "MagickCore" Package MagickCore was not found in the pkg-config search path. Perhaps you should add the directory containing `MagickCore.pc' to the PKG_CONFIG_PATH environment variable Package 'MagickCore' not found configure:31689: $? = 1 configure:31703: result: no Package 'MagickCore' not found configure:31737: checking for MagickCore-config configure:31754: result: no configure:31820: checking for IsMagickInstantiated in -lMagick configure:31854: result: yes configure:31874: checking for magick/MagickCore.h configure:31874: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'magick/MagickCore.h' file not found 117 | #include | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:31874: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:31874: result: no configure:31874: checking for MagickCore/MagickCore.h configure:31874: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'MagickCore/MagickCore.h' file not found 117 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:31874: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:31874: result: no configure:31948: checking for IsMagickInstantiated in -lMagick configure:31982: result: no configure:31997: checking for magick/MagickCore.h configure:31997: result: no configure:32003: checking for MagickCore/MagickCore.h configure:32003: result: no configure:32196: checking for PKG_IMAGEMAGICK__ configure:32203: $PKG_CONFIG --exists --print-errors "ImageMagick++" Package ImageMagick++ was not found in the pkg-config search path. Perhaps you should add the directory containing `ImageMagick++.pc' to the PKG_CONFIG_PATH environment variable Package 'ImageMagick++' not found configure:32206: $? = 1 configure:32220: $PKG_CONFIG --exists --print-errors "ImageMagick++" Package ImageMagick++ was not found in the pkg-config search path. Perhaps you should add the directory containing `ImageMagick++.pc' to the PKG_CONFIG_PATH environment variable Package 'ImageMagick++' not found configure:32223: $? = 1 configure:32237: result: no Package 'ImageMagick++' not found configure:32271: checking for ImageMagick++-config configure:32288: result: no configure:32354: checking for main in -lMagick++ configure:32388: result: yes configure:32407: checking for Magick++.h configure:32407: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'Magick++.h' file not found 117 | #include | ^~~~~~~~~~~~ 1 error generated. configure:32407: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:32407: result: no configure:32479: checking for main in -lMagick++ configure:32513: result: no configure:32528: checking for Magick++.h configure:32528: result: no configure:32806: checking for PKG_TIFF configure:32813: $PKG_CONFIG --exists --print-errors "tiff" Package tiff was not found in the pkg-config search path. Perhaps you should add the directory containing `tiff.pc' to the PKG_CONFIG_PATH environment variable Package 'tiff' not found configure:32816: $? = 1 configure:32830: $PKG_CONFIG --exists --print-errors "tiff" Package tiff was not found in the pkg-config search path. Perhaps you should add the directory containing `tiff.pc' to the PKG_CONFIG_PATH environment variable Package 'tiff' not found configure:32833: $? = 1 configure:32847: result: no Package 'tiff' not found configure:32881: checking for tiff-config configure:32898: result: no configure:32964: checking for TIFFOpen in -ltiff configure:32998: result: yes configure:33017: checking for tiffio.h configure:33017: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'tiffio.h' file not found 117 | #include | ^~~~~~~~~~ 1 error generated. configure:33017: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:33017: result: no configure:33085: checking for TIFFOpen in -ltiff configure:33119: result: no configure:33134: checking for tiffio.h configure:33134: result: no configure:33327: checking for PKG_JPEG configure:33334: $PKG_CONFIG --exists --print-errors "jpeg" Package jpeg was not found in the pkg-config search path. Perhaps you should add the directory containing `jpeg.pc' to the PKG_CONFIG_PATH environment variable Package 'jpeg' not found configure:33337: $? = 1 configure:33351: $PKG_CONFIG --exists --print-errors "jpeg" Package jpeg was not found in the pkg-config search path. Perhaps you should add the directory containing `jpeg.pc' to the PKG_CONFIG_PATH environment variable Package 'jpeg' not found configure:33354: $? = 1 configure:33368: result: no Package 'jpeg' not found configure:33402: checking for jpeg-config configure:33419: result: no configure:33485: checking for jpeg_read_header in -ljpeg configure:33519: result: yes configure:33538: checking for jpeglib.h configure:33538: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'jpeglib.h' file not found 117 | #include | ^~~~~~~~~~~ 1 error generated. configure:33538: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:33538: result: no configure:33606: checking for jpeg_read_header in -ljpeg configure:33640: result: no configure:33655: checking for jpeglib.h configure:33655: result: no configure:33848: checking for PKG_STB configure:33855: $PKG_CONFIG --exists --print-errors "stb" Package stb was not found in the pkg-config search path. Perhaps you should add the directory containing `stb.pc' to the PKG_CONFIG_PATH environment variable Package 'stb' not found configure:33858: $? = 1 configure:33872: $PKG_CONFIG --exists --print-errors "stb" Package stb was not found in the pkg-config search path. Perhaps you should add the directory containing `stb.pc' to the PKG_CONFIG_PATH environment variable Package 'stb' not found configure:33875: $? = 1 configure:33889: result: no Package 'stb' not found configure:33923: checking for stb-config configure:33940: result: no configure:34006: checking for stbi_load in -lstb configure:34040: result: yes configure:34059: checking for stb/stb_image.h configure:34059: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:117:10: fatal error: 'stb/stb_image.h' file not found 117 | #include | ^~~~~~~~~~~~~~~~~ 1 error generated. configure:34059: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:34059: result: no configure:34127: checking for stbi_load in -lstb configure:34161: result: no configure:34176: checking for stb/stb_image.h configure:34176: result: no configure:34372: checking for PKG_FTGL configure:34379: $PKG_CONFIG --exists --print-errors "ftgl" Package ftgl was not found in the pkg-config search path. Perhaps you should add the directory containing `ftgl.pc' to the PKG_CONFIG_PATH environment variable Package 'ftgl' not found configure:34382: $? = 1 configure:34396: $PKG_CONFIG --exists --print-errors "ftgl" Package ftgl was not found in the pkg-config search path. Perhaps you should add the directory containing `ftgl.pc' to the PKG_CONFIG_PATH environment variable Package 'ftgl' not found configure:34399: $? = 1 configure:34413: result: no Package 'ftgl' not found configure:34447: checking for ftgl-config configure:34464: result: no configure:34530: checking for main in -lftgl configure:34564: result: yes configure:34654: checking for main in -lftgl configure:34688: result: yes configure:34746: checking for FTGL/ftgl.h configure:34746: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'FTGL/ftgl.h' file not found 122 | #include | ^~~~~~~~~~~~~ 1 error generated. configure:34746: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:34746: result: no configure:34746: checking for FTFont.h configure:34746: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'FTFont.h' file not found 122 | #include | ^~~~~~~~~~ 1 error generated. configure:34746: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:34746: result: no configure:34931: checking for PKG_FRIBIDI configure:34938: $PKG_CONFIG --exists --print-errors "fribidi" Package fribidi was not found in the pkg-config search path. Perhaps you should add the directory containing `fribidi.pc' to the PKG_CONFIG_PATH environment variable Package 'fribidi' not found configure:34941: $? = 1 configure:34955: $PKG_CONFIG --exists --print-errors "fribidi" Package fribidi was not found in the pkg-config search path. Perhaps you should add the directory containing `fribidi.pc' to the PKG_CONFIG_PATH environment variable Package 'fribidi' not found configure:34958: $? = 1 configure:34972: result: no Package 'fribidi' not found configure:35006: checking for fribidi-config configure:35023: result: no configure:35089: checking for fribidi_log2vis in -lfribidi configure:35123: result: yes configure:35142: checking for fribidi.h configure:35142: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'fribidi.h' file not found 122 | #include | ^~~~~~~~~~~ 1 error generated. configure:35142: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:35142: result: no configure:35210: checking for fribidi_log2vis in -lfribidi configure:35244: result: no configure:35259: checking for fribidi.h configure:35259: result: no configure:35454: checking for PKG_AVIFILE configure:35461: $PKG_CONFIG --exists --print-errors "avifile" Package avifile was not found in the pkg-config search path. Perhaps you should add the directory containing `avifile.pc' to the PKG_CONFIG_PATH environment variable Package 'avifile' not found configure:35464: $? = 1 configure:35478: $PKG_CONFIG --exists --print-errors "avifile" Package avifile was not found in the pkg-config search path. Perhaps you should add the directory containing `avifile.pc' to the PKG_CONFIG_PATH environment variable Package 'avifile' not found configure:35481: $? = 1 configure:35495: result: no Package 'avifile' not found configure:35529: checking for avifile-config configure:35546: result: no configure:35612: checking for CreateIAviReadFile in -laviplay configure:35646: result: yes configure:35665: checking for avifile.h configure:35665: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'avifile.h' file not found 122 | #include | ^~~~~~~~~~~ 1 error generated. configure:35665: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:35665: result: no configure:35733: checking for CreateIAviReadFile in -laviplay configure:35767: result: no configure:35782: checking for avifile.h configure:35782: result: no configure:35975: checking for PKG_GMERLIN_AVDEC configure:35982: $PKG_CONFIG --exists --print-errors "gmerlin_avdec" Package gmerlin_avdec was not found in the pkg-config search path. Perhaps you should add the directory containing `gmerlin_avdec.pc' to the PKG_CONFIG_PATH environment variable Package 'gmerlin_avdec' not found configure:35985: $? = 1 configure:35999: $PKG_CONFIG --exists --print-errors "gmerlin_avdec" Package gmerlin_avdec was not found in the pkg-config search path. Perhaps you should add the directory containing `gmerlin_avdec.pc' to the PKG_CONFIG_PATH environment variable Package 'gmerlin_avdec' not found configure:36002: $? = 1 configure:36016: result: no Package 'gmerlin_avdec' not found configure:36050: checking for gmerlin_avdec-config configure:36067: result: no configure:36133: checking for gavl_start in -lgmerlin_avdec configure:36167: result: yes configure:36186: checking for gmerlin/avdec.h configure:36186: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'gmerlin/avdec.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~ 1 error generated. configure:36186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:36186: result: no configure:36254: checking for gavl_start in -lgmerlin_avdec configure:36288: result: no configure:36303: checking for gmerlin/avdec.h configure:36303: result: no configure:36508: checking for PKG_MPEG configure:36515: $PKG_CONFIG --exists --print-errors "mpeg" Package mpeg was not found in the pkg-config search path. Perhaps you should add the directory containing `mpeg.pc' to the PKG_CONFIG_PATH environment variable Package 'mpeg' not found configure:36518: $? = 1 configure:36532: $PKG_CONFIG --exists --print-errors "mpeg" Package mpeg was not found in the pkg-config search path. Perhaps you should add the directory containing `mpeg.pc' to the PKG_CONFIG_PATH environment variable Package 'mpeg' not found configure:36535: $? = 1 configure:36549: result: no Package 'mpeg' not found configure:36583: checking for mpeg-config configure:36600: result: no configure:36666: checking for OpenMPEG in -lmpeg configure:36700: result: yes configure:36719: checking for mpeg.h configure:36719: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'mpeg.h' file not found 122 | #include | ^~~~~~~~ 1 error generated. configure:36719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:36719: result: no configure:36787: checking for OpenMPEG in -lmpeg configure:36821: result: no configure:36836: checking for mpeg.h configure:36836: result: no configure:37029: checking for PKG_LIBMPEG3 configure:37036: $PKG_CONFIG --exists --print-errors "libmpeg3" Package libmpeg3 was not found in the pkg-config search path. Perhaps you should add the directory containing `libmpeg3.pc' to the PKG_CONFIG_PATH environment variable Package 'libmpeg3' not found configure:37039: $? = 1 configure:37053: $PKG_CONFIG --exists --print-errors "libmpeg3" Package libmpeg3 was not found in the pkg-config search path. Perhaps you should add the directory containing `libmpeg3.pc' to the PKG_CONFIG_PATH environment variable Package 'libmpeg3' not found configure:37056: $? = 1 configure:37070: result: no Package 'libmpeg3' not found configure:37104: checking for libmpeg3-config configure:37121: result: no configure:37187: checking for mpeg3_check_sig in -lmpeg3 configure:37221: result: yes configure:37240: checking for libmpeg3.h configure:37240: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'libmpeg3.h' file not found 122 | #include | ^~~~~~~~~~~~ 1 error generated. configure:37240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:37240: result: no configure:37308: checking for mpeg3_check_sig in -lmpeg3 configure:37342: result: no configure:37357: checking for libmpeg3.h configure:37357: result: no configure:37550: checking for PKG_LIBQUICKTIME configure:37557: $PKG_CONFIG --exists --print-errors "libquicktime" Package libquicktime was not found in the pkg-config search path. Perhaps you should add the directory containing `libquicktime.pc' to the PKG_CONFIG_PATH environment variable Package 'libquicktime' not found configure:37560: $? = 1 configure:37574: $PKG_CONFIG --exists --print-errors "libquicktime" Package libquicktime was not found in the pkg-config search path. Perhaps you should add the directory containing `libquicktime.pc' to the PKG_CONFIG_PATH environment variable Package 'libquicktime' not found configure:37577: $? = 1 configure:37591: result: no Package 'libquicktime' not found configure:37625: checking for libquicktime-config configure:37642: result: no configure:37708: checking for quicktime_init in -lquicktime configure:37742: result: yes configure:37761: checking for quicktime.h configure:37761: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'quicktime.h' file not found 122 | #include | ^~~~~~~~~~~~~ 1 error generated. configure:37761: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:37761: result: no configure:37829: checking for quicktime_init in -lquicktime configure:37863: result: no configure:37878: checking for quicktime.h configure:37878: result: no configure:38071: checking for PKG_LQT configure:38078: $PKG_CONFIG --exists --print-errors "lqt" Package lqt was not found in the pkg-config search path. Perhaps you should add the directory containing `lqt.pc' to the PKG_CONFIG_PATH environment variable Package 'lqt' not found configure:38081: $? = 1 configure:38095: $PKG_CONFIG --exists --print-errors "lqt" Package lqt was not found in the pkg-config search path. Perhaps you should add the directory containing `lqt.pc' to the PKG_CONFIG_PATH environment variable Package 'lqt' not found configure:38098: $? = 1 configure:38112: result: no Package 'lqt' not found configure:38146: checking for lqt-config configure:38163: result: no configure:38229: checking for quicktime_init in -lquicktime configure:38263: result: yes configure:38282: checking for quicktime.h configure:38282: result: no configure:38350: checking for quicktime_init in -lquicktime configure:38384: result: no configure:38399: checking for quicktime.h configure:38399: result: no configure:38478: checking for FFMPEG configure:38485: $PKG_CONFIG --exists --print-errors "libavformat libavutil libavcodec libswscale" Package libavformat was not found in the pkg-config search path. Perhaps you should add the directory containing `libavformat.pc' to the PKG_CONFIG_PATH environment variable Package 'libavformat' not found Package 'libavutil' not found Package 'libavcodec' not found Package 'libswscale' not found configure:38488: $? = 1 configure:38502: $PKG_CONFIG --exists --print-errors "libavformat libavutil libavcodec libswscale" Package libavformat was not found in the pkg-config search path. Perhaps you should add the directory containing `libavformat.pc' to the PKG_CONFIG_PATH environment variable Package 'libavformat' not found Package 'libavutil' not found Package 'libavcodec' not found Package 'libswscale' not found configure:38505: $? = 1 configure:38519: result: no Package 'libavformat' not found Package 'libavutil' not found Package 'libavcodec' not found Package 'libswscale' not found configure:38568: checking for lqt_seek_video configure:38568: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -ldl -lz -lm >&5 Undefined symbols for architecture arm64: "_lqt_seek_video", referenced from: _main in conftest-06ff93.o ld: symbol(s) not found for architecture arm64 clang++: error: linker command failed with exit code 1 (use -v to see invocation) configure:38568: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | /* Define lqt_seek_video to an innocuous variant, in case declares lqt_seek_video. | For example, HP-UX 11i declares gettimeofday. */ | #define lqt_seek_video innocuous_lqt_seek_video | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char lqt_seek_video (void); below. */ | | #include | #undef lqt_seek_video | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char lqt_seek_video (void); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_lqt_seek_video || defined __stub___lqt_seek_video | choke me | #endif | | int | main (void) | { | return lqt_seek_video (); | ; | return 0; | } configure:38568: result: no configure:38575: checking for lqt_open_write configure:38575: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -ldl -lz -lm >&5 Undefined symbols for architecture arm64: "_lqt_open_write", referenced from: _main in conftest-3df1f9.o ld: symbol(s) not found for architecture arm64 clang++: error: linker command failed with exit code 1 (use -v to see invocation) configure:38575: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | /* Define lqt_open_write to an innocuous variant, in case declares lqt_open_write. | For example, HP-UX 11i declares gettimeofday. */ | #define lqt_open_write innocuous_lqt_open_write | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char lqt_open_write (void); below. */ | | #include | #undef lqt_open_write | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char lqt_open_write (void); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_lqt_open_write || defined __stub___lqt_open_write | choke me | #endif | | int | main (void) | { | return lqt_open_write (); | ; | return 0; | } configure:38575: result: no configure:38741: checking for PKG_LIBDC1394_2 configure:38748: $PKG_CONFIG --exists --print-errors "libdc1394-2" Package libdc1394-2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libdc1394-2.pc' to the PKG_CONFIG_PATH environment variable Package 'libdc1394-2' not found configure:38751: $? = 1 configure:38765: $PKG_CONFIG --exists --print-errors "libdc1394-2" Package libdc1394-2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libdc1394-2.pc' to the PKG_CONFIG_PATH environment variable Package 'libdc1394-2' not found configure:38768: $? = 1 configure:38782: result: no Package 'libdc1394-2' not found configure:38816: checking for libdc1394-2-config configure:38833: result: no configure:38899: checking for dc1394_new in -ldc1394 configure:38933: result: yes configure:38952: checking for dc1394/dc1394.h configure:38952: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'dc1394/dc1394.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~ 1 error generated. configure:38952: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:38952: result: no configure:39020: checking for dc1394_new in -ldc1394 configure:39054: result: no configure:39069: checking for dc1394/dc1394.h configure:39069: result: no configure:39262: checking for PKG_LIBDV configure:39269: $PKG_CONFIG --exists --print-errors "libdv" Package libdv was not found in the pkg-config search path. Perhaps you should add the directory containing `libdv.pc' to the PKG_CONFIG_PATH environment variable Package 'libdv' not found configure:39272: $? = 1 configure:39286: $PKG_CONFIG --exists --print-errors "libdv" Package libdv was not found in the pkg-config search path. Perhaps you should add the directory containing `libdv.pc' to the PKG_CONFIG_PATH environment variable Package 'libdv' not found configure:39289: $? = 1 configure:39303: result: no Package 'libdv' not found configure:39337: checking for libdv-config configure:39354: result: no configure:39420: checking for dv_cleanup in -ldv configure:39454: result: yes configure:39473: checking for libdv/dv.h configure:39473: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'libdv/dv.h' file not found 122 | #include | ^~~~~~~~~~~~ 1 error generated. configure:39473: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:39473: result: no configure:39541: checking for dv_cleanup in -ldv configure:39575: result: no configure:39590: checking for libdv/dv.h configure:39590: result: no configure:39783: checking for PKG_LIBRAW1394 configure:39790: $PKG_CONFIG --exists --print-errors "libraw1394" Package libraw1394 was not found in the pkg-config search path. Perhaps you should add the directory containing `libraw1394.pc' to the PKG_CONFIG_PATH environment variable Package 'libraw1394' not found configure:39793: $? = 1 configure:39807: $PKG_CONFIG --exists --print-errors "libraw1394" Package libraw1394 was not found in the pkg-config search path. Perhaps you should add the directory containing `libraw1394.pc' to the PKG_CONFIG_PATH environment variable Package 'libraw1394' not found configure:39810: $? = 1 configure:39824: result: no Package 'libraw1394' not found configure:39858: checking for libraw1394-config configure:39875: result: no configure:39941: checking for raw1394_new_handle in -lraw1394 configure:39975: result: yes configure:39994: checking for libraw1394/raw1394.h configure:39994: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'libraw1394/raw1394.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:39994: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:39994: result: no configure:40062: checking for raw1394_new_handle in -lraw1394 configure:40096: result: no configure:40111: checking for libraw1394/raw1394.h configure:40111: result: no configure:40304: checking for PKG_LIBIEC61883 configure:40311: $PKG_CONFIG --exists --print-errors "libiec61883" Package libiec61883 was not found in the pkg-config search path. Perhaps you should add the directory containing `libiec61883.pc' to the PKG_CONFIG_PATH environment variable Package 'libiec61883' not found configure:40314: $? = 1 configure:40328: $PKG_CONFIG --exists --print-errors "libiec61883" Package libiec61883 was not found in the pkg-config search path. Perhaps you should add the directory containing `libiec61883.pc' to the PKG_CONFIG_PATH environment variable Package 'libiec61883' not found configure:40331: $? = 1 configure:40345: result: no Package 'libiec61883' not found configure:40379: checking for libiec61883-config configure:40396: result: no configure:40462: checking for iec61883_dv_fb_init in -liec61883 configure:40496: result: yes configure:40515: checking for libiec61883/iec61883.h configure:40515: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'libiec61883/iec61883.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:40515: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:40515: result: no configure:40583: checking for iec61883_dv_fb_init in -liec61883 configure:40617: result: no configure:40632: checking for libiec61883/iec61883.h configure:40632: result: no configure:40670: checking for vl/vl.h configure:40670: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'vl/vl.h' file not found 122 | #include | ^~~~~~~~~ 1 error generated. configure:40670: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:40670: result: no configure:40856: checking for PKG_LIBUNICAP configure:40863: $PKG_CONFIG --exists --print-errors "libunicap" Package libunicap was not found in the pkg-config search path. Perhaps you should add the directory containing `libunicap.pc' to the PKG_CONFIG_PATH environment variable Package 'libunicap' not found configure:40866: $? = 1 configure:40880: $PKG_CONFIG --exists --print-errors "libunicap" Package libunicap was not found in the pkg-config search path. Perhaps you should add the directory containing `libunicap.pc' to the PKG_CONFIG_PATH environment variable Package 'libunicap' not found configure:40883: $? = 1 configure:40897: result: no Package 'libunicap' not found configure:40931: checking for libunicap-config configure:40948: result: no configure:41014: checking for unicap_check_version in -lunicap configure:41048: result: yes configure:41067: checking for unicap.h configure:41067: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'unicap.h' file not found 122 | #include | ^~~~~~~~~~ 1 error generated. configure:41067: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:41067: result: no configure:41135: checking for unicap_check_version in -lunicap configure:41169: result: no configure:41184: checking for unicap.h configure:41184: result: no configure:41446: checking for PKG_LIBPIPEWIRE_0_3 configure:41453: $PKG_CONFIG --exists --print-errors "libpipewire-0.3" Package libpipewire-0.3 was not found in the pkg-config search path. Perhaps you should add the directory containing `libpipewire-0.3.pc' to the PKG_CONFIG_PATH environment variable Package 'libpipewire-0.3' not found configure:41456: $? = 1 configure:41470: $PKG_CONFIG --exists --print-errors "libpipewire-0.3" Package libpipewire-0.3 was not found in the pkg-config search path. Perhaps you should add the directory containing `libpipewire-0.3.pc' to the PKG_CONFIG_PATH environment variable Package 'libpipewire-0.3' not found configure:41473: $? = 1 configure:41487: result: no Package 'libpipewire-0.3' not found configure:41521: checking for libpipewire-0.3-config configure:41538: result: no configure:41604: checking for pw_get_library_version in -lpipewire-0.3 configure:41638: result: yes configure:41657: checking for pipewire/pipewire.h configure:41657: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'pipewire/pipewire.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. configure:41657: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:41657: result: no configure:41725: checking for pw_get_library_version in -lpipewire-0.3 configure:41759: result: no configure:41774: checking for pipewire/pipewire.h configure:41774: result: no configure:41851: checking for linux/videodev.h configure:41851: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'linux/videodev.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:41851: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:41851: result: no configure:42014: checking for PKG_LIBV4L1 configure:42021: $PKG_CONFIG --exists --print-errors "libv4l1" Package libv4l1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libv4l1.pc' to the PKG_CONFIG_PATH environment variable Package 'libv4l1' not found configure:42024: $? = 1 configure:42038: $PKG_CONFIG --exists --print-errors "libv4l1" Package libv4l1 was not found in the pkg-config search path. Perhaps you should add the directory containing `libv4l1.pc' to the PKG_CONFIG_PATH environment variable Package 'libv4l1' not found configure:42041: $? = 1 configure:42055: result: no Package 'libv4l1' not found configure:42089: checking for libv4l1-config configure:42106: result: no configure:42172: checking for v4l1_open in -lv4l1 configure:42206: result: yes configure:42225: checking for libv4l1.h configure:42225: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'libv4l1.h' file not found 122 | #include | ^~~~~~~~~~~ 1 error generated. configure:42225: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:42225: result: no configure:42293: checking for v4l1_open in -lv4l1 configure:42327: result: no configure:42342: checking for libv4l1.h configure:42342: result: no configure:42421: checking for linux/videodev2.h configure:42421: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'linux/videodev2.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~~~ 1 error generated. configure:42421: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:42421: result: no configure:42583: checking for PKG_LIBV4L2 configure:42590: $PKG_CONFIG --exists --print-errors "libv4l2" Package libv4l2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libv4l2.pc' to the PKG_CONFIG_PATH environment variable Package 'libv4l2' not found configure:42593: $? = 1 configure:42607: $PKG_CONFIG --exists --print-errors "libv4l2" Package libv4l2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libv4l2.pc' to the PKG_CONFIG_PATH environment variable Package 'libv4l2' not found configure:42610: $? = 1 configure:42624: result: no Package 'libv4l2' not found configure:42658: checking for libv4l2-config configure:42675: result: no configure:42741: checking for v4l2_open in -lv4l2 configure:42775: result: yes configure:42794: checking for libv4l2.h configure:42794: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'libv4l2.h' file not found 122 | #include | ^~~~~~~~~~~ 1 error generated. configure:42794: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:42794: result: no configure:42862: checking for v4l2_open in -lv4l2 configure:42896: result: no configure:42911: checking for libv4l2.h configure:42911: result: no configure:43124: checking for PKG_VFW32 configure:43131: $PKG_CONFIG --exists --print-errors "vfw32" Package vfw32 was not found in the pkg-config search path. Perhaps you should add the directory containing `vfw32.pc' to the PKG_CONFIG_PATH environment variable Package 'vfw32' not found configure:43134: $? = 1 configure:43148: $PKG_CONFIG --exists --print-errors "vfw32" Package vfw32 was not found in the pkg-config search path. Perhaps you should add the directory containing `vfw32.pc' to the PKG_CONFIG_PATH environment variable Package 'vfw32' not found configure:43151: $? = 1 configure:43165: result: no Package 'vfw32' not found configure:43199: checking for vfw32-config configure:43216: result: no configure:43282: checking for capGetVideoFormat in -lvfw32 configure:43316: result: yes configure:43335: checking for vfw.h configure:43335: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'vfw.h' file not found 122 | #include | ^~~~~~~ 1 error generated. configure:43335: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:43335: result: no configure:43403: checking for capGetVideoFormat in -lvfw32 configure:43437: result: no configure:43452: checking for vfw.h configure:43452: result: no configure:43656: checking for PKG_LIBVLC configure:43663: $PKG_CONFIG --exists --print-errors "libvlc" Package libvlc was not found in the pkg-config search path. Perhaps you should add the directory containing `libvlc.pc' to the PKG_CONFIG_PATH environment variable Package 'libvlc' not found configure:43666: $? = 1 configure:43680: $PKG_CONFIG --exists --print-errors "libvlc" Package libvlc was not found in the pkg-config search path. Perhaps you should add the directory containing `libvlc.pc' to the PKG_CONFIG_PATH environment variable Package 'libvlc' not found configure:43683: $? = 1 configure:43697: result: no Package 'libvlc' not found configure:43731: checking for libvlc-config configure:43748: result: no configure:43814: checking for libvlc_video_set_callbacks in -lvlc configure:43848: result: yes configure:43867: checking for vlc/vlc.h configure:43867: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'vlc/vlc.h' file not found 122 | #include | ^~~~~~~~~~~ 1 error generated. configure:43867: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:43867: result: no configure:43935: checking for libvlc_video_set_callbacks in -lvlc configure:43969: result: no configure:43984: checking for vlc/vlc.h configure:43984: result: no configure:44179: checking for PKG_LIBVNCCLIENT configure:44186: $PKG_CONFIG --exists --print-errors "libvncclient" Package libvncclient was not found in the pkg-config search path. Perhaps you should add the directory containing `libvncclient.pc' to the PKG_CONFIG_PATH environment variable Package 'libvncclient' not found configure:44189: $? = 1 configure:44203: $PKG_CONFIG --exists --print-errors "libvncclient" Package libvncclient was not found in the pkg-config search path. Perhaps you should add the directory containing `libvncclient.pc' to the PKG_CONFIG_PATH environment variable Package 'libvncclient' not found configure:44206: $? = 1 configure:44220: result: no Package 'libvncclient' not found configure:44254: checking for libvncclient-config configure:44271: result: no configure:44337: checking for rfbGetClient in -lvncclient configure:44371: result: yes configure:44390: checking for rfb/rfbclient.h configure:44390: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'rfb/rfbclient.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~ 1 error generated. configure:44390: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:44390: result: no configure:44458: checking for rfbGetClient in -lvncclient configure:44492: result: no configure:44507: checking for rfb/rfbclient.h configure:44507: result: no configure:44702: checking for PKG_ASSIMP configure:44709: $PKG_CONFIG --exists --print-errors "assimp" Package assimp was not found in the pkg-config search path. Perhaps you should add the directory containing `assimp.pc' to the PKG_CONFIG_PATH environment variable Package 'assimp' not found configure:44712: $? = 1 configure:44726: $PKG_CONFIG --exists --print-errors "assimp" Package assimp was not found in the pkg-config search path. Perhaps you should add the directory containing `assimp.pc' to the PKG_CONFIG_PATH environment variable Package 'assimp' not found configure:44729: $? = 1 configure:44743: result: no Package 'assimp' not found configure:44777: checking for assimp-config configure:44794: result: no configure:44860: checking for aiDetachAllLogStreams in -lassimp configure:44894: result: yes configure:44913: checking for assimp.h configure:44913: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'assimp.h' file not found 122 | #include | ^~~~~~~~~~ 1 error generated. configure:44913: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:44913: result: no configure:44981: checking for aiDetachAllLogStreams in -lassimp configure:45015: result: no configure:45030: checking for assimp.h configure:45030: result: no configure:45080: checking for assimp.h configure:45080: result: no configure:45090: checking for assimp/cimport.h configure:45090: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'assimp/cimport.h' file not found 122 | #include | ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:45090: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:45090: result: no configure:45143: checking for lqt_open_write configure:45159: g++ -std=gnu++11 -o conftest -g -O2 conftest.cpp -ldl -lz -lm -lftgl >&5 ld: library 'ftgl' not found clang++: error: linker command failed with exit code 1 (use -v to see invocation) configure:45159: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | | namespace conftest { | extern "C" int lqt_open_write (); | } | int | main (void) | { | return conftest::lqt_open_write (); | ; | return 0; | } configure:45167: result: no configure:45215: using embedded copy of DeckLink-SDK configure:45416: checking for PKG_DECKLINK configure:45423: $PKG_CONFIG --exists --print-errors "DeckLink" Package DeckLink was not found in the pkg-config search path. Perhaps you should add the directory containing `DeckLink.pc' to the PKG_CONFIG_PATH environment variable Package 'DeckLink' not found configure:45426: $? = 1 configure:45440: $PKG_CONFIG --exists --print-errors "DeckLink" Package DeckLink was not found in the pkg-config search path. Perhaps you should add the directory containing `DeckLink.pc' to the PKG_CONFIG_PATH environment variable Package 'DeckLink' not found configure:45443: $? = 1 configure:45457: result: no Package 'DeckLink' not found configure:45491: checking for DeckLink-config configure:45508: result: no configure:45627: checking for DeckLinkAPI.h configure:45627: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 conftest.cpp:122:10: fatal error: 'DeckLinkAPI.h' file not found 122 | #include | ^~~~~~~~~~~~~~~ 1 error generated. configure:45627: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Gem" | #define PACKAGE_TARNAME "Gem" | #define PACKAGE_VERSION "0.94" | #define PACKAGE_STRING "Gem 0.94" | #define PACKAGE_BUGREPORT "zmoelnig@iem.at" | #define PACKAGE_URL "http://gem.iem.at" | #define PACKAGE "Gem" | #define VERSION "0.94" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_M_PD_H 1 | #define HAVE_S_STUFF_H 1 | #define HAVE_M_IMP_H 1 | #define HAVE_PTHREAD_PRIO_INHERIT 1 | #define HAVE_PTHREAD 1 | #define HAVE_STDDEF_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_SYS_SHM_H 1 | #define HAVE_WORDEXP_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_VOID_P 8 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_MALLOC 1 | #define HAVE_MMAP 1 | #define HAVE_BZERO 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MEMSET 1 | #define HAVE_MUNMAP 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_STRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRSTR 1 | #define HAVE_STRNLEN 1 | #define HAVE_LIBM 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBDL 1 | #define X_DISPLAY_MISSING 1 | #define HAVE_OPENGL_GL_H 1 | #define HAVE_OPENGL_GLU_H 1 | #define HAVE_GLUT_GLUT_H 1 | #define HAVE_AGL 1 | #define HAVE_GEM_FRAMEWORK_AGL 1 | #define GEM_HAVE_GLU 1 | #define GEM_MULTICONTEXT 1 | #define GLEW_BUILD 1 | #define HAVE_COCOA 1 | #define HAVE_GEM_FRAMEWORK_COCOA 1 | #define HAVE_AVFOUNDATION 1 | #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 | #define HAVE_CARBON_CARBON_H 1 | #define HAVE_CARBON 1 | #define HAVE_GEM_FRAMEWORK_CARBON 1 | #define HAVE_LIBFTGL 1 | #define HAVE_LIBFTGL 1 | #define HAVE_MAIN 1 | #define HAVE_LIBFTGL 1 | #define HAVE_GEM_LIB_FTGL 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #ifdef HAVE_WINDOWS_H | # include | #endif | #include configure:45627: result: no configure:45744: checking for DeckLinkAPI.h configure:45744: result: no configure:45803: use dlopen() to open DeckLinkAPI configure:45871: checking for NDI configure:45873: result: yes configure:45906: checking whether compiler accepts "-freg-struct-return" configure:45923: result: no configure:46007: checking whether compiler accepts "-Os" configure:46017: result: yes configure:46095: checking whether compiler accepts "-falign-loops -falign-functions -falign-jumps -funroll-loops" configure:46112: result: no configure:46116: checking whether compiler accepts "-falign-loops -funroll-loops" configure:46133: result: no configure:46147: checking whether compiler accepts "-ffast-math" configure:46157: result: yes configure:46350: result: configure:46381: checking whether compiler accepts "-mmmx" configure:46398: result: no configure:46439: checking whether compiler accepts "-faltivec" configure:46456: result: no configure:46499: checking whether compiler accepts "-fpascal-strings" configure:46509: result: yes configure:46574: checking build-date configure:46595: result: configure:46731: checking that generated files are newer than configure configure:46737: result: done configure:47104: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by Gem config.status 0.94, which was generated by GNU Autoconf 2.72. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on MacBookAir.home config.status:1675: creating Makefile config.status:1675: creating abstractions/Makefile config.status:1675: creating help/Makefile config.status:1675: creating doc/Makefile config.status:1675: creating examples/Makefile config.status:1675: creating src/Makefile config.status:1675: creating src/Gem/Makefile config.status:1675: creating src/Utils/Makefile config.status:1675: creating src/RTE/Makefile config.status:1675: creating src/Base/Makefile config.status:1675: creating src/plugins/Makefile config.status:1675: creating src/Output/Makefile config.status:1675: creating src/deprecated/Makefile config.status:1675: creating plugins/Makefile config.status:1675: creating plugins/ASSIMP2/Makefile config.status:1675: creating plugins/ASSIMP3/Makefile config.status:1675: creating plugins/AVI/Makefile config.status:1675: creating plugins/AVIPLAY/Makefile config.status:1675: creating plugins/DC1394/Makefile config.status:1675: creating plugins/DECKLINK/Makefile config.status:1675: creating plugins/DV4L/Makefile config.status:1675: creating plugins/FFMPEG/Makefile config.status:1675: creating plugins/GMERLIN/Makefile config.status:1675: creating plugins/imageIO/Makefile config.status:1675: creating plugins/imageMAGICK/Makefile config.status:1675: creating plugins/JPEG/Makefile config.status:1675: creating plugins/MPEG1/Makefile config.status:1675: creating plugins/MPEG3/Makefile config.status:1675: creating plugins/NDI/Makefile config.status:1675: creating plugins/OBJ/Makefile config.status:1675: creating plugins/OptiTrack/Makefile config.status:1675: creating plugins/PNM/Makefile config.status:1675: creating plugins/PIPEWIRE/Makefile config.status:1675: creating plugins/QT4L/Makefile config.status:1675: creating plugins/QuickTime/Makefile config.status:1675: creating plugins/SGI/Makefile config.status:1675: creating plugins/STB/Makefile config.status:1675: creating plugins/TEST/Makefile config.status:1675: creating plugins/TIFF/Makefile config.status:1675: creating plugins/UNICAP/Makefile config.status:1675: creating plugins/V4L/Makefile config.status:1675: creating plugins/V4L2/Makefile config.status:1675: creating plugins/VFW/Makefile config.status:1675: creating plugins/VIDS/Makefile config.status:1675: creating plugins/VLC/Makefile config.status:1675: creating plugins/VNC/Makefile config.status:1675: creating plugins/filmAVF/Makefile config.status:1675: creating plugins/filmDS/Makefile config.status:1675: creating plugins/filmDSATL/Makefile config.status:1675: creating plugins/filmDarwin/Makefile config.status:1675: creating plugins/videoAVF/Makefile config.status:1675: creating plugins/videoDS/Makefile config.status:1675: creating plugins/videoDarwin/Makefile config.status:1675: creating plugins/videoSGI/Makefile config.status:1675: creating extra/pix_drum/Makefile config.status:1675: creating extra/pix_mano/Makefile config.status:1675: creating extra/pix_fiducialtrack/Makefile config.status:1675: creating extra/pix_hit/Makefile config.status:1675: creating tools/Makefile config.status:1675: creating Gem.pc config.status:1675: creating Gem-meta.pd config.status:1675: creating devgem.sh config.status:1675: creating switch-gemwin.sh config.status:1675: creating src/Controls/Makefile config.status:1675: creating src/Geos/Makefile config.status:1675: creating src/Manips/Makefile config.status:1675: creating src/Nongeos/Makefile config.status:1675: creating src/Particles/Makefile config.status:1675: creating src/Pixes/Makefile config.status:1675: creating src/openGL/Makefile config.status:1675: creating src/Vertex/Makefile config.status:1675: creating abstractions/gemdefaultwindow.pd config.status:1675: creating src/config.h config.status:1675: creating src/Gem/GemGLconfig.h config.status:1856: src/Gem/GemGLconfig.h is unchanged config.status:1904: executing depfiles commands config.status:1983: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Gem && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Utils && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/RTE && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Base && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/plugins && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Output && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/ASSIMP2 && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/ASSIMP3 && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/AVI && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/AVIPLAY && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/DC1394 && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/DECKLINK && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/DV4L && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/FFMPEG && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/GMERLIN && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/imageIO && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/imageMAGICK && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/JPEG && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/MPEG1 && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/MPEG3 && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/NDI && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/OBJ && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/OptiTrack && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/PNM && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/PIPEWIRE && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/QT4L && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/QuickTime && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/SGI && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/STB && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/TEST && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/TIFF && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/UNICAP && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/V4L && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/V4L2 && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/VFW && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/VIDS && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/VLC && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/VNC && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/filmAVF && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/filmDS && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/filmDSATL && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/filmDarwin && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/videoAVF && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/videoDS && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/videoDarwin && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd plugins/videoSGI && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd extra/pix_drum && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd extra/pix_mano && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd extra/pix_fiducialtrack && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd extra/pix_hit && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Controls && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Geos && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Manips && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Nongeos && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Particles && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Pixes && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/openGL && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1983: cd src/Vertex && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles make: Nothing to be done for `am--depfiles'. config.status:1988: $? = 0 config.status:1904: executing libtool commands configure:49668: === configuring in extra (/Users/rnkn/Developer/Gem/extra) configure:49729: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/rnkn/Applications/Pd.app/Contents/Resources/extra' '--with-pd=/Users/rnkn/Applications/Pd.app/Contents/Resources/src/' '--without-ImageIO-framework' --cache-file=/dev/null --srcdir=. configure:49668: === configuring in plugins/AVT (/Users/rnkn/Developer/Gem/plugins/AVT) configure:49729: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/rnkn/Applications/Pd.app/Contents/Resources/extra' '--with-pd=/Users/rnkn/Applications/Pd.app/Contents/Resources/src/' '--without-ImageIO-framework' --cache-file=/dev/null --srcdir=. configure:49668: === configuring in plugins/HALCON (/Users/rnkn/Developer/Gem/plugins/HALCON) configure:49729: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/rnkn/Applications/Pd.app/Contents/Resources/extra' '--with-pd=/Users/rnkn/Applications/Pd.app/Contents/Resources/src/' '--without-ImageIO-framework' --cache-file=/dev/null --srcdir=. configure:49668: === configuring in plugins/PYLON (/Users/rnkn/Developer/Gem/plugins/PYLON) configure:49729: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/rnkn/Applications/Pd.app/Contents/Resources/extra' '--with-pd=/Users/rnkn/Applications/Pd.app/Contents/Resources/src/' '--without-ImageIO-framework' --cache-file=/dev/null --srcdir=. configure:49860: result: Result: Target : Gem.pd_darwin Objects : default window : gemglutwindow Configuration: Compiler : g++ -std=gnu++11 CXXFLAGS : -g -O2 -Os -ffast-math -fpascal-strings : DEFINES : LIBS : -ldl -lz -lm : -lftgl LDFLAGS : : Install path : /Users/rnkn/Applications/Pd.app/Contents/Resources/extra RTE (Pure Data): executable : pd external-extension : pd_darwin CFLAGS : -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src LIBS : -L/Users/rnkn/Applications/Pd.app/Contents/Resources/src used optional libraries: font-rendering : default font : configure:49923: result: PLUGINS ======= image-support use ImageIO : no use JPEG : no use ImageMagick : no use QuickTime : no use SGI : YES (local) use STB : YES (local) use TIFF : no film-support use AVFoundation : yes use AVI : no use aviplay : no use DirectShow : no use FFMPEG : no use gmerlin : no use mpeg : no use mpeg-3 : no use QuickTime : no capture-support use AVfoundation : yes use DeckLink : YES (local) use DirectShow : NO use DV : no use ieee1394 : no use NDI : YES (local) use PipeWire : no use Unicap : yes use v4l : no use v4l2 : no use Video-for-WinDOS : no use VideoInput : no use VLC : no use VNC : no record-support use DeckLink : YES (local) use NDI : YES (local) use PNM : YES (local) use QuickTime : no use v4l : no use v4l2 : no model-support use OBJ : YES (local) use ASSIMP2 : no use ASSIMP3 : no configure:50059: result: Now run make ... ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=aarch64-apple-darwin24.2.0 ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline 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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_FFMPEG_CFLAGS_set= ac_cv_env_FFMPEG_CFLAGS_value= ac_cv_env_FFMPEG_LIBS_set= ac_cv_env_FFMPEG_LIBS_value= ac_cv_env_GLU_CFLAGS_set= ac_cv_env_GLU_CFLAGS_value= ac_cv_env_GLU_LIBS_set= ac_cv_env_GLU_LIBS_value= ac_cv_env_GL_CFLAGS_set= ac_cv_env_GL_CFLAGS_value= ac_cv_env_GL_LIBS_set= ac_cv_env_GL_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_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_MAGICK7_CFLAGS_set= ac_cv_env_MAGICK7_CFLAGS_value= ac_cv_env_MAGICK7_LIBS_set= ac_cv_env_MAGICK7_LIBS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJCXXFLAGS_set= ac_cv_env_OBJCXXFLAGS_value= ac_cv_env_OBJCXX_set= ac_cv_env_OBJCXX_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_PD_CFLAGS_set= ac_cv_env_PD_CFLAGS_value= ac_cv_env_PD_LIBS_set= ac_cv_env_PD_LIBS_value= ac_cv_env_PKG_ASSIMP_CFLAGS_set= ac_cv_env_PKG_ASSIMP_CFLAGS_value= ac_cv_env_PKG_ASSIMP_LIBS_set= ac_cv_env_PKG_ASSIMP_LIBS_value= ac_cv_env_PKG_AVIFILE_CFLAGS_set= ac_cv_env_PKG_AVIFILE_CFLAGS_value= ac_cv_env_PKG_AVIFILE_LIBS_set= ac_cv_env_PKG_AVIFILE_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PKG_DECKLINK_CFLAGS_set= ac_cv_env_PKG_DECKLINK_CFLAGS_value= ac_cv_env_PKG_DECKLINK_LIBS_set= ac_cv_env_PKG_DECKLINK_LIBS_value= ac_cv_env_PKG_FRIBIDI_CFLAGS_set= ac_cv_env_PKG_FRIBIDI_CFLAGS_value= ac_cv_env_PKG_FRIBIDI_LIBS_set= ac_cv_env_PKG_FRIBIDI_LIBS_value= ac_cv_env_PKG_FTGL_CFLAGS_set= ac_cv_env_PKG_FTGL_CFLAGS_value= ac_cv_env_PKG_FTGL_LIBS_set= ac_cv_env_PKG_FTGL_LIBS_value= ac_cv_env_PKG_GLEWMX_CFLAGS_set= ac_cv_env_PKG_GLEWMX_CFLAGS_value= ac_cv_env_PKG_GLEWMX_LIBS_set= ac_cv_env_PKG_GLEWMX_LIBS_value= ac_cv_env_PKG_GLEW_CFLAGS_set= ac_cv_env_PKG_GLEW_CFLAGS_value= ac_cv_env_PKG_GLEW_LIBS_set= ac_cv_env_PKG_GLEW_LIBS_value= ac_cv_env_PKG_GLFW3_CFLAGS_set= ac_cv_env_PKG_GLFW3_CFLAGS_value= ac_cv_env_PKG_GLFW3_LIBS_set= ac_cv_env_PKG_GLFW3_LIBS_value= ac_cv_env_PKG_GMERLIN_AVDEC_CFLAGS_set= ac_cv_env_PKG_GMERLIN_AVDEC_CFLAGS_value= ac_cv_env_PKG_GMERLIN_AVDEC_LIBS_set= ac_cv_env_PKG_GMERLIN_AVDEC_LIBS_value= ac_cv_env_PKG_IMAGEMAGICK___CFLAGS_set= ac_cv_env_PKG_IMAGEMAGICK___CFLAGS_value= ac_cv_env_PKG_IMAGEMAGICK___LIBS_set= ac_cv_env_PKG_IMAGEMAGICK___LIBS_value= ac_cv_env_PKG_JPEG_CFLAGS_set= ac_cv_env_PKG_JPEG_CFLAGS_value= ac_cv_env_PKG_JPEG_LIBS_set= ac_cv_env_PKG_JPEG_LIBS_value= ac_cv_env_PKG_LIBDC1394_2_CFLAGS_set= ac_cv_env_PKG_LIBDC1394_2_CFLAGS_value= ac_cv_env_PKG_LIBDC1394_2_LIBS_set= ac_cv_env_PKG_LIBDC1394_2_LIBS_value= ac_cv_env_PKG_LIBDV_CFLAGS_set= ac_cv_env_PKG_LIBDV_CFLAGS_value= ac_cv_env_PKG_LIBDV_LIBS_set= ac_cv_env_PKG_LIBDV_LIBS_value= ac_cv_env_PKG_LIBGLFW_CFLAGS_set= ac_cv_env_PKG_LIBGLFW_CFLAGS_value= ac_cv_env_PKG_LIBGLFW_LIBS_set= ac_cv_env_PKG_LIBGLFW_LIBS_value= ac_cv_env_PKG_LIBIEC61883_CFLAGS_set= ac_cv_env_PKG_LIBIEC61883_CFLAGS_value= ac_cv_env_PKG_LIBIEC61883_LIBS_set= ac_cv_env_PKG_LIBIEC61883_LIBS_value= ac_cv_env_PKG_LIBMPEG3_CFLAGS_set= ac_cv_env_PKG_LIBMPEG3_CFLAGS_value= ac_cv_env_PKG_LIBMPEG3_LIBS_set= ac_cv_env_PKG_LIBMPEG3_LIBS_value= ac_cv_env_PKG_LIBPIPEWIRE_0_3_CFLAGS_set= ac_cv_env_PKG_LIBPIPEWIRE_0_3_CFLAGS_value= ac_cv_env_PKG_LIBPIPEWIRE_0_3_LIBS_set= ac_cv_env_PKG_LIBPIPEWIRE_0_3_LIBS_value= ac_cv_env_PKG_LIBQUICKTIME_CFLAGS_set= ac_cv_env_PKG_LIBQUICKTIME_CFLAGS_value= ac_cv_env_PKG_LIBQUICKTIME_LIBS_set= ac_cv_env_PKG_LIBQUICKTIME_LIBS_value= ac_cv_env_PKG_LIBRAW1394_CFLAGS_set= ac_cv_env_PKG_LIBRAW1394_CFLAGS_value= ac_cv_env_PKG_LIBRAW1394_LIBS_set= ac_cv_env_PKG_LIBRAW1394_LIBS_value= ac_cv_env_PKG_LIBUNICAP_CFLAGS_set= ac_cv_env_PKG_LIBUNICAP_CFLAGS_value= ac_cv_env_PKG_LIBUNICAP_LIBS_set= ac_cv_env_PKG_LIBUNICAP_LIBS_value= ac_cv_env_PKG_LIBV4L1_CFLAGS_set= ac_cv_env_PKG_LIBV4L1_CFLAGS_value= ac_cv_env_PKG_LIBV4L1_LIBS_set= ac_cv_env_PKG_LIBV4L1_LIBS_value= ac_cv_env_PKG_LIBV4L2_CFLAGS_set= ac_cv_env_PKG_LIBV4L2_CFLAGS_value= ac_cv_env_PKG_LIBV4L2_LIBS_set= ac_cv_env_PKG_LIBV4L2_LIBS_value= ac_cv_env_PKG_LIBVLC_CFLAGS_set= ac_cv_env_PKG_LIBVLC_CFLAGS_value= ac_cv_env_PKG_LIBVLC_LIBS_set= ac_cv_env_PKG_LIBVLC_LIBS_value= ac_cv_env_PKG_LIBVNCCLIENT_CFLAGS_set= ac_cv_env_PKG_LIBVNCCLIENT_CFLAGS_value= ac_cv_env_PKG_LIBVNCCLIENT_LIBS_set= ac_cv_env_PKG_LIBVNCCLIENT_LIBS_value= ac_cv_env_PKG_LQT_CFLAGS_set= ac_cv_env_PKG_LQT_CFLAGS_value= ac_cv_env_PKG_LQT_LIBS_set= ac_cv_env_PKG_LQT_LIBS_value= ac_cv_env_PKG_MAGICKCORE_CFLAGS_set= ac_cv_env_PKG_MAGICKCORE_CFLAGS_value= ac_cv_env_PKG_MAGICKCORE_LIBS_set= ac_cv_env_PKG_MAGICKCORE_LIBS_value= ac_cv_env_PKG_MPEG_CFLAGS_set= ac_cv_env_PKG_MPEG_CFLAGS_value= ac_cv_env_PKG_MPEG_LIBS_set= ac_cv_env_PKG_MPEG_LIBS_value= ac_cv_env_PKG_PIPEWIRE_CFLAGS_set= ac_cv_env_PKG_PIPEWIRE_CFLAGS_value= ac_cv_env_PKG_PIPEWIRE_LIBS_set= ac_cv_env_PKG_PIPEWIRE_LIBS_value= ac_cv_env_PKG_SDL2_CFLAGS_set= ac_cv_env_PKG_SDL2_CFLAGS_value= ac_cv_env_PKG_SDL2_LIBS_set= ac_cv_env_PKG_SDL2_LIBS_value= ac_cv_env_PKG_SDL_CFLAGS_set= ac_cv_env_PKG_SDL_CFLAGS_value= ac_cv_env_PKG_SDL_LIBS_set= ac_cv_env_PKG_SDL_LIBS_value= ac_cv_env_PKG_STB_CFLAGS_set= ac_cv_env_PKG_STB_CFLAGS_value= ac_cv_env_PKG_STB_LIBS_set= ac_cv_env_PKG_STB_LIBS_value= ac_cv_env_PKG_TIFF_CFLAGS_set= ac_cv_env_PKG_TIFF_CFLAGS_value= ac_cv_env_PKG_TIFF_LIBS_set= ac_cv_env_PKG_TIFF_LIBS_value= ac_cv_env_PKG_VFW32_CFLAGS_set= ac_cv_env_PKG_VFW32_CFLAGS_value= ac_cv_env_PKG_VFW32_LIBS_set= ac_cv_env_PKG_VFW32_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_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_func_bzero=yes ac_cv_func_floor=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_getpagesize=yes ac_cv_func_gettimeofday=yes ac_cv_func_lqt_open_write=no ac_cv_func_lqt_seek_video=no ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_munmap=yes ac_cv_func_pow=yes ac_cv_func_sqrt=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strnlen=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_Carbon_Carbon_h=yes ac_cv_header_DeckLinkAPI_h=no ac_cv_header_FTFont_h=no ac_cv_header_FTGL_ftgl_h=no ac_cv_header_GLFW_glfw3_h=no ac_cv_header_GLUT_glut_h=yes ac_cv_header_GL_glfw_h=no ac_cv_header_GL_glu_h=no ac_cv_header_GL_glut_h=no ac_cv_header_GL_glx_h=no ac_cv_header_MagickCore_MagickCore_h=no ac_cv_header_Magickpp_h=no ac_cv_header_OpenGL_gl_h=yes ac_cv_header_OpenGL_glu_h=yes ac_cv_header_QTML_h=no ac_cv_header_QuickTime_QuickTime_h=no ac_cv_header_SDL_h=no ac_cv_header_SDL_log_h=no ac_cv_header_assimp_cimport_h=no ac_cv_header_assimp_h=no ac_cv_header_avifile_h=no ac_cv_header_dc1394_dc1394_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_fribidi_h=no ac_cv_header_gmerlin_avdec_h=no ac_cv_header_inttypes_h=yes ac_cv_header_jpeglib_h=no ac_cv_header_libdv_dv_h=no ac_cv_header_libiec61883_iec61883_h=no ac_cv_header_libmpeg3_h=no ac_cv_header_libraw1394_raw1394_h=no ac_cv_header_libv4l1_h=no ac_cv_header_libv4l2_h=no ac_cv_header_linux_videodev2_h=no ac_cv_header_linux_videodev_h=no ac_cv_header_m_imp_h=yes ac_cv_header_m_pd_h=yes ac_cv_header_magick_MagickCore_h=no ac_cv_header_memory_h=yes ac_cv_header_mpeg_h=no ac_cv_header_pipewire_pipewire_h=no ac_cv_header_quicktime_h=no ac_cv_header_rfb_rfbclient_h=no ac_cv_header_s_stuff_h=yes ac_cv_header_stb_stb_image_h=no ac_cv_header_stdbool_h=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_shm_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_tiffio_h=no ac_cv_header_unicap_h=no ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_header_vfw_h=no ac_cv_header_vl_vl_h=no ac_cv_header_vlc_vlc_h=no ac_cv_header_windows_h=no ac_cv_header_wordexp_h=yes ac_cv_host=aarch64-apple-darwin24.2.0 ac_cv_lib_Magick_IsMagickInstantiated=no ac_cv_lib_Magickpp_main=no ac_cv_lib_SDL2_SDL_Quit=no ac_cv_lib_SDL_SDL_Quit=no ac_cv_lib__CreateDeckLinkIteratorInstance=no ac_cv_lib__pd_dll_nullfn=no ac_cv_lib_assimp_aiDetachAllLogStreams=no ac_cv_lib_aviplay_CreateIAviReadFile=no ac_cv_lib_dc1394_dc1394_new=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dv_dv_cleanup=no ac_cv_lib_error_at_line=no ac_cv_lib_fribidi_fribidi_log2vis=no ac_cv_lib_ftgl_main=yes ac_cv_lib_glfw3_glfwGetPrimaryMonitor=no ac_cv_lib_glfw_glfwInit=no ac_cv_lib_gmerlin_avdec_gavl_start=no ac_cv_lib_iec61883_iec61883_dv_fb_init=no ac_cv_lib_jpeg_jpeg_read_header=no ac_cv_lib_m_sin=yes ac_cv_lib_mpeg3_mpeg3_check_sig=no ac_cv_lib_mpeg_OpenMPEG=no ac_cv_lib_pd_nullfn=no ac_cv_lib_pipewire_0_3_pw_get_library_version=no ac_cv_lib_quicktime_quicktime_init=no ac_cv_lib_raw1394_raw1394_new_handle=no ac_cv_lib_stb_stbi_load=no ac_cv_lib_stdcpp_main=yes ac_cv_lib_tiff_TIFFOpen=no ac_cv_lib_unicap_unicap_check_version=no ac_cv_lib_v4l1_v4l1_open=no ac_cv_lib_v4l2_v4l2_open=no ac_cv_lib_vfw32_capGetVideoFormat=no ac_cv_lib_vlc_libvlc_video_set_callbacks=no ac_cv_lib_vncclient_rfbGetClient=no ac_cv_lib_z_zlibVersion=yes ac_cv_objc_compiler_gnu=yes ac_cv_objcxx_compiler_gnu=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/opt/pkg/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_prog_AWK=nawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -std=gnu++11 -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_DLLTOOL=dlltool ac_cv_prog_ac_ct_DSYMUTIL=dsymutil ac_cv_prog_ac_ct_FILECMD=file ac_cv_prog_ac_ct_LIPO=lipo ac_cv_prog_ac_ct_NMEDIT=nmedit ac_cv_prog_ac_ct_OBJC=gcc ac_cv_prog_ac_ct_OBJCXX=g++ ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_OTOOL=otool ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c11= ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_cxx11=-std=gnu++11 ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx=-std=gnu++11 ac_cv_prog_make_make_set=yes ac_cv_prog_objc_g=yes ac_cv_prog_objcxx_g=yes ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_void_p=8 ac_cv_type__Bool=no ac_cv_type_pid_t=yes ac_cv_type_ptw32_handle_t=no ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_OBJCXX_dependencies_compiler_type=gcc3 am_cv_OBJC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_PTHREAD_CLANG=yes ax_cv_PTHREAD_CLANG_NO_WARN_FLAG=no ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE ax_cv_PTHREAD_PRIO_INHERIT=yes ax_cv_PTHREAD_SPECIAL_FLAGS=no ax_cv_check_gl_compile_opengl=yes ax_cv_check_gl_have_headers=yes ax_cv_check_gl_lib_opengl=yes ax_cv_check_gl_link_opengl=yes ax_cv_check_gl_link_with_x=no ax_cv_check_glu_compile_opengl=yes ax_cv_check_glu_lib_opengl=yes ax_cv_check_glu_link_opengl=yes ax_cv_check_glut_compile_opengl=yes ax_cv_check_glut_lib_opengl=yes ax_cv_check_glut_link_opengl=yes ax_cv_varargs_glu_tesscb=no lt_cv_apple_cc_single_mod=no lt_cv_ar_at_file=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_exported_symbols_list=yes lt_cv_ld_force_load=yes lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fno-common -DPIC' lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=no lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='/usr/bin/sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=786432 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' pkg_cv_GLU_CFLAGS= pkg_cv_GLU_LIBS='-L/opt/pkg/lib -lGLU -lGL' pkg_cv_GL_CFLAGS= pkg_cv_GL_LIBS='-L/opt/pkg/lib -lGL' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/Users/rnkn/Developer/Gem/missing'\'' aclocal-1.16' AGL_CFLAGS='' AGL_LIBS='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' ANDROID_FALSE='' ANDROID_TRUE='#' AR='ar' AS='as' AUTOCONF='${SHELL} '\''/Users/rnkn/Developer/Gem/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/Users/rnkn/Developer/Gem/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/Users/rnkn/Developer/Gem/missing'\'' automake-1.16' AWK='nawk' BSD_FALSE='' BSD_TRUE='#' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CXX='g++ -std=gnu++11' CXXCPP='g++ -std=gnu++11 -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -Os -ffast-math -fpascal-strings' CYGPATH_W='echo' CYGWIN_FALSE='' CYGWIN_TRUE='#' DEFINES='' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DISABLED_FALSE='' DISABLED_TRUE='#' DLLTOOL='dlltool' DSYMUTIL='dsymutil' DUMPBIN='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' ELSE='else' EMSCRIPTEN_FALSE='' EMSCRIPTEN_TRUE='#' ENABLED_FALSE='#' ENABLED_TRUE='' ENABLE_MULTICONTEXT_FALSE='#' ENABLE_MULTICONTEXT_TRUE='' ENDIF='endif' ETAGS='etags' EXEEXT='' EXPERIMENTAL_FALSE='' EXPERIMENTAL_TRUE='#' EXT='pd_darwin' FFMPEG_CFLAGS='' FFMPEG_LIBS='' FGREP='/usr/bin/grep -F' FILECMD='file' GEM_ARCH_CXXFLAGS='' GEM_ARCH_LDFLAGS='' GEM_CFLAGS='' GEM_CHECK_LIB_CFLAGS=' ' GEM_CHECK_LIB_LIBS='-lftgl ' GEM_CPPFLAGS='' GEM_CXXFLAGS='' GEM_DECKLINK_APISTUB_FALSE='#' GEM_DECKLINK_APISTUB_TRUE='' GEM_DECKLINK_LOCAL_FALSE='#' GEM_DECKLINK_LOCAL_TRUE='' GEM_DECKLINK_SYSTEM='Darwin' GEM_DECKLINK_USE_DLOPEN='' GEM_DEFAULT_WINDOW='gemglutwindow' GEM_EXTERNAL_CFLAGS='' GEM_EXTERNAL_CPPFLAGS='' GEM_EXTERNAL_LIBS='' GEM_FRAMEWORK_AGL_CFLAGS='' GEM_FRAMEWORK_AGL_LIBS='-framework AGL' GEM_FRAMEWORK_AVFOUNDATION_CFLAGS='' GEM_FRAMEWORK_AVFOUNDATION_LIBS='-framework AVFoundation -framework Accelerate -framework CoreMedia' GEM_FRAMEWORK_CARBON_CFLAGS='' GEM_FRAMEWORK_CARBON_LIBS='-framework Carbon' GEM_FRAMEWORK_COCOA_CFLAGS='' GEM_FRAMEWORK_COCOA_LIBS='-framework Cocoa' GEM_FRAMEWORK_IMAGEIO_CFLAGS='' GEM_FRAMEWORK_IMAGEIO_LIBS='' GEM_FRAMEWORK_QUICKTIME_CFLAGS='' GEM_FRAMEWORK_QUICKTIME_LIBS='' GEM_LIBS='' GEM_LIB_ASSIMP_CFLAGS='' GEM_LIB_ASSIMP_LIBS='' GEM_LIB_AVIFILE_CFLAGS='' GEM_LIB_AVIFILE_LIBS='' GEM_LIB_DECKLINK_CFLAGS='' GEM_LIB_DECKLINK_LIBS='' GEM_LIB_FFMPEG_CFLAGS='' GEM_LIB_FFMPEG_LIBS='' GEM_LIB_FRIBIDI_CFLAGS='' GEM_LIB_FRIBIDI_LIBS='' GEM_LIB_FTGL_CFLAGS='' GEM_LIB_FTGL_LIBS='' GEM_LIB_GLEWMX_CFLAGS='' GEM_LIB_GLEWMX_LIBS='' GEM_LIB_GLEW_CFLAGS='' GEM_LIB_GLEW_LIBS='' GEM_LIB_GLFW3_CFLAGS='' GEM_LIB_GLFW3_LIBS='' GEM_LIB_GMERLIN_AVDEC_CFLAGS='' GEM_LIB_GMERLIN_AVDEC_LIBS='' GEM_LIB_IMAGEMAGICK___CFLAGS='' GEM_LIB_IMAGEMAGICK___LIBS='' GEM_LIB_JPEG_CFLAGS='' GEM_LIB_JPEG_LIBS='' GEM_LIB_LIBDC1394_2_CFLAGS='' GEM_LIB_LIBDC1394_2_LIBS='' GEM_LIB_LIBDV_CFLAGS='' GEM_LIB_LIBDV_LIBS='' GEM_LIB_LIBGLFW_CFLAGS='' GEM_LIB_LIBGLFW_LIBS='' GEM_LIB_LIBIEC61883_CFLAGS='' GEM_LIB_LIBIEC61883_LIBS='' GEM_LIB_LIBMPEG3_CFLAGS='' GEM_LIB_LIBMPEG3_LIBS='' GEM_LIB_LIBPIPEWIRE_0_3_CFLAGS='' GEM_LIB_LIBPIPEWIRE_0_3_LIBS='' GEM_LIB_LIBQUICKTIME_CFLAGS='' GEM_LIB_LIBQUICKTIME_LIBS='' GEM_LIB_LIBRAW1394_CFLAGS='' GEM_LIB_LIBRAW1394_LIBS='' GEM_LIB_LIBUNICAP_CFLAGS='' GEM_LIB_LIBUNICAP_LIBS='' GEM_LIB_LIBV4L1_CFLAGS='' GEM_LIB_LIBV4L1_LIBS='' GEM_LIB_LIBV4L2_CFLAGS='' GEM_LIB_LIBV4L2_LIBS='' GEM_LIB_LIBVLC_CFLAGS='' GEM_LIB_LIBVLC_LIBS='' GEM_LIB_LIBVNCCLIENT_CFLAGS='' GEM_LIB_LIBVNCCLIENT_LIBS='' GEM_LIB_LQT_CFLAGS='' GEM_LIB_LQT_LIBS='' GEM_LIB_MAGICKCORE_CFLAGS='' GEM_LIB_MAGICKCORE_LIBS='' GEM_LIB_MPEG_CFLAGS='' GEM_LIB_MPEG_LIBS='' GEM_LIB_PIPEWIRE_CFLAGS='' GEM_LIB_PIPEWIRE_LIBS='' GEM_LIB_SDL2_CFLAGS='' GEM_LIB_SDL2_LIBS='' GEM_LIB_SDL_CFLAGS='' GEM_LIB_SDL_LIBS='' GEM_LIB_STB_CFLAGS='' GEM_LIB_STB_LIBS='' GEM_LIB_TIFF_CFLAGS='' GEM_LIB_TIFF_LIBS='' GEM_LIB_VFW32_CFLAGS='' GEM_LIB_VFW32_LIBS='' GEM_NDI_CXXFLAGS='' GEM_NDI_LIBS='' GEM_NDI_LOCAL_FALSE='#' GEM_NDI_LOCAL_TRUE='' GEM_RTE='Pure Data' GEM_RTE_CFLAGS='-DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src' GEM_RTE_EXE='pd' GEM_RTE_EXTENSION='pd_darwin' GEM_RTE_LIBS='-L/Users/rnkn/Applications/Pd.app/Contents/Resources/src' GEM_TARGETS='' GEM_THREADS_CFLAGS='-pthread' GEM_THREADS_LIBS='' GLUT_CFLAGS=' ' GLUT_LDFLAGS='-framework GLUT ' GLUT_LIBS=' ' GLU_CFLAGS=' ' GLU_LDFLAGS='' GLU_LIBS=' ' GLX_CFLAGS='' GLX_LIBS='' GL_CFLAGS='' GL_LDFLAGS='-Wl,-framework,OpenGL ' GL_LIBS=' ' GREP='/usr/bin/grep' HAVE_AGL_FALSE='#' HAVE_AGL_TRUE='' HAVE_ASSIMP2_FALSE='' HAVE_ASSIMP2_TRUE='#' HAVE_ASSIMP3_FALSE='' HAVE_ASSIMP3_TRUE='#' HAVE_FFMPEG_FALSE='' HAVE_FFMPEG_TRUE='#' HAVE_FRAMEWORK_AGL_FALSE='#' HAVE_FRAMEWORK_AGL_TRUE='' HAVE_FRAMEWORK_AVFOUNDATION_FALSE='#' HAVE_FRAMEWORK_AVFOUNDATION_TRUE='' HAVE_FRAMEWORK_CARBON_FALSE='#' HAVE_FRAMEWORK_CARBON_TRUE='' HAVE_FRAMEWORK_COCOA_FALSE='#' HAVE_FRAMEWORK_COCOA_TRUE='' HAVE_FRAMEWORK_IMAGEIO_FALSE='' HAVE_FRAMEWORK_IMAGEIO_TRUE='#' HAVE_FRAMEWORK_QUICKTIME_FALSE='' HAVE_FRAMEWORK_QUICKTIME_TRUE='#' HAVE_GLUT_FALSE='#' HAVE_GLUT_TRUE='' HAVE_GLU_FALSE='#' HAVE_GLU_TRUE='' HAVE_GLX_FALSE='' HAVE_GLX_TRUE='#' HAVE_GL_FALSE='#' HAVE_GL_TRUE='' HAVE_LIB_ASSIMP_FALSE='' HAVE_LIB_ASSIMP_TRUE='#' HAVE_LIB_AVIFILE_FALSE='' HAVE_LIB_AVIFILE_TRUE='#' HAVE_LIB_DECKLINK_FALSE='' HAVE_LIB_DECKLINK_TRUE='#' HAVE_LIB_FRIBIDI_FALSE='' HAVE_LIB_FRIBIDI_TRUE='#' HAVE_LIB_FTGL_FALSE='' HAVE_LIB_FTGL_TRUE='#' HAVE_LIB_GLEWMX_FALSE='' HAVE_LIB_GLEWMX_TRUE='#' HAVE_LIB_GLEW_FALSE='' HAVE_LIB_GLEW_TRUE='#' HAVE_LIB_GLFW3_FALSE='' HAVE_LIB_GLFW3_TRUE='#' HAVE_LIB_GMERLIN_AVDEC_FALSE='' HAVE_LIB_GMERLIN_AVDEC_TRUE='#' HAVE_LIB_IMAGEMAGICK___FALSE='' HAVE_LIB_IMAGEMAGICK___TRUE='#' HAVE_LIB_JPEG_FALSE='' HAVE_LIB_JPEG_TRUE='#' HAVE_LIB_LIBDC1394_2_FALSE='' HAVE_LIB_LIBDC1394_2_TRUE='#' HAVE_LIB_LIBDV_FALSE='' HAVE_LIB_LIBDV_TRUE='#' HAVE_LIB_LIBGLFW_FALSE='' HAVE_LIB_LIBGLFW_TRUE='#' HAVE_LIB_LIBIEC61883_FALSE='' HAVE_LIB_LIBIEC61883_TRUE='#' HAVE_LIB_LIBMPEG3_FALSE='' HAVE_LIB_LIBMPEG3_TRUE='#' HAVE_LIB_LIBPIPEWIRE_0_3_FALSE='' HAVE_LIB_LIBPIPEWIRE_0_3_TRUE='#' HAVE_LIB_LIBQUICKTIME_FALSE='' HAVE_LIB_LIBQUICKTIME_TRUE='#' HAVE_LIB_LIBRAW1394_FALSE='' HAVE_LIB_LIBRAW1394_TRUE='#' HAVE_LIB_LIBUNICAP_FALSE='' HAVE_LIB_LIBUNICAP_TRUE='#' HAVE_LIB_LIBV4L1_FALSE='' HAVE_LIB_LIBV4L1_TRUE='#' HAVE_LIB_LIBV4L2_FALSE='' HAVE_LIB_LIBV4L2_TRUE='#' HAVE_LIB_LIBVLC_FALSE='' HAVE_LIB_LIBVLC_TRUE='#' HAVE_LIB_LIBVNCCLIENT_FALSE='' HAVE_LIB_LIBVNCCLIENT_TRUE='#' HAVE_LIB_LQT_FALSE='' HAVE_LIB_LQT_TRUE='#' HAVE_LIB_MAGICKCORE_FALSE='' HAVE_LIB_MAGICKCORE_TRUE='#' HAVE_LIB_MPEG_FALSE='' HAVE_LIB_MPEG_TRUE='#' HAVE_LIB_SDL2_FALSE='' HAVE_LIB_SDL2_TRUE='#' HAVE_LIB_SDL_FALSE='' HAVE_LIB_SDL_TRUE='#' HAVE_LIB_STB_FALSE='' HAVE_LIB_STB_TRUE='#' HAVE_LIB_TIFF_FALSE='' HAVE_LIB_TIFF_TRUE='#' HAVE_LIB_UNICAP_FALSE='#' HAVE_LIB_UNICAP_TRUE='' HAVE_LIB_VFW32_FALSE='' HAVE_LIB_VFW32_TRUE='#' HAVE_NDI_FALSE='#' HAVE_NDI_TRUE='' HAVE_PIPEWIRE_FALSE='' HAVE_PIPEWIRE_TRUE='#' HAVE_V4L2_FALSE='' HAVE_V4L2_TRUE='#' HAVE_V4L_FALSE='' HAVE_V4L_TRUE='#' HAVE_VFW32_FALSE='' HAVE_VFW32_TRUE='#' HURD_FALSE='' HURD_TRUE='#' IFDEF='ifdef' IFEQ='ifeq' IFNDEF='ifndef' IFNEQ='ifneq' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' IPHONEOS_FALSE='' IPHONEOS_TRUE='#' IRIX_FALSE='' IRIX_TRUE='#' LD='/Library/Developer/CommandLineTools/usr/bin/ld' LDFLAGS='' LIBOBJS=' ${LIBOBJDIR}error$U.o' LIBS='-ldl -lz -lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LINUX_FALSE='' LINUX_TRUE='#' LIPO='lipo' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}error$U.lo' LT_SYS_LIBRARY_PATH='' MACOSX_FALSE='#' MACOSX_TRUE='' MAGICK7_CFLAGS='' MAGICK7_LIBS='' MAKEINFO='${SHELL} '\''/Users/rnkn/Developer/Gem/missing'\'' makeinfo' MANIFEST_TOOL=':' MINGW_FALSE='' MINGW_TRUE='#' MKDIR_P='mkdir -p' NM='/usr/bin/nm -B' NMEDIT='nmedit' OBJC='gcc' OBJCDEPMODE='depmode=gcc3' OBJCFLAGS='-g -O2' OBJCXX='g++' OBJCXXDEPMODE='depmode=gcc3' OBJCXXFLAGS='-g -O2' OBJDUMP='objdump' OBJEXT='o' OTOOL64=':' OTOOL='otool' PACKAGE='Gem' PACKAGE_BUGREPORT='zmoelnig@iem.at' PACKAGE_NAME='Gem' PACKAGE_STRING='Gem 0.94' PACKAGE_TARNAME='Gem' PACKAGE_URL='http://gem.iem.at' PACKAGE_VERSION='0.94' PATH_SEPARATOR=':' PD_CFLAGS='' PD_EXE='pd' PD_LIBS='' PKG_ASSIMP_CFLAGS='' PKG_ASSIMP_LIBS='-lassimp' PKG_AVIFILE_CFLAGS='' PKG_AVIFILE_LIBS='-laviplay' PKG_CONFIG='/opt/pkg/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PKG_DECKLINK_CFLAGS='' PKG_DECKLINK_LIBS='' PKG_FRIBIDI_CFLAGS='' PKG_FRIBIDI_LIBS='-lfribidi' PKG_FTGL_CFLAGS='' PKG_FTGL_LIBS='-lftgl' PKG_GLEWMX_CFLAGS='' PKG_GLEWMX_LIBS='' PKG_GLEW_CFLAGS='' PKG_GLEW_LIBS='' PKG_GLFW3_CFLAGS='' PKG_GLFW3_LIBS='-lglfw3' PKG_GMERLIN_AVDEC_CFLAGS='' PKG_GMERLIN_AVDEC_LIBS='-lgmerlin_avdec' PKG_IMAGEMAGICK___CFLAGS='' PKG_IMAGEMAGICK___LIBS='-lMagick++' PKG_JPEG_CFLAGS='' PKG_JPEG_LIBS='-ljpeg' PKG_LIBDC1394_2_CFLAGS='' PKG_LIBDC1394_2_LIBS='-ldc1394' PKG_LIBDV_CFLAGS='' PKG_LIBDV_LIBS='-ldv' PKG_LIBGLFW_CFLAGS='' PKG_LIBGLFW_LIBS='-lglfw' PKG_LIBIEC61883_CFLAGS='' PKG_LIBIEC61883_LIBS='-liec61883' PKG_LIBMPEG3_CFLAGS='' PKG_LIBMPEG3_LIBS='-lmpeg3' PKG_LIBPIPEWIRE_0_3_CFLAGS='' PKG_LIBPIPEWIRE_0_3_LIBS='-lpipewire-0.3' PKG_LIBQUICKTIME_CFLAGS='' PKG_LIBQUICKTIME_LIBS='-lquicktime' PKG_LIBRAW1394_CFLAGS='' PKG_LIBRAW1394_LIBS='-lraw1394' PKG_LIBUNICAP_CFLAGS='' PKG_LIBUNICAP_LIBS='-lunicap' PKG_LIBV4L1_CFLAGS='' PKG_LIBV4L1_LIBS='-lv4l1' PKG_LIBV4L2_CFLAGS='' PKG_LIBV4L2_LIBS='-lv4l2' PKG_LIBVLC_CFLAGS='' PKG_LIBVLC_LIBS='-lvlc' PKG_LIBVNCCLIENT_CFLAGS='' PKG_LIBVNCCLIENT_LIBS='-lvncclient' PKG_LQT_CFLAGS='' PKG_LQT_LIBS='-lquicktime' PKG_MAGICKCORE_CFLAGS='' PKG_MAGICKCORE_LIBS='-lMagick' PKG_MPEG_CFLAGS='' PKG_MPEG_LIBS='-lmpeg' PKG_PIPEWIRE_CFLAGS='' PKG_PIPEWIRE_LIBS='' PKG_SDL2_CFLAGS='' PKG_SDL2_LIBS='-lSDL2' PKG_SDL_CFLAGS='' PKG_SDL_LIBS='-lSDL' PKG_STB_CFLAGS='' PKG_STB_LIBS='-lstb' PKG_TIFF_CFLAGS='' PKG_TIFF_LIBS='-ltiff' PKG_VFW32_CFLAGS='' PKG_VFW32_LIBS='-lvfw32' PLUGINS_FALSE='#' PLUGINS_TRUE='' PTHREAD_CC='gcc' PTHREAD_CFLAGS='-pthread' PTHREAD_LIBS='' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TARGET_CONTROLS_FALSE='#' TARGET_CONTROLS_TRUE='' TARGET_GEOS_FALSE='#' TARGET_GEOS_TRUE='' TARGET_MANIPS_FALSE='#' TARGET_MANIPS_TRUE='' TARGET_NONGEOS_FALSE='#' TARGET_NONGEOS_TRUE='' TARGET_OPENGL_FALSE='#' TARGET_OPENGL_TRUE='' TARGET_PARTICLES_FALSE='#' TARGET_PARTICLES_TRUE='' TARGET_PIXES_FALSE='#' TARGET_PIXES_TRUE='' TARGET_VERTEX_FALSE='' TARGET_VERTEX_TRUE='#' VERSION='0.94' VIDEODARWIN_FALSE='' VIDEODARWIN_TRUE='#' WINDOWS_FALSE='' WINDOWS_TRUE='#' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_ct_OBJC='gcc' ac_ct_OBJCXX='g++' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJCXX_FALSE='#' am__fastdepOBJCXX_TRUE='' am__fastdepOBJC_FALSE='#' am__fastdepOBJC_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 -' ax_pthread_config='' bindir='${exec_prefix}/bin' build='aarch64-apple-darwin24.2.0' build_alias='' build_cpu='aarch64' build_os='darwin24.2.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='aarch64-apple-darwin24.2.0' host_alias='' host_cpu='aarch64' host_os='darwin24.2.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/rnkn/Developer/Gem/install-sh' libdir='${exec_prefix}/lib/pd/extra' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkgconfigdir='${exec_prefix}/lib/pkgconfig' prefix='/Users/rnkn/Applications/Pd.app/Contents/Resources/extra' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' extra plugins/AVT plugins/HALCON plugins/PYLON' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Gem" #define PACKAGE_TARNAME "Gem" #define PACKAGE_VERSION "0.94" #define PACKAGE_STRING "Gem 0.94" #define PACKAGE_BUGREPORT "zmoelnig@iem.at" #define PACKAGE_URL "http://gem.iem.at" #define PACKAGE "Gem" #define VERSION "0.94" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_M_PD_H 1 #define HAVE_S_STUFF_H 1 #define HAVE_M_IMP_H 1 #define HAVE_PTHREAD_PRIO_INHERIT 1 #define HAVE_PTHREAD 1 #define HAVE_STDDEF_H 1 #define HAVE_STDLIB_H 1 #define HAVE_UNISTD_H 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRING_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_SYS_SHM_H 1 #define HAVE_WORDEXP_H 1 #define HAVE_STDBOOL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_PARAM_H 1 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_VOID_P 8 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_GETPAGESIZE 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_MALLOC 1 #define HAVE_MMAP 1 #define HAVE_BZERO 1 #define HAVE_FLOOR 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_MEMSET 1 #define HAVE_MUNMAP 1 #define HAVE_POW 1 #define HAVE_SQRT 1 #define HAVE_STRCHR 1 #define HAVE_STRDUP 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_STRNLEN 1 #define HAVE_LIBM 1 #define HAVE_LIBZ 1 #define HAVE_LIBDL 1 #define X_DISPLAY_MISSING 1 #define HAVE_OPENGL_GL_H 1 #define HAVE_OPENGL_GLU_H 1 #define HAVE_GLUT_GLUT_H 1 #define HAVE_AGL 1 #define HAVE_GEM_FRAMEWORK_AGL 1 #define GEM_HAVE_GLU 1 #define GEM_MULTICONTEXT 1 #define GLEW_BUILD 1 #define HAVE_COCOA 1 #define HAVE_GEM_FRAMEWORK_COCOA 1 #define HAVE_AVFOUNDATION 1 #define HAVE_GEM_FRAMEWORK_AVFOUNDATION 1 #define HAVE_CARBON_CARBON_H 1 #define HAVE_CARBON 1 #define HAVE_GEM_FRAMEWORK_CARBON 1 #define HAVE_LIBFTGL 1 #define HAVE_LIBFTGL 1 #define HAVE_MAIN 1 #define HAVE_LIBFTGL 1 #define HAVE_GEM_LIB_FTGL 1 #define GEM_DECKLINK_USE_DLOPEN 1 #define HAVE_NDI 1 configure: exit 0