right, I just got a note from dgk about this on ubuntu the iffe generated file has #define foo <bar-linux-huh> but gcc also has #define linux 1 so foo expands to <bar-1-huh> I reposted the INIT tarball with iffe fixed to generate "bar-1-huh" instead
On Wed, Oct 30, 2013 at 3:55 PM, Giovanni Rapagnani <[email protected]>wrote: > Hello, > the build fails, there is this error which appears only one time: > /ast_socket.h:12:55: fatal error: x86_64-1-gnu/sys/socket.h: No such > file or directory > > The complete build log is in attachment. > Thank you for spending time on this. > > > On 30/10/13 16:49, Glenn Fowler wrote: > > thanks > > the problem is in "nxt" op in iffe which deals with header intercepts > > among other things the intercepts enforce consistent EINTR behavior > > across all intercepted calls > > > > grab INIT.2013-10-30.tgz from gsf.cococlyde.org/download/ > > <http://gsf.cococlyde.org/download/> > > > > > > On Wed, Oct 30, 2013 at 4:11 AM, Giovanni Rapagnani <[email protected] > > <mailto:[email protected]>> wrote: > > > > On 30/10/13 05:49, Glenn Fowler wrote: > > > what is the definition of _nxt_sys_socket in > > > $INSTALLROOT/src/lib/libast/ast_socket.h > > > > In the build that failed,_nxt_sys_socket is not defined. In the build > > that succeeded, it is defined like this: > > > > #define _nxt_sys_socket <../include/sys/socket.h> /* include path for > > the native <sys/socket.h> */ > > -- > Giovanni Rapagnani >
_______________________________________________ ast-developers mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-developers
