Fastcap installation problem

Status
Not open for further replies.

partha3003

Newbie
Joined
Nov 17, 2020
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
13
While installing fastcap in Ubuntu I got the following error
$make all

make[1]: Entering directory '/home/partha/softwares/fastcap/src'
make[1]: Leaving directory '/home/partha/softwares/fastcap/src'
cd src ; make fastcap
make[1]: Entering directory '/home/partha/softwares/fastcap/src'
cc -O -DFIVE -c -o mulGlobal.o mulGlobal.c
In file included from mulGlobal.h:60:0,
from mulGlobal.c:36:
/usr/include/time.h:304:12: error: ‘stime’ redeclared as different kind of symbol
extern int stime (const time_t *__when) __THROW;
^
In file included from mulGlobal.h:55:0,
from mulGlobal.c:36:
resusage.h:56:13: note: previous declaration of ‘stime’ was here
static long stime, utime;
^
<builtin>: recipe for target 'mulGlobal.o' failed
make[1]: *** [mulGlobal.o] Error 1
make[1]: Leaving directory '/home/partha/softwares/fastcap/src'
Makefile:28: recipe for target 'fastcap' failed
make: *** [fastcap] Error 2


can someone help me out?
Thanks
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…