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
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
#endif ... but it used to be: ... #if defined(sun) || defined(__sun) #include
/* need to include unistd.h on sun for the vfork prototype*/ #include #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