Boost logo

Boost Users :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-06-22 22:59:58


Sorry, I've been unavailable for a while.

"Ole Christian Weidner" <oweidner_at_[hidden]> wrote in message
news:26BF4208-C3A7-4F66-83D5-F1D9B8D2D177_at_cct.lsu.edu...
> Aloha,
>
> I have a strange problem when running the Boost Unit Test Framework
> on MacOS X (Intel). I'm using Boost 1.33.1 built from source with gcc
> 4.0.1 (Apple Computer, Inc. build 5367). Compiling and linking of my
> tests works fine with:
>
> /usr/bin/g++-4.0 -arch i386 -Wl,-all_load -L$BOOST_LOCATION -
> lboost_unit_test_framework ...
>
> but whenever I try to run my test application I get a not very
> meaningful error message (the same code works fine on Linux and
> Windows):
>
> [Session started at 2007-06-11 13:06:27 -0500.]
> SAGA C++ Conformance Tests
> Boost.Test internal framework error: unknown reason
>
> saga_test_suite_v2 has exited with status 200.
>
> The error seems to occur somewhere within the framework
> initialization - the entry point (test_suite * init_unit_test_suite
> (int argc, char* argv[])) is never reached. Any ideas how to track
> down the error? Are there any command line arguments to make the
> framework's output more verbose?

1. Can you provide a simplest example that fails?
2. Did you try to use boost/test/included/... variant of Boost.Test?
3. Can I get an access to the systems with your configuration?
4. Did you build the libs yourself?
5. Can you try static/dynamic variant?

Gennadiy


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net