Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <20001101214656.23504.qmail@nwcst333.netaddress.usa.net> Date: 2 Nov 00 02:46:56 PKT From: Sapan Shah To: cygwin AT sources DOT redhat DOT com Subject: installation problem ..continued.. X-Mailer: USANET web-mailer (34FM.0700.4.03) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id RAA28175 i tried to run make while installing postgresql...but i had error.. i tried to run it again ..then it is giving me the following error.. please help... ./mkinstalldirs /usr/local/pgsql/bin /usr/local/pgsql/lib make -C utils install make[1]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/utils' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/utils' make -C backend install make[1]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend' make -C access all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access' make -C common SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/common' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/common' make -C gist SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/gist' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/gist' make -C hash SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/hash' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/hash' make -C heap SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/heap' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/heap' make -C index SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/index' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/index' make -C rtree SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/rtree' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/rtree' make -C nbtree SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/nbtree' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/nbtree' make -C transam SUBSYS.o make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/transam' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access/transam' make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/access' make -C bootstrap all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/bootstrap' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/bootstrap' make -C catalog all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/catalog' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/catalog' make -C commands all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/commands' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/commands' make -C executor all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/executor' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/executor' make -C lib all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/lib' make -C libpq all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/libpq' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/libpq' make -C main all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/main' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/main' make -C parser all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/parser' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/parser' make -C nodes all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/nodes' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/nodes' make -C optimizer all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer' for i in path plan prep util geqo; do make -C $i SUBSYS.o; done make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/path' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/path' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/plan' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/plan' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/prep' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/prep' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/util' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/util' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/geqo' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer/geqo' make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/optimizer' make -C port all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/port' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/port' make -C postmaster all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/postmaster' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/postmaster' make -C regex all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/regex' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/regex' make -C rewrite all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/rewrite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/rewrite' make -C storage all make[2]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage' for i in buffer file ipc large_object lmgr page smgr; do make -C $i SUBSYS.o; done make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/buffer' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/buffer' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/file' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/file' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/ipc' gcc -I../../../include -I../../../backend -I/usr/local/include -O2 -I/usr/local/include -DBUILDING_DLL=1 -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -c -o ipc.o ipc.c In file included from ../../../include/storage/shmem.h:17, from ../../../include/storage/lock.h:19, from ../../../include/storage/lmgr.h:17, from ../../../include/storage/buf_internals.h:18, from ../../../include/storage/bufmgr.h:21, from ../../../include/storage/bufpage.h:18, from ../../../include/access/htup.h:17, from ../../../include/tcop/dest.h:55, from ../../../include/libpq/libpq.h:23, from ipc.c:40: ../../../include/storage/spin.h:31: parse error before `key' In file included from ../../../include/storage/buf_internals.h:18, from ../../../include/storage/bufmgr.h:21, from ../../../include/storage/bufpage.h:18, from ../../../include/access/htup.h:17, from ../../../include/tcop/dest.h:55, from ../../../include/libpq/libpq.h:23, from ipc.c:40: ../../../include/storage/lmgr.h:52: parse error before `key' In file included from ../../../include/storage/bufpage.h:18, from ../../../include/access/htup.h:17, from ../../../include/tcop/dest.h:55, from ../../../include/libpq/libpq.h:23, from ipc.c:40: ../../../include/storage/bufmgr.h:164: parse error before `key' ipc.c:85: parse error before `memKey' ipc.c: In function `PrivateMemoryCreate': ipc.c:93: `size' undeclared (first use in this function) ipc.c:93: (Each undeclared identifier is reported only once ipc.c:93: for each function it appears in.) ipc.c: At top level: ipc.c:102: parse error before `memid' ipc.c: In function `PrivateMemoryAttach': ipc.c:104: `memid' undeclared (first use in this function) ipc.c:105: warning: control reaches end of non-void function ipc.c: At top level: ipc.c:119: warning: no previous prototype for `proc_exit' ipc.c: In function `proc_exit': ipc.c:130: warning: implicit declaration of function `shmem_exit' ipc.c: At top level: ipc.c:158: warning: no previous prototype for `shmem_exit' ipc.c:158: warning: type mismatch with previous implicit declaration ipc.c:130: warning: previous implicit declaration of `shmem_exit' ipc.c:158: warning: `shmem_exit' was previously implicitly declared to return `int' ipc.c:184: warning: no previous prototype for `on_proc_exit' ipc.c:205: warning: no previous prototype for `on_shmem_exit' ipc.c:225: warning: no previous prototype for `on_exit_reset' ipc.c:279: parse error before `IpcSemaphoreCreate' ipc.c:279: parse error before `semKey' ipc.c:284: warning: return-type defaults to `int' ipc.c:284: warning: no previous prototype for `IpcSemaphoreCreate' ipc.c: In function `IpcSemaphoreCreate': ipc.c:288: `IPC_NMAXSEM' undeclared (first use in this function) ipc.c:292: `semNum' undeclared (first use in this function) ipc.c:295: `semKey' undeclared (first use in this function) ipc.c:305: `permission' undeclared (first use in this function) ipc.c:316: `semStartValue' undeclared (first use in this function) ipc.c:328: `removeOnExit' undeclared (first use in this function) ipc.c:288: warning: unused variable `array' ipc.c: At top level: ipc.c:373: parse error before `key' ipc.c:374: warning: no previous prototype for `IpcSemaphoreKill' ipc.c: In function `IpcSemaphoreKill': ipc.c:381: `key' undeclared (first use in this function) ipc.c: At top level: ipc.c:394: parse error before `semId' ipc.c:395: warning: no previous prototype for `IpcSemaphoreLock' ipc.c: In function `IpcSemaphoreLock': ipc.c:400: `lock' undeclared (first use in this function) ipc.c:402: `sem' undeclared (first use in this function) ipc.c:417: `semId' undeclared (first use in this function) ipc.c: At top level: ipc.c:438: parse error before `semId' ipc.c:439: warning: no previous prototype for `IpcSemaphoreUnlock' ipc.c: In function `IpcSemaphoreUnlock': ipc.c:444: `lock' undeclared (first use in this function) ipc.c:446: `sem' undeclared (first use in this function) ipc.c:462: `semId' undeclared (first use in this function) ipc.c: At top level: ipc.c:476: parse error before `semId' ipc.c:477: warning: no previous prototype for `IpcSemaphoreGetCount' ipc.c: In function `IpcSemaphoreGetCount': ipc.c:482: `semId' undeclared (first use in this function) ipc.c:482: `sem' undeclared (first use in this function) ipc.c: At top level: ipc.c:487: parse error before `semId' ipc.c:488: warning: no previous prototype for `IpcSemaphoreGetValue' ipc.c: In function `IpcSemaphoreGetValue': ipc.c:493: `semId' undeclared (first use in this function) ipc.c:493: `sem' undeclared (first use in this function) ipc.c: At top level: ipc.c:505: parse error before `IpcMemoryCreate' ipc.c:505: parse error before `memKey' ipc.c:506: warning: return-type defaults to `int' ipc.c:506: warning: no previous prototype for `IpcMemoryCreate' ipc.c: In function `IpcMemoryCreate': ipc.c:507: `IpcMemoryId' undeclared (first use in this function) ipc.c:507: parse error before `shmid' ipc.c:509: `memKey' undeclared (first use in this function) ipc.c:509: `PrivateIPCKey' undeclared (first use in this function) ipc.c:512: `shmid' undeclared (first use in this function) ipc.c:512: `size' undeclared (first use in this function) ipc.c:515: `permission' undeclared (first use in this function) ipc.c:523: `IpcMemCreationFailed' undeclared (first use in this function) ipc.c:530: warning: control reaches end of non-void function ipc.c: At top level: ipc.c:537: parse error before `IpcMemoryIdGet' ipc.c:537: parse error before `memKey' ipc.c:538: warning: return-type defaults to `int' ipc.c:538: warning: no previous prototype for `IpcMemoryIdGet' ipc.c: In function `IpcMemoryIdGet': ipc.c:539: `IpcMemoryId' undeclared (first use in this function) ipc.c:539: parse error before `shmid' ipc.c:541: `shmid' undeclared (first use in this function) ipc.c:541: `memKey' undeclared (first use in this function) ipc.c:541: `size' undeclared (first use in this function) ipc.c:548: `IpcMemIdGetFailed' undeclared (first use in this function) ipc.c:552: warning: control reaches end of non-void function ipc.c: At top level: ipc.c:574: parse error before `memId' ipc.c:575: warning: no previous prototype for `IpcMemoryAttach' ipc.c: In function `IpcMemoryAttach': ipc.c:579: `memId' undeclared (first use in this function) ipc.c:588: `IpcMemAttachFailed' undeclared (first use in this function) ipc.c: At top level: ipc.c:603: parse error before `memKey' ipc.c:604: warning: no previous prototype for `IpcMemoryKill' ipc.c: In function `IpcMemoryKill': ipc.c:605: `IpcMemoryId' undeclared (first use in this function) ipc.c:605: parse error before `shmid' ipc.c:607: `shmid' undeclared (first use in this function) ipc.c:607: `memKey' undeclared (first use in this function) ipc.c: At top level: ipc.c:626: parse error before `*' ipc.c:626: warning: type defaults to `int' in declaration of `SLockArray' ipc.c:626: warning: data definition has no type or storage class ipc.c:628: parse error before `*' ipc.c:628: warning: type defaults to `int' in declaration of `FreeSLockPP' ipc.c:628: warning: data definition has no type or storage class ipc.c:631: parse error before `SLockMemoryId' ipc.c:631: warning: type defaults to `int' in declaration of `SLockMemoryId' ipc.c:631: warning: data definition has no type or storage class ipc.c:635: parse error before `SLock' ipc.c:635: warning: no semicolon at end of struct or union ipc.c:638: parse error before `slocks' ipc.c:638: `MAX_SPINS' undeclared here (not in a function) ipc.c:638: warning: type defaults to `int' in declaration of `slocks' ipc.c:638: size of array `slocks' has non-integer type ipc.c:638: warning: data definition has no type or storage class ipc.c:639: parse error before `}' ipc.c:644: parse error before `key' ipc.c:645: warning: no previous prototype for `CreateAndInitSLockMemory' ipc.c: In function `CreateAndInitSLockMemory': ipc.c:647: `SLock' undeclared (first use in this function) ipc.c:647: `slckP' undeclared (first use in this function) ipc.c:647: warning: statement with no effect ipc.c:649: `key' undeclared (first use in this function) ipc.c:650: sizeof applied to an incomplete type ipc.c:652: warning: implicit declaration of function `AttachSLockMemory' ipc.c:654: `FIRSTFREELOCKID' undeclared (first use in this function) ipc.c:659: `NOLOCK' undeclared (first use in this function) ipc.c: At top level: ipc.c:670: parse error before `key' ipc.c:671: warning: no previous prototype for `AttachSLockMemory' ipc.c:671: warning: type mismatch with previous implicit declaration ipc.c:652: warning: previous implicit declaration of `AttachSLockMemory' ipc.c:671: warning: `AttachSLockMemory' was previously implicitly declared to return `int' ipc.c: In function `AttachSLockMemory': ipc.c:675: `key' undeclared (first use in this function) ipc.c:675: sizeof applied to an incomplete type ipc.c:679: `IpcMemAttachFailed' undeclared (first use in this function) ipc.c:681: `SLock' undeclared (first use in this function) ipc.c:681: parse error before `)' ipc.c:681: dereferencing pointer to incomplete type ipc.c:682: dereferencing pointer to incomplete type ipc.c:683: dereferencing pointer to incomplete type ipc.c:685: parse error before `)' ipc.c:685: dereferencing pointer to incomplete type make[3]: *** [ipc.o] Error 1 make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/ipc' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/large_object' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/large_object' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/lmgr' gcc -I../../../include -I../../../backend -I/usr/local/include -O2 -I/usr/local/include -DBUILDING_DLL=1 -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -c -o proc.o proc.c In file included from ../../../include/storage/shmem.h:17, from ../../../include/storage/lock.h:19, from ../../../include/storage/lmgr.h:17, from proc.c:71: ../../../include/storage/spin.h:31: parse error before `key' In file included from proc.c:71: ../../../include/storage/lmgr.h:52: parse error before `key' In file included from ../../../include/access/transam.h:21, from ../../../include/access/xlog.h:12, from ../../../include/storage/proc.h:17, from proc.c:72: ../../../include/storage/bufmgr.h:164: parse error before `key' In file included from proc.c:72: ../../../include/storage/proc.h:24: parse error before `IpcSemaphoreId' ../../../include/storage/proc.h:24: warning: no semicolon at end of struct or union ../../../include/storage/proc.h:25: warning: type defaults to `int' in declaration of `semKey' ../../../include/storage/proc.h:25: warning: data definition has no type or storage class ../../../include/storage/proc.h:26: warning: type defaults to `int' in declaration of `SEMA' ../../../include/storage/proc.h:26: warning: data definition has no type or storage class ../../../include/storage/proc.h:37: parse error before `SEMA' ../../../include/storage/proc.h:37: warning: no semicolon at end of struct or union ../../../include/storage/proc.h:58: `MAX_SPINS' undeclared here (not in a function) ../../../include/storage/proc.h:61: parse error before `}' ../../../include/storage/proc.h:61: warning: type defaults to `int' in declaration of `PROC' ../../../include/storage/proc.h:61: warning: data definition has no type or storage class ../../../include/storage/proc.h:81: parse error before `IPCKey' ../../../include/storage/proc.h:81: warning: no semicolon at end of struct or union ../../../include/storage/proc.h:89: parse error before `}' ../../../include/storage/proc.h:89: warning: type defaults to `int' in declaration of `PROC_HDR' ../../../include/storage/proc.h:89: warning: data definition has no type or storage class ../../../include/storage/proc.h:91: parse error before `*' ../../../include/storage/proc.h:91: warning: type defaults to `int' in declaration of `MyProc' ../../../include/storage/proc.h:91: warning: data definition has no type or storage class ../../../include/storage/proc.h:118: parse error before `key' ../../../include/storage/proc.h:128: parse error before `*' ../../../include/storage/proc.h:128: parse error before `*' ../../../include/storage/proc.h:128: warning: type defaults to `int' in declaration of `ProcWakeup' ../../../include/storage/proc.h:128: warning: data definition has no type or storage class ../../../include/storage/proc.h:132: parse error before `*' proc.c:77: parse error before `*' proc.c:90: parse error before `*' proc.c:90: warning: type defaults to `int' in declaration of `ProcGlobal' proc.c:90: warning: data definition has no type or storage class proc.c:92: parse error before `*' proc.c:92: warning: type defaults to `int' in declaration of `MyProc' proc.c:92: warning: data definition has no type or storage class proc.c:95: parse error before `*' proc.c:96: parse error before `semKey' proc.c:120: parse error before `key' proc.c:121: warning: no previous prototype for `InitProcGlobal' proc.c: In function `InitProcGlobal': proc.c:125: parse error before `)' proc.c:138: request for member `freeProcs' in something not a structure or union proc.c:139: request for member `currKey' in something not a structure or union proc.c:139: warning: implicit declaration of function `IPCGetProcessSemaphoreInitKey' proc.c:139: `key' undeclared (first use in this function) proc.c:139: (Each undeclared identifier is reported only once proc.c:139: for each function it appears in.) proc.c:141: request for member `freeSemMap' in something not a structure or union proc.c:147: warning: implicit declaration of function `on_shmem_exit' proc.c:153: `PrivateIPCKey' undeclared (first use in this function) proc.c:156: `maxBackends' undeclared (first use in this function) proc.c:159: parse error before `semKey' proc.c:162: warning: implicit declaration of function `IpcSemaphoreCreate' proc.c:164: `IPCProtection' undeclared (first use in this function) proc.c:165: `IpcSemaphoreDefaultStartValue' undeclared (first use in this function) proc.c:170: request for member `freeSemMap' in something not a structure or union proc.c: At top level: proc.c:182: parse error before `key' proc.c:183: warning: no previous prototype for `InitProcess' proc.c: In function `InitProcess': proc.c:191: parse error before `)' proc.c:208: request for member `freeProcs' in something not a structure or union proc.c:212: parse error before `)' proc.c:213: request for member `freeProcs' in something not a structure or union proc.c:213: request for member `links' in something not a structure or union proc.c:225: parse error before `)' proc.c:233: request for member `lockQueue' in something not a structure or union proc.c:241: request for member `sLocks' in something not a structure or union proc.c:241: request for member `sLocks' in something not a structure or union proc.c:242: request for member `sLocks' in something not a structure or union proc.c:247: parse error before `semKey' proc.c:262: `IPCProtection' undeclared (first use in this function) proc.c:263: `IpcSemaphoreDefaultStartValue' undeclared (first use in this function) proc.c:273: warning: implicit declaration of function `IpcSemaphoreLock' proc.c:273: `IpcExclusiveLock' undeclared (first use in this function) proc.c:274: request for member `sem' in something not a structure or union proc.c:275: request for member `sem' in something not a structure or union proc.c:276: request for member `sem' in something not a structure or union proc.c:279: request for member `sem' in something not a structure or union proc.c:287: request for member `pid' in something not a structure or union proc.c:288: request for member `databaseId' in something not a structure or union proc.c:289: request for member `xid' in something not a structure or union proc.c:290: request for member `xmin' in something not a structure or union proc.c:297: request for member `sLocks' in something not a structure or union proc.c:297: `MAX_SPINS' undeclared (first use in this function) proc.c:297: request for member `sLocks' in something not a structure or union proc.c:310: request for member `errType' in something not a structure or union proc.c:311: request for member `links' in something not a structure or union proc.c:186: warning: `myOffset' might be used uninitialized in this function proc.c: At top level: proc.c:321: parse error before `*' proc.c: In function `GetOffWaitqueue': proc.c:326: `proc' undeclared (first use in this function) proc.c: In function `ProcReleaseLocks': proc.c:358: request for member `lockQueue' in something not a structure or union proc.c: In function `ProcRemove': proc.c:374: `proc' undeclared (first use in this function) proc.c:374: warning: statement with no effect proc.c:381: parse error before `)' proc.c:387: request for member `freeProcs' in something not a structure or union proc.c:388: request for member `freeProcs' in something not a structure or union proc.c: In function `ProcKill': proc.c:402: `proc' undeclared (first use in this function) proc.c:402: warning: statement with no effect proc.c:403: parse error before `location' proc.c:414: `location' undeclared (first use in this function) proc.c:418: parse error before `)' proc.c: In function `SetWaitingForLock': proc.c:501: request for member `links' in something not a structure or union proc.c: In function `ProcSleep': proc.c:552: `proc' undeclared (first use in this function) proc.c:552: warning: statement with no effect proc.c:553: parse error before `int' proc.c:562: request for member `token' in something not a structure or union proc.c:563: request for member `waitLock' in something not a structure or union proc.c:565: parse error before `)' proc.c:568: `waitMask' undeclared (first use in this function) proc.c:572: `aheadHolders' undeclared (first use in this function) proc.c:581: request for member `holdLock' in something not a structure or union proc.c:583: request for member `errType' in something not a structure or union proc.c:590: request for member `holdLock' in something not a structure or union proc.c:593: `myMask' undeclared (first use in this function) proc.c:600: `selfConflict' undeclared (first use in this function) proc.c:600: `prevSame' undeclared (first use in this function) proc.c:615: parse error before `)' proc.c:624: request for member `links' in something not a structure or union proc.c:639: `timeval' undeclared (first use in this function) proc.c:646: request for member `errType' in something not a structure or union proc.c:648: `deadlock_checked' undeclared (first use in this function) proc.c:649: `dummy' undeclared (first use in this function) proc.c:659: request for member `sem' in something not a structure or union proc.c:659: request for member `sem' in something not a structure or union proc.c:660: `IpcExclusiveLock' undeclared (first use in this function) proc.c:661: request for member `errType' in something not a structure or union proc.c:687: request for member `errType' in something not a structure or union proc.c:688: warning: control reaches end of non-void function proc.c: At top level: proc.c:697: parse error before `*' proc.c:698: parse error before `*' proc.c:699: warning: return-type defaults to `int' proc.c:699: warning: no previous prototype for `ProcWakeup' proc.c: In function `ProcWakeup': proc.c:700: `retProc' undeclared (first use in this function) proc.c:700: warning: statement with no effect proc.c:704: `proc' undeclared (first use in this function) proc.c:706: parse error before `)' proc.c:708: parse error before `)' proc.c:716: warning: implicit declaration of function `IpcSemaphoreUnlock' proc.c:716: `IpcExclusiveLock' undeclared (first use in this function) proc.c:719: warning: control reaches end of non-void function proc.c: In function `ProcLockWakeup': proc.c:728: `proc' undeclared (first use in this function) proc.c:728: warning: statement with no effect proc.c:729: parse error before `int' proc.c:739: parse error before `)' proc.c:740: `queue_size' undeclared (first use in this function) proc.c:747: `last_locktype' undeclared (first use in this function) proc.c:759: `count' undeclared (first use in this function) proc.c:790: `trace_flag' undeclared (first use in this function) proc.c: In function `ProcAddLock': proc.c:806: request for member `lockQueue' in something not a structure or union proc.c: In function `HandleDeadLock': proc.c:834: warning: implicit declaration of function `IpcSemaphoreGetCount' proc.c:834: request for member `sem' in something not a structure or union proc.c:834: request for member `sem' in something not a structure or union proc.c:835: `IpcSemaphoreDefaultStartValue' undeclared (first use in this function) proc.c:852: request for member `links' in something not a structure or union proc.c:853: request for member `links' in something not a structure or union proc.c:863: request for member `errType' in something not a structure or union proc.c:864: request for member `waitLock' in something not a structure or union proc.c:870: request for member `waitLock' in something not a structure or union proc.c:879: request for member `links' in something not a structure or union proc.c:880: request for member `links' in something not a structure or union proc.c:887: request for member `sem' in something not a structure or union proc.c:887: request for member `sem' in something not a structure or union proc.c:888: `IpcExclusiveLock' undeclared (first use in this function) proc.c:895: request for member `errType' in something not a structure or union proc.c: At top level: proc.c:909: parse error before `*' proc.c:910: warning: no previous prototype for `ProcReleaseSpins' proc.c: In function `ProcReleaseSpins': proc.c:913: `proc' undeclared (first use in this function) proc.c:918: `MAX_SPINS' undeclared (first use in this function) proc.c: At top level: proc.c:941: parse error before `*' proc.c:942: warning: `ProcGetNewSemKeyAndNum' was used with no prototype before its definition proc.c: In function `ProcGetNewSemKeyAndNum': proc.c:944: request for member `freeSemMap' in something not a structure or union proc.c:971: `key' undeclared (first use in this function) proc.c:971: request for member `currKey' in something not a structure or union proc.c:972: `semNum' undeclared (first use in this function) proc.c: At top level: proc.c:988: parse error before `semKey' proc.c:989: warning: `ProcFreeSem' was used with no prototype before its definition proc.c: In function `ProcFreeSem': proc.c:992: request for member `freeSemMap' in something not a structure or union proc.c:994: request for member `currKey' in something not a structure or union proc.c:995: `semNum' undeclared (first use in this function) proc.c:990: warning: `mask' might be used uninitialized in this function proc.c:991: warning: `i' might be used uninitialized in this function proc.c: In function `ProcFreeAllSemaphores': proc.c:1017: request for member `freeSemMap' in something not a structure or union proc.c:1022: warning: implicit declaration of function `IpcSemaphoreKill' proc.c:1022: request for member `currKey' in something not a structure or union make[3]: *** [proc.o] Error 1 make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/lmgr' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/page' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/page' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/smgr' make[3]: `SUBSYS.o' is up to date. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/smgr' for i in buffer file ipc large_object lmgr page smgr; do make -C $i ipc/SUBSYS.o; done make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/buffer' make[3]: *** No rule to make target `ipc/SUBSYS.o'. Stop. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/buffer' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/file' make[3]: *** No rule to make target `ipc/SUBSYS.o'. Stop. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/file' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/ipc' make[3]: *** No rule to make target `ipc/SUBSYS.o'. Stop. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/ipc' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/large_object' make[3]: *** No rule to make target `ipc/SUBSYS.o'. Stop. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/large_object' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/lmgr' make[3]: *** No rule to make target `ipc/SUBSYS.o'. Stop. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/lmgr' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/page' make[3]: *** No rule to make target `ipc/SUBSYS.o'. Stop. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/page' make[3]: Entering directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/smgr' make[3]: *** No rule to make target `ipc/SUBSYS.o'. Stop. make[3]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage/smgr' make[2]: *** [ipc/SUBSYS.o] Error 2 make[2]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend/storage' make[1]: *** [storage.dir] Error 2 make[1]: Leaving directory `/usr/pgsql/postgresql-7.0.2/src/backend' make: *** [install] Error 2 3/b shakti society, Nr. Shreyas Rly Crossing, New Sharda Mandir Road, Paldi Ahmedabad 380007 Gujarat India. Ph :- +91-079-661-2485. ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com