[postgis-users] unable to make postgresql 7.2.3: please help

Venu Kanaparthy madhavsinghk at yahoo.com
Mon Aug 25 14:12:02 PDT 2003


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


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20030825/a9831e10/attachment.html>


More information about the postgis-users mailing list