emacs-devel
[Top][All Lists]
Advanced

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

windows build failure


From: Sean Sieger
Subject: windows build failure
Date: Tue, 17 Sep 2013 17:45:40 -0400

gcc  -std=gnu99 -DHAVE_CONFIG_H -I. -I/c/trunk/lib -I../src -I/c/trunk/src   -mt
une=pentium4   -DUSE_CRT_DLL=1 -I /c/trunk/nt/inc    -g3 -O2 -gdwarf-2 -MT getti
meofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c

gettimeofday.c:102:1: error: conflicting types for 'gettimeofday'
 gettimeofday (struct timeval *restrict tv, void *restrict tz)
 ^
In file included from gettimeofday.c:23:0:
c:/trunk/nt/inc/sys/time.h:45:5: note: previous declaration of 'gettimeofday' wa
s here
 int gettimeofday (struct timeval *__restrict, struct timezone *__restrict);
     ^
make[3]: *** [gettimeofday.o] Error 1
make[3]: Leaving directory `/c/trunk/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/c/trunk/lib'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/c/trunk'
make: *** [bootstrap] Error 2

reply via email to

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