This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[xkeyboard-config] can't compile source tarball, missing dependencies


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]