« Return to Thread: Help me decode this error message

Re: Help me decode this error message

by Steven Watanabe-4 :: Rate this Message:

Reply to Author | View in Thread

AMDG

Anthony Foglia wrote:

>     Here's an error I'm getting from bjam -a :
>
> --- begin error ---
>
> <snip>
>
> ---- end error ----
>
> which is almost the platonic ideal of unhelpful.  Here's my Jamroot:
>
> <snip>
>
> rule sysdefs-boost-lib-deps ( lib-name-root : properties * )
> {
> #    echo "lib-name-root: " $(lib-name-root) ;
> #    echo "properties: " $(properties) ;
>    local name = $(lib-name-root)-$(sysdefs-boost-compiler-extension) ;

sysdefs-boost-compiler-extension doesn't seem to be defined anywhere?

In Christ,
Steven Watanabe

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: Help me decode this error message