|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-11 02:06:34
paulcesar wrote:
> Hello,
Hi,
>
> Im trying to compile a library (libtorrent.sourceforge.net).
> Everyone on the list seems to have it bjam fine, but no one can seem
> to diagnose (or replicate) this error. This is just confusing the
> heck out of me. Im not real good with the Boost.Build system, if
> anyone has any ideas, ill be happy to post more info (the actual jam
> files) if needed. I really appreciate the help.
>
> Richard
>
> ERROR:
>
> C:\libtorrentx\libtorrent>bjam libtorrent
> XXX
> C:/boost_1_31/tools/build/v2/build\targets.jam:639: in targets.find
> from mo
> targets
> error: Unable to resolve target-id libtorrent
This message means that either
1. The Jamfile in the current directory does not declare a target called
"libtorrent", or
2. The current directory has not Jamfile at all.
I've just checked out the library and see the following in Jamfile:
lib torrent
: ....
so it really looks like you're using the wrong target name. Try
bjam torrent
It works for me.
HTH,
Volodya
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