[Boost-bugs] [Boost C++ Libraries] #7200: Unable to build boost.thread

Subject: [Boost-bugs] [Boost C++ Libraries] #7200: Unable to build boost.thread
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-07 02:08:28


#7200: Unable to build boost.thread
-------------------------------+--------------------------------------------
 Reporter: baldzar@… | Owner: anthonyw
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
  Version: Boost 1.51.0 | Severity: Problem
 Keywords: |
-------------------------------+--------------------------------------------
 building cmake modularized boost.thread from master, using xcode 4.4
 (apple llvm) fails on :
 /thread.cpp:27:10: fatal error:
       'libs/thread/src/pthread/timeconv.inl' file not found
 #include <libs/thread/src/pthread/timeconv.inl>

 Replacing the include with :
 #include "timeconv.inl"
 passes.

 I guess CMakeScript can not fix it, because there is no lib directory in
 include paths.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7200>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:10 UTC