Current CVS: compilation error - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Current CVS: compilation error
Date
Msg-id 3BB84371.5080102@stack.net
Whole thread Raw
Responses Re: Current CVS: compilation error
List pgsql-hackers
OS: FreeBSD4.3

Diagnostic:
gcc -g -Wall -Wmissing-prototypes -Wmissing-declarations 
-I../../../../src/include   -c -o spin.o spin.c
In file included from /usr/include/sys/sem.h:13,                 from spin.c:26:
/usr/include/sys/ipc.h:54: syntax error before `ushort'
/usr/include/sys/ipc.h:95: syntax error before `ftok'
/usr/include/sys/ipc.h:95: warning: data definition has no type or storage class
In file included from spin.c:26:
/usr/include/sys/sem.h:20: syntax error before `u_short'
/usr/include/sys/sem.h:23: syntax error before `time_t'
/usr/include/sys/sem.h:34: syntax error before `u_short'
/usr/include/sys/sem.h:48: syntax error before `u_short'
/usr/include/sys/sem.h:103: syntax error before `int'

Patch:
*** src/backend/storage/lmgr/spin.c.orig        Mon Oct  1 14:13:01 2001
--- src/backend/storage/lmgr/spin.c     Mon Oct  1 14:16:15 2001
***************
*** 23,28 ****
--- 23,29 ----
  #include <errno.h>  #ifdef HAVE_SYS_SEM_H
+ #include <sys/types.h>  #include <sys/sem.h>  #endif

-- 
Teodor Sigaev
teodor@stack.net




pgsql-hackers by date:

Previous
From: Janardhana Reddy
Date:
Subject: Re: PERFORMANCE IMPROVEMENT by mapping WAL FILES
Next
From: Karel Zak
Date:
Subject: HISTORY file