[Dbus-cxx-devel] OS X support
Status: Beta
Brought to you by:
rvinyard
From: Tyler C. <tc...@ta...> - 2010-01-08 02:18:18
|
I'm thinking about adding OS X support for this project. The immediate issue I run into when compiling is the use of timer_t. OS X doesn't support the TMR option of POSIX. One of the options would be to use the asio library from boost. Does anyone have any thoughts on this matter. It would probably mean not using signals but rather a separate thread to handle timers. |