shadowm

Untitled

Mar 1st, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. /usr/bin/ccache clang++ -o build/release/gui/dialogs/game_cache_options.o -c -std=c++98 -pipe -march=native -pthread -W -Wall -Werror -Wno-unused-local-typedefs -Qunused-arguments -Wno-unknown-warning-option -O2 -O3 -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_CONFIG_H -D_X11 -I. -Isrc -I/usr/include -I/usr/include/SDL -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/libpng12 -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/fribidi src/gui/dialogs/game_cache_options.cpp
  2. In file included from src/gui/dialogs/game_cache_options.cpp:28:
  3. In file included from /usr/include/boost/bind.hpp:22:
  4. /usr/include/boost/bind/bind.hpp:69:22: error: type 'void (gui2::tgame_cache_options::*)()' cannot be used prior to '::' because it has no members
  5. typedef typename F::result_type type;
  6. ^
  7. /usr/include/boost/bind/bind_template.hpp:15:22: note: in instantiation of template class 'boost::_bi::result_traits<boost::_bi::unspecified, void (gui2::tgame_cache_options::*)()>' requested here
  8. typedef typename result_traits<R, F>::type result_type;
  9. ^
  10. src/gui/dialogs/game_cache_options.cpp:53:5: note: in instantiation of template class 'boost::_bi::bind_t<boost::_bi::unspecified, void (gui2::tgame_cache_options::*)(), boost::_bi::list2<boost::_bi::value<gui2::tgame_cache_options *>, boost::_bi::value<std::basic_string<char> > > >' requested here
  11. boost::bind(&tgame_cache_options::copy_to_clipboard_callback,
  12. ^
  13. 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment