On Fri, May 24, 2013 at 12:53:16PM -0500, Steve M. Robbins wrote: > > > > PionScheduler.cpp:105:40: error: expected unqualified-id before numeric > > > > constant > > The code: > > boost::xtime_get(&wakeup_time, boost::TIME_UTC); > > > > According to https://bugzilla.redhat.com/show_bug.cgi?id=825039 it's a > > problem in boost which is fixed in boost 1.50 by renaming the enum to > > boost::TIME_UTC_. > > Note this renaming has been backported and fixed in Debian's boost 1.49.0-4, > which > is what was used for the rebuild. So there is some other issue at play, here. But renaming the symbol in boost headers is not enough, you need to use the new name in the source.
-- WBR, wRAR
signature.asc
Description: Digital signature

