Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 12 Jun 2004 11:20:18 +0200 (CEST) From: Zoltan Kota X-X-Sender: zkota AT erna DOT mpibpc DOT gwdg DOT de To: cygwin AT cygwin DOT com Subject: compilation error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I would like to compile a python module under cygwin. It fails with the following error: gcc -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DG_LOG_DOMAIN="BibTeX" -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/usr/include/python2.3 -c bibtexmodule.c -o build/temp.cygwin-1.5.10-i686-2.3/bibtexmodule.o bibtexmodule.c:63: error: initializer element is not constant bibtexmodule.c:63: error: (near initialization for `PyBibtexSource_Type.ob_type') bibtexmodule.c:85: error: initializer element is not constant bibtexmodule.c:85: error: (near initialization for `PyBibtexField_Type.ob_type') error: command 'gcc' failed with exit status 1 I have found a lot of hits by google on 'initializer element is not constant', but I totally confused what to do with this. I have a very fresh cygwin installation with gcc 3.3.1. Any help are appreciated. Thanks Zoltan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/