Advertisement
Guest User

Untitled

a guest
Jan 20th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. $ make
  2. g++ -g -DDATADIR=\"/usr/share/sdl2-opengles-test/\" -o sdl2_opengles1_test main_glesv1.cpp common.cpp -D_REENTRANT -I/usr/include/SDL2 -Wl,-rpath,/usr/lib -lSDL2 -lpthread -lGLESv1_CM
  3. /usr/lib/libwayland-egl.so.1: undefined reference to `wl_resource_post_error'
  4. /usr/lib/libwayland-egl.so.1: undefined reference to `wl_resource_destroy'
  5. /usr/lib/libwayland-egl.so.1: undefined reference to `wl_client_add_resource'
  6. /usr/lib/libwayland-egl.so.1: undefined reference to `wl_display_add_global'
  7. /usr/lib/libwayland-egl.so.1: undefined reference to `wl_client_add_object'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement