|
Boost Testing : |
Subject: [Boost-testing] [MacOS] Testing Boost.Python on MacOS?
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-04-15 11:23:47
I'm trying to get regression testing running on a Mac. Everything
works well, except Boost.Python. Almost every test hangs on startup,
and then eventually times out.
Any ideas what I'm doing wrong?
--Beman
PS: My user-config.jam looks like this:
import toolset : using ;
using darwin ;
using python ;