This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Pyshout compile issues


Hi there. I was just wondering if any of you had ever seen this problem
before. I'm trying to make the pyshout module on a windows box using the
Cygwin tools. I get this during compilation:

././pyshoutmodule.c: In function `pyshout_connect':
././pyshoutmodule.c:30: warning: unused variable `val'
././pyshoutmodule.c:29: warning: unused variable `ret'
././pyshoutmodule.c: At top level:
././pyshoutmodule.c:297: initializer element is not constant
././pyshoutmodule.c:297: (near initialization for `PyShout.ob_type')
././pyshoutmodule.c:331: warning: function declaration isn't a prototype
make: *** [pyshoutmodule.o] Error 1

These are the lines its complaining about:
29:  int ret;
30: PyObject *val;
297: PyObject_HEAD_INIT(&PyType_Type)
331: void initpyshout() {

Any information you have would be helpful. I'm brand new to all this stuff.

Brandon


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]