-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player make error in Ubuntu 16.04 #90
Comments
Information like this warning "Boost.Signals is no longer being maintained and is
[ 14%] Building CXX object client_libs/libplayerc++/CMakeFiles/playerc++.dir/playerclient.o warning "Boost.Signals is no longer being maintained and is
In file included from /usr/include/pthread.h:24:0, |
i have same problems,when modify ''boost::xtime_get(&xt, boost::TIME_UTC);'' as''boost::xtime_get(&xt, boost::TIME_UTC_);'' it can go to 78% |
I make Player in Ubuntu 16.04, but it can not success.
what should I do?
The text was updated successfully, but these errors were encountered: