Displaying 1 result from an estimated 1 matches for "shm_rdonly".
2002 Aug 05
1
Problems compiling on QNX
.... I am getting the following error.
Compiling printing/print_generic.c
Compiling printing/lpq_parse.c
Compiling printing/load.c
Compiling profile/profile.c
profile/profile.c: In function `profile_setup':
profile/profile.c:93: storage size of `shm_ds' isn't known
profile/profile.c:117: `SHM_RDONLY' undeclared (first use in this function)
profile/profile.c:117: (Each undeclared identifier is reported only once
profile/profile.c:117: for each function it appears in.)
make: *** [profile/profile.o] Error 1
I did ./configure, it worked fine.
i did "make", that gave me the above er...