Boost logo

Boost Users :

From: Serge Skorokhodov (serge.skorokhodov_at_[hidden])
Date: 2006-01-30 13:53:19


Hi,
>
> All # include calls have a unix like path description and not
> a common windows path like :
> c:\boost\include\algorith\string.hpp.

Normally I use *nix-like paths in VC and it works as it should.

> That seems to be a general problem with all #include calls in
> all boost *.hpp files.

> I have included the the path[c:\boost] and [c:\boost\include]
> to my VC++ INCLUDE Path.

I guess the problem is that it should be like
"c:\boost\include\boost_133" or something in order paths like

#include <boost/algorithm/string.hpp>

to be found. "\algorith\" in your example is a typo, isn't it?

-- 
Serge

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