Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. [ 43%] Building CXX object media_plugins/webkit/CMakeFiles/media_plugin_webkit.dir/media_plugin_webkit.o
  2. cd /media/Storage/src/linden/viewer-development/build/media_plugins/webkit && /usr/bin/c++ -Dmedia_plugin_webkit_EXPORTS -D_FORTIFY_SOURCE=2 -DLL_LINUX=1 -D_REENTRANT -DAPPID=secondlife -DLL_IGNORE_SIGCHLD -DLL_STANDALONE=1 -DLL_COMMON_LINK_SHARED=1 -DLL_SDL=1 -DLL_GTK=1 -DLL_X11=1 -DLL_PULSEAUDIO_ENABLED=1 -Wall -Wno-sign-compare -Wno-trigraphs -Werror -Wno-reorder -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-deprecated -m64 -DLL_RELEASE=1 -D_SECURE_SCL=0 -DLL_SEND_CRASH_REPORTS=0 -DNDEBUG -DLL_RELEASE_WITH_DEBUG_INFO=1 -fPIC -I/usr/include/SDL -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/media/Storage/src/linden/viewer-development/indra/llplugin -I/media/Storage/src/linden/viewer-development/indra/media_plugins/base -I/media/Storage/src/linden/viewer-development/indra/llcommon -I/usr/include/apr-1.0 -I/media/Storage/src/linden/viewer-development/indra/llmath -I/media/Storage/src/linden/viewer-development/indra/llimage -I/media/Storage/src/linden/viewer-development/indra/llrender -I/media/Storage/src/linden/viewer-development/indra/llwindow -Wno-parentheses -fexceptions -fno-math-errno -fno-strict-aliasing -fsigned-char -g -pthread -fvisibility=hidden -ULL_USE_TCMALLOC -fPIC -o CMakeFiles/media_plugin_webkit.dir/media_plugin_webkit.o -c /media/Storage/src/linden/viewer-development/indra/media_plugins/webkit/media_plugin_webkit.cpp
  3. /media/Storage/src/linden/viewer-development/indra/media_plugins/webkit/media_plugin_webkit.cpp: In member function ‘bool MediaPluginWebKit::initBrowserWindow()’:
  4. /media/Storage/src/linden/viewer-development/indra/media_plugins/webkit/media_plugin_webkit.cpp:307: error: no matching function for call to ‘LLQtWebKit::createBrowserWindow(int&, int&, std::string&)’
  5. /usr/include/llqtwebkit.h:294: note: candidates are: int LLQtWebKit::createBrowserWindow(int, int)
  6. /media/Storage/src/linden/viewer-development/indra/media_plugins/webkit/media_plugin_webkit.cpp: In member function ‘virtual void MediaPluginWebKit::receiveMessage(const char*)’:
  7. /media/Storage/src/linden/viewer-development/indra/media_plugins/webkit/media_plugin_webkit.cpp:1206: error: ‘class LLQtWebKit’ has no member named ‘proxyWindowOpened’
  8. /media/Storage/src/linden/viewer-development/indra/media_plugins/webkit/media_plugin_webkit.cpp:1211: error: ‘class LLQtWebKit’ has no member named ‘proxyWindowClosed’
  9. make[2]: *** [media_plugins/webkit/CMakeFiles/media_plugin_webkit.dir/media_plugin_webkit.o] Error 1
  10. make[2]: Leaving directory `/media/Storage/src/linden/viewer-development/build'
  11. make[1]: *** [media_plugins/webkit/CMakeFiles/media_plugin_webkit.dir/all] Error 2
  12. make[1]: Leaving directory `/media/Storage/src/linden/viewer-development/build'
  13. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement