Re: OSX 10.9 compile expectations?
Colin Doncaster <colin.d...@...>
It looks like PathUtils.cpp needs unistd.h included.
toggle quoted message
Show quoted text
Looking at the source there’s: #if defined(__APPLE__) && !defined(__IPHONE__) #include <crt_externs.h> // _NSGetEnviron() #elif !defined(WINDOWS) #include <unistd.h> extern char **environ; #endif so I’m not too sure how one would want to rework those conditionals. Mavericks headers are closer to Linux now, there’s a few projects I’ve rebuilt now that require the __APPLE__ defines to compile. Cheers On Feb 8, 2014, at 6:14 PM, Rod Bogart <bog...@...> wrote:
|
|