| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <008c01c0f085$75d3b820$6401a8c0@brandon> |
| From: | "Brandon" <bcasci AT ultranet DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | Pyshout compile issues |
| Date: | Fri, 8 Jun 2001 21:41:57 -0400 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 5.00.2919.6600 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2919.6600 |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |