X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: r Subject: Compile Date: Sat, 2 Aug 2008 02:03:06 +0000 (UTC) Lines: 27 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: slrn/pre0.9.9-112/mm/ao (Win32) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 I'm trying to compile a wonderful program ( command line ) to grab videoes from youtube. It needs newt, a little utility. But when I try to compile this utility I have the follewing errors : /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/python2.5 -g -O2 -MT _snackmodule_la-snackmodule.lo -MD -MP -MF .deps/_snackmodule_la-snackmodule.Tpo -c -o _snackmodule_la-snackmodule.lo `test -f 'sna ckmodule.c' || echo './'`snackmodule.c gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/include/python2.5 -g -O2 -MT _snackmodule_la-snackmodule.lo -MD -MP -MF .deps/_snackmodule_la-snackmodule.Tpo -c snackmodule.c -DDLL_EXPORT -DPIC -o .libs/_snackmodule_la-snackmodule.o snackmodule.c:126: error: initializer element is not constant snackmodule.c:126: error: (near initialization for `snackGridType.ob_type') snackmodule.c:168: error: initializer element is not constant snackmodule.c:168: error: (near initialization for `snackFormType.ob_type') snackmodule.c:255: error: initializer element is not constant snackmodule.c:255: error: (near initialization for `snackWidgetType.ob_type') make: *** [_snackmodule_la-snackmodule.lo] Error 1 Do you know if it is an unrecoverable error ( a limitation of cygwin ) that will not permit to install this utility ? -- 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/