Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" To: Subject: Pyshout compile issues Date: Fri, 8 Jun 2001 21:41:57 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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