$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Error when trying to build boost 1.38.0 with msvc 8.0
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2009-03-02 13:54:13
LPE wrote:
> I'm trying to build boost 1.38.0 on Windows, with MSVC 8.0 and bjam 3.1.17, and
> I get this error :
> 'C:\Documents' is not recognized as an internal or external command,
> operable program or batch file.
> ...skipped bin.v2\libs for lack of bin.v2...
Try building boost in a directory that's full path name doesn't include
any spaces. It could also be that bjam is located in such a path and is
having trouble.