View Single Post

   
  #2 (permalink)  
Old 01-17-2008, 05:48 AM
Tammy L Morford
 
Posts: n/a
Default Re: sys/stat.h with Motif on HP-UX B10.20

santiago538 wrote:
: I'm trying to compile code that includes both sys/stat and Motif
: libraries, but the presence of the Motif includes (regardless of
: position) seems to prevent the stat.h from being included.

Do you have a small test case?
What -Ds and -Is are you using?

If you don't use -D_POSIX_SOURCE or -D_HPUX_SOURCE, you won't get anything
in <sys/stat.h>.

: but is there a reason for this, or a better workaround?

I need an example to duplicate.
Reply With Quote