[Queue-developers] dereferencing pointer to incomplete type
Brought to you by:
wkrebs
From: Srivatsa, S. <Sha...@qw...> - 2007-04-05 07:20:23
|
Hi, =20 Iam trying to build the source code for GNU Queue on Linux.=20 I executed the command --> ./configure --prefix=3Dqueue ; make ; make install =20 on following sources=20 queue-1.40.1beta=20 queue-1.30.1=20 queue-1.20.1=20 At the compilation stage Iam getting the following error for all the above sources=20 queued.c:3923: dereferencing pointer to incomplete type=20 queued.c:3923: dereferencing pointer to incomplete type=20 queued.c:3923: dereferencing pointer to incomplete type=20 queued.c:3923: dereferencing pointer to incomplete type=20 queued.c:3923: dereferencing pointer to incomplete type=20 queued.c:3923: dereferencing pointer to incomplete type=20 queued.c:3931: dereferencing pointer to incomplete type=20 queued.c:3931: dereferencing pointer to incomplete type=20 queued.c:3935: dereferencing pointer to incomplete type=20 queued.c:3936: dereferencing pointer to incomplete type=20 queued.c:3936: dereferencing pointer to incomplete type=20 queued.c:3938: dereferencing pointer to incomplete type=20 queued.c:3938: dereferencing pointer to incomplete type=20 queued.c:3946: dereferencing pointer to incomplete type=20 queued.c:3946: dereferencing pointer to incomplete type=20 queued.c:3947: dereferencing pointer to incomplete type=20 queued.c:3947: dereferencing pointer to incomplete type=20 queued.c:3955: dereferencing pointer to incomplete type=20 queued.c:3955: dereferencing pointer to incomplete type=20 queued.c: In function `check_query':=20 queued.c:4015: warning: passing arg 2 of `bind' from incompatible pointer type=20 queued.c:4041: warning: passing arg 2 of `bind' from incompatible pointer type=20 queued.c:4268: warning: assignment makes pointer from integer without a cast=20 queued.c:4300: warning: assignment makes pointer from integer without a cast=20 =20 Can someone help me to resolve this error.=20 Thanks & Regards,=20 Sharath=20 This communication is the property of Qwest and may contain confidential = or privileged information. Unauthorized use of this communication is = strictly=20 prohibited and may be unlawful. If you have received this communication = in error, please immediately notify the sender by reply e-mail and = destroy=20 all copies of the communication and any attachments. |