<DIV>Hi,</DIV>
<DIV>I have installed postgressql 7.3.4 successfully using  cygwin but could not get it to</DIV>
<DIV>integrate with  postgis-0.7.5. Some where on the list, it was said that postgis is not</DIV>
<DIV>fully integrated with latest version of postgresql.</DIV>
<DIV> </DIV>
<DIV>Then i started installing  version 7.2.3 of postgresql. I got the following error while</DIV>
<DIV>trying to make. any help is appreciated.</DIV>
<DIV> </DIV>
<DIV>$ cd  /usr/share/postgresql-7.2.3</DIV>
<DIV>$make</DIV>
<DIV>.....</DIV>
<DIV>....</DIV>
<DIV>cc1: warning:   as it has already been specified as a non-system directory<BR>gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/incl<BR>ude -I/usr/local/include -DBUILDING_DLL=1  -c -o buffile.o buffile.c<BR>cc1: warning: changing search order for system directory "/usr/local/include"<BR>cc1: warning:   as it has already been specified as a non-system directory<BR>/usr/i686-pc-cygwin/bin/ld.exe -r -o SUBSYS.o fd.o buffile.o<BR>make[4]: Leaving directory `/usr/share/postgresql-7.2.3/src/backend/storage/file<BR>'<BR>make -C freespace SUBSYS.o<BR>make[4]: Entering directory `/usr/share/postgresql-7.2.3/src/backend/storage/fre<BR>espace'<BR>gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/incl<BR>ude -I/usr/local/include -DBUILDING_DLL=1  -c -o freespace.o freespace.c<BR>cc1: warning: changing search order for system directory "/usr/local/include"<BR>cc1: warning:   as it has already been
 specified as a non-system directory<BR>/usr/i686-pc-cygwin/bin/ld.exe -r -o SUBSYS.o freespace.o<BR>make[4]: Leaving directory `/usr/share/postgresql-7.2.3/src/backend/storage/free<BR>space'<BR>make -C ipc SUBSYS.o<BR>make[4]: Entering directory `/usr/share/postgresql-7.2.3/src/backend/storage/ipc<BR>'<BR>gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/incl<BR>ude -I/usr/local/include -DBUILDING_DLL=1  -c -o ipc.o ipc.c<BR>cc1: warning: changing search order for system directory "/usr/local/include"<BR>cc1: warning:   as it has already been specified as a non-system directory<BR>ipc.c: In function `InternalIpcSemaphoreCreate':<BR>ipc.c:271: warning: implicit declaration of function `semget'<BR>ipc.c:271: `IPC_CREAT' undeclared (first use in this function)<BR>ipc.c:271: (Each undeclared identifier is reported only once<BR>ipc.c:271: for each function it appears in.)<BR>ipc.c:271: `IPC_EXCL' undeclared (first use in this
 function)<BR>ipc.c:318: warning: implicit declaration of function `semctl'<BR>ipc.c:318: `SETALL' undeclared (first use in this function)<BR>ipc.c: In function `IpcSemaphoreKill':<BR>ipc.c:351: `IPC_RMID' undeclared (first use in this function)<BR>ipc.c: In function `IpcSemaphoreLock':<BR>ipc.c:378: storage size of `sops' isn't known<BR>ipc.c:422: warning: implicit declaration of function `semop'<BR>ipc.c:378: warning: unused variable `sops'<BR>ipc.c: In function `IpcSemaphoreUnlock':<BR>ipc.c:441: storage size of `sops' isn't known<BR>ipc.c:441: warning: unused variable `sops'<BR>ipc.c: In function `IpcSemaphoreTryLock':<BR>ipc.c:475: storage size of `sops' isn't known<BR>ipc.c:478: `IPC_NOWAIT' undeclared (first use in this function)<BR>ipc.c:475: warning: unused variable `sops'<BR>ipc.c: In function `IpcSemaphoreGetValue':<BR>ipc.c:519: `GETVAL' undeclared (first use in this function)<BR>ipc.c: In function `IpcSemaphoreGetLastPID':<BR>ipc.c:530: `GETPID' undeclared (first use in
 this function)<BR>ipc.c: In function `InternalIpcMemoryCreate':<BR>ipc.c:561: warning: implicit declaration of function `shmget'<BR>ipc.c:561: `IPC_CREAT' undeclared (first use in this function)<BR>ipc.c:561: `IPC_EXCL' undeclared (first use in this function)<BR>ipc.c:638: warning: implicit declaration of function `shmat'<BR>ipc.c:638: warning: assignment makes pointer from integer without a cast<BR>ipc.c: In function `IpcMemoryDetach':<BR>ipc.c:664: warning: implicit declaration of function `shmdt'<BR>ipc.c: In function `IpcMemoryDelete':<BR>ipc.c:681: warning: implicit declaration of function `shmctl'<BR>ipc.c:681: `IPC_RMID' undeclared (first use in this function)<BR>ipc.c: In function `SharedMemoryIsInUse':<BR>ipc.c:697: storage size of `shmStat' isn't known<BR>ipc.c:707: `IPC_STAT' undeclared (first use in this function)<BR>ipc.c:697: warning: unused variable `shmStat'<BR>ipc.c: In function `IpcMemoryCreate':<BR>ipc.c:818: warning: assignment makes pointer from integer without
 a cast<BR>ipc.c:850: `IPC_RMID' undeclared (first use in this function)<BR>ipc.c: In function `IpcSemaphoreCreate':<BR>ipc.c:940: `IPC_RMID' undeclared (first use in this function)<BR>ipc.c:966: `SETVAL' undeclared (first use in this function)<BR>make[4]: *** [ipc.o] Error 1<BR>make[4]: Leaving directory `/usr/share/postgresql-7.2.3/src/backend/storage/ipc'</DIV>
<DIV>make[3]: *** [ipc-recursive] Error 2<BR>make[3]: Leaving directory `/usr/share/postgresql-7.2.3/src/backend/storage'<BR>make[2]: *** [storage-recursive] Error 2<BR>make[2]: Leaving directory `/usr/share/postgresql-7.2.3/src/backend'<BR>make[1]: *** [all] Error 2<BR>make[1]: Leaving directory `/usr/share/postgresql-7.2.3/src'<BR>make: *** [all] Error 2</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>Venu</DIV><p><hr SIZE=1>
Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/evt=10469/*http://sitebuilder.yahoo.com">Yahoo! SiteBuilder</a> - Free, easy-to-use web site design software