Shared Memory Module

dkhchan at my-deja.com dkhchan at my-deja.com
Thu Feb 10 02:25:26 EST 2000


When I compile the shm, I got

gcc -fPIC  -DHAVE_UNION_SEMUN -g -O2 -I/usr/include/python1.5 -
I/usr/include/pyt
hon1.5 -DHAVE_CONFIG_H -c ./shmmodule.c
./shmmodule.c: In function `check_semaphore_identity':
./shmmodule.c:619: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setgid':
./shmmodule.c:755: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setperm':
./shmmodule.c:781: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setuid':
./shmmodule.c:809: storage size of `arg' isn't known
./shmmodule.c: In function `PyShmSemaphore_setval':
./shmmodule.c:857: storage size of `arg' isn't known
./shmmodule.c: In function `PyShm_semaphore':
./shmmodule.c:1218: storage size of `arg' isn't known
./shmmodule.c: In function `PyShm_create_semaphore':
./shmmodule.c:1269: storage size of `arg' isn't known
make: *** [shmmodule.o] Error 1

Please help.  Thanks a lot :-)


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list