Boost logo

Boost Users :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-07-31 09:28:37


Serge Skorokhodov wrote:
> Hi,
>
> The version of bjam from cvs fails to build for vc7 due to the
> file 'execunix.c: file unistd.h not found'.
>
> It is now:
> ...
> #if defined(sun) || defined(__sun)
> #include <wait.h>
> #endif
> ...
>
> but it used to be:
> ...
> #if defined(sun) || defined(__sun)
> #include <unistd.h> /* need to include unistd.h on sun for the
> vfork prototype*/
> #include <wait.h>
> #endif
> ...

Yea I know :-(

It was a change to try and remove a warning in MacOSX. I'll figure out a
fix soon.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

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