Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /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
- In file included from src/gui/dialogs/game_cache_options.cpp:28:
- In file included from /usr/include/boost/bind.hpp:22:
- /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
- typedef typename F::result_type type;
- ^
- /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
- typedef typename result_traits<R, F>::type result_type;
- ^
- 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
- boost::bind(&tgame_cache_options::copy_to_clipboard_callback,
- ^
- 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment