Robotics StackExchange | Archived questions

gazebo 3.0 problem

I'm using Gazebo on OS X Yosemite, and I got these warnings while compiling my plugins. Is there anything I can do to fix these?

/usr/local/include/boost/interprocess/sync/posix/semaphore_wrapper.hpp:131:14: warning: 'sem_init' is deprecated [-Wdeprecated-declarations]
   int ret = sem_init(handle, 1, initialCount);
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/sys/semaphore.h:55:5: note: 'sem_init' has been explicitly marked deprecated here
   int sem_init(sem_t *, int, unsigned int) __deprecated;

Asked by z.xing on 2014-10-27 22:08:02 UTC

Comments

Answers

For pure gazebo question like yours, answers.gazebosim.org is the right community for questions where you can get better responses.

Asked by 130s on 2014-10-27 23:21:29 UTC

Comments