
10 Mar
2012
10 Mar
'12
9:13 p.m.
Hello, In my own Jamfile targets, if I refer to Boost Thread as: alias thread : $(boost)//thread ; I get: error: No best alternative for boost_1_48_0/libs/thread/build/thread_sources next alternative: required properties: <threadapi>win32 <threading>multi not matched next alternative: required properties: <threadapi>pthread <threading>multi not matched I could do this instead: alias thread : $(boost)//thread/<threadapi>win32 ; But that clumsy, I'd be dispatching between POSIX and WIN32 configurations, which ideally should be done internally by Boost Thread's Jamfile. Is there a better way to refer to Boost Thread? Emil Dotchevski Reverge Studios, Inc. http://www.revergestudios.com/reblog/index.php?n=ReCode