Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8256: Wave tests fail to build on OSX+GCC
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-07 16:21:24
#8256: Wave tests fail to build on OSX+GCC
---------------------------------+------------------------------------------
Reporter: chris0@⦠| Owner: hkaiser
Type: Bugs | Status: new
Milestone: To Be Determined | Component: wave
Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------+------------------------------------------
Comment (by chris0@â¦):
Replying to [comment:1 hkaiser]:
> Could you attach a patch fixing the problem, please. I'd gladly apply it
to SVN.
Sorry, I donât have one.
Neither of the following worked for me:[[BR]]
if [ os.name ] != HPUX && [ os.name ] != darwin[[BR]]
if [ os.name ] != HPUX && [ os.name ] != posix[[BR]]
Which was why I ended up simply commenting out the line.
If I understand the ECHO command then os.name appears to be empty on
OSX.[[BR]]
In python 2.7.2 (the default on OSX 10.8.2) `os.name` returns 'posix' (not
very helpful) but `os.getenv("OSTYPE")` returns 'darwin'.
However, I donât understand boost.build well enough to know how to make
use of that info.[[BR]]
[And Iâd rather eat sand then waste more time trying to understand it.]
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8256#comment:2> 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:12 UTC