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

Re: [reSIProcate-users] Missing definition for DEPS_PYTHON



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)'
>
>The problem is line 279 in configure.ac:
>PKG_CHECK_MODULES([DEPS_PYTHON], [python >= 2.7])
>(line added in checkin rev. 10734)
>
>Where is DEPS_PYTHON supposed to be defined?


Please have a look at the debian PTS qa page for resiprocate, follow the link 
to browse the Debian Git server and look at the file debian/rules in there, it 
shows exactly how I build it

The debian/control file shows the dependencies I install

Build logs should be linked from the pts page too