Boost logo

Boost-Build :

From: peter_schoen1_web_de (Peter.Schoen1_at_[hidden])
Date: 2003-09-09 07:42:46


Hi,

I want/need to use fully qualified library names (including version
information) like:

lib libboost_unit_test_framework
:
: <name>/path/to/lib/libboost_unit_test_framework.so.1.32.0
:
: <include>boost/$(os-name)
<dll-path>/path/to/lib
;

But if I do this, I get this error:

/home/schoen/src/projects/meprosCpp/trunk/3rdparty/boostBuildV2/new/prebuilt.jam:33:
in object(prebuilt-file-generator)@1.run from module
object(prebuilt-file-generator)@1
error: Unknown type for prebuilt target libboost_unit_test_framework
in Jamfile<../../../../../../3rdparty>
/home/schoen/src/projects/meprosCpp/trunk/3rdparty/boostBuildV2/new/generators.jam:720:
in try-one-generator from module generators
/home/schoen/src/projects/meprosCpp/trunk/3rdparty/boostBuildV2/new/generators.jam:971:
in construct-without-caching from module generators
...

Any ideas what I could do to get it to compile?

This error does not occur with the generic library name without the
version string:
libboost_unit_test_framework.so

Very best wishes

-Peter-

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk