On Friday 01 May 2015 20:05:51 Light, John J wrote: > The only problem at this point is that Jenkins reports that it fails to > build on Arduino because of an include file problem, which I suspect > someone with an Arduino environment could find a fix in five minutes. No > change was made to Arduino code.
[From info in another email: the include is unistd.h]. There is no unistd.h on Arduino, as unistd.h is a POSIX header and Arduino does not claim POSIX compatibility. Can you check what definitions you needed from unistd.h? We'll need to find which header they come from in Arduino, if they exist at all. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
