[Xcb] syntax error near unexpected token -- ac_config_headers -- when compiling XCB

Vincent Torri Vincent.Torri@iecn.u-nancy.fr
Mon Jan 3 21:04:12 PST 2005


It's a warning. It's about missing brackets in check.m4. Replace (line 7)

AC_ARG_WITH(check,

by

AC_ARG_WITH([check],

to get id of the warning.

Vincent TORRI

On Mon, 3 Jan 2005, Jing Chen wrote:

> Hi, another question,
>
> /usr/share/aclocal/check.m4:5: warning: underquoted definition of AM_PATH_CHECK
>   run info '(automake)Extending aclocal'
>   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
>
> What does it mean?
>
> Thanks!
>
> Jing
>
> On Mon, 3 Jan 2005 19:22:07 -0500, Jing Chen <jc.chenjing@gmail.com> wrote:
> > Sorry, I found out that I installed "check" by the default directory,
> > which install it under "/usr/local/". I reinstalled it again under
> > "/usr/", now it's fine. Thanks a lot!
> >
> > Jing
> >
> > On Mon, 3 Jan 2005 17:59:35 -0500, Jing Chen <jc.chenjing@gmail.com> wrote:
> > > Thanks! But I have already installed check. Any more suggestions?
> > >
> > > Best,
> > > Jing
> > >
> > >
> > > On Mon, 3 Jan 2005 23:08:50 +0100 (CET), Vincent Torri
> > > <Vincent.Torri@iecn.u-nancy.fr> wrote:
> > > >
> > > > you have to install check before (http://check.sourceforge.net/). Look at
> > > > the Xcb website for more details :
> > > > http://freedesktop.org/wiki/Software_2fxcb
> > > >
> > > > regards
> > > >
> > > > Vincent TORRI
> > > >
> > > > On Mon, 3 Jan 2005, Jing Chen wrote:
> > > >
> > > > > I am compiling xcb, but getting
> > > > >
> > > > > 1. aclocal:configure.ac:10: warning: macro `AM_PATH_CHECK' not found in library
> > > > >
> > > > > 2. ./configure: line 1956: syntax error near unexpected token
> > > > > `ac_config_headers="$ac_config_headers src/config.h"'
> > > > >
> > > > > Anyone knows what's wrong?
> > > > >
> > > > > Thanks!
> > > > >
> > > > > Jing
> > > > > _______________________________________________
> > > > > xcb mailing list
> > > > > xcb@lists.freedesktop.org
> > > > > http://lists.freedesktop.org/mailman/listinfo/xcb
> > > > >
> > > >
> > >
> >
> _______________________________________________
> xcb mailing list
> xcb@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/xcb
>


More information about the xcb mailing list