espindulajamenson

wxWidgets requires WebKitGTK to build wxWebView

Jan 16th, 2026
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.81 KB | Software | 0 0
  1. checking build system type... x86_64-pc-linux-gnu
  2. checking host system type... x86_64-pc-linux-gnu
  3. checking for toolkit... gtk
  4. checking for gcc... gcc
  5. checking whether the C compiler works... yes
  6. checking for C compiler default output file name... a.out
  7. checking for suffix of executables...
  8. checking whether we are cross compiling... no
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C compiler... yes
  11. checking whether gcc accepts -g... yes
  12. checking for gcc option to accept ISO C89... none needed
  13. checking whether we are using the Intel C compiler... no
  14. checking how to run the C preprocessor... gcc -E
  15. checking for grep that handles long lines and -e... /usr/bin/grep
  16. checking for egrep... /usr/bin/grep -E
  17. checking whether gcc needs -traditional... no
  18. checking for g++... g++
  19. checking whether we are using the GNU C++ compiler... yes
  20. checking whether g++ accepts -g... yes
  21. checking whether we are using the Intel C++ compiler... no
  22. checking whether we are using the Sun C++ compiler... no
  23. checking for ar... ar
  24. checking for ANSI C header files... yes
  25. checking for sys/types.h... yes
  26. checking for sys/stat.h... yes
  27. checking for stdlib.h... yes
  28. checking for string.h... yes
  29. checking for memory.h... yes
  30. checking for strings.h... yes
  31. checking for inttypes.h... yes
  32. checking for stdint.h... yes
  33. checking for unistd.h... yes
  34. checking for langinfo.h... yes
  35. checking for wchar.h... yes
  36. checking for sys/select.h... yes
  37. checking for cxxabi.h... yes
  38. checking for an ANSI C-conforming const... yes
  39. checking for inline... inline
  40. checking size of short... 2
  41. checking size of void *... 8
  42. checking size of int... 4
  43. checking size of long... 8
  44. checking size of size_t... 8
  45. checking size of long long... 8
  46. checking size of wchar_t... 4
  47. checking for va_copy... yes
  48. checking for _FILE_OFFSET_BITS value needed for large files... 64
  49. checking if large file support is available... yes
  50. checking for _LARGEFILE_SOURCE value needed for large files... no
  51. checking whether byte ordering is bigendian... no
  52. checking for std::wstring in <string>... yes
  53. checking for std::istream... yes
  54. checking for std::ostream... yes
  55. checking for type_traits... yes
  56. checking for __sync_xxx_and_fetch builtins... yes
  57. checking for libraries directories... /usr/lib
  58. checking for cos... no
  59. checking for floor... no
  60. checking if floating point functions link without -lm... no
  61. checking for sin... yes
  62. checking for ceil... yes
  63. checking if floating point functions link with -lm... yes
  64. checking for strtoull... yes
  65. checking for pkg-config... /usr/bin/pkg-config
  66. checking pkg-config is at least version 0.9.0... yes
  67. checking for LIBPCRE... yes
  68. checking for zlib.h >= 1.1.4... yes
  69. checking for zlib.h... (cached) yes
  70. checking for deflate in -lz... yes
  71. checking for png.h > 0.90... yes
  72. checking for png.h... (cached) yes
  73. checking for png_sig_cmp in -lpng... yes
  74. checking for jpeglib.h... yes
  75. checking for jpeg_read_header in -ljpeg... yes
  76. checking for jbg_dec_init in -ljbig... no
  77. checking for LIBTIFF... yes
  78. checking for expat.h... yes
  79. checking if expat.h is valid C++ header... yes
  80. checking for XML_ParserCreate in -lexpat... yes
  81. checking for LIBCURL... yes
  82. checking for GTK+ version...
  83. checking for pkg-config... (cached) /usr/bin/pkg-config
  84. checking pkg-config is at least version 0.16... yes
  85. checking for GTK+ - version >= 3.0.0... yes (version 3.24.50)
  86. checking for GDK Wayland backend... yes
  87. checking for X11/Xlib.h... yes
  88. checking for X11/XKBlib.h... yes
  89. checking for pkg-config... (cached) /usr/bin/pkg-config
  90. checking for Xxf86vm... yes
  91. checking for X11/extensions/xf86vmode.h... yes
  92. checking for pkg-config... (cached) /usr/bin/pkg-config
  93. checking for SM... yes
  94. checking for OpenGL headers... found in /usr/include
  95. checking for GL/gl.h... yes
  96. checking for GL/glu.h... yes
  97. checking for pkg-config... (cached) /usr/bin/pkg-config
  98. checking for GL... yes
  99. checking for pkg-config... (cached) /usr/bin/pkg-config
  100. checking for GLU... yes
  101. checking for EGL... yes
  102. checking for WAYLAND_EGL... yes
  103. checking if the linker accepts --version-script... yes
  104. checking if using multiple ELF symbol versions is supported... yes
  105. checking for symbols visibility support... yes
  106. checking for broken libstdc++ visibility... no
  107. checking for ssize_t... yes
  108. checking if size_t is unsigned int... no
  109. checking if size_t is unsigned long... yes
  110. checking if wchar_t is separate type... yes
  111. checking for pw_gecos in struct passwd... yes
  112. checking for wcslen... yes
  113. checking for wcsftime... yes
  114. checking for strnlen... yes
  115. checking for wcsdup... yes
  116. checking for wcsnlen... yes
  117. checking for wcscasecmp... yes
  118. checking for wcsncasecmp... yes
  119. checking for mbstate_t... yes
  120. checking for wcsrtombs... yes
  121. checking for snprintf... yes
  122. checking for vsnprintf... yes
  123. checking for vsscanf... yes
  124. checking if vsnprintf declaration is broken... no
  125. checking if snprintf supports positional arguments... yes
  126. checking if vsscanf() declaration is broken... no
  127. checking for putws... no
  128. checking for fputws... yes
  129. checking for wprintf... yes
  130. checking for vswprintf... yes
  131. checking for vswscanf... yes
  132. checking for _vsnwprintf... no
  133. checking for fsync... yes
  134. checking for round... yes
  135. checking for iconv... yes
  136. checking if iconv needs const... no
  137. checking for sigaction... yes
  138. checking for sa_handler type... int
  139. checking for backtrace()... yes
  140. checking for library containing backtrace... none required
  141. checking for __cxa_demangle() in <cxxabi.h>... yes
  142. checking for mkstemp... yes
  143. checking for statfs... yes
  144. checking for statfs declaration... yes
  145. checking for fcntl... yes
  146. checking for setenv... yes
  147. checking for unsetenv... yes
  148. checking for nanosleep... yes
  149. checking for uname... yes
  150. checking for strtok_r... yes
  151. checking for inet_addr... yes
  152. checking for inet_aton... yes
  153. checking for fdopen... yes
  154. checking for sysconf... yes
  155. checking for getpwuid_r... yes
  156. checking for getgrgid_r... yes
  157. checking whether pthreads work with -pthread... yes
  158. checking if more special flags are required for pthreads... no
  159. checking for pthread_setconcurrency... yes
  160. checking for pthread_cleanup_push/pop... yes
  161. checking for sched.h... yes
  162. checking for sched_yield... yes
  163. checking for pthread_attr_getschedpolicy... yes
  164. checking for pthread_attr_setschedparam... yes
  165. checking for sched_get_priority_max... yes
  166. checking for pthread_cancel... yes
  167. checking for pthread_mutex_timedlock... yes
  168. checking for pthread_attr_setstacksize... yes
  169. checking for pthread_mutexattr_t... yes
  170. checking for pthread_mutexattr_settype declaration... yes
  171. checking for abi::__forced_unwind() in <cxxabi.h>... yes
  172. checking for localtime_r... yes
  173. checking for gmtime_r... yes
  174. checking how many arguments gethostbyname_r() takes... six
  175. checking how many arguments getservbyname_r() takes... six
  176. checking for dlopen... yes
  177. checking for dladdr... yes
  178. checking whether inotify is usable... yes
  179. checking for XKBCOMMON... yes
  180. checking for LIBSECRET... yes
  181. checking for GSPELL... configure: WARNING: gspell-1 not found, spell checking in wxTextCtrl won't be available
  182. checking for SNDCTL_DSP_SPEED in sys/soundcard.h... yes
  183. checking for GTKPRINT... yes
  184. checking for LIBNOTIFY... yes
  185. checking xlocale.h usability... no
  186. checking xlocale.h presence... no
  187. checking for xlocale.h... no
  188. checking for locale_t... yes
  189. checking for sys/epoll.h... yes
  190. checking for gettimeofday... yes
  191. checking whether gettimeofday takes two arguments... yes
  192. checking for timezone variable in <time.h>... timezone
  193. checking for localtime... yes
  194. checking for tm_gmtoff in struct tm... yes
  195. checking for _NL_TIME_FIRST_WEEKDAY in langinfo.h... yes
  196. checking for setpriority... yes
  197. checking for socket... yes
  198. checking what is the type of the third argument of getsockname... socklen_t
  199. checking what is the type of the fifth argument of getsockopt... socklen_t
  200. checking whether we have sockaddr_in6... yes
  201. checking for linux/joystick.h... yes
  202. checking for XTST... yes
  203. checking for PRIVATE_FONTS... yes
  204. checking for python... no
  205. checking for WEBKIT... configure: WARNING: webkit2gtk-4.1 not found, falling back to webkit2gtk-4.0
  206. checking for WEBKIT... configure: WARNING: webkit2gtk-4.0 not found, falling back to webkitgtk
  207. checking for WEBKIT... configure: WARNING: webkitgtk not found.
  208. configure: WARNING: WebKit not available, disabling wxWebView
  209. checking for CAIRO... yes
  210. checking for cairo_push_group... yes
  211. checking for GST... yes
  212. checking CXXWARNINGS for gcc -Woverloaded-virtual... -Woverloaded-virtual
  213. checking for a BSD-compatible install... /usr/bin/install -c
  214. checking for ranlib... ranlib
  215. checking whether ln -s works... yes
  216. checking whether make sets $(MAKE)... yes
  217. checking for ar... (cached) ar
  218. checking for strip... strip
  219. checking for nm... nm
  220. checking if make is GNU make... yes
  221. checking for dependency tracking method... gcc
  222. checking whether make sets $(MAKE)... (cached) yes
  223. checking whether catch.hpp file exists... yes
  224. configure: creating ./config.status
  225. config.status: creating lib/wx/config/gtk3-unicode-3.2
  226. config.status: creating lib/wx/config/inplace-gtk3-unicode-3.2
  227. config.status: creating utils/ifacecheck/rungccxml.sh
  228. config.status: creating version-script
  229. config.status: creating Makefile
  230. config.status: creating samples/html/Makefile
  231. config.status: creating samples/opengl/Makefile
  232. config.status: creating samples/xrc/Makefile
  233. config.status: creating samples/wrapsizer/Makefile
  234. config.status: creating samples/wizard/Makefile
  235. config.status: creating samples/widgets/Makefile
  236. config.status: creating samples/webrequest/Makefile
  237. config.status: creating samples/vscroll/Makefile
  238. config.status: creating samples/validate/Makefile
  239. config.status: creating samples/uiaction/Makefile
  240. config.status: creating samples/typetest/Makefile
  241. config.status: creating samples/treelist/Makefile
  242. config.status: creating samples/treectrl/Makefile
  243. config.status: creating samples/toolbar/Makefile
  244. config.status: creating samples/thread/Makefile
  245. config.status: creating samples/text/Makefile
  246. config.status: creating samples/taskbar/Makefile
  247. config.status: creating samples/taborder/Makefile
  248. config.status: creating samples/svg/Makefile
  249. config.status: creating samples/stc/Makefile
  250. config.status: creating samples/statbar/Makefile
  251. config.status: creating samples/splitter/Makefile
  252. config.status: creating samples/splash/Makefile
  253. config.status: creating samples/sound/Makefile
  254. config.status: creating samples/sockets/Makefile
  255. config.status: creating samples/shaped/Makefile
  256. config.status: creating samples/secretstore/Makefile
  257. config.status: creating samples/scroll/Makefile
  258. config.status: creating samples/sashtest/Makefile
  259. config.status: creating samples/richtext/Makefile
  260. config.status: creating samples/ribbon/Makefile
  261. config.status: creating samples/render/Makefile
  262. config.status: creating samples/propgrid/Makefile
  263. config.status: creating samples/printing/Makefile
  264. config.status: creating samples/preferences/Makefile
  265. config.status: creating samples/power/Makefile
  266. config.status: creating samples/popup/Makefile
  267. config.status: creating samples/opengl/pyramid/Makefile
  268. config.status: creating samples/opengl/penguin/Makefile
  269. config.status: creating samples/opengl/isosurf/Makefile
  270. config.status: creating samples/opengl/cube/Makefile
  271. config.status: creating samples/notebook/Makefile
  272. config.status: creating samples/minimal/Makefile
  273. config.status: creating samples/menu/Makefile
  274. config.status: creating samples/mediaplayer/Makefile
  275. config.status: creating samples/mdi/Makefile
  276. config.status: creating samples/listctrl/Makefile
  277. config.status: creating samples/layout/Makefile
  278. config.status: creating samples/keyboard/Makefile
  279. config.status: creating samples/joytest/Makefile
  280. config.status: creating samples/ipc/Makefile
  281. config.status: creating samples/internat/Makefile
  282. config.status: creating samples/image/Makefile
  283. config.status: creating samples/html/zip/Makefile
  284. config.status: creating samples/html/widget/Makefile
  285. config.status: creating samples/html/virtual/Makefile
  286. config.status: creating samples/html/test/Makefile
  287. config.status: creating samples/html/printing/Makefile
  288. config.status: creating samples/html/helpview/Makefile
  289. config.status: creating samples/html/help/Makefile
  290. config.status: creating samples/html/about/Makefile
  291. config.status: creating samples/htlbox/Makefile
  292. config.status: creating samples/help/Makefile
  293. config.status: creating samples/grid/Makefile
  294. config.status: creating samples/fswatcher/Makefile
  295. config.status: creating samples/font/Makefile
  296. config.status: creating samples/exec/Makefile
  297. config.status: creating samples/except/Makefile
  298. config.status: creating samples/event/Makefile
  299. config.status: creating samples/erase/Makefile
  300. config.status: creating samples/drawing/Makefile
  301. config.status: creating samples/dragimag/Makefile
  302. config.status: creating samples/docview/Makefile
  303. config.status: creating samples/dnd/Makefile
  304. config.status: creating samples/display/Makefile
  305. config.status: creating samples/dialup/Makefile
  306. config.status: creating samples/dialogs/Makefile
  307. config.status: creating samples/debugrpt/Makefile
  308. config.status: creating samples/dataview/Makefile
  309. config.status: creating samples/console/Makefile
  310. config.status: creating samples/config/Makefile
  311. config.status: creating samples/combo/Makefile
  312. config.status: creating samples/collpane/Makefile
  313. config.status: creating samples/clipboard/Makefile
  314. config.status: creating samples/caret/Makefile
  315. config.status: creating samples/calendar/Makefile
  316. config.status: creating samples/aui/Makefile
  317. config.status: creating samples/artprov/Makefile
  318. config.status: creating samples/archive/Makefile
  319. config.status: creating samples/animate/Makefile
  320. config.status: creating samples/Makefile
  321. config.status: creating demos/poem/Makefile
  322. config.status: creating demos/life/Makefile
  323. config.status: creating demos/fractal/Makefile
  324. config.status: creating demos/Makefile
  325. config.status: creating demos/bombs/Makefile
  326. config.status: creating demos/forty/Makefile
  327. config.status: creating utils/helpview/Makefile
  328. config.status: creating utils/helpview/src/Makefile
  329. config.status: creating utils/hhp2cached/Makefile
  330. config.status: creating utils/ifacecheck/src/Makefile
  331. config.status: creating utils/emulator/Makefile
  332. config.status: creating utils/emulator/src/Makefile
  333. config.status: creating utils/wxrc/Makefile
  334. config.status: creating utils/screenshotgen/Makefile
  335. config.status: creating utils/screenshotgen/src/Makefile
  336. config.status: creating utils/Makefile
  337. config.status: creating utils/execmon/Makefile
  338. config.status: creating tests/Makefile
  339. config.status: creating tests/benchmarks/Makefile
  340. config.status: creating lib/wx/include/gtk3-unicode-3.2/wx/setup.h
  341. config.status: lib/wx/include/gtk3-unicode-3.2/wx/setup.h is unchanged
  342. config.status: executing wx-config commands
  343.  
  344. Configured wxWidgets 3.2.9 for `x86_64-pc-linux-gnu'
  345.  
  346. Which GUI toolkit should wxWidgets use? GTK+ 3 with support for GTK+ printing libnotify
  347. Should wxWidgets be compiled into single library? no
  348. Should wxWidgets be linked as a shared library? yes
  349. Should wxWidgets support Unicode? yes (using wchar_t)
  350. What level of wxWidgets compatibility should be enabled?
  351. wxWidgets 2.8 no
  352. wxWidgets 3.0 yes
  353. Which libraries should wxWidgets use?
  354. STL no
  355. jpeg sys
  356. png sys
  357. regex sys
  358. tiff sys
  359. lzma no
  360. zlib sys
  361. expat sys
  362. libmspack no
  363. sdl no
  364.  
Advertisement
Add Comment
Please, Sign In to add comment