X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_SUB_OBFU_OTHER,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Wed, 22 Sep 2010 11:28:06 +0200 Message-ID: Subject: [xkeyboard-config] can't compile source tarball, missing dependencies From: rolandc To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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 Hi, When I try to compile xkeyboard-config (cygport xkeyboard-config*.cygport compile), I get 2 errors : macros AC_PROC_INTLTOOL and AM_GLIB_GNU_GETTEXT are undefined. Solution : install packages 'intltool' and 'libglib2.0-devel' More details : configure.in uses AC_PROC_INTLTOOL and AM_GLIB_GNU_GETTEXT. AC_PROC_INTLTOOL is defined in /usr/share/aclocal/intltool.m4 from 'intltool' package AM_GLIB_GNU_GETTEXT is defined in /usr/share/aclocal/glib-gettext.m4 from 'libglib2.0-devel' package Suggestion : add 'intltool' and 'libglib2.0-devel' in section "Build requirements:" of README Build requirements: autoconf2.5-2.65-1 automake1.11-1.11.1-1 cygport-0.9.88-1 gawk-3.1.7-1 gettext-devel-0.17-11 make-3.81-2 sed-4.2.1-1 intltool-0.41.1-1 libglib2.0-devel-2.24.1-1 I hope this is the right mailing list for this kind of request. Regards -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple