[sldev] Building 1.19.1
Tony
anthonyrbundy at gmail.com
Mon Mar 10 16:40:49 PDT 2008
In lex_yy.cpp there is a section that has (line 26)
#ifdef __cplusplus
#include <stdlib.h>
#include <unistd.h>
All the other references to it were set only if LL_WINDOWS was not set
(usually something like LL_DARWIN or LL_SOLARIS or LL_LINUX)
the one in lex_yy.cpp, though didn't have any other #ifdef around it.
Mike Monkowski wrote:
> Tony wrote:
>> I have one error left, and that is regarding unistd.h.
>
> I looked at the code and you should not get unistd.h included when
> LL_WINDOWS is set. Are you sure it's set?
>
> Mike
>
More information about the SLDev
mailing list