< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate-users] Missing definition for DEPS_PYTHON


I am working on main:

bash$ svn checkout  https://svn.resiprocate.org/rep/resiprocate/main
...
Checked out revision 10915

bash$ autoreconf -if
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
configure.ac:19: installing `build-aux/config.guess'
configure.ac:19: installing `build-aux/config.sub'
configure.ac:17: installing `build-aux/install-sh'
configure.ac:17: installing `build-aux/missing'
apps/clicktocall/Makefile.am: installing `build-aux/depcomp'
resip/stack/Makefile.am:191: `%'-style pattern rules are a GNU make extension

bash$ ./configure --with-ssl --with-repro --enable-repro-plugins --without-python
...
checking whether byte ordering is bigendian... no
checking for struct sockaddr_in.sin_len... no
./configure: line 16315: syntax error near unexpected token `DEPS_PYTHON,'
./configure: line 16315: ` PKG_CHECK_MODULES(DEPS_PYTHON, python >= 2.7)'

There is a fairly simple workaround which is to delete the line in configure.ac that contains:
PKG_CHECK_MODULES(DEPS_PYTHON, python >= 2.7)

However, I expect that someone would like --without-python to work.

Cheers,
Dan


On Thursday, January 23, 2014 1:47 PM, Daniel Pocock <daniel@xxxxxxxxxxxxx> wrote:


On 23/01/14 19:31, Daniel Petrie wrote:
> So I am guessing this is provided by python-cxx-dev.  Shouldn't the configure option --without-python work without python-cxx-dev installed?
>
> Cheers,
> Dan
>
>
>
> On Thursday, January 23, 2014 12:44 PM, Daniel Pocock <daniel@xxxxxxxxxxxxx> wrote:

>
>
>
> Daniel Petrie <dpetrie@xxxxxxxxx> wrote:
>
>> Hi Dan:
>>
>> On Debian 73 (Weezy) I am getting the following error trying to run the
>> configuration script:
>> (using autoreconf version 2.69)
>>
>> ./configure: line 16315: syntax error near unexpected token
>> `DEPS_PYTHON,'
>> ./configure: line 16315: ` PKG_CHECK_MODULES(DEPS_PYTHON, python >=
>> 2.7)'

>>



Which version are you using?  Trunk or one of the tarballs?

If it is trunk, could you try making a fresh checkout somewhere and
bootstrap it and see what happens?  See build/release-tarball.sh for
some bootstrap examples.