Re: [Boost-users] Library Status
Hello,
I am trying to run some regression tests, and then create a status report following the documentation provided here:
http://www.boost.org/doc/libs/1_54_0/tools/regression/doc/library_status.htm...
I am using version Boost Version 1.53.0 on Suse 11 patch 1.
PETMRds32-2:~> cat /etc/*-release
LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-ia32:core-3.2-ia32:core-4.0-ia32"
SUSE Linux Enterprise Server 11 (i586)
VERSION = 11
PATCHLEVEL = 1
PETMRds32-2:~>
1. Start from your command line environment.
2. set the current directory to:../libs/<library name>/test
3. Invoke one of the following:
o ../../../tools/regression/src/library_test (*nix).
o ..\..\..\tools\regression\src\library_test (windows).
4. This will display short help message describing the how to set the command line arguments for the compilers and variants you want to appear in the final table.
5. Setting these arguments requires rudimentary knowledge of bjam usage. Hopefully, if you've arrived at this page you've gained the required knowledge during the installation and library build process.
6. Rerun the above command with the argument set accordingly.
7. When the command terminates, there should be a file named "library_status.html" in the current directory.
8. Display this file with any web browser.
The problem is when it calls library_status there is an error about a invalid bin directory. I would like to know what it is looking for?
-----Original Message-----
From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of boost-users-request@lists.boost.org
Sent: Wednesday, August 07, 2013 6:50 AM
To: boost-users@lists.boost.org
Subject: Boost-users Digest, Vol 3529, Issue 1
Send Boost-users mailing list submissions to
boost-users@lists.boost.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.boost.org/mailman/listinfo.cgi/boost-users
or, via email, send a message with subject or body 'help' to
boost-users-request@lists.boost.org
You can reach the person managing the list at
boost-users-owner@lists.boost.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Boost-users digest..."
Today's Topics:
1. Library Status (Malysa, Eric (GE Healthcare, consultant))
2. Re: [Coroutine] Unresolved externals with VC2012 (Szymon Gatner)
3. [proposal] are_same on type_traits (skypjack)
4. Re: Boost.Variant broke in 1.54? (Edward Diener)
5. Re: Library Status (Igor R)
6. [msm] exit points & favor compile time policy (Alexander Mingalev)
7. Re: cannot use boost asio 1.54 with visual studio 2008
(Antony Polukhin)
----------------------------------------------------------------------
Message: 1
Date: Tue, 6 Aug 2013 20:32:43 +0000
From: "Malysa, Eric (GE Healthcare, consultant)"
Malysa, Eric (GE Healthcare, consultant) wrote:
Hello,
I am trying to run some regression tests, and then create a status report following the documentation provided here: http://www.boost.org/doc/libs/1_54_0/tools/regression/doc/library_status.htm...
I am using version Boost Version 1.53.0 on Suse 11 patch 1.
PETMRds32-2:~> cat /etc/*-release LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-ia32:core-3.2-ia32:core-4.0-ia32" SUSE Linux Enterprise Server 11 (i586) VERSION = 11 PATCHLEVEL = 1 PETMRds32-2:~>
1. Start from your command line environment. 2. set the current directory to:../libs/<library name>/test 3. Invoke one of the following: o ../../../tools/regression/src/library_test (*nix). o ..\..\..\tools\regression\src\library_test (windows). 4. This will display short help message describing the how to set the command line arguments for the compilers and variants you want to appear in the final table. 5. Setting these arguments requires rudimentary knowledge of bjam usage. Hopefully, if you've arrived at this page you've gained the required knowledge during the installation and library build process. 6. Rerun the above command with the argument set accordingly. 7. When the command terminates, there should be a file named "library_status.html" in the current directory. 8. Display this file with any web browser. The problem is when it calls library_status there is an error about a invalid bin directory. I would like to know what it is looking for?
OK - you have to build library_status with bjam. Of hand I don't remember how to do that. I built it on my own machine a long time ago I made the script which invokes library_status. It turns out that some time ago I build my version of library_status and placed in the bin directory of my local machine. Obviously I should have included a comment in the script to that effect. So to use this, you have to build you own copy of library_status executable. It's a bjam one liner - but I forget the line. Then you tweak the script to point to the place where you've got the library_status executable. Hope that explains it. Robert Ramey
participants (2)
-
Malysa, Eric (GE Healthcare, consultant)
-
Robert Ramey