Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: compilig error: storage size of `st' isn't known Mail-Copies-To: poster From: letters AT hotpop DOT com (Jari Aalto+mail.linux) Message-Id: <20040903073117.IIQQ21628.fep32-app.kolumbus.fi@W2KPICASSO.blue.sea> Date: Fri, 3 Sep 2004 10:31:17 +0300 I'm trying to compile Linux program that starts like this: int main(int argc, char **argv) { char **dirname = NULL; int i,j,n,p,q,dtotal,ftotal,colored = FALSE; struct stat64 st; But the compiler says: tree.c: In function `main': tree.c:204: error: storage size of `st' isn't known tree.c:204: warning: unused variable `st' What needs to be done in Cygwin to see "struct stat" ? Jari -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/