Boost logo

Boost-Build :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-06-24 15:57:55


Felipe Almeida wrote:
> Hi,
>
> I have a project like this:
>
> exe misvc : $(SOURCES).cpp $(BOOST_ROOT)//thread $(BOOST_ROOT)//serialization
>
> And it complains:
>
> error: Unable to find file or target named
> error: 'libs/serialization//serialization'
> error: referred from project at
> error: '/C:/development/mintercept/boost'
>
> But it works for thread.
> What am I doing wrong? I see that there's an alias in Jamfile.v2 of
> boost, so I guess it should work right?

In $(BOOST_ROOT)/Jamfile.v2, can you change:

@125,126@
-alias serialization : libs/serialization//serialization ;
-alias wserialization : libs/serialization//wserialization ;
+alias serialization : libs/serialization/build//boost_serialization ;
+alias wserialization : libs/serialization/build//boost_wserialization ;

and try again.

- Reece
_________________________________________________________________
Try Live.com: where your online world comes together - with news, sports, weather, and much more.
http://www.live.com/getstarted


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