Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-09-23 05:24:12


Hi Tino,

> // FILE: Jamfile
> # nothing works, :( .. could not find the
> boost header
> # nothing works..
> exe hello : hello.cpp ;
> #exe hello1 : hello.cpp : <include>boost ;

To begin with, try:

  exe hello : hello.cpp : <include>FULL_PATH_TO_BOOST ;

If that builds, we can go on to solve you problem with project constant.

If not, tell me what specific problem you have? Are boost headers not found?
Or you get an error from Boost.Build? Or something else?

- Volodya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net