
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 ... TIA -- Serge

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
participants (2)
-
Rene Rivera
-
Serge Skorokhodov