|
From: Tatsuro M. <tma...@ya...> - 2010-01-09 04:27:48
|
Hello I am using gcc-4.4.0 on MinGW for octave building. Perhaps this is a stupid question. An error which comes config.h in octave building trees occurred. ../config.h:1519: error: declaration does not declare anything config.h 1451: /* Define to the type of st_nlink in struct stat, or a supertype. */ 1452: #define nlink_t int : : 1518: #if !defined(HAVE_NLINK_T) 1519: typedef short nlink_t; 1520: #endif Does not 'typedef short nlink_t' declare anything ? Regards Tatsuro -------------------------------------- Get the new Internet Explorer 8 optimized for Yahoo! JAPAN http://pr.mail.yahoo.co.jp/ie8/ |