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 To: cygwin AT cygwin DOT com Subject: compile gtk2 applications on cygwin? MIME-Version: 1.0 Message-ID: From: f DOT parzefall AT multitest DOT de Date: Mon, 11 Aug 2003 14:56:10 +0200 Content-Type: text/plain; charset="us-ascii" Hi, is there anyone out there who has successfully compiled a glade-2 or gtk2 application on windows under the cygwin package? I had some hard days until it went through autogen and make (mainly because I did have all the things I needed) but it now copiles ok. But when I try to start my program I get the message: (process:263): Gdk-WARNING **: locale not supported by C library (process:263): Gdk-WARNING **: locale not supported by Xlib (process:263): Gdk-WARNING **: can not set locale modifiers Gtk-ERROR **: Incompatible build! The code using GTK+ thinks GtkBox is of different size than it actually is in this build of GTK+. On Windows, this probably means that you have compiled your code with gcc without the -fnative-struct (or -mms-bitfields) switch, or that you are using an unsupported compiler. aborting... Aborted (core dumped) I tried gcc2 with -fnative-struct and gcc3 with -mms-bitfields but it's all the same. Anyone a clue? Seems that I got definitely stuck here. Thanks for any input Franz --------------------------------------------------------------------------- Franz Parzefall Vision Systems Multitest elektronische Systeme GmbH Aeussere Oberaustr. 4 83026 Rosenheim Germany Tel: +49 (0)8031 406 473 Fax: +49 (0)8031 406 420 Email: f DOT parzefall AT multitest DOT de Web: www.multitest.de --------------------------------------------------------------------------- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** -- 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/