gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] Python plugins


From: Magnus Stålnacke
Subject: Re: [gcmd-dev] Python plugins
Date: Wed, 06 Dec 2006 03:06:30 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20051003

Piotr Eljasiak wrote:


No i cannot, since those files does not exist
after configure bailed out. So i tried to run
autogen.sh again, this time i got another error:

./configure: line 23484: syntax error near unexpected token `,have_python=no'
./configure: line 23484: `    AM_CHECK_PYTHON_HEADERS(,have_python=no)'


I think it's caused by line #255 of configure.in:
    AM_CHECK_PYTHON_HEADERS([],[have_python=no])
please replace that with
    AM_CHECK_PYTHON_HEADERS([have_python=yes],[have_python=no])
as a workaround


Nope, now i got back the first error
(with no config.log created)

/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
aclocal:configure.in:255: warning: macro `AM_CHECK_PYTHON_HEADERS' not found in library
- gettextize.
- intltoolize.
autoheader
- autoconf.
configure.in:255: error: possibly undefined macro: AM_CHECK_PYTHON_HEADERS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]