try something like this up near the top of configure.in after the initial init
commands
# Absolute source/build directory
sofia_srcdir=`(cd $srcdir && pwd)`
sofia_builddir=`pwd`
AC_SUBST(sofia_srcdir)
AC_SUBST(sofia_builddir)
On Jul 8, 2010, at 11:20 AM, Stefano Sabatini wrote:
> On date Tuesda
On date Tuesday 2010-07-06 19:35:38 +0300, Pekka Pessi phoned this:
> 2010/7/6 Stefano Sabatini :
> > this patch fixes the configuration problem as reported here:
> > http://thread.gmane.org/gmane.comp.telephony.sofia-sip.devel/3853
>
> Thanks for the patch.
>
> >-CFLAGS="$CFLAGS -I\$(top_srcdir)
2010/7/6 Stefano Sabatini :
> this patch fixes the configuration problem as reported here:
> http://thread.gmane.org/gmane.comp.telephony.sofia-sip.devel/3853
Thanks for the patch.
>-CFLAGS="$CFLAGS -I\$(top_srcdir)/win32/pthread -DWINVER=0x0501 \
>+CFLAGS="$CFLAGS -I${srcdir}/win32/pthread -DWIN
I'll take a look at this issue.
Mike
On Jul 6, 2010, at 12:20 PM, Stefano Sabatini wrote:
> On date Tuesday 2010-07-06 11:55:57 -0400, Michael Jerris phoned:
>> Do these CFLAGS get into the build as well? a bit worried that we
>> need to do both this for the tests, and using top_ for the build.
On date Tuesday 2010-07-06 11:55:57 -0400, Michael Jerris phoned:
> Do these CFLAGS get into the build as well? a bit worried that we
> need to do both this for the tests, and using top_ for the build.
Indeed I'm not sure this fix is right at all, at least it is working
for me but it may badly fa
Do these CFLAGS get into the build as well? a bit worried that we need to do
both this for the tests, and using top_ for the build.
Mike
On Jul 6, 2010, at 6:53 AM, Stefano Sabatini wrote:
> Hi all,
>
> this patch fixes the configuration problem as reported here:
> http://thread.gmane.org/gma