On Mon, Apr 17, 2017 at 02:04:51PM +0200, Harry Thijssen wrote: It isn't. From my config.h: /* Define to `int' if <sys/types.h> doesn't define. */ #define uid_t int
So uid_t is defined as int ... > On Mon, Apr 17, 2017 at 01:03:25PM +0200, Harry Thijssen wrote: > > mv -f $depbase.Tpo $depbase.Plo > libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H > -DEXEEXT=\".exe\" > -I. -I.. -I/usr/x86_64-w64-mingw32/sys-root/mingw/include .... > -I/usr/x86_64-w64-mingw32/sys-root/mingw/include > -I/usr/x86_64-w64-mingw32/sys-root/mingw/include/libpng16 -O2 -g > -pipe > -Wall -fexceptions --param=ssp-buffer-size=4 -mms-bitfields -MT > fatal-signal.lo -MD -MP -MF .deps/fatal-signal.Tpo -c fatal-signal.c > -DDLL_EXPORT -DPIC -o .libs/fatal-signal.o > In file included from fatal-signal.c:26:0: > ./signal.h:703:3: error: unknown type name 'uid_t' > uid_t si_uid; > ^~~~~ ... so I don't understand why it thinks that uid_t is an unknown type. Can you check that fatal-signal.c #includes "config.h" and maybe do some experiments to test when uid_t somehow gets undefined. -- Avoid eavesdropping. Send strong encrypted email. PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list pspp-dev@gnu.org https://lists.gnu.org/mailman/listinfo/pspp-dev