Advertisement
Guest User

Untitled

a guest
Dec 28th, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.15 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 OnboardOSK configure 0.0.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --no-create --no-recursion
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = boo-VirtualBox
  14. uname -m = x86_64
  15. uname -r = 4.13.0-19-generic
  16. uname -s = Linux
  17. uname -v = #22-Ubuntu SMP Mon Dec 4 11:58:07 UTC 2017
  18.  
  19. /usr/bin/uname -p = unknown
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38. PATH: /snap/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2604: checking for gcc
  46. configure:2620: found /usr/bin/gcc
  47. configure:2631: result: gcc
  48. configure:2860: checking for C compiler version
  49. configure:2869: gcc --version >&5
  50. gcc (Ubuntu 7.2.0-8ubuntu3) 7.2.0
  51. Copyright (C) 2017 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions. There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:2880: $? = 0
  56. configure:2869: gcc -v >&5
  57. Using built-in specs.
  58. COLLECT_GCC=gcc
  59. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  60. OFFLOAD_TARGET_NAMES=nvptx-none
  61. OFFLOAD_TARGET_DEFAULT=1
  62. Target: x86_64-linux-gnu
  63. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  64. Thread model: posix
  65. gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3)
  66. configure:2880: $? = 0
  67. configure:2869: gcc -V >&5
  68. gcc: error: unrecognized command line option '-V'
  69. gcc: fatal error: no input files
  70. compilation terminated.
  71. configure:2880: $? = 1
  72. configure:2869: gcc -qversion >&5
  73. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  74. gcc: fatal error: no input files
  75. compilation terminated.
  76. configure:2880: $? = 1
  77. configure:2900: checking whether the C compiler works
  78. configure:2922: gcc conftest.c >&5
  79. configure:2926: $? = 0
  80. configure:2974: result: yes
  81. configure:2977: checking for C compiler default output file name
  82. configure:2979: result: a.out
  83. configure:2985: checking for suffix of executables
  84. configure:2992: gcc -o conftest conftest.c >&5
  85. configure:2996: $? = 0
  86. configure:3018: result:
  87. configure:3040: checking whether we are cross compiling
  88. configure:3048: gcc -o conftest conftest.c >&5
  89. configure:3052: $? = 0
  90. configure:3059: ./conftest
  91. configure:3063: $? = 0
  92. configure:3078: result: no
  93. configure:3083: checking for suffix of object files
  94. configure:3105: gcc -c conftest.c >&5
  95. configure:3109: $? = 0
  96. configure:3130: result: o
  97. configure:3134: checking whether we are using the GNU C compiler
  98. configure:3153: gcc -c conftest.c >&5
  99. configure:3153: $? = 0
  100. configure:3162: result: yes
  101. configure:3171: checking whether gcc accepts -g
  102. configure:3191: gcc -c -g conftest.c >&5
  103. configure:3191: $? = 0
  104. configure:3232: result: yes
  105. configure:3249: checking for gcc option to accept ISO C89
  106. configure:3312: gcc -c -g -O2 conftest.c >&5
  107. configure:3312: $? = 0
  108. configure:3325: result: none needed
  109. configure:3353: checking whether gcc understands -c and -o together
  110. configure:3375: gcc -c conftest.c -o conftest2.o
  111. configure:3378: $? = 0
  112. configure:3375: gcc -c conftest.c -o conftest2.o
  113. configure:3378: $? = 0
  114. configure:3390: result: yes
  115. configure:3465: checking for gcc-7
  116. configure:3481: found /usr/bin/gcc-7
  117. configure:3492: result: gcc-7
  118. configure:3519: checking for C++ compiler version
  119. configure:3528: gcc-7 --version >&5
  120. gcc-7 (Ubuntu 7.2.0-8ubuntu3) 7.2.0
  121. Copyright (C) 2017 Free Software Foundation, Inc.
  122. This is free software; see the source for copying conditions. There is NO
  123. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  124.  
  125. configure:3539: $? = 0
  126. configure:3528: gcc-7 -v >&5
  127. Using built-in specs.
  128. COLLECT_GCC=gcc-7
  129. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  130. OFFLOAD_TARGET_NAMES=nvptx-none
  131. OFFLOAD_TARGET_DEFAULT=1
  132. Target: x86_64-linux-gnu
  133. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  134. Thread model: posix
  135. gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3)
  136. configure:3539: $? = 0
  137. configure:3528: gcc-7 -V >&5
  138. gcc-7: error: unrecognized command line option '-V'
  139. gcc-7: fatal error: no input files
  140. compilation terminated.
  141. configure:3539: $? = 1
  142. configure:3528: gcc-7 -qversion >&5
  143. gcc-7: error: unrecognized command line option '-qversion'; did you mean '--version'?
  144. gcc-7: fatal error: no input files
  145. compilation terminated.
  146. configure:3539: $? = 1
  147. configure:3543: checking whether we are using the GNU C++ compiler
  148. configure:3562: gcc-7 -c conftest.cpp >&5
  149. configure:3562: $? = 0
  150. configure:3571: result: yes
  151. configure:3580: checking whether gcc-7 accepts -g
  152. configure:3600: gcc-7 -c -g conftest.cpp >&5
  153. configure:3600: $? = 0
  154. configure:3641: result: yes
  155. configure:3678: checking for a BSD-compatible install
  156. configure:3746: result: /usr/bin/install -c
  157. configure:3761: checking build system type
  158. configure:3775: result: x86_64-pc-linux-gnu
  159. configure:3795: checking host system type
  160. configure:3808: result: x86_64-pc-linux-gnu
  161. configure:3828: checking for a sed that does not truncate output
  162. configure:3892: result: /bin/sed
  163. configure:3903: checking how to run the C preprocessor
  164. configure:3934: gcc -E conftest.c
  165. configure:3934: $? = 0
  166. configure:3948: gcc -E conftest.c
  167. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  168. #include <ac_nonexistent.h>
  169. ^~~~~~~~~~~~~~~~~~
  170. compilation terminated.
  171. configure:3948: $? = 1
  172. configure: failed program was:
  173. | /* confdefs.h */
  174. | #define PACKAGE_NAME "OnboardOSK"
  175. | #define PACKAGE_TARNAME "onboardosk"
  176. | #define PACKAGE_VERSION "0.0.1"
  177. | #define PACKAGE_STRING "OnboardOSK 0.0.1"
  178. | #define PACKAGE_BUGREPORT "SendBugsHere@example.com"
  179. | #define PACKAGE_URL ""
  180. | /* end confdefs.h. */
  181. | #include <ac_nonexistent.h>
  182. configure:3973: result: gcc -E
  183. configure:3993: gcc -E conftest.c
  184. configure:3993: $? = 0
  185. configure:4007: gcc -E conftest.c
  186. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  187. #include <ac_nonexistent.h>
  188. ^~~~~~~~~~~~~~~~~~
  189. compilation terminated.
  190. configure:4007: $? = 1
  191. configure: failed program was:
  192. | /* confdefs.h */
  193. | #define PACKAGE_NAME "OnboardOSK"
  194. | #define PACKAGE_TARNAME "onboardosk"
  195. | #define PACKAGE_VERSION "0.0.1"
  196. | #define PACKAGE_STRING "OnboardOSK 0.0.1"
  197. | #define PACKAGE_BUGREPORT "SendBugsHere@example.com"
  198. | #define PACKAGE_URL ""
  199. | /* end confdefs.h. */
  200. | #include <ac_nonexistent.h>
  201. configure:4036: checking for grep that handles long lines and -e
  202. configure:4094: result: /bin/grep
  203. configure:4099: checking for egrep
  204. configure:4161: result: /bin/grep -E
  205. configure:4349: checking whether gcc is Clang
  206. configure:4374: result: no
  207. configure:4497: checking whether pthreads work with -pthread
  208. configure:4591: gcc -o conftest -g -O2 -pthread conftest.c >&5
  209. configure:4591: $? = 0
  210. configure:4600: result: yes
  211. configure:4619: checking for joinable pthread attribute
  212. configure:4637: gcc -o conftest -g -O2 -pthread conftest.c >&5
  213. configure:4637: $? = 0
  214. configure:4645: result: PTHREAD_CREATE_JOINABLE
  215. configure:4659: checking whether more special flags are required for pthreads
  216. configure:4672: result: no
  217. configure:4680: checking for PTHREAD_PRIO_INHERIT
  218. configure:4696: gcc -o conftest -g -O2 -pthread conftest.c >&5
  219. configure:4696: $? = 0
  220. configure:4705: result: yes
  221. configure:4860: checking for pkg-config
  222. configure:4878: found /usr/bin/pkg-config
  223. configure:4890: result: /usr/bin/pkg-config
  224. configure:4915: checking pkg-config is at least version 0.9.0
  225. configure:4918: result: yes
  226. configure:4928: checking for ATSPI2
  227. configure:4935: $PKG_CONFIG --exists --print-errors "atspi-2"
  228. configure:4938: $? = 0
  229. configure:4952: $PKG_CONFIG --exists --print-errors "atspi-2"
  230. configure:4955: $? = 0
  231. configure:5013: result: yes
  232. configure:5019: checking for CANBERRA
  233. configure:5026: $PKG_CONFIG --exists --print-errors "libcanberra"
  234. configure:5029: $? = 0
  235. configure:5043: $PKG_CONFIG --exists --print-errors "libcanberra"
  236. configure:5046: $? = 0
  237. configure:5104: result: yes
  238. configure:5110: checking for CLUTTER
  239. configure:5117: $PKG_CONFIG --exists --print-errors "clutter-1.0 >= 1.24"
  240. configure:5120: $? = 0
  241. configure:5134: $PKG_CONFIG --exists --print-errors "clutter-1.0 >= 1.24"
  242. configure:5137: $? = 0
  243. configure:5195: result: yes
  244. configure:5201: checking for GIO
  245. configure:5208: $PKG_CONFIG --exists --print-errors "gio-2.0"
  246. configure:5211: $? = 0
  247. configure:5225: $PKG_CONFIG --exists --print-errors "gio-2.0"
  248. configure:5228: $? = 0
  249. configure:5286: result: yes
  250. configure:5292: checking for GLIB
  251. configure:5299: $PKG_CONFIG --exists --print-errors "glib-2.0"
  252. configure:5302: $? = 0
  253. configure:5316: $PKG_CONFIG --exists --print-errors "glib-2.0"
  254. configure:5319: $? = 0
  255. configure:5377: result: yes
  256. configure:5383: checking for GOBJECT
  257. configure:5390: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.44"
  258. configure:5393: $? = 0
  259. configure:5407: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.44"
  260. configure:5410: $? = 0
  261. configure:5468: result: yes
  262. configure:5474: checking for GTK3
  263. configure:5481: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.22"
  264. configure:5484: $? = 0
  265. configure:5498: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3.22"
  266. configure:5501: $? = 0
  267. configure:5559: result: yes
  268. configure:5565: checking for HUNSPELL
  269. configure:5572: $PKG_CONFIG --exists --print-errors "hunspell"
  270. configure:5575: $? = 0
  271. configure:5589: $PKG_CONFIG --exists --print-errors "hunspell"
  272. configure:5592: $? = 0
  273. configure:5650: result: yes
  274. configure:5656: checking for ICU
  275. configure:5663: $PKG_CONFIG --exists --print-errors "icu-uc >= 57.1 icu-i18n"
  276. configure:5666: $? = 0
  277. configure:5680: $PKG_CONFIG --exists --print-errors "icu-uc >= 57.1 icu-i18n"
  278. configure:5683: $? = 0
  279. configure:5741: result: yes
  280. configure:5747: checking for PANGOCAIRO
  281. configure:5754: $PKG_CONFIG --exists --print-errors "pangocairo"
  282. configure:5757: $? = 0
  283. configure:5771: $PKG_CONFIG --exists --print-errors "pangocairo"
  284. configure:5774: $? = 0
  285. configure:5832: result: yes
  286. configure:5838: checking for RSVG
  287. configure:5845: $PKG_CONFIG --exists --print-errors "librsvg-2.0"
  288. configure:5848: $? = 0
  289. configure:5862: $PKG_CONFIG --exists --print-errors "librsvg-2.0"
  290. configure:5865: $? = 0
  291. configure:5923: result: yes
  292. configure:5929: checking for UDEV
  293. configure:5936: $PKG_CONFIG --exists --print-errors "libudev"
  294. configure:5939: $? = 0
  295. configure:5953: $PKG_CONFIG --exists --print-errors "libudev"
  296. configure:5956: $? = 0
  297. configure:6014: result: yes
  298. configure:6020: checking for WAYLAND
  299. configure:6027: $PKG_CONFIG --exists --print-errors "wayland-client"
  300. configure:6030: $? = 0
  301. configure:6044: $PKG_CONFIG --exists --print-errors "wayland-client"
  302. configure:6047: $? = 0
  303. configure:6105: result: yes
  304. configure:6111: checking for X11
  305. configure:6118: $PKG_CONFIG --exists --print-errors "x11"
  306. configure:6121: $? = 0
  307. configure:6135: $PKG_CONFIG --exists --print-errors "x11"
  308. configure:6138: $? = 0
  309. configure:6196: result: yes
  310. configure:6202: checking for XKBCOMMON
  311. configure:6209: $PKG_CONFIG --exists --print-errors "xkbcommon"
  312. configure:6212: $? = 0
  313. configure:6226: $PKG_CONFIG --exists --print-errors "xkbcommon"
  314. configure:6229: $? = 0
  315. configure:6287: result: yes
  316. configure:6293: checking for XKBFILE
  317. configure:6300: $PKG_CONFIG --exists --print-errors "xkbfile"
  318. configure:6303: $? = 0
  319. configure:6317: $PKG_CONFIG --exists --print-errors "xkbfile"
  320. configure:6320: $? = 0
  321. configure:6378: result: yes
  322. configure:6384: checking for XTST
  323. configure:6391: $PKG_CONFIG --exists --print-errors "xtst"
  324. configure:6394: $? = 0
  325. configure:6408: $PKG_CONFIG --exists --print-errors "xtst"
  326. configure:6411: $? = 0
  327. configure:6469: result: yes
  328. configure:6475: checking for XML2
  329. configure:6482: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9"
  330. configure:6485: $? = 0
  331. configure:6499: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9"
  332. configure:6502: $? = 0
  333. configure:6560: result: yes
  334. configure:6570: checking for gcc option to accept ISO C99
  335. configure:6719: gcc -c -g -O2 conftest.c >&5
  336. configure:6719: $? = 0
  337. configure:6732: result: none needed
  338. configure:6840: checking for gcc option to accept ISO Standard C
  339. configure:6851: result: none needed
  340. configure:6861: checking whether NLS is requested
  341. configure:6870: result: yes
  342. configure:6888: checking for intltool >= 0.35.0
  343. configure:6890: result: 0.51.0 found
  344. configure:6898: checking for intltool-update
  345. configure:6916: found /usr/bin/intltool-update
  346. configure:6928: result: /usr/bin/intltool-update
  347. configure:6938: checking for intltool-merge
  348. configure:6956: found /usr/bin/intltool-merge
  349. configure:6968: result: /usr/bin/intltool-merge
  350. configure:6978: checking for intltool-extract
  351. configure:6996: found /usr/bin/intltool-extract
  352. configure:7008: result: /usr/bin/intltool-extract
  353. configure:7162: checking for xgettext
  354. configure:7180: found /usr/bin/xgettext
  355. configure:7192: result: /usr/bin/xgettext
  356. configure:7202: checking for msgmerge
  357. configure:7220: found /usr/bin/msgmerge
  358. configure:7232: result: /usr/bin/msgmerge
  359. configure:7242: checking for msgfmt
  360. configure:7260: found /usr/bin/msgfmt
  361. configure:7272: result: /usr/bin/msgfmt
  362. configure:7282: checking for gmsgfmt
  363. configure:7313: result: /usr/bin/msgfmt
  364. configure:7333: checking for perl
  365. configure:7351: found /usr/bin/perl
  366. configure:7363: result: /usr/bin/perl
  367. configure:7374: checking for perl >= 5.8.1
  368. configure:7381: result: 5.26.0
  369. configure:7385: checking for XML::Parser
  370. configure:7388: result: ok
  371. configure:7409: checking whether make sets $(MAKE)
  372. configure:7431: result: yes
  373. configure:7440: checking for a thread-safe mkdir -p
  374. configure:7479: result: /bin/mkdir -p
  375. configure:7526: checking for msgfmt
  376. configure:7558: result: /usr/bin/msgfmt
  377. configure:7567: checking for gmsgfmt
  378. configure:7598: result: /usr/bin/msgfmt
  379. configure:7649: checking for xgettext
  380. configure:7681: result: /usr/bin/xgettext
  381. configure:7727: checking for msgmerge
  382. configure:7758: result: /usr/bin/msgmerge
  383. configure:7815: checking for ld used by GCC
  384. configure:7879: result: /usr/bin/ld
  385. configure:7886: checking if the linker (/usr/bin/ld) is GNU ld
  386. configure:7899: result: yes
  387. configure:7906: checking for shared library run path origin
  388. configure:7919: result: done
  389. configure:8420: checking for CFPreferencesCopyAppValue
  390. configure:8438: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  391. conftest.c:11:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  392. #include <CoreFoundation/CFPreferences.h>
  393. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394. compilation terminated.
  395. configure:8438: $? = 1
  396. configure: failed program was:
  397. | /* confdefs.h */
  398. | #define PACKAGE_NAME "OnboardOSK"
  399. | #define PACKAGE_TARNAME "onboardosk"
  400. | #define PACKAGE_VERSION "0.0.1"
  401. | #define PACKAGE_STRING "OnboardOSK 0.0.1"
  402. | #define PACKAGE_BUGREPORT "SendBugsHere@example.com"
  403. | #define PACKAGE_URL ""
  404. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  405. | #define GETTEXT_PACKAGE "onboardosk"
  406. | /* end confdefs.h. */
  407. | #include <CoreFoundation/CFPreferences.h>
  408. | int
  409. | main ()
  410. | {
  411. | CFPreferencesCopyAppValue(NULL, NULL)
  412. | ;
  413. | return 0;
  414. | }
  415. configure:8447: result: no
  416. configure:8454: checking for CFLocaleCopyCurrent
  417. configure:8472: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  418. conftest.c:11:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  419. #include <CoreFoundation/CFLocale.h>
  420. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  421. compilation terminated.
  422. configure:8472: $? = 1
  423. configure: failed program was:
  424. | /* confdefs.h */
  425. | #define PACKAGE_NAME "OnboardOSK"
  426. | #define PACKAGE_TARNAME "onboardosk"
  427. | #define PACKAGE_VERSION "0.0.1"
  428. | #define PACKAGE_STRING "OnboardOSK 0.0.1"
  429. | #define PACKAGE_BUGREPORT "SendBugsHere@example.com"
  430. | #define PACKAGE_URL ""
  431. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  432. | #define GETTEXT_PACKAGE "onboardosk"
  433. | /* end confdefs.h. */
  434. | #include <CoreFoundation/CFLocale.h>
  435. | int
  436. | main ()
  437. | {
  438. | CFLocaleCopyCurrent();
  439. | ;
  440. | return 0;
  441. | }
  442. configure:8481: result: no
  443. configure:8530: checking for GNU gettext in libc
  444. configure:8550: gcc -o conftest -g -O2 conftest.c >&5
  445. configure:8550: $? = 0
  446. configure:8559: result: yes
  447. configure:9305: checking whether to use NLS
  448. configure:9307: result: yes
  449. configure:9310: checking where the gettext function comes from
  450. configure:9321: result: libc
  451. configure:9450: checking for pkg-config
  452. configure:9480: result: /usr/bin/pkg-config
  453. configure:9505: checking pkg-config is at least version 0.16
  454. configure:9508: result: yes
  455. configure:9621: checking whether build environment is sane
  456. configure:9676: result: yes
  457. configure:9828: checking for gawk
  458. configure:9858: result: no
  459. configure:9828: checking for mawk
  460. configure:9844: found /usr/bin/mawk
  461. configure:9855: result: mawk
  462. configure:9887: checking for style of include used by make
  463. configure:9915: result: GNU
  464. configure:9949: checking whether make supports nested variables
  465. configure:9966: result: yes
  466. configure:10051: checking dependency style of gcc
  467. configure:10162: result: gcc3
  468. configure:10179: checking dependency style of gcc-7
  469. configure:10290: result: gcc3
  470. configure:10432: checking for pkg-config
  471. configure:10462: result: /usr/bin/pkg-config
  472. configure:10487: checking pkg-config is at least version 0.16
  473. configure:10490: result: yes
  474. configure:10507: checking for GLIB - version >= 2.0.0
  475. configure:10619: gcc -o conftest -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include conftest.c -lglib-2.0 >&5
  476. configure:10619: $? = 0
  477. configure:10619: ./conftest
  478. configure:10619: $? = 0
  479. configure:10633: result: yes (version 2.54.1)
  480. configure:10750: checking for ar
  481. configure:10766: found /usr/bin/ar
  482. configure:10777: result: ar
  483. configure:10803: checking the archiver (ar) interface
  484. configure:10819: gcc -c -g -O2 conftest.c >&5
  485. configure:10819: $? = 0
  486. configure:10821: ar cru libconftest.a conftest.o >&5
  487. ar: `u' modifier ignored since `D' is the default (see `U')
  488. configure:10824: $? = 0
  489. configure:10852: result: ar
  490. configure:10918: checking how to print strings
  491. configure:10945: result: printf
  492. configure:10966: checking for a sed that does not truncate output
  493. configure:11030: result: /bin/sed
  494. configure:11048: checking for fgrep
  495. configure:11110: result: /bin/grep -F
  496. configure:11145: checking for ld used by gcc
  497. configure:11212: result: /usr/bin/ld
  498. configure:11219: checking if the linker (/usr/bin/ld) is GNU ld
  499. configure:11234: result: yes
  500. configure:11246: checking for BSD- or MS-compatible name lister (nm)
  501. configure:11300: result: /usr/bin/nm -B
  502. configure:11430: checking the name lister (/usr/bin/nm -B) interface
  503. configure:11437: gcc -c -g -O2 conftest.c >&5
  504. configure:11440: /usr/bin/nm -B "conftest.o"
  505. configure:11443: output
  506. 0000000000000000 B some_variable
  507. configure:11450: result: BSD nm
  508. configure:11453: checking whether ln -s works
  509. configure:11457: result: yes
  510. configure:11465: checking the maximum length of command line arguments
  511. configure:11596: result: 1572864
  512. configure:11644: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  513. configure:11684: result: func_convert_file_noop
  514. configure:11691: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  515. configure:11711: result: func_convert_file_noop
  516. configure:11718: checking for /usr/bin/ld option to reload object files
  517. configure:11725: result: -r
  518. configure:11799: checking for objdump
  519. configure:11815: found /usr/bin/objdump
  520. configure:11826: result: objdump
  521. configure:11858: checking how to recognize dependent libraries
  522. configure:12058: result: pass_all
  523. configure:12143: checking for dlltool
  524. configure:12173: result: no
  525. configure:12203: checking how to associate runtime and link libraries
  526. configure:12230: result: printf %s\n
  527. configure:12354: checking for archiver @FILE support
  528. configure:12371: gcc -c -g -O2 conftest.c >&5
  529. configure:12371: $? = 0
  530. configure:12374: ar cru libconftest.a @conftest.lst >&5
  531. ar: `u' modifier ignored since `D' is the default (see `U')
  532. configure:12377: $? = 0
  533. configure:12382: ar cru libconftest.a @conftest.lst >&5
  534. ar: `u' modifier ignored since `D' is the default (see `U')
  535. ar: conftest.o: No such file or directory
  536. configure:12385: $? = 1
  537. configure:12397: result: @
  538. configure:12455: checking for strip
  539. configure:12471: found /usr/bin/strip
  540. configure:12482: result: strip
  541. configure:12554: checking for ranlib
  542. configure:12570: found /usr/bin/ranlib
  543. configure:12581: result: ranlib
  544. configure:12683: checking command to parse /usr/bin/nm -B output from gcc object
  545. configure:12836: gcc -c -g -O2 conftest.c >&5
  546. configure:12839: $? = 0
  547. configure:12843: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  548. configure:12846: $? = 0
  549. configure:12912: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  550. configure:12915: $? = 0
  551. configure:12953: result: ok
  552. configure:13000: checking for sysroot
  553. configure:13030: result: no
  554. configure:13037: checking for a working dd
  555. configure:13075: result: /bin/dd
  556. configure:13079: checking how to truncate binary pipes
  557. configure:13094: result: /bin/dd bs=4096 count=1
  558. configure:13230: gcc -c -g -O2 conftest.c >&5
  559. configure:13233: $? = 0
  560. configure:13423: checking for mt
  561. configure:13439: found /bin/mt
  562. configure:13450: result: mt
  563. configure:13473: checking if mt is a manifest tool
  564. configure:13479: mt '-?'
  565. configure:13487: result: no
  566. configure:14159: checking for ANSI C header files
  567. configure:14179: gcc -c -g -O2 conftest.c >&5
  568. configure:14179: $? = 0
  569. configure:14252: gcc -o conftest -g -O2 conftest.c >&5
  570. configure:14252: $? = 0
  571. configure:14252: ./conftest
  572. configure:14252: $? = 0
  573. configure:14263: result: yes
  574. configure:14276: checking for sys/types.h
  575. configure:14276: gcc -c -g -O2 conftest.c >&5
  576. configure:14276: $? = 0
  577. configure:14276: result: yes
  578. configure:14276: checking for sys/stat.h
  579. configure:14276: gcc -c -g -O2 conftest.c >&5
  580. configure:14276: $? = 0
  581. configure:14276: result: yes
  582. configure:14276: checking for stdlib.h
  583. configure:14276: gcc -c -g -O2 conftest.c >&5
  584. configure:14276: $? = 0
  585. configure:14276: result: yes
  586. configure:14276: checking for string.h
  587. configure:14276: gcc -c -g -O2 conftest.c >&5
  588. configure:14276: $? = 0
  589. configure:14276: result: yes
  590. configure:14276: checking for memory.h
  591. configure:14276: gcc -c -g -O2 conftest.c >&5
  592. configure:14276: $? = 0
  593. configure:14276: result: yes
  594. configure:14276: checking for strings.h
  595. configure:14276: gcc -c -g -O2 conftest.c >&5
  596. configure:14276: $? = 0
  597. configure:14276: result: yes
  598. configure:14276: checking for inttypes.h
  599. configure:14276: gcc -c -g -O2 conftest.c >&5
  600. configure:14276: $? = 0
  601. configure:14276: result: yes
  602. configure:14276: checking for stdint.h
  603. configure:14276: gcc -c -g -O2 conftest.c >&5
  604. configure:14276: $? = 0
  605. configure:14276: result: yes
  606. configure:14276: checking for unistd.h
  607. configure:14276: gcc -c -g -O2 conftest.c >&5
  608. configure:14276: $? = 0
  609. configure:14276: result: yes
  610. configure:14290: checking for dlfcn.h
  611. configure:14290: gcc -c -g -O2 conftest.c >&5
  612. configure:14290: $? = 0
  613. configure:14290: result: yes
  614. configure:14557: checking for objdir
  615. configure:14572: result: .libs
  616. configure:14836: checking if gcc supports -fno-rtti -fno-exceptions
  617. configure:14854: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  618. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  619. configure:14858: $? = 0
  620. configure:14871: result: no
  621. configure:15229: checking for gcc option to produce PIC
  622. configure:15236: result: -fPIC -DPIC
  623. configure:15244: checking if gcc PIC flag -fPIC -DPIC works
  624. configure:15262: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  625. configure:15266: $? = 0
  626. configure:15279: result: yes
  627. configure:15308: checking if gcc static flag -static works
  628. configure:15336: result: yes
  629. configure:15351: checking if gcc supports -c -o file.o
  630. configure:15372: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  631. configure:15376: $? = 0
  632. configure:15398: result: yes
  633. configure:15406: checking if gcc supports -c -o file.o
  634. configure:15453: result: yes
  635. configure:15486: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  636. configure:16749: result: yes
  637. configure:16786: checking whether -lc should be explicitly linked in
  638. configure:16794: gcc -c -g -O2 conftest.c >&5
  639. configure:16797: $? = 0
  640. configure:16812: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  641. configure:16815: $? = 0
  642. configure:16829: result: no
  643. configure:16989: checking dynamic linker characteristics
  644. configure:17570: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  645. configure:17570: $? = 0
  646. configure:17819: result: GNU/Linux ld.so
  647. configure:17941: checking how to hardcode library paths into programs
  648. configure:17966: result: immediate
  649. configure:18514: checking whether stripping libraries is possible
  650. configure:18519: result: yes
  651. configure:18554: checking if libtool supports shared libraries
  652. configure:18556: result: yes
  653. configure:18559: checking whether to build shared libraries
  654. configure:18584: result: yes
  655. configure:18587: checking whether to build static libraries
  656. configure:18591: result: yes
  657. configure:18614: checking how to run the C++ preprocessor
  658. configure:18641: gcc-7 -E conftest.cpp
  659. configure:18641: $? = 0
  660. configure:18655: gcc-7 -E conftest.cpp
  661. conftest.cpp:28:10: fatal error: ac_nonexistent.h: No such file or directory
  662. #include <ac_nonexistent.h>
  663. ^~~~~~~~~~~~~~~~~~
  664. compilation terminated.
  665. configure:18655: $? = 1
  666. configure: failed program was:
  667. | /* confdefs.h */
  668. | #define PACKAGE_NAME "OnboardOSK"
  669. | #define PACKAGE_TARNAME "onboardosk"
  670. | #define PACKAGE_VERSION "0.0.1"
  671. | #define PACKAGE_STRING "OnboardOSK 0.0.1"
  672. | #define PACKAGE_BUGREPORT "SendBugsHere@example.com"
  673. | #define PACKAGE_URL ""
  674. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  675. | #define GETTEXT_PACKAGE "onboardosk"
  676. | #define ENABLE_NLS 1
  677. | #define HAVE_GETTEXT 1
  678. | #define HAVE_DCGETTEXT 1
  679. | #define PACKAGE "onboardosk"
  680. | #define VERSION "0.0.1"
  681. | #define STDC_HEADERS 1
  682. | #define HAVE_SYS_TYPES_H 1
  683. | #define HAVE_SYS_STAT_H 1
  684. | #define HAVE_STDLIB_H 1
  685. | #define HAVE_STRING_H 1
  686. | #define HAVE_MEMORY_H 1
  687. | #define HAVE_STRINGS_H 1
  688. | #define HAVE_INTTYPES_H 1
  689. | #define HAVE_STDINT_H 1
  690. | #define HAVE_UNISTD_H 1
  691. | #define HAVE_DLFCN_H 1
  692. | #define LT_OBJDIR ".libs/"
  693. | /* end confdefs.h. */
  694. | #include <ac_nonexistent.h>
  695. configure:18680: result: gcc-7 -E
  696. configure:18700: gcc-7 -E conftest.cpp
  697. configure:18700: $? = 0
  698. configure:18714: gcc-7 -E conftest.cpp
  699. conftest.cpp:28:10: fatal error: ac_nonexistent.h: No such file or directory
  700. #include <ac_nonexistent.h>
  701. ^~~~~~~~~~~~~~~~~~
  702. compilation terminated.
  703. configure:18714: $? = 1
  704. configure: failed program was:
  705. | /* confdefs.h */
  706. | #define PACKAGE_NAME "OnboardOSK"
  707. | #define PACKAGE_TARNAME "onboardosk"
  708. | #define PACKAGE_VERSION "0.0.1"
  709. | #define PACKAGE_STRING "OnboardOSK 0.0.1"
  710. | #define PACKAGE_BUGREPORT "SendBugsHere@example.com"
  711. | #define PACKAGE_URL ""
  712. | #define HAVE_PTHREAD_PRIO_INHERIT 1
  713. | #define GETTEXT_PACKAGE "onboardosk"
  714. | #define ENABLE_NLS 1
  715. | #define HAVE_GETTEXT 1
  716. | #define HAVE_DCGETTEXT 1
  717. | #define PACKAGE "onboardosk"
  718. | #define VERSION "0.0.1"
  719. | #define STDC_HEADERS 1
  720. | #define HAVE_SYS_TYPES_H 1
  721. | #define HAVE_SYS_STAT_H 1
  722. | #define HAVE_STDLIB_H 1
  723. | #define HAVE_STRING_H 1
  724. | #define HAVE_MEMORY_H 1
  725. | #define HAVE_STRINGS_H 1
  726. | #define HAVE_INTTYPES_H 1
  727. | #define HAVE_STDINT_H 1
  728. | #define HAVE_UNISTD_H 1
  729. | #define HAVE_DLFCN_H 1
  730. | #define LT_OBJDIR ".libs/"
  731. | /* end confdefs.h. */
  732. | #include <ac_nonexistent.h>
  733. configure:18876: checking for ld used by gcc-7
  734. configure:18943: result: /usr/bin/ld -m elf_x86_64
  735. configure:18950: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  736. configure:18965: result: yes
  737. configure:19020: checking whether the gcc-7 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  738. configure:20093: result: yes
  739. configure:20129: gcc-7 -c -g -O2 conftest.cpp >&5
  740. configure:20132: $? = 0
  741. configure:20613: checking for gcc-7 option to produce PIC
  742. configure:20620: result: -fPIC -DPIC
  743. configure:20628: checking if gcc-7 PIC flag -fPIC -DPIC works
  744. configure:20646: gcc-7 -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  745. configure:20650: $? = 0
  746. configure:20663: result: yes
  747. configure:20686: checking if gcc-7 static flag -static works
  748. configure:20714: result: yes
  749. configure:20726: checking if gcc-7 supports -c -o file.o
  750. configure:20747: gcc-7 -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  751. configure:20751: $? = 0
  752. configure:20773: result: yes
  753. configure:20778: checking if gcc-7 supports -c -o file.o
  754. configure:20825: result: yes
  755. configure:20855: checking whether the gcc-7 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  756. configure:20898: result: yes
  757. configure:21039: checking dynamic linker characteristics
  758. configure:21796: result: GNU/Linux ld.so
  759. configure:21861: checking how to hardcode library paths into programs
  760. configure:21886: result: immediate
  761. configure:22032: checking for gobject-introspection
  762. configure:22063: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 1.38.0"
  763. Package gobject-introspection-1.0 was not found in the pkg-config search path.
  764. Perhaps you should add the directory containing `gobject-introspection-1.0.pc'
  765. to the PKG_CONFIG_PATH environment variable
  766. No package 'gobject-introspection-1.0' found
  767. configure:22066: $? = 1
  768. configure:22078: result: no
  769. configure:22251: checking that generated files are newer than configure
  770. configure:22257: result: done
  771. configure:22288: creating ./config.status
  772. configure:24870: result:
  773. Configure Information:
  774. C Compiler : gcc
  775. DEFS : -DHAVE_CONFIG_H
  776. CPPFLAGS :
  777. CFLAGS : -g -O2
  778.  
  779. C++ Compiler : gcc-7
  780. DEFS : -DHAVE_CONFIG_H
  781. CPPFLAGS :
  782. CXXFLAGS : -g -O2
  783.  
  784. Linker : /usr/bin/ld -m elf_x86_64
  785. LDFLAGS :
  786. LIBS :
  787.  
  788.  
  789. ## ---------------- ##
  790. ## Cache variables. ##
  791. ## ---------------- ##
  792.  
  793. ac_cv_build=x86_64-pc-linux-gnu
  794. ac_cv_c_compiler_gnu=yes
  795. ac_cv_cxx_compiler_gnu=yes
  796. ac_cv_env_ATSPI2_CFLAGS_set=
  797. ac_cv_env_ATSPI2_CFLAGS_value=
  798. ac_cv_env_ATSPI2_LIBS_set=
  799. ac_cv_env_ATSPI2_LIBS_value=
  800. ac_cv_env_CANBERRA_CFLAGS_set=
  801. ac_cv_env_CANBERRA_CFLAGS_value=
  802. ac_cv_env_CANBERRA_LIBS_set=
  803. ac_cv_env_CANBERRA_LIBS_value=
  804. ac_cv_env_CCC_set=
  805. ac_cv_env_CCC_value=
  806. ac_cv_env_CC_set=
  807. ac_cv_env_CC_value=
  808. ac_cv_env_CFLAGS_set=
  809. ac_cv_env_CFLAGS_value=
  810. ac_cv_env_CLUTTER_CFLAGS_set=
  811. ac_cv_env_CLUTTER_CFLAGS_value=
  812. ac_cv_env_CLUTTER_LIBS_set=
  813. ac_cv_env_CLUTTER_LIBS_value=
  814. ac_cv_env_CPPFLAGS_set=
  815. ac_cv_env_CPPFLAGS_value=
  816. ac_cv_env_CPP_set=
  817. ac_cv_env_CPP_value=
  818. ac_cv_env_CXXCPP_set=
  819. ac_cv_env_CXXCPP_value=
  820. ac_cv_env_CXXFLAGS_set=
  821. ac_cv_env_CXXFLAGS_value=
  822. ac_cv_env_CXX_set=
  823. ac_cv_env_CXX_value=
  824. ac_cv_env_GIO_CFLAGS_set=
  825. ac_cv_env_GIO_CFLAGS_value=
  826. ac_cv_env_GIO_LIBS_set=
  827. ac_cv_env_GIO_LIBS_value=
  828. ac_cv_env_GLIB_CFLAGS_set=
  829. ac_cv_env_GLIB_CFLAGS_value=
  830. ac_cv_env_GLIB_LIBS_set=
  831. ac_cv_env_GLIB_LIBS_value=
  832. ac_cv_env_GOBJECT_CFLAGS_set=
  833. ac_cv_env_GOBJECT_CFLAGS_value=
  834. ac_cv_env_GOBJECT_LIBS_set=
  835. ac_cv_env_GOBJECT_LIBS_value=
  836. ac_cv_env_GTK3_CFLAGS_set=
  837. ac_cv_env_GTK3_CFLAGS_value=
  838. ac_cv_env_GTK3_LIBS_set=
  839. ac_cv_env_GTK3_LIBS_value=
  840. ac_cv_env_HUNSPELL_CFLAGS_set=
  841. ac_cv_env_HUNSPELL_CFLAGS_value=
  842. ac_cv_env_HUNSPELL_LIBS_set=
  843. ac_cv_env_HUNSPELL_LIBS_value=
  844. ac_cv_env_ICU_CFLAGS_set=
  845. ac_cv_env_ICU_CFLAGS_value=
  846. ac_cv_env_ICU_LIBS_set=
  847. ac_cv_env_ICU_LIBS_value=
  848. ac_cv_env_LDFLAGS_set=
  849. ac_cv_env_LDFLAGS_value=
  850. ac_cv_env_LIBS_set=
  851. ac_cv_env_LIBS_value=
  852. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  853. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  854. ac_cv_env_PANGOCAIRO_CFLAGS_set=
  855. ac_cv_env_PANGOCAIRO_CFLAGS_value=
  856. ac_cv_env_PANGOCAIRO_LIBS_set=
  857. ac_cv_env_PANGOCAIRO_LIBS_value=
  858. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  859. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  860. ac_cv_env_PKG_CONFIG_PATH_set=
  861. ac_cv_env_PKG_CONFIG_PATH_value=
  862. ac_cv_env_PKG_CONFIG_set=
  863. ac_cv_env_PKG_CONFIG_value=
  864. ac_cv_env_RSVG_CFLAGS_set=
  865. ac_cv_env_RSVG_CFLAGS_value=
  866. ac_cv_env_RSVG_LIBS_set=
  867. ac_cv_env_RSVG_LIBS_value=
  868. ac_cv_env_UDEV_CFLAGS_set=
  869. ac_cv_env_UDEV_CFLAGS_value=
  870. ac_cv_env_UDEV_LIBS_set=
  871. ac_cv_env_UDEV_LIBS_value=
  872. ac_cv_env_WAYLAND_CFLAGS_set=
  873. ac_cv_env_WAYLAND_CFLAGS_value=
  874. ac_cv_env_WAYLAND_LIBS_set=
  875. ac_cv_env_WAYLAND_LIBS_value=
  876. ac_cv_env_X11_CFLAGS_set=
  877. ac_cv_env_X11_CFLAGS_value=
  878. ac_cv_env_X11_LIBS_set=
  879. ac_cv_env_X11_LIBS_value=
  880. ac_cv_env_XKBCOMMON_CFLAGS_set=
  881. ac_cv_env_XKBCOMMON_CFLAGS_value=
  882. ac_cv_env_XKBCOMMON_LIBS_set=
  883. ac_cv_env_XKBCOMMON_LIBS_value=
  884. ac_cv_env_XKBFILE_CFLAGS_set=
  885. ac_cv_env_XKBFILE_CFLAGS_value=
  886. ac_cv_env_XKBFILE_LIBS_set=
  887. ac_cv_env_XKBFILE_LIBS_value=
  888. ac_cv_env_XML2_CFLAGS_set=
  889. ac_cv_env_XML2_CFLAGS_value=
  890. ac_cv_env_XML2_LIBS_set=
  891. ac_cv_env_XML2_LIBS_value=
  892. ac_cv_env_XTST_CFLAGS_set=
  893. ac_cv_env_XTST_CFLAGS_value=
  894. ac_cv_env_XTST_LIBS_set=
  895. ac_cv_env_XTST_LIBS_value=
  896. ac_cv_env_build_alias_set=
  897. ac_cv_env_build_alias_value=
  898. ac_cv_env_host_alias_set=
  899. ac_cv_env_host_alias_value=
  900. ac_cv_env_target_alias_set=
  901. ac_cv_env_target_alias_value=
  902. ac_cv_header_dlfcn_h=yes
  903. ac_cv_header_inttypes_h=yes
  904. ac_cv_header_memory_h=yes
  905. ac_cv_header_stdc=yes
  906. ac_cv_header_stdint_h=yes
  907. ac_cv_header_stdlib_h=yes
  908. ac_cv_header_string_h=yes
  909. ac_cv_header_strings_h=yes
  910. ac_cv_header_sys_stat_h=yes
  911. ac_cv_header_sys_types_h=yes
  912. ac_cv_header_unistd_h=yes
  913. ac_cv_host=x86_64-pc-linux-gnu
  914. ac_cv_objext=o
  915. ac_cv_path_EGREP='/bin/grep -E'
  916. ac_cv_path_FGREP='/bin/grep -F'
  917. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  918. ac_cv_path_GREP=/bin/grep
  919. ac_cv_path_INTLTOOL_EXTRACT=/usr/bin/intltool-extract
  920. ac_cv_path_INTLTOOL_MERGE=/usr/bin/intltool-merge
  921. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  922. ac_cv_path_INTLTOOL_UPDATE=/usr/bin/intltool-update
  923. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  924. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  925. ac_cv_path_SED=/bin/sed
  926. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  927. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  928. ac_cv_path_install='/usr/bin/install -c'
  929. ac_cv_path_lt_DD=/bin/dd
  930. ac_cv_path_mkdir=/bin/mkdir
  931. ac_cv_prog_AWK=mawk
  932. ac_cv_prog_CPP='gcc -E'
  933. ac_cv_prog_CXXCPP='gcc-7 -E'
  934. ac_cv_prog_ac_ct_AR=ar
  935. ac_cv_prog_ac_ct_CC=gcc
  936. ac_cv_prog_ac_ct_CXX=gcc-7
  937. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  938. ac_cv_prog_ac_ct_OBJDUMP=objdump
  939. ac_cv_prog_ac_ct_RANLIB=ranlib
  940. ac_cv_prog_ac_ct_STRIP=strip
  941. ac_cv_prog_cc_c89=
  942. ac_cv_prog_cc_c99=
  943. ac_cv_prog_cc_g=yes
  944. ac_cv_prog_cc_stdc=
  945. ac_cv_prog_cxx_g=yes
  946. ac_cv_prog_make_make_set=yes
  947. acl_cv_hardcode_direct=no
  948. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  949. acl_cv_hardcode_libdir_separator=
  950. acl_cv_hardcode_minus_L=no
  951. acl_cv_libext=a
  952. acl_cv_libname_spec='lib$name'
  953. acl_cv_library_names_spec='$libname$shrext'
  954. acl_cv_path_LD=/usr/bin/ld
  955. acl_cv_prog_gnu_ld=yes
  956. acl_cv_rpath=done
  957. acl_cv_shlibext=so
  958. acl_cv_wl=-Wl,
  959. am_cv_CC_dependencies_compiler_type=gcc3
  960. am_cv_CXX_dependencies_compiler_type=gcc3
  961. am_cv_ar_interface=ar
  962. am_cv_make_support_nested_variables=yes
  963. am_cv_prog_cc_c_o=yes
  964. ax_cv_PTHREAD_CLANG=no
  965. ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
  966. ax_cv_PTHREAD_PRIO_INHERIT=yes
  967. ax_cv_PTHREAD_SPECIAL_FLAGS=no
  968. gt_cv_func_CFLocaleCopyCurrent=no
  969. gt_cv_func_CFPreferencesCopyAppValue=no
  970. gt_cv_func_gnugettext1_libc=yes
  971. lt_cv_ar_at_file=@
  972. lt_cv_archive_cmds_need_lc=no
  973. lt_cv_deplibs_check_method=pass_all
  974. lt_cv_file_magic_cmd='$MAGIC_CMD'
  975. lt_cv_file_magic_test_file=
  976. lt_cv_ld_reload_flag=-r
  977. lt_cv_nm_interface='BSD nm'
  978. lt_cv_objdir=.libs
  979. lt_cv_path_LD=/usr/bin/ld
  980. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  981. lt_cv_path_NM='/usr/bin/nm -B'
  982. lt_cv_path_mainfest_tool=no
  983. lt_cv_prog_compiler_c_o=yes
  984. lt_cv_prog_compiler_c_o_CXX=yes
  985. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  986. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  987. lt_cv_prog_compiler_pic_works=yes
  988. lt_cv_prog_compiler_pic_works_CXX=yes
  989. lt_cv_prog_compiler_rtti_exceptions=no
  990. lt_cv_prog_compiler_static_works=yes
  991. lt_cv_prog_compiler_static_works_CXX=yes
  992. lt_cv_prog_gnu_ld=yes
  993. lt_cv_prog_gnu_ldcxx=yes
  994. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  995. lt_cv_shlibpath_overrides_runpath=yes
  996. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  997. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  998. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='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'\'''
  999. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1000. lt_cv_sys_global_symbol_to_import=
  1001. lt_cv_sys_max_cmd_len=1572864
  1002. lt_cv_to_host_file_cmd=func_convert_file_noop
  1003. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1004. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1005. pkg_cv_ATSPI2_CFLAGS='-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1006. pkg_cv_ATSPI2_LIBS='-latspi -ldbus-1 -lglib-2.0'
  1007. pkg_cv_CANBERRA_CFLAGS=-D_REENTRANT
  1008. pkg_cv_CANBERRA_LIBS=-lcanberra
  1009. pkg_cv_CLUTTER_CFLAGS='-pthread -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/cogl -I/usr/include/libdrm -I/usr/include/json-glib-1.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1010. pkg_cv_CLUTTER_LIBS='-lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -pthread -lwayland-egl -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lwayland-cursor -lwayland-client -lxkbcommon -lwayland-server -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi'
  1011. pkg_cv_GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1012. pkg_cv_GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
  1013. pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1014. pkg_cv_GLIB_LIBS=-lglib-2.0
  1015. pkg_cv_GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1016. pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0'
  1017. pkg_cv_GTK3_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1018. pkg_cv_GTK3_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  1019. pkg_cv_HUNSPELL_CFLAGS=-I/usr/include/hunspell
  1020. pkg_cv_HUNSPELL_LIBS=-lhunspell-1.6
  1021. pkg_cv_ICU_CFLAGS=
  1022. pkg_cv_ICU_LIBS='-licui18n -licuuc -licudata'
  1023. pkg_cv_PANGOCAIRO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16'
  1024. pkg_cv_PANGOCAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo'
  1025. pkg_cv_RSVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16'
  1026. pkg_cv_RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo'
  1027. pkg_cv_UDEV_CFLAGS=
  1028. pkg_cv_UDEV_LIBS=-ludev
  1029. pkg_cv_WAYLAND_CFLAGS=
  1030. pkg_cv_WAYLAND_LIBS=-lwayland-client
  1031. pkg_cv_X11_CFLAGS=
  1032. pkg_cv_X11_LIBS=-lX11
  1033. pkg_cv_XKBCOMMON_CFLAGS=
  1034. pkg_cv_XKBCOMMON_LIBS=-lxkbcommon
  1035. pkg_cv_XKBFILE_CFLAGS=
  1036. pkg_cv_XKBFILE_LIBS=-lxkbfile
  1037. pkg_cv_XML2_CFLAGS=-I/usr/include/libxml2
  1038. pkg_cv_XML2_LIBS=-lxml2
  1039. pkg_cv_XTST_CFLAGS=
  1040. pkg_cv_XTST_LIBS=-lXtst
  1041.  
  1042. ## ----------------- ##
  1043. ## Output variables. ##
  1044. ## ----------------- ##
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055. $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
  1056. test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
  1057. test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \
  1058. $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p $(@D) && touch $@
  1059. $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" $^ > $@.tmp && mv $@.tmp $@
  1060. @$(NORMAL_INSTALL)
  1061. @$(NORMAL_UNINSTALL)
  1062. @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
  1063. cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
  1064. echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
  1065. fi
  1066. files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
  1067. if test -n "$^"; then \
  1068. rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
  1069. test -n "$$files" || exit 0; \
  1070. test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
  1071. $(gsettings__enum_file): $(gsettings_ENUM_FILES)
  1072. %.gschema.valid: %.gschema.xml $(gsettings__enum_file)
  1073. .PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
  1074. .SECONDARY: $(gsettings_SCHEMAS)
  1075. ACLOCAL='${SHELL} /home/boo/onboard/onboardosk/build/missing aclocal-1.15'
  1076. ALL_LINGUAS=''
  1077. AMDEPBACKSLASH='\'
  1078. AMDEP_FALSE='#'
  1079. AMDEP_TRUE=''
  1080. AMTAR='$${TAR-tar}'
  1081. AM_BACKSLASH='\'
  1082. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1083. AM_DEFAULT_VERBOSITY='1'
  1084. AM_V='$(V)'
  1085. AR='ar'
  1086. ATSPI2_CFLAGS='-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1087. ATSPI2_LIBS='-latspi -ldbus-1 -lglib-2.0'
  1088. AUTOCONF='${SHELL} /home/boo/onboard/onboardosk/build/missing autoconf'
  1089. AUTOHEADER='${SHELL} /home/boo/onboard/onboardosk/build/missing autoheader'
  1090. AUTOMAKE='${SHELL} /home/boo/onboard/onboardosk/build/missing automake-1.15'
  1091. AWK='mawk'
  1092. CANBERRA_CFLAGS='-D_REENTRANT'
  1093. CANBERRA_LIBS='-lcanberra'
  1094. CC='gcc'
  1095. CCDEPMODE='depmode=gcc3'
  1096. CFLAGS='-g -O2'
  1097. CLUTTER_CFLAGS='-pthread -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/cogl -I/usr/include/libdrm -I/usr/include/json-glib-1.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1098. CLUTTER_LIBS='-lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -pthread -lwayland-egl -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lwayland-cursor -lwayland-client -lxkbcommon -lwayland-server -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi'
  1099. CPP='gcc -E'
  1100. CPPFLAGS=''
  1101. CXX='gcc-7'
  1102. CXXCPP='gcc-7 -E'
  1103. CXXDEPMODE='depmode=gcc3'
  1104. CXXFLAGS='-g -O2'
  1105. CYGPATH_W='echo'
  1106. DEFS='-DHAVE_CONFIG_H'
  1107. DEPDIR='.deps'
  1108. DLLTOOL='false'
  1109. DSYMUTIL=''
  1110. DUMPBIN=''
  1111. ECHO_C=''
  1112. ECHO_N='-n'
  1113. ECHO_T=''
  1114. EGREP='/bin/grep -E'
  1115. EXEEXT=''
  1116. FGREP='/bin/grep -F'
  1117. GETTEXT_MACRO_VERSION='0.17'
  1118. GETTEXT_PACKAGE='onboardosk'
  1119. GIO_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1120. GIO_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0'
  1121. GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1122. GLIB_COMPILE_RESOURCES='/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-resources'
  1123. GLIB_COMPILE_SCHEMAS='/usr/lib/x86_64-linux-gnu/glib-2.0/glib-compile-schemas'
  1124. GLIB_GENMARSHAL='glib-genmarshal'
  1125. GLIB_LIBS='-lglib-2.0'
  1126. GLIB_MKENUMS='glib-mkenums'
  1127. GMSGFMT='/usr/bin/msgfmt'
  1128. GMSGFMT_015='/usr/bin/msgfmt'
  1129. GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1130. GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0'
  1131. GOBJECT_QUERY='gobject-query'
  1132. GREP='/bin/grep'
  1133. GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
  1134. GSETTINGS_RULES='
  1135. GTEST_CPPFLAGS='-DGTEST_HAS_PTHREAD=1 -I$(top_srcdir)/lib/gmock'
  1136. GTEST_CXXFLAGS='-pthread'
  1137. GTEST_LDFLAGS='-L$(top_builddir)/lib/gmock'
  1138. GTEST_LIBS=''
  1139. GTEST_VERSION='1.7.0'
  1140. GTK3_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1141. GTK3_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  1142. HAVE_INTROSPECTION_FALSE=''
  1143. HAVE_INTROSPECTION_TRUE='#'
  1144. HUNSPELL_CFLAGS='-I/usr/include/hunspell'
  1145. HUNSPELL_LIBS='-lhunspell-1.6'
  1146. ICU_CFLAGS=''
  1147. ICU_LIBS='-licui18n -licuuc -licudata'
  1148. INSTALL_DATA='${INSTALL} -m 644'
  1149. INSTALL_PROGRAM='${INSTALL}'
  1150. INSTALL_SCRIPT='${INSTALL}'
  1151. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1152. INTLLIBS=''
  1153. INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1154. INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1155. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1156. INTLTOOL_EXTRACT='/usr/bin/intltool-extract'
  1157. INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1158. INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1159. INTLTOOL_MERGE='/usr/bin/intltool-merge'
  1160. INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< $@'
  1161. INTLTOOL_PERL='/usr/bin/perl'
  1162. INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1163. INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1164. INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1165. INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1166. INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1167. INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1168. INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1169. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1170. INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1171. INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1172. INTLTOOL_UPDATE='/usr/bin/intltool-update'
  1173. INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))'
  1174. INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))'
  1175. INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1176. INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< $@'
  1177. INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  1178. INTLTOOL__v_MERGE_0='@echo " ITMRG " $@;'
  1179. INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))'
  1180. INTL_MACOSX_LIBS=''
  1181. INTROSPECTION_CFLAGS=''
  1182. INTROSPECTION_COMPILER=''
  1183. INTROSPECTION_GENERATE=''
  1184. INTROSPECTION_GIRDIR=''
  1185. INTROSPECTION_LIBS=''
  1186. INTROSPECTION_MAKEFILE=''
  1187. INTROSPECTION_SCANNER=''
  1188. INTROSPECTION_TYPELIBDIR=''
  1189. LD='/usr/bin/ld -m elf_x86_64'
  1190. LDFLAGS=''
  1191. LIBCOMMON_CFLAGS=''
  1192. LIBCOMMON_LIBS='-licui18n -licuuc -licudata'
  1193. LIBICONV='-liconv'
  1194. LIBINTL=''
  1195. LIBLM_CFLAGS=''
  1196. LIBLM_LIBS='-lglib-2.0'
  1197. LIBOBJS=''
  1198. LIBONBOARDOSK_CFLAGS='-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -D_REENTRANT -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/hunspell -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 '
  1199. LIBONBOARDOSK_LIBS='-latspi -ldbus-1 -lglib-2.0 -lcanberra -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lhunspell-1.6 -licui18n -licuuc -licudata -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -ludev -lwayland-client -lX11 -lxkbfile -lxkbcommon -lxml2 -lXtst'
  1200. LIBS=''
  1201. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1202. LIPO=''
  1203. LN_S='ln -s'
  1204. LTLIBICONV='-liconv'
  1205. LTLIBINTL=''
  1206. LTLIBOBJS=''
  1207. LT_SYS_LIBRARY_PATH=''
  1208. MAKEINFO='${SHELL} /home/boo/onboard/onboardosk/build/missing makeinfo'
  1209. MANIFEST_TOOL=':'
  1210. MKDIR_P='/bin/mkdir -p'
  1211. MSGFMT='/usr/bin/msgfmt'
  1212. MSGFMT_015='/usr/bin/msgfmt'
  1213. MSGMERGE='/usr/bin/msgmerge'
  1214. NM='/usr/bin/nm -B'
  1215. NMEDIT=''
  1216. OBJDUMP='objdump'
  1217. OBJEXT='o'
  1218. ONBOARDOSK_GNOME_SHELL_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/atk-1.0 -I/usr/include/cogl -I/usr/include/libdrm -I/usr/include/json-glib-1.0 -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1219. ONBOARDOSK_GNOME_SHELL_LIBS='-lgobject-2.0 -lglib-2.0 -lclutter-1.0 -lcogl-path -latk-1.0 -lcogl-pango -lcogl -lgmodule-2.0 -pthread -lwayland-egl -lgbm -ldrm -lEGL -lXrandr -ljson-glib-1.0 -lgio-2.0 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 -lwayland-cursor -lwayland-client -lxkbcommon -lwayland-server -lX11 -lXext -lXdamage -lXfixes -lXcomposite -lXi'
  1220. ONBOARDOSK_GTK_CFLAGS='-pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/mirclient -I/usr/include/mircore -I/usr/include/mircookie -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1221. ONBOARDOSK_GTK_LIBS='-lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0'
  1222. ONBOARDOSK_LOCALEDIR='${datarootdir}/locale'
  1223. ONBOARDOSK_MAJOR_VERSION='0'
  1224. ONBOARDOSK_MICRO_VERSION='1'
  1225. ONBOARDOSK_MINOR_VERSION='0'
  1226. ONBOARDOSK_VERSION='0.0.1'
  1227. OTOOL64=''
  1228. OTOOL=''
  1229. PACKAGE='onboardosk'
  1230. PACKAGE_BUGREPORT='SendBugsHere@example.com'
  1231. PACKAGE_NAME='OnboardOSK'
  1232. PACKAGE_STRING='OnboardOSK 0.0.1'
  1233. PACKAGE_TARNAME='onboardosk'
  1234. PACKAGE_URL=''
  1235. PACKAGE_VERSION='0.0.1'
  1236. PANGOCAIRO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16'
  1237. PANGOCAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo'
  1238. PATH_SEPARATOR=':'
  1239. PKG_CONFIG='/usr/bin/pkg-config'
  1240. PKG_CONFIG_LIBDIR=''
  1241. PKG_CONFIG_PATH=''
  1242. POSUB='po'
  1243. PTHREAD_CC='gcc'
  1244. PTHREAD_CFLAGS='-pthread'
  1245. PTHREAD_LIBS=''
  1246. RANLIB='ranlib'
  1247. RSVG_CFLAGS='-pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16'
  1248. RSVG_LIBS='-lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo'
  1249. SED='/bin/sed'
  1250. SET_MAKE=''
  1251. SHELL='/bin/bash'
  1252. STRIP='strip'
  1253. UDEV_CFLAGS=''
  1254. UDEV_LIBS='-ludev'
  1255. USE_NLS='yes'
  1256. VERSION='0.0.1'
  1257. WAYLAND_CFLAGS=''
  1258. WAYLAND_LIBS='-lwayland-client'
  1259. X11_CFLAGS=''
  1260. X11_LIBS='-lX11'
  1261. XGETTEXT='/usr/bin/xgettext'
  1262. XGETTEXT_015='/usr/bin/xgettext'
  1263. XGETTEXT_EXTRA_OPTIONS=''
  1264. XKBCOMMON_CFLAGS=''
  1265. XKBCOMMON_LIBS='-lxkbcommon'
  1266. XKBFILE_CFLAGS=''
  1267. XKBFILE_LIBS='-lxkbfile'
  1268. XML2_CFLAGS='-I/usr/include/libxml2'
  1269. XML2_LIBS='-lxml2'
  1270. XTST_CFLAGS=''
  1271. XTST_LIBS='-lXtst'
  1272. ac_ct_AR='ar'
  1273. ac_ct_CC='gcc'
  1274. ac_ct_CXX='gcc-7'
  1275. ac_ct_DUMPBIN=''
  1276. all-am: $(gsettings_SCHEMAS:.xml=.valid)
  1277. am__EXEEXT_FALSE=''
  1278. am__EXEEXT_TRUE='#'
  1279. am__fastdepCC_FALSE='#'
  1280. am__fastdepCC_TRUE=''
  1281. am__fastdepCXX_FALSE='#'
  1282. am__fastdepCXX_TRUE=''
  1283. am__include='include'
  1284. am__isrc=''
  1285. am__leading_dot='.'
  1286. am__nodep='_no'
  1287. am__quote=''
  1288. am__tar='$${TAR-tar} chof - "$$tardir"'
  1289. am__untar='$${TAR-tar} xf -'
  1290. ax_pthread_config=''
  1291. bindir='${exec_prefix}/bin'
  1292. build='x86_64-pc-linux-gnu'
  1293. build_alias=''
  1294. build_cpu='x86_64'
  1295. build_os='linux-gnu'
  1296. build_vendor='pc'
  1297. clean-gsettings-schemas:
  1298. datadir='${datarootdir}'
  1299. datarootdir='${prefix}/share'
  1300. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1301. dvidir='${docdir}'
  1302. endif'
  1303. exec_prefix='${prefix}'
  1304. gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
  1305. gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
  1306. host='x86_64-pc-linux-gnu'
  1307. host_alias=''
  1308. host_cpu='x86_64'
  1309. host_os='linux-gnu'
  1310. host_vendor='pc'
  1311. htmldir='${docdir}'
  1312. ifdef gsettings_ENUM_NAMESPACE
  1313. includedir='${prefix}/include'
  1314. infodir='${datarootdir}/info'
  1315. install-data-am: install-gsettings-schemas
  1316. install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
  1317. install_sh='${SHELL} /home/boo/onboard/onboardosk/build/install-sh'
  1318. intltool__v_merge_options_0='-q'
  1319. intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))'
  1320. libdir='${exec_prefix}/lib'
  1321. libexecdir='${exec_prefix}/libexec'
  1322. localedir='${datarootdir}/locale'
  1323. localstatedir='${prefix}/var'
  1324. mandir='${datarootdir}/man'
  1325. mkdir_p='$(MKDIR_P)'
  1326. mostlyclean-am: clean-gsettings-schemas
  1327. oldincludedir='/usr/include'
  1328. pdfdir='${docdir}'
  1329. prefix='/usr/local'
  1330. program_transform_name='s,x,x,'
  1331. psdir='${docdir}'
  1332. runstatedir='${localstatedir}/run'
  1333. sbindir='${exec_prefix}/sbin'
  1334. sharedstatedir='${prefix}/com'
  1335. sysconfdir='${prefix}/etc'
  1336. target_alias=''
  1337. uninstall-am: uninstall-gsettings-schemas
  1338. uninstall-gsettings-schemas:
  1339.  
  1340. ## ----------- ##
  1341. ## confdefs.h. ##
  1342. ## ----------- ##
  1343.  
  1344. /* confdefs.h */
  1345. #define PACKAGE_NAME "OnboardOSK"
  1346. #define PACKAGE_TARNAME "onboardosk"
  1347. #define PACKAGE_VERSION "0.0.1"
  1348. #define PACKAGE_STRING "OnboardOSK 0.0.1"
  1349. #define PACKAGE_BUGREPORT "SendBugsHere@example.com"
  1350. #define PACKAGE_URL ""
  1351. #define HAVE_PTHREAD_PRIO_INHERIT 1
  1352. #define GETTEXT_PACKAGE "onboardosk"
  1353. #define ENABLE_NLS 1
  1354. #define HAVE_GETTEXT 1
  1355. #define HAVE_DCGETTEXT 1
  1356. #define PACKAGE "onboardosk"
  1357. #define VERSION "0.0.1"
  1358. #define STDC_HEADERS 1
  1359. #define HAVE_SYS_TYPES_H 1
  1360. #define HAVE_SYS_STAT_H 1
  1361. #define HAVE_STDLIB_H 1
  1362. #define HAVE_STRING_H 1
  1363. #define HAVE_MEMORY_H 1
  1364. #define HAVE_STRINGS_H 1
  1365. #define HAVE_INTTYPES_H 1
  1366. #define HAVE_STDINT_H 1
  1367. #define HAVE_UNISTD_H 1
  1368. #define HAVE_DLFCN_H 1
  1369. #define LT_OBJDIR ".libs/"
  1370.  
  1371. configure: exit 0
  1372.  
  1373. ## ---------------------- ##
  1374. ## Running config.status. ##
  1375. ## ---------------------- ##
  1376.  
  1377. This file was extended by OnboardOSK config.status 0.0.1, which was
  1378. generated by GNU Autoconf 2.69. Invocation command line was
  1379.  
  1380. CONFIG_FILES =
  1381. CONFIG_HEADERS =
  1382. CONFIG_LINKS =
  1383. CONFIG_COMMANDS =
  1384. $ ./config.status
  1385.  
  1386. on boo-VirtualBox
  1387.  
  1388. config.status:1405: creating Makefile
  1389. config.status:1405: creating po/Makefile.in
  1390. config.status:1405: creating src/Makefile
  1391. config.status:1405: creating src/libcommon/Makefile
  1392. config.status:1405: creating src/liblm/Makefile
  1393. config.status:1405: creating src/liblm/tests/Makefile
  1394. config.status:1405: creating src/libonboardosk/Makefile
  1395. config.status:1405: creating src/libonboardosk/tests/Makefile
  1396. config.status:1405: creating src/onboard-gnome-shell/Makefile
  1397. config.status:1405: creating src/onboard-gnome-shell/OnboardOSK@onboardosk.org/Makefile
  1398. config.status:1405: creating src/onboard-gtk/Makefile
  1399. config.status:1405: creating layouts/Makefile
  1400. config.status:1405: creating themes/Makefile
  1401. config.status:1405: creating models/Makefile
  1402. config.status:1405: creating emojione/Makefile
  1403. config.status:1405: creating data/Makefile
  1404. config.status:1405: creating data/icons/Makefile
  1405. config.status:1405: creating data/sounds/Makefile
  1406. config.status:1405: creating project_config.h
  1407. config.status:1586: project_config.h is unchanged
  1408. config.status:1634: executing po-directories commands
  1409. config.status:1634: executing depfiles commands
  1410. config.status:1634: executing libtool commands
  1411. config.status:1634: executing po/stamp-it commands
  1412.  
  1413. ## ---------------------- ##
  1414. ## Running config.status. ##
  1415. ## ---------------------- ##
  1416.  
  1417. This file was extended by OnboardOSK config.status 0.0.1, which was
  1418. generated by GNU Autoconf 2.69. Invocation command line was
  1419.  
  1420. CONFIG_FILES =
  1421. CONFIG_HEADERS =
  1422. CONFIG_LINKS =
  1423. CONFIG_COMMANDS =
  1424. $ ./config.status project_config.h
  1425.  
  1426. on boo-VirtualBox
  1427.  
  1428. config.status:1405: creating project_config.h
  1429. config.status:1586: project_config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement