thanks,
below output from commands: $uname -a HP-UX stratus B.11.23 U ia64 0613010540 unlimited-user license $wc /usr/include/machine/sys/inline.h 299 891 9511 /usr/include/machine/sys/inline.h $egrep '^(#[ie]|[[:space:]]*/?\*)' /usr/include/machine/sys/inline.h #ifndef _MACHINE_INLINE_INCLUDED /* allow multiple inclusions */ /* * (c) Copyright 2000 by Hewlett-Packard Company. All rights reserved. * * Some of the names of the types and constants that represent completers * and machine registers are based on what is documented in Intel (R) * Corporation's "The Itanium Architecture Software Developer's Manual". */ #endif /* _MACHINE_INLINE_INCLUDED */ Glenn Fowler <[EMAIL PROTECTED]> napisaĆ(a) : > as long as the native cpp supports -I- you should be ok w.r.t. viewpathing > > what is output of the following: > > uname -a > wc /usr/include/machine/sys/inline.h > egrep '^(#[ie]|[[:space:]]*/?\*)' /usr/include/machine/sys/inline.h > > On Thu, 15 May 2008 10:50:10 CEST wrote: > > I'm trying to compile simple project on hp.ia64 > > I've setup ast base package and can run nmake but > > cpp shipped with ast has problems with parsing files > > I get following error: > > cpp: "/usr/include/machine/sys/inline.h", line 299: no matching #if for > #endif _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
