|
From: <dan...@ya...> - 2003-02-17 21:53:19
|
> src/toast.c:320: invalid use of undefined type `struct stat' > src/toast.c:411: `S_IFREG' undeclared (first use in this function) < snip> > src/toast.c:509: `O_WRONLY' undeclared (first use in this function) > src/toast.c:509: `O_CREAT' undeclared (first use in this function) > src/toast.c:509: `O_EXCL' undeclared (first use in this function) These are all non-ANSI names. Did you compile with -ansi? Danny http://mobile.yahoo.com.au - Yahoo! Mobile - Exchange IMs with Messenger friends on your Telstra or Vodafone mobile phone. |