Guest User

Untitled

a guest
Jan 3rd, 2024
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.00 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by dillo configure 3.1-dev, which was
  5. generated by GNU Autoconf 2.72. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Giovannis-Air.homenet.telecomitalia.it
  14. uname -m = arm64
  15. uname -r = 22.6.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 22.6.0: Fri Sep 15 13:39:54 PDT 2023; root:xnu-8796.141.3.700.8~1/RELEASE_ARM64_T8112
  18.  
  19. /usr/bin/uname -p = arm
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 22.6.0: Fri Sep 15 13:39:54 PDT 2023; root:xnu-8796.141.3.700.8~1/RELEASE_ARM64_T8112
  27. Kernel configured for up to 8 processors.
  28. 8 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: arm64e (ARM64E)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 544 tasks, 2924 threads, 8 processors
  34. Load average: 2.44, Mach factor: 5.55
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /Users/giovannigravili/radioconda/bin/
  40. PATH: /Users/giovannigravili/radioconda/condabin/
  41. PATH: /Users/giovannigravili/.pyenv/shims/
  42. PATH: /opt/homebrew/Cellar/openssl@3/3.2.0_1/bin/
  43. PATH: /opt/homebrew/opt/libiconv/bin/
  44. PATH: /opt/homebrew/bin/
  45. PATH: /opt/homebrew/sbin/
  46. PATH: /usr/local/bin/
  47. PATH: /System/Cryptexes/App/usr/bin/
  48. PATH: /usr/bin/
  49. PATH: /bin/
  50. PATH: /usr/sbin/
  51. PATH: /sbin/
  52. PATH: /Library/TeX/texbin/
  53. PATH: /opt/X11/bin/
  54. PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/
  55. PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/
  56. PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/
  57. PATH: /Users/giovannigravili/.cargo/bin/
  58.  
  59.  
  60. ## ----------- ##
  61. ## Core tests. ##
  62. ## ----------- ##
  63.  
  64. configure:3124: looking for aux files: compile missing install-sh config.guess config.sub
  65. configure:3137: trying ./
  66. configure:3166: ./compile found
  67. configure:3166: ./missing found
  68. configure:3148: ./install-sh found
  69. configure:3166: ./config.guess found
  70. configure:3166: ./config.sub found
  71. configure:3286: checking build system type
  72. configure:3302: result: aarch64-apple-darwin22.6.0
  73. configure:3322: checking host system type
  74. configure:3337: result: aarch64-apple-darwin22.6.0
  75. configure:3357: checking target system type
  76. configure:3372: result: aarch64-apple-darwin22.6.0
  77. configure:3416: checking for a BSD-compatible install
  78. configure:3490: result: /usr/bin/install -c
  79. configure:3501: checking whether build environment is sane
  80. configure:3556: result: yes
  81. configure:3717: checking for a race-free mkdir -p
  82. configure:3760: result: mkdir -p
  83. configure:3767: checking for gawk
  84. configure:3803: result: no
  85. configure:3767: checking for mawk
  86. configure:3803: result: no
  87. configure:3767: checking for nawk
  88. configure:3803: result: no
  89. configure:3767: checking for awk
  90. configure:3788: found /usr/bin/awk
  91. configure:3800: result: awk
  92. configure:3811: checking whether make sets $(MAKE)
  93. configure:3835: result: yes
  94. configure:3865: checking whether make supports nested variables
  95. configure:3884: result: yes
  96. configure:4290: checking for gcc
  97. configure:4311: found /usr/bin/gcc
  98. configure:4323: result: gcc
  99. configure:4682: checking for C compiler version
  100. configure:4691: gcc --version >&5
  101. Apple clang version 15.0.0 (clang-1500.0.40.1)
  102. Target: arm64-apple-darwin22.6.0
  103. Thread model: posix
  104. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  105. configure:4702: $? = 0
  106. configure:4691: gcc -v >&5
  107. Apple clang version 15.0.0 (clang-1500.0.40.1)
  108. Target: arm64-apple-darwin22.6.0
  109. Thread model: posix
  110. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  111. configure:4702: $? = 0
  112. configure:4691: gcc -V >&5
  113. clang: error: argument to '-V' is missing (expected 1 value)
  114. clang: error: no input files
  115. configure:4702: $? = 1
  116. configure:4691: gcc -qversion >&5
  117. clang: error: unknown argument '-qversion'; did you mean '--version'?
  118. clang: error: no input files
  119. configure:4702: $? = 1
  120. configure:4691: gcc -version >&5
  121. clang: error: unknown argument '-version'; did you mean '--version'?
  122. clang: error: no input files
  123. configure:4702: $? = 1
  124. configure:4722: checking whether the C compiler works
  125. configure:4744: gcc -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  126. configure:4748: $? = 0
  127. configure:4799: result: yes
  128. configure:4803: checking for C compiler default output file name
  129. configure:4805: result: a.out
  130. configure:4811: checking for suffix of executables
  131. configure:4818: gcc -o conftest -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  132. configure:4822: $? = 0
  133. configure:4846: result:
  134. configure:4870: checking whether we are cross compiling
  135. configure:4878: gcc -o conftest -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  136. configure:4882: $? = 0
  137. configure:4889: ./conftest
  138. configure:4893: $? = 0
  139. configure:4908: result: no
  140. configure:4914: checking for suffix of object files
  141. configure:4937: gcc -c -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  142. configure:4941: $? = 0
  143. configure:4965: result: o
  144. configure:4969: checking whether the compiler supports GNU C
  145. configure:4989: gcc -c -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  146. configure:4989: $? = 0
  147. configure:5001: result: yes
  148. configure:5012: checking whether gcc accepts -g
  149. configure:5033: gcc -c -g -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  150. configure:5033: $? = 0
  151. configure:5080: result: yes
  152. configure:5100: checking for gcc option to enable C11 features
  153. configure:5115: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  154. configure:5115: $? = 0
  155. configure:5134: result: none needed
  156. configure:5258: checking whether gcc understands -c and -o together
  157. configure:5281: gcc -c conftest.c -o conftest2.o
  158. configure:5284: $? = 0
  159. configure:5281: gcc -c conftest.c -o conftest2.o
  160. configure:5284: $? = 0
  161. configure:5297: result: yes
  162. configure:5317: checking whether make supports the include directive
  163. configure:5332: make -f confmf.GNU && cat confinc.out
  164. this is the am__doit target
  165. configure:5335: $? = 0
  166. configure:5354: result: yes (GNU style)
  167. configure:5380: checking dependency style of gcc
  168. configure:5493: result: gcc3
  169. configure:5578: checking for g++
  170. configure:5599: found /usr/bin/g++
  171. configure:5611: result: g++
  172. configure:5638: checking for C++ compiler version
  173. configure:5647: g++ --version >&5
  174. Apple clang version 15.0.0 (clang-1500.0.40.1)
  175. Target: arm64-apple-darwin22.6.0
  176. Thread model: posix
  177. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  178. configure:5658: $? = 0
  179. configure:5647: g++ -v >&5
  180. Apple clang version 15.0.0 (clang-1500.0.40.1)
  181. Target: arm64-apple-darwin22.6.0
  182. Thread model: posix
  183. InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  184. configure:5658: $? = 0
  185. configure:5647: g++ -V >&5
  186. clang: error: argument to '-V' is missing (expected 1 value)
  187. clang: error: no input files
  188. configure:5658: $? = 1
  189. configure:5647: g++ -qversion >&5
  190. clang: error: unknown argument '-qversion'; did you mean '--version'?
  191. clang: error: no input files
  192. configure:5658: $? = 1
  193. configure:5662: checking whether the compiler supports GNU C++
  194. configure:5682: g++ -c -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.cpp >&5
  195. configure:5682: $? = 0
  196. configure:5694: result: yes
  197. configure:5705: checking whether g++ accepts -g
  198. configure:5726: g++ -c -g -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.cpp >&5
  199. configure:5726: $? = 0
  200. configure:5773: result: yes
  201. configure:5793: checking for g++ option to enable C++11 features
  202. configure:5808: g++ -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.cpp >&5
  203. conftest.cpp:57:3: error: "Compiler does not advertise C++11 conformance"
  204. # error "Compiler does not advertise C++11 conformance"
  205. ^
  206. conftest.cpp:62:3: error: unknown type name 'constexpr'
  207. constexpr int get_val() { return 20; }
  208. ^
  209. conftest.cpp:74:17: error: delegating constructors are permitted only in C++11
  210. delegate(): delegate(2354) {}
  211. ^~~~~~~~
  212. conftest.cpp:85:26: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
  213. virtual int getval() override final { return this->n * 2; }
  214. ^
  215. conftest.cpp:85:35: warning: 'final' keyword is a C++11 extension [-Wc++11-extensions]
  216. virtual int getval() override final { return this->n * 2; }
  217. ^
  218. conftest.cpp:92:16: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  219. nocopy() = default;
  220. ^
  221. conftest.cpp:93:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  222. nocopy(const nocopy&) = delete;
  223. ^
  224. conftest.cpp:94:41: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions]
  225. nocopy & operator=(const nocopy&) = delete;
  226. ^
  227. conftest.cpp:106:25: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  228. template <typename V> auto sum(V first) -> V
  229. ^
  230. conftest.cpp:106:25: error: 'auto' not allowed in function return type
  231. template <typename V> auto sum(V first) -> V
  232. ^~~~
  233. conftest.cpp:106:42: error: expected ';' at end of declaration
  234. template <typename V> auto sum(V first) -> V
  235. ^
  236. ;
  237. conftest.cpp:106:43: error: cannot use arrow operator on a type
  238. template <typename V> auto sum(V first) -> V
  239. ^
  240. conftest.cpp:110:33: warning: variadic templates are a C++11 extension [-Wc++11-extensions]
  241. template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
  242. ^
  243. conftest.cpp:110:43: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  244. template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
  245. ^
  246. conftest.cpp:110:43: error: 'auto' not allowed in function return type
  247. template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
  248. ^~~~
  249. conftest.cpp:110:74: error: expected ';' at end of declaration
  250. template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
  251. ^
  252. ;
  253. conftest.cpp:110:75: error: cannot use arrow operator on a type
  254. template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
  255. ^
  256. conftest.cpp:134:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  257. auto a1 = 6538;
  258. ^
  259. conftest.cpp:135:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  260. auto a2 = 48573953.4;
  261. ^
  262. conftest.cpp:136:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  263. auto a3 = "String literal";
  264. ^
  265. conftest.cpp:139:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  266. for (auto i = a3; *i; ++i) { total += *i; }
  267. ^
  268. conftest.cpp:155:8: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  269. for (auto &x : array) { x += 23; }
  270. ^
  271. conftest.cpp:155:16: warning: range-based for loop is a C++11 extension [-Wc++11-extensions]
  272. for (auto &x : array) { x += 23; }
  273. ^
  274. conftest.cpp:160:17: error: expected expression
  275. assert (eval ([](int x) { return x*2; }, 21) == 42);
  276. ^
  277. conftest.cpp:162:17: error: expected expression
  278. assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
  279. ^
  280. conftest.cpp:164:17: error: expected expression
  281. assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
  282. ^
  283. conftest.cpp:170:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  284. auto a = sum(1);
  285. ^
  286. conftest.cpp:170:12: error: no matching function for call to 'sum'
  287. auto a = sum(1);
  288. ^~~
  289. conftest.cpp:171:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  290. auto b = sum(1, 2);
  291. ^
  292. conftest.cpp:171:12: error: no matching function for call to 'sum'
  293. auto b = sum(1, 2);
  294. ^~~
  295. conftest.cpp:172:3: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  296. auto c = sum(1.0, 2.0, 3.0);
  297. ^
  298. conftest.cpp:172:12: error: no matching function for call to 'sum'
  299. auto c = sum(1.0, 2.0, 3.0);
  300. ^~~
  301. conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
  302. cxx11test::delegate d2();
  303. ^~
  304. conftest.cpp:177:25: note: remove parentheses to declare a variable
  305. cxx11test::delegate d2();
  306. ^~
  307. conftest.cpp:190:16: error: found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?
  308. test_template<::test_template<int>> v(test_template<int>(12));
  309. ^~~
  310. < ::
  311. conftest.cpp:190:36: error: a space is required between consecutive right angle brackets (use '> >')
  312. test_template<::test_template<int>> v(test_template<int>(12));
  313. ^~
  314. > >
  315. conftest.cpp:194:22: error: use of undeclared identifier 'u8'
  316. char const *utf8 = u8"UTF-8 string \u2500";
  317. ^
  318. conftest.cpp:194:24: error: expected ';' at end of declaration
  319. char const *utf8 = u8"UTF-8 string \u2500";
  320. ^
  321. ;
  322. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  323. 18 warnings and 20 errors generated.
  324. configure:5808: $? = 1
  325. configure: failed program was:
  326. | /* confdefs.h */
  327. | #define PACKAGE_NAME "dillo"
  328. | #define PACKAGE_TARNAME "dillo"
  329. | #define PACKAGE_VERSION "3.1-dev"
  330. | #define PACKAGE_STRING "dillo 3.1-dev"
  331. | #define PACKAGE_BUGREPORT ""
  332. | #define PACKAGE_URL ""
  333. | #define PACKAGE "dillo"
  334. | #define VERSION "3.1-dev"
  335. | /* end confdefs.h. */
  336. |
  337. | // Does the compiler advertise C++98 conformance?
  338. | #if !defined __cplusplus || __cplusplus < 199711L
  339. | # error "Compiler does not advertise C++98 conformance"
  340. | #endif
  341. |
  342. | // These inclusions are to reject old compilers that
  343. | // lack the unsuffixed header files.
  344. | #include <cstdlib>
  345. | #include <exception>
  346. |
  347. | // <cassert> and <cstring> are *not* freestanding headers in C++98.
  348. | extern void assert (int);
  349. | namespace std {
  350. | extern int strcmp (const char *, const char *);
  351. | }
  352. |
  353. | // Namespaces, exceptions, and templates were all added after "C++ 2.0".
  354. | using std::exception;
  355. | using std::strcmp;
  356. |
  357. | namespace {
  358. |
  359. | void test_exception_syntax()
  360. | {
  361. | try {
  362. | throw "test";
  363. | } catch (const char *s) {
  364. | // Extra parentheses suppress a warning when building autoconf itself,
  365. | // due to lint rules shared with more typical C programs.
  366. | assert (!(strcmp) (s, "test"));
  367. | }
  368. | }
  369. |
  370. | template <typename T> struct test_template
  371. | {
  372. | T const val;
  373. | explicit test_template(T t) : val(t) {}
  374. | template <typename U> T add(U u) { return static_cast<T>(u) + val; }
  375. | };
  376. |
  377. | } // anonymous namespace
  378. |
  379. |
  380. | // Does the compiler advertise C++ 2011 conformance?
  381. | #if !defined __cplusplus || __cplusplus < 201103L
  382. | # error "Compiler does not advertise C++11 conformance"
  383. | #endif
  384. |
  385. | namespace cxx11test
  386. | {
  387. | constexpr int get_val() { return 20; }
  388. |
  389. | struct testinit
  390. | {
  391. | int i;
  392. | double d;
  393. | };
  394. |
  395. | class delegate
  396. | {
  397. | public:
  398. | delegate(int n) : n(n) {}
  399. | delegate(): delegate(2354) {}
  400. |
  401. | virtual int getval() { return this->n; };
  402. | protected:
  403. | int n;
  404. | };
  405. |
  406. | class overridden : public delegate
  407. | {
  408. | public:
  409. | overridden(int n): delegate(n) {}
  410. | virtual int getval() override final { return this->n * 2; }
  411. | };
  412. |
  413. | class nocopy
  414. | {
  415. | public:
  416. | nocopy(int i): i(i) {}
  417. | nocopy() = default;
  418. | nocopy(const nocopy&) = delete;
  419. | nocopy & operator=(const nocopy&) = delete;
  420. | private:
  421. | int i;
  422. | };
  423. |
  424. | // for testing lambda expressions
  425. | template <typename Ret, typename Fn> Ret eval(Fn f, Ret v)
  426. | {
  427. | return f(v);
  428. | }
  429. |
  430. | // for testing variadic templates and trailing return types
  431. | template <typename V> auto sum(V first) -> V
  432. | {
  433. | return first;
  434. | }
  435. | template <typename V, typename... Args> auto sum(V first, Args... rest) -> V
  436. | {
  437. | return first + sum(rest...);
  438. | }
  439. | }
  440. |
  441. |
  442. | int
  443. | main (int argc, char **argv)
  444. | {
  445. | int ok = 0;
  446. |
  447. | assert (argc);
  448. | assert (! argv[0]);
  449. | {
  450. | test_exception_syntax ();
  451. | test_template<double> tt (2.0);
  452. | assert (tt.add (4) == 6.0);
  453. | assert (true && !false);
  454. | }
  455. |
  456. |
  457. | {
  458. | // Test auto and decltype
  459. | auto a1 = 6538;
  460. | auto a2 = 48573953.4;
  461. | auto a3 = "String literal";
  462. |
  463. | int total = 0;
  464. | for (auto i = a3; *i; ++i) { total += *i; }
  465. |
  466. | decltype(a2) a4 = 34895.034;
  467. | }
  468. | {
  469. | // Test constexpr
  470. | short sa[cxx11test::get_val()] = { 0 };
  471. | }
  472. | {
  473. | // Test initializer lists
  474. | cxx11test::testinit il = { 4323, 435234.23544 };
  475. | }
  476. | {
  477. | // Test range-based for
  478. | int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3,
  479. | 14, 19, 17, 8, 6, 20, 16, 2, 11, 1};
  480. | for (auto &x : array) { x += 23; }
  481. | }
  482. | {
  483. | // Test lambda expressions
  484. | using cxx11test::eval;
  485. | assert (eval ([](int x) { return x*2; }, 21) == 42);
  486. | double d = 2.0;
  487. | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0);
  488. | assert (d == 5.0);
  489. | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0);
  490. | assert (d == 5.0);
  491. | }
  492. | {
  493. | // Test use of variadic templates
  494. | using cxx11test::sum;
  495. | auto a = sum(1);
  496. | auto b = sum(1, 2);
  497. | auto c = sum(1.0, 2.0, 3.0);
  498. | }
  499. | {
  500. | // Test constructor delegation
  501. | cxx11test::delegate d1;
  502. | cxx11test::delegate d2();
  503. | cxx11test::delegate d3(45);
  504. | }
  505. | {
  506. | // Test override and final
  507. | cxx11test::overridden o1(55464);
  508. | }
  509. | {
  510. | // Test nullptr
  511. | char *c = nullptr;
  512. | }
  513. | {
  514. | // Test template brackets
  515. | test_template<::test_template<int>> v(test_template<int>(12));
  516. | }
  517. | {
  518. | // Unicode literals
  519. | char const *utf8 = u8"UTF-8 string \u2500";
  520. | char16_t const *utf16 = u"UTF-8 string \u2500";
  521. | char32_t const *utf32 = U"UTF-32 string \u2500";
  522. | }
  523. |
  524. | return ok;
  525. | }
  526. |
  527. configure:5808: g++ -std=gnu++11 -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.cpp >&5
  528. conftest.cpp:177:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
  529. cxx11test::delegate d2();
  530. ^~
  531. conftest.cpp:177:25: note: remove parentheses to declare a variable
  532. cxx11test::delegate d2();
  533. ^~
  534. 1 warning generated.
  535. configure:5808: $? = 0
  536. configure:5830: result: -std=gnu++11
  537. configure:5898: checking dependency style of g++ -std=gnu++11
  538. configure:6011: result: gcc3
  539. configure:6075: checking for ranlib
  540. configure:6096: found /usr/bin/ranlib
  541. configure:6108: result: ranlib
  542. configure:6135: checking how to run the C preprocessor
  543. configure:6161: gcc -E -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c
  544. configure:6161: $? = 0
  545. configure:6177: gcc -E -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c
  546. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  547. #include <ac_nonexistent.h>
  548. ^~~~~~~~~~~~~~~~~~
  549. 1 error generated.
  550. configure:6177: $? = 1
  551. configure: failed program was:
  552. | /* confdefs.h */
  553. | #define PACKAGE_NAME "dillo"
  554. | #define PACKAGE_TARNAME "dillo"
  555. | #define PACKAGE_VERSION "3.1-dev"
  556. | #define PACKAGE_STRING "dillo 3.1-dev"
  557. | #define PACKAGE_BUGREPORT ""
  558. | #define PACKAGE_URL ""
  559. | #define PACKAGE "dillo"
  560. | #define VERSION "3.1-dev"
  561. | /* end confdefs.h. */
  562. | #include <ac_nonexistent.h>
  563. configure:6206: result: gcc -E
  564. configure:6220: gcc -E -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c
  565. configure:6220: $? = 0
  566. configure:6236: gcc -E -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c
  567. conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
  568. #include <ac_nonexistent.h>
  569. ^~~~~~~~~~~~~~~~~~
  570. 1 error generated.
  571. configure:6236: $? = 1
  572. configure: failed program was:
  573. | /* confdefs.h */
  574. | #define PACKAGE_NAME "dillo"
  575. | #define PACKAGE_TARNAME "dillo"
  576. | #define PACKAGE_VERSION "3.1-dev"
  577. | #define PACKAGE_STRING "dillo 3.1-dev"
  578. | #define PACKAGE_BUGREPORT ""
  579. | #define PACKAGE_URL ""
  580. | #define PACKAGE "dillo"
  581. | #define VERSION "3.1-dev"
  582. | /* end confdefs.h. */
  583. | #include <ac_nonexistent.h>
  584. configure:6274: checking for stdio.h
  585. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  586. configure:6274: $? = 0
  587. configure:6274: result: yes
  588. configure:6274: checking for stdlib.h
  589. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  590. configure:6274: $? = 0
  591. configure:6274: result: yes
  592. configure:6274: checking for string.h
  593. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  594. configure:6274: $? = 0
  595. configure:6274: result: yes
  596. configure:6274: checking for inttypes.h
  597. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  598. configure:6274: $? = 0
  599. configure:6274: result: yes
  600. configure:6274: checking for stdint.h
  601. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  602. configure:6274: $? = 0
  603. configure:6274: result: yes
  604. configure:6274: checking for strings.h
  605. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  606. configure:6274: $? = 0
  607. configure:6274: result: yes
  608. configure:6274: checking for sys/stat.h
  609. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  610. configure:6274: $? = 0
  611. configure:6274: result: yes
  612. configure:6274: checking for sys/types.h
  613. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  614. configure:6274: $? = 0
  615. configure:6274: result: yes
  616. configure:6274: checking for unistd.h
  617. configure:6274: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  618. configure:6274: $? = 0
  619. configure:6274: result: yes
  620. configure:6303: checking size of char
  621. configure:6309: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  622. configure:6309: $? = 0
  623. configure:6309: ./conftest
  624. configure:6309: $? = 0
  625. configure:6326: result: 1
  626. configure:6338: checking size of short
  627. configure:6344: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  628. configure:6344: $? = 0
  629. configure:6344: ./conftest
  630. configure:6344: $? = 0
  631. configure:6361: result: 2
  632. configure:6373: checking size of long
  633. configure:6379: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  634. configure:6379: $? = 0
  635. configure:6379: ./conftest
  636. configure:6379: $? = 0
  637. configure:6396: result: 8
  638. configure:6408: checking size of int
  639. configure:6414: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  640. configure:6414: $? = 0
  641. configure:6414: ./conftest
  642. configure:6414: $? = 0
  643. configure:6431: result: 4
  644. configure:6443: checking size of void *
  645. configure:6449: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  646. configure:6449: $? = 0
  647. configure:6449: ./conftest
  648. configure:6449: $? = 0
  649. configure:6466: result: 8
  650. configure:6475: checking for int16_t
  651. configure:6475: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  652. configure:6475: $? = 0
  653. configure:6475: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  654. conftest.c:58:24: error: 'test_array' declared as an array with a negative size
  655. static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  656. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  657. 1 error generated.
  658. configure:6475: $? = 1
  659. configure: failed program was:
  660. | /* confdefs.h */
  661. | #define PACKAGE_NAME "dillo"
  662. | #define PACKAGE_TARNAME "dillo"
  663. | #define PACKAGE_VERSION "3.1-dev"
  664. | #define PACKAGE_STRING "dillo 3.1-dev"
  665. | #define PACKAGE_BUGREPORT ""
  666. | #define PACKAGE_URL ""
  667. | #define PACKAGE "dillo"
  668. | #define VERSION "3.1-dev"
  669. | #define HAVE_STDIO_H 1
  670. | #define HAVE_STDLIB_H 1
  671. | #define HAVE_STRING_H 1
  672. | #define HAVE_INTTYPES_H 1
  673. | #define HAVE_STDINT_H 1
  674. | #define HAVE_STRINGS_H 1
  675. | #define HAVE_SYS_STAT_H 1
  676. | #define HAVE_SYS_TYPES_H 1
  677. | #define HAVE_UNISTD_H 1
  678. | #define STDC_HEADERS 1
  679. | #define SIZEOF_CHAR 1
  680. | #define SIZEOF_SHORT 2
  681. | #define SIZEOF_LONG 8
  682. | #define SIZEOF_INT 4
  683. | #define SIZEOF_VOID_P 8
  684. | /* end confdefs.h. */
  685. | #include <stddef.h>
  686. | #ifdef HAVE_STDIO_H
  687. | # include <stdio.h>
  688. | #endif
  689. | #ifdef HAVE_STDLIB_H
  690. | # include <stdlib.h>
  691. | #endif
  692. | #ifdef HAVE_STRING_H
  693. | # include <string.h>
  694. | #endif
  695. | #ifdef HAVE_INTTYPES_H
  696. | # include <inttypes.h>
  697. | #endif
  698. | #ifdef HAVE_STDINT_H
  699. | # include <stdint.h>
  700. | #endif
  701. | #ifdef HAVE_STRINGS_H
  702. | # include <strings.h>
  703. | #endif
  704. | #ifdef HAVE_SYS_TYPES_H
  705. | # include <sys/types.h>
  706. | #endif
  707. | #ifdef HAVE_SYS_STAT_H
  708. | # include <sys/stat.h>
  709. | #endif
  710. | #ifdef HAVE_UNISTD_H
  711. | # include <unistd.h>
  712. | #endif
  713. | enum { N = 16 / 2 - 1 };
  714. | int
  715. | main (void)
  716. | {
  717. | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
  718. | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
  719. | test_array [0] = 0;
  720. | return test_array [0];
  721. |
  722. | ;
  723. | return 0;
  724. | }
  725. configure:6475: result: yes
  726. configure:6484: checking for uint16_t
  727. configure:6484: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  728. configure:6484: $? = 0
  729. configure:6484: result: yes
  730. configure:6494: checking for int32_t
  731. configure:6494: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  732. configure:6494: $? = 0
  733. configure:6494: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  734. conftest.c:59:53: warning: overflow in expression; result is -2147483648 with type 'int' [-Winteger-overflow]
  735. < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  736. ^
  737. conftest.c:58:24: error: 'test_array' declared as an array with a negative size
  738. static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  739. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  740. 1 warning and 1 error generated.
  741. configure:6494: $? = 1
  742. configure: failed program was:
  743. | /* confdefs.h */
  744. | #define PACKAGE_NAME "dillo"
  745. | #define PACKAGE_TARNAME "dillo"
  746. | #define PACKAGE_VERSION "3.1-dev"
  747. | #define PACKAGE_STRING "dillo 3.1-dev"
  748. | #define PACKAGE_BUGREPORT ""
  749. | #define PACKAGE_URL ""
  750. | #define PACKAGE "dillo"
  751. | #define VERSION "3.1-dev"
  752. | #define HAVE_STDIO_H 1
  753. | #define HAVE_STDLIB_H 1
  754. | #define HAVE_STRING_H 1
  755. | #define HAVE_INTTYPES_H 1
  756. | #define HAVE_STDINT_H 1
  757. | #define HAVE_STRINGS_H 1
  758. | #define HAVE_SYS_STAT_H 1
  759. | #define HAVE_SYS_TYPES_H 1
  760. | #define HAVE_UNISTD_H 1
  761. | #define STDC_HEADERS 1
  762. | #define SIZEOF_CHAR 1
  763. | #define SIZEOF_SHORT 2
  764. | #define SIZEOF_LONG 8
  765. | #define SIZEOF_INT 4
  766. | #define SIZEOF_VOID_P 8
  767. | /* end confdefs.h. */
  768. | #include <stddef.h>
  769. | #ifdef HAVE_STDIO_H
  770. | # include <stdio.h>
  771. | #endif
  772. | #ifdef HAVE_STDLIB_H
  773. | # include <stdlib.h>
  774. | #endif
  775. | #ifdef HAVE_STRING_H
  776. | # include <string.h>
  777. | #endif
  778. | #ifdef HAVE_INTTYPES_H
  779. | # include <inttypes.h>
  780. | #endif
  781. | #ifdef HAVE_STDINT_H
  782. | # include <stdint.h>
  783. | #endif
  784. | #ifdef HAVE_STRINGS_H
  785. | # include <strings.h>
  786. | #endif
  787. | #ifdef HAVE_SYS_TYPES_H
  788. | # include <sys/types.h>
  789. | #endif
  790. | #ifdef HAVE_SYS_STAT_H
  791. | # include <sys/stat.h>
  792. | #endif
  793. | #ifdef HAVE_UNISTD_H
  794. | # include <unistd.h>
  795. | #endif
  796. | enum { N = 32 / 2 - 1 };
  797. | int
  798. | main (void)
  799. | {
  800. | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
  801. | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
  802. | test_array [0] = 0;
  803. | return test_array [0];
  804. |
  805. | ;
  806. | return 0;
  807. | }
  808. configure:6494: result: yes
  809. configure:6503: checking for uint32_t
  810. configure:6503: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  811. configure:6503: $? = 0
  812. configure:6503: result: yes
  813. configure:6521: checking for gethostbyname
  814. configure:6521: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  815. configure:6521: $? = 0
  816. configure:6521: result: yes
  817. configure:6638: checking for setsockopt
  818. configure:6638: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c >&5
  819. configure:6638: $? = 0
  820. configure:6638: result: yes
  821. configure:6700: checking for socklen_t
  822. configure:6720: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  823. configure:6720: $? = 0
  824. configure:6754: result: socklen_t
  825. configure:6765: checking for fltk-config
  826. configure:6788: found /opt/homebrew/bin/fltk-config
  827. configure:6801: result: /opt/homebrew/bin/fltk-config
  828. configure:6809: checking FLTK 1.3
  829. configure:6813: result: yes
  830. configure:6826: checking whether to link to X11
  831. configure:6866: g++ -std=gnu++11 -o conftest -I/opt/homebrew/Cellar/fltk/1.3.9/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.cpp -L/opt/homebrew/Cellar/fltk/1.3.9/lib -lfltk -lpthread -framework Cocoa >&5
  832. In file included from conftest.cpp:30:
  833. In file included from /opt/homebrew/Cellar/fltk/1.3.9/include/FL/x.H:30:
  834. /opt/homebrew/Cellar/fltk/1.3.9/include/FL/mac.H:136:12: fatal error: '../src/Fl_Font.H' file not found
  835. # include "../src/Fl_Font.H"
  836. ^~~~~~~~~~~~~~~~~~
  837. 1 error generated.
  838. configure:6866: $? = 1
  839. configure: program exited with status 1
  840. configure: failed program was:
  841. | /* confdefs.h */
  842. | #define PACKAGE_NAME "dillo"
  843. | #define PACKAGE_TARNAME "dillo"
  844. | #define PACKAGE_VERSION "3.1-dev"
  845. | #define PACKAGE_STRING "dillo 3.1-dev"
  846. | #define PACKAGE_BUGREPORT ""
  847. | #define PACKAGE_URL ""
  848. | #define PACKAGE "dillo"
  849. | #define VERSION "3.1-dev"
  850. | #define HAVE_STDIO_H 1
  851. | #define HAVE_STDLIB_H 1
  852. | #define HAVE_STRING_H 1
  853. | #define HAVE_INTTYPES_H 1
  854. | #define HAVE_STDINT_H 1
  855. | #define HAVE_STRINGS_H 1
  856. | #define HAVE_SYS_STAT_H 1
  857. | #define HAVE_SYS_TYPES_H 1
  858. | #define HAVE_UNISTD_H 1
  859. | #define STDC_HEADERS 1
  860. | #define SIZEOF_CHAR 1
  861. | #define SIZEOF_SHORT 2
  862. | #define SIZEOF_LONG 8
  863. | #define SIZEOF_INT 4
  864. | #define SIZEOF_VOID_P 8
  865. | #define HAVE_GETHOSTBYNAME 1
  866. | #define HAVE_SETSOCKOPT 1
  867. | /* end confdefs.h. */
  868. |
  869. | #define FL_INTERNALS
  870. | #include <FL/x.H>
  871. |
  872. | int
  873. | main (void)
  874. | {
  875. |
  876. | #ifdef X_PROTOCOL
  877. | return 0;
  878. | #else
  879. | return 1;
  880. | #endif
  881. |
  882. | ;
  883. | return 0;
  884. | }
  885. configure:6872: result: no
  886. configure:6892: checking for jpeglib.h
  887. configure:6892: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  888. conftest.c:56:10: fatal error: 'jpeglib.h' file not found
  889. #include <jpeglib.h>
  890. ^~~~~~~~~~~
  891. 1 error generated.
  892. configure:6892: $? = 1
  893. configure: failed program was:
  894. | /* confdefs.h */
  895. | #define PACKAGE_NAME "dillo"
  896. | #define PACKAGE_TARNAME "dillo"
  897. | #define PACKAGE_VERSION "3.1-dev"
  898. | #define PACKAGE_STRING "dillo 3.1-dev"
  899. | #define PACKAGE_BUGREPORT ""
  900. | #define PACKAGE_URL ""
  901. | #define PACKAGE "dillo"
  902. | #define VERSION "3.1-dev"
  903. | #define HAVE_STDIO_H 1
  904. | #define HAVE_STDLIB_H 1
  905. | #define HAVE_STRING_H 1
  906. | #define HAVE_INTTYPES_H 1
  907. | #define HAVE_STDINT_H 1
  908. | #define HAVE_STRINGS_H 1
  909. | #define HAVE_SYS_STAT_H 1
  910. | #define HAVE_SYS_TYPES_H 1
  911. | #define HAVE_UNISTD_H 1
  912. | #define STDC_HEADERS 1
  913. | #define SIZEOF_CHAR 1
  914. | #define SIZEOF_SHORT 2
  915. | #define SIZEOF_LONG 8
  916. | #define SIZEOF_INT 4
  917. | #define SIZEOF_VOID_P 8
  918. | #define HAVE_GETHOSTBYNAME 1
  919. | #define HAVE_SETSOCKOPT 1
  920. | /* end confdefs.h. */
  921. | #include <stddef.h>
  922. | #ifdef HAVE_STDIO_H
  923. | # include <stdio.h>
  924. | #endif
  925. | #ifdef HAVE_STDLIB_H
  926. | # include <stdlib.h>
  927. | #endif
  928. | #ifdef HAVE_STRING_H
  929. | # include <string.h>
  930. | #endif
  931. | #ifdef HAVE_INTTYPES_H
  932. | # include <inttypes.h>
  933. | #endif
  934. | #ifdef HAVE_STDINT_H
  935. | # include <stdint.h>
  936. | #endif
  937. | #ifdef HAVE_STRINGS_H
  938. | # include <strings.h>
  939. | #endif
  940. | #ifdef HAVE_SYS_TYPES_H
  941. | # include <sys/types.h>
  942. | #endif
  943. | #ifdef HAVE_SYS_STAT_H
  944. | # include <sys/stat.h>
  945. | #endif
  946. | #ifdef HAVE_UNISTD_H
  947. | # include <unistd.h>
  948. | #endif
  949. | #include <jpeglib.h>
  950. configure:6892: result: no
  951. configure:6967: WARNING: *** No libjpeg found. Disabling jpeg images.***
  952. configure:6978: checking for zlib.h
  953. configure:6978: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  954. configure:6978: $? = 0
  955. configure:6978: result: yes
  956. configure:6990: checking for zlibVersion in -lz
  957. configure:7019: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c -lz >&5
  958. configure:7019: $? = 0
  959. configure:7031: result: yes
  960. configure:7052: checking for libpng-config
  961. configure:7072: result: /Users/giovannigravili/radioconda/bin/libpng16-config
  962. configure:7082: checking for libpng version
  963. configure:7086: result: 1.6.39
  964. configure:7199: checking for openssl/ssl.h
  965. configure:7199: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  966. configure:7199: $? = 0
  967. configure:7199: result: yes
  968. configure:7211: checking for SSL_write in -lssl
  969. configure:7240: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c -lssl -lcrypto >&5
  970. configure:7240: $? = 0
  971. configure:7252: result: yes
  972. configure:7266: Using OpenSSL as TLS library.
  973. configure:7396: checking for iconv.h
  974. configure:7396: gcc -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  975. configure:7396: $? = 0
  976. configure:7396: result: yes
  977. configure:7406: checking for iconv_open in -liconv
  978. configure:7435: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib conftest.c -liconv >&5
  979. configure:7435: $? = 0
  980. configure:7447: result: yes
  981. configure:7574: g++ -std=gnu++11 -c -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.cpp >&5
  982. conftest.cpp:43:1: error: no matching function for call to 'iconv'
  983. iconv(encoder, &inPtr, &inLeft, &outPtr, &outRoom);
  984. ^~~~~
  985. /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/iconv.h:71:8: note: candidate function not viable: no known conversion from 'const char **' to 'char **' for 2nd argument
  986. size_t iconv(iconv_t, char ** __restrict,
  987. ^
  988. 1 error generated.
  989. configure:7574: $? = 1
  990. configure: failed program was:
  991. | /* confdefs.h */
  992. | #define PACKAGE_NAME "dillo"
  993. | #define PACKAGE_TARNAME "dillo"
  994. | #define PACKAGE_VERSION "3.1-dev"
  995. | #define PACKAGE_STRING "dillo 3.1-dev"
  996. | #define PACKAGE_BUGREPORT ""
  997. | #define PACKAGE_URL ""
  998. | #define PACKAGE "dillo"
  999. | #define VERSION "3.1-dev"
  1000. | #define HAVE_STDIO_H 1
  1001. | #define HAVE_STDLIB_H 1
  1002. | #define HAVE_STRING_H 1
  1003. | #define HAVE_INTTYPES_H 1
  1004. | #define HAVE_STDINT_H 1
  1005. | #define HAVE_STRINGS_H 1
  1006. | #define HAVE_SYS_STAT_H 1
  1007. | #define HAVE_SYS_TYPES_H 1
  1008. | #define HAVE_UNISTD_H 1
  1009. | #define STDC_HEADERS 1
  1010. | #define SIZEOF_CHAR 1
  1011. | #define SIZEOF_SHORT 2
  1012. | #define SIZEOF_LONG 8
  1013. | #define SIZEOF_INT 4
  1014. | #define SIZEOF_VOID_P 8
  1015. | #define HAVE_GETHOSTBYNAME 1
  1016. | #define HAVE_SETSOCKOPT 1
  1017. | #define ENABLE_PNG 1
  1018. | #define ENABLE_GIF 1
  1019. | #define HAVE_OPENSSL 1
  1020. | #define ENABLE_TLS 1
  1021. | /* end confdefs.h. */
  1022. |
  1023. | #include <iconv.h>
  1024. |
  1025. | int
  1026. | main (void)
  1027. | {
  1028. |
  1029. | const char *inPtr;
  1030. | char *outPtr;
  1031. | size_t inLeft = 0, outRoom = 0;
  1032. | iconv_t encoder = iconv_open("ASCII", "UTF-8");
  1033. | iconv(encoder, &inPtr, &inLeft, &outPtr, &outRoom);
  1034. |
  1035. | ;
  1036. | return 0;
  1037. | }
  1038. configure:7671: checking whether threads work with -pthread
  1039. configure:7696: gcc -o conftest -g -O2 -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include -L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib -pthread conftest.c >&5
  1040. configure:7696: $? = 0
  1041. configure:7708: result: yes
  1042. configure:8173: checking for fcntl.h
  1043. configure:8173: gcc -c -g -O2 -DD_DNS_THREADED -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  1044. configure:8173: $? = 0
  1045. configure:8173: result: yes
  1046. configure:8179: checking for unistd.h
  1047. configure:8179: result: yes
  1048. configure:8185: checking for sys/uio.h
  1049. configure:8185: gcc -c -g -O2 -DD_DNS_THREADED -I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include conftest.c >&5
  1050. configure:8185: $? = 0
  1051. configure:8185: result: yes
  1052. configure:8349: checking that generated files are newer than configure
  1053. configure:8355: result: done
  1054. configure:8394: creating ./config.status
  1055.  
  1056. ## ---------------------- ##
  1057. ## Running config.status. ##
  1058. ## ---------------------- ##
  1059.  
  1060. This file was extended by dillo config.status 3.1-dev, which was
  1061. generated by GNU Autoconf 2.72. Invocation command line was
  1062.  
  1063. CONFIG_FILES =
  1064. CONFIG_HEADERS =
  1065. CONFIG_LINKS =
  1066. CONFIG_COMMANDS =
  1067. $ ./config.status
  1068.  
  1069. on Giovannis-Air.homenet.telecomitalia.it
  1070.  
  1071. config.status:925: creating Makefile
  1072. config.status:925: creating dlib/Makefile
  1073. config.status:925: creating dpip/Makefile
  1074. config.status:925: creating dpid/Makefile
  1075. config.status:925: creating dpi/Makefile
  1076. config.status:925: creating doc/Makefile
  1077. config.status:925: creating dw/Makefile
  1078. config.status:925: creating lout/Makefile
  1079. config.status:925: creating src/Makefile
  1080. config.status:925: creating src/IO/Makefile
  1081. config.status:925: creating test/Makefile
  1082. config.status:925: creating test/unit/Makefile
  1083. config.status:925: creating test/dw/Makefile
  1084. config.status:925: creating test/html/Makefile
  1085. config.status:925: creating config.h
  1086. config.status:1154: executing depfiles commands
  1087. config.status:1231: cd dlib && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1088. config.status:1236: $? = 0
  1089. config.status:1231: cd dpip && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1090. config.status:1236: $? = 0
  1091. config.status:1231: cd dpid && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1092. config.status:1236: $? = 0
  1093. config.status:1231: cd dpi && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1094. config.status:1236: $? = 0
  1095. config.status:1231: cd dw && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1096. config.status:1236: $? = 0
  1097. config.status:1231: cd lout && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1098. config.status:1236: $? = 0
  1099. config.status:1231: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1100. config.status:1236: $? = 0
  1101. config.status:1231: cd src/IO && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1102. config.status:1236: $? = 0
  1103. config.status:1231: cd test/unit && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1104. config.status:1236: $? = 0
  1105. config.status:1231: cd test/dw && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1106. config.status:1236: $? = 0
  1107.  
  1108. ## ---------------- ##
  1109. ## Cache variables. ##
  1110. ## ---------------- ##
  1111.  
  1112. ac_cv_build=aarch64-apple-darwin22.6.0
  1113. ac_cv_c_compiler_gnu=yes
  1114. ac_cv_c_int16_t=yes
  1115. ac_cv_c_int32_t=yes
  1116. ac_cv_c_uint16_t=yes
  1117. ac_cv_c_uint32_t=yes
  1118. ac_cv_cxx_compiler_gnu=yes
  1119. ac_cv_env_CCC_set=
  1120. ac_cv_env_CCC_value=
  1121. ac_cv_env_CC_set=
  1122. ac_cv_env_CC_value=
  1123. ac_cv_env_CFLAGS_set=
  1124. ac_cv_env_CFLAGS_value=
  1125. ac_cv_env_CPPFLAGS_set=set
  1126. ac_cv_env_CPPFLAGS_value=-I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include
  1127. ac_cv_env_CPP_set=
  1128. ac_cv_env_CPP_value=
  1129. ac_cv_env_CXXFLAGS_set=
  1130. ac_cv_env_CXXFLAGS_value=
  1131. ac_cv_env_CXX_set=
  1132. ac_cv_env_CXX_value=
  1133. ac_cv_env_LDFLAGS_set=set
  1134. ac_cv_env_LDFLAGS_value=-L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib
  1135. ac_cv_env_LIBS_set=
  1136. ac_cv_env_LIBS_value=
  1137. ac_cv_env_build_alias_set=
  1138. ac_cv_env_build_alias_value=
  1139. ac_cv_env_host_alias_set=
  1140. ac_cv_env_host_alias_value=
  1141. ac_cv_env_target_alias_set=
  1142. ac_cv_env_target_alias_value=
  1143. ac_cv_func_gethostbyname=yes
  1144. ac_cv_func_setsockopt=yes
  1145. ac_cv_header_fcntl_h=yes
  1146. ac_cv_header_iconv_h=yes
  1147. ac_cv_header_inttypes_h=yes
  1148. ac_cv_header_jpeglib_h=no
  1149. ac_cv_header_openssl_ssl_h=yes
  1150. ac_cv_header_stdint_h=yes
  1151. ac_cv_header_stdio_h=yes
  1152. ac_cv_header_stdlib_h=yes
  1153. ac_cv_header_string_h=yes
  1154. ac_cv_header_strings_h=yes
  1155. ac_cv_header_sys_stat_h=yes
  1156. ac_cv_header_sys_types_h=yes
  1157. ac_cv_header_sys_uio_h=yes
  1158. ac_cv_header_unistd_h=yes
  1159. ac_cv_header_zlib_h=yes
  1160. ac_cv_host=aarch64-apple-darwin22.6.0
  1161. ac_cv_lib_iconv_iconv_open=yes
  1162. ac_cv_lib_ssl_SSL_write=yes
  1163. ac_cv_lib_z_zlibVersion=yes
  1164. ac_cv_objext=o
  1165. ac_cv_path_FLTK_CONFIG=/opt/homebrew/bin/fltk-config
  1166. ac_cv_path_install='/usr/bin/install -c'
  1167. ac_cv_prog_AWK=awk
  1168. ac_cv_prog_CPP='gcc -E'
  1169. ac_cv_prog_ac_ct_CC=gcc
  1170. ac_cv_prog_ac_ct_CXX=g++
  1171. ac_cv_prog_ac_ct_RANLIB=ranlib
  1172. ac_cv_prog_cc_c11=
  1173. ac_cv_prog_cc_g=yes
  1174. ac_cv_prog_cc_stdc=
  1175. ac_cv_prog_cxx_cxx11=-std=gnu++11
  1176. ac_cv_prog_cxx_g=yes
  1177. ac_cv_prog_cxx_stdcxx=-std=gnu++11
  1178. ac_cv_prog_make_make_set=yes
  1179. ac_cv_sizeof_char=1
  1180. ac_cv_sizeof_int=4
  1181. ac_cv_sizeof_long=8
  1182. ac_cv_sizeof_short=2
  1183. ac_cv_sizeof_void_p=8
  1184. ac_cv_socklen_t=socklen_t
  1185. ac_cv_target=aarch64-apple-darwin22.6.0
  1186. am_cv_CC_dependencies_compiler_type=gcc3
  1187. am_cv_CXX_dependencies_compiler_type=gcc3
  1188. am_cv_make_support_nested_variables=yes
  1189. am_cv_prog_cc_c_o=yes
  1190.  
  1191. ## ----------------- ##
  1192. ## Output variables. ##
  1193. ## ----------------- ##
  1194.  
  1195. ACLOCAL='${SHELL} '\''/Users/giovannigravili/dillo/missing'\'' aclocal-1.16'
  1196. AMDEPBACKSLASH='\'
  1197. AMDEP_FALSE='#'
  1198. AMDEP_TRUE=''
  1199. AMTAR='$${TAR-tar}'
  1200. AM_BACKSLASH='\'
  1201. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1202. AM_DEFAULT_VERBOSITY='1'
  1203. AM_V='$(V)'
  1204. AUTOCONF='${SHELL} '\''/Users/giovannigravili/dillo/missing'\'' autoconf'
  1205. AUTOHEADER='${SHELL} '\''/Users/giovannigravili/dillo/missing'\'' autoheader'
  1206. AUTOMAKE='${SHELL} '\''/Users/giovannigravili/dillo/missing'\'' automake-1.16'
  1207. AWK='awk'
  1208. BASE_CUR_WORKING_DIR='/Users/giovannigravili/dillo'
  1209. CA_CERTS_DIR=''
  1210. CA_CERTS_FILE=''
  1211. CC='gcc'
  1212. CCDEPMODE='depmode=gcc3'
  1213. CFLAGS='-g -O2 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -Waggregate-return'
  1214. CPP='gcc -E'
  1215. CPPFLAGS='-I/opt/homebrew/Cellar/openssl@3/3.2.0_1/include'
  1216. CSCOPE='cscope'
  1217. CTAGS='ctags'
  1218. CXX='g++ -std=gnu++11'
  1219. CXXDEPMODE='depmode=gcc3'
  1220. CXXFLAGS='-g -O2 -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions'
  1221. CYGPATH_W='echo'
  1222. DEFS='-DHAVE_CONFIG_H'
  1223. DEPDIR='.deps'
  1224. ECHO_C='\c'
  1225. ECHO_N=''
  1226. ECHO_T=''
  1227. ENABLE_HTML_TESTS_FALSE=''
  1228. ENABLE_HTML_TESTS_TRUE='#'
  1229. ETAGS='etags'
  1230. EXEEXT=''
  1231. FLTK_CONFIG='/opt/homebrew/bin/fltk-config'
  1232. INSTALL_DATA='${INSTALL} -m 644'
  1233. INSTALL_PROGRAM='${INSTALL}'
  1234. INSTALL_SCRIPT='${INSTALL}'
  1235. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1236. LDFLAGS='-L/opt/homebrew/Cellar/openssl@3/3.2.0_1/lib'
  1237. LIBFLTK_CFLAGS='-I/opt/homebrew/Cellar/fltk/1.3.9/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT'
  1238. LIBFLTK_CXXFLAGS='-I/opt/homebrew/Cellar/fltk/1.3.9/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT'
  1239. LIBFLTK_LIBS='-L/opt/homebrew/Cellar/fltk/1.3.9/lib -lfltk -lpthread -framework Cocoa'
  1240. LIBICONV_LIBS='-liconv'
  1241. LIBJPEG_CPPFLAGS=''
  1242. LIBJPEG_LDFLAGS=''
  1243. LIBJPEG_LIBS=''
  1244. LIBOBJS=''
  1245. LIBPNG_CFLAGS='-I/Users/giovannigravili/radioconda/include/libpng16'
  1246. LIBPNG_LIBS='-L/Users/giovannigravili/radioconda/lib -lpng16'
  1247. LIBPTHREAD_LDFLAGS='-pthread'
  1248. LIBPTHREAD_LIBS=''
  1249. LIBS=''
  1250. LIBSSL_LIBS='-lcrypto -lssl'
  1251. LIBX11_LIBS=''
  1252. LIBZ_LIBS='-lz'
  1253. LTLIBOBJS=''
  1254. MAKEINFO='${SHELL} '\''/Users/giovannigravili/dillo/missing'\'' makeinfo'
  1255. MKDIR_P='mkdir -p'
  1256. OBJEXT='o'
  1257. PACKAGE='dillo'
  1258. PACKAGE_BUGREPORT=''
  1259. PACKAGE_NAME='dillo'
  1260. PACKAGE_STRING='dillo 3.1-dev'
  1261. PACKAGE_TARNAME='dillo'
  1262. PACKAGE_URL=''
  1263. PACKAGE_VERSION='3.1-dev'
  1264. PATH_SEPARATOR=':'
  1265. RANLIB='ranlib'
  1266. SET_MAKE=''
  1267. SHELL='/bin/sh'
  1268. STRIP=''
  1269. USE_MBEDTLS_FALSE=''
  1270. USE_MBEDTLS_TRUE='#'
  1271. USE_OPENSSL_FALSE='#'
  1272. USE_OPENSSL_TRUE=''
  1273. VERSION='3.1-dev'
  1274. ac_ct_CC='gcc'
  1275. ac_ct_CXX='g++'
  1276. am__EXEEXT_FALSE=''
  1277. am__EXEEXT_TRUE='#'
  1278. am__fastdepCC_FALSE='#'
  1279. am__fastdepCC_TRUE=''
  1280. am__fastdepCXX_FALSE='#'
  1281. am__fastdepCXX_TRUE=''
  1282. am__include='include'
  1283. am__isrc=''
  1284. am__leading_dot='.'
  1285. am__nodep='_no'
  1286. am__quote=''
  1287. am__tar='$${TAR-tar} chof - "$$tardir"'
  1288. am__untar='$${TAR-tar} xf -'
  1289. bindir='${exec_prefix}/bin'
  1290. build='aarch64-apple-darwin22.6.0'
  1291. build_alias=''
  1292. build_cpu='aarch64'
  1293. build_os='darwin22.6.0'
  1294. build_vendor='apple'
  1295. convert_ok=''
  1296. datadir='${datarootdir}'
  1297. datarootdir='${prefix}/share'
  1298. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1299. dvidir='${docdir}'
  1300. exec_prefix='${prefix}'
  1301. host='aarch64-apple-darwin22.6.0'
  1302. host_alias=''
  1303. host_cpu='aarch64'
  1304. host_os='darwin22.6.0'
  1305. host_vendor='apple'
  1306. htmldir='${docdir}'
  1307. includedir='${prefix}/include'
  1308. infodir='${datarootdir}/info'
  1309. install_sh='${SHELL} /Users/giovannigravili/dillo/install-sh'
  1310. libdir='${exec_prefix}/lib'
  1311. libexecdir='${exec_prefix}/libexec'
  1312. localedir='${datarootdir}/locale'
  1313. localstatedir='${prefix}/var'
  1314. mandir='${datarootdir}/man'
  1315. mkdir_p='$(MKDIR_P)'
  1316. oldincludedir='/usr/include'
  1317. pdfdir='${docdir}'
  1318. prefix='/usr/local'
  1319. program_transform_name='s,x,x,'
  1320. psdir='${docdir}'
  1321. runstatedir='${localstatedir}/run'
  1322. sbindir='${exec_prefix}/sbin'
  1323. sharedstatedir='${prefix}/com'
  1324. sysconfdir='${prefix}/etc/dillo'
  1325. target='aarch64-apple-darwin22.6.0'
  1326. target_alias=''
  1327. target_cpu='aarch64'
  1328. target_os='darwin22.6.0'
  1329. target_vendor='apple'
  1330. xvfb_ok=''
  1331. xwd_ok=''
  1332. xwininfo_ok=''
  1333.  
  1334. ## ----------- ##
  1335. ## confdefs.h. ##
  1336. ## ----------- ##
  1337.  
  1338. /* confdefs.h */
  1339. #define PACKAGE_NAME "dillo"
  1340. #define PACKAGE_TARNAME "dillo"
  1341. #define PACKAGE_VERSION "3.1-dev"
  1342. #define PACKAGE_STRING "dillo 3.1-dev"
  1343. #define PACKAGE_BUGREPORT ""
  1344. #define PACKAGE_URL ""
  1345. #define PACKAGE "dillo"
  1346. #define VERSION "3.1-dev"
  1347. #define HAVE_STDIO_H 1
  1348. #define HAVE_STDLIB_H 1
  1349. #define HAVE_STRING_H 1
  1350. #define HAVE_INTTYPES_H 1
  1351. #define HAVE_STDINT_H 1
  1352. #define HAVE_STRINGS_H 1
  1353. #define HAVE_SYS_STAT_H 1
  1354. #define HAVE_SYS_TYPES_H 1
  1355. #define HAVE_UNISTD_H 1
  1356. #define STDC_HEADERS 1
  1357. #define SIZEOF_CHAR 1
  1358. #define SIZEOF_SHORT 2
  1359. #define SIZEOF_LONG 8
  1360. #define SIZEOF_INT 4
  1361. #define SIZEOF_VOID_P 8
  1362. #define HAVE_GETHOSTBYNAME 1
  1363. #define HAVE_SETSOCKOPT 1
  1364. #define ENABLE_PNG 1
  1365. #define ENABLE_GIF 1
  1366. #define HAVE_OPENSSL 1
  1367. #define ENABLE_TLS 1
  1368. #define inbuf_t char
  1369. #define HAVE_FCNTL_H 1
  1370. #define HAVE_UNISTD_H 1
  1371. #define HAVE_SYS_UIO_H 1
  1372.  
  1373. configure: exit 0
  1374.  
Advertisement
Add Comment
Please, Sign In to add comment