Skip to content

Instantly share code, notes, and snippets.

@mrvdb
Created September 19, 2017 09:42
Show Gist options
  • Select an option

  • Save mrvdb/2d1f3a947890408af1aba508ee182ce8 to your computer and use it in GitHub Desktop.

Select an option

Save mrvdb/2d1f3a947890408af1aba508ee182ce8 to your computer and use it in GitHub Desktop.
scons: Configure: Checking for C++ library boost_filesystem...
.sconf_temp/conftest_11.cpp <-
|
|
|
|int
|main() {
|
|return 0;
|}
|
compiling ==> .sconf_temp/conftest_11.cpp
linking Program ==> .sconf_temp/conftest_11
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkitgtk-3.0.so: undefined reference to `cairo_gl_surface_get_width'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkitgtk-3.0.so: undefined reference to `cairo_egl_device_create'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkitgtk-3.0.so: undefined reference to `cairo_glx_device_create'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkitgtk-3.0.so: undefined reference to `cairo_gl_surface_get_height'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkitgtk-3.0.so: undefined reference to `cairo_gl_device_set_thread_aware'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../lib/libwebkitgtk-3.0.so: undefined reference to `cairo_gl_surface_create_for_texture'
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment