[PyKDE] siplib compile problem
Christian Roessel
roessel at zpr.uni-koeln.de
Fri Jun 2 15:00:23 BST 2000
Reply-To:
Hi,
I have a problem compiling siblib.c. My compiler (gcc 2.95.1 under
Solaris 2.7) issues following messages:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DSIP_QT_SUPPORT -I/zpr/src/local/qt/include -I/zpr/X11/include -I/zpr/local/src/Python-1.5.2/Include -O2 -c -fPIC -DPIC siplib.c -o .libs/siplib.lo
siplib.c:151: conflicting types for `sipParseArgs'
siplib.c:151: A parameter list with an ellipsis can't match an empty parameter name list declaration.
sip.h:229: previous declaration of `sipParseArgs'
make[2]: *** [siplib.lo] Error 1
Here are this two lines:
siplib.c:151:
int sipParseArgs(PyObject *sipArgs,char *fmt,...)
sip.h:229:
extern SIP_EXTERN int sipParseArgs Py_PROTO((PyObject *,char *,...));
Does anyone know what the problem with this lines is?
Thanks in advance.
Christian
More information about the PyQt
mailing list