microdc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microdc-devel] Bug?


From: Вовчара
Subject: [microdc-devel] Bug?
Date: Sat, 19 Aug 2006 04:29:13 +0400

Hi.
Try to compile microdc on freebsd5.3 and
got errors, when running 'make'.

filelist-in.c: In function `filelist_open':
filelist-in.c:231: error: storage size of 'st' isn't known
filelist-in.c:239: warning: implicit declaration of function `stat'
filelist-in.c:231: warning: unused variable `st'
filelist-in.c: In function `parse_main':
filelist-in.c:296: warning: implicit declaration of function `sigaction'

solution:
add header definition in filelist-in.c
    #include 'sys/stat.h'
and everything ok.

Regards, Bob.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]