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

Re: [reSIProcate] Compilation error


Dialog has been renamed to DeprecatedDialog. You may need to go
through the original Makefile and add/remove things from the autotools
Makefile. I don't think anybody has been keeping the autotools stuff
up to date in recent months.

jason



On Tue, 29 Mar 2005 15:05:33 -0300, Fabio Margarido
<fabiomargarido@xxxxxxxxx> wrote:
> Hey, thanks a lot man... I've upgraded my autoconf and automake
> versions to the newest and now the script was successfully generated..
> Configure ran ok, but when I tried 'make', at some point an error
> occurred:
> 
>  g++ -DHAVE_CONFIG_H -I. -I../../resiprocate -I. -I../.. -I..
> -I/home/fabio/outroteste/sub/sip/compile/../contrib/ares
> -I/usr/kerberos/include -g -O2 -Wall -Wno-deprecated -MT
> DataParameter.lo -MD -MP -MF .deps/DataParameter.Tpo -c
> ../../resiprocate/DataParameter.cxx -o DataParameter.o >/dev/null 2>&1
> make[3]: *** No rule to make target `Dialog.cxx', needed by `Dialog.lo'.  
> Stop.
> make[3]: Leaving directory 
> `/home/fabio/outroteste/sub/sip/compile/resiprocate'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory 
> `/home/fabio/outroteste/sub/sip/compile/resiprocate'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory 
> `/home/fabio/outroteste/sub/sip/compile/resiprocate'
> make: *** [all-recursive] Error 1
> 
> I don't know if that error is related to the fact that I'm building
> with autotools or if it would happen anyway... Any clues on this one?
> Thanks again...
> 
> 
> On Tue, 29 Mar 2005 10:03:48 -0700, Alan Hawrylyshen <alan@xxxxxxxxxx> wrote:
> >
> > On Mar 29, 2005, at 09.18, Fabio Margarido wrote:
> >
> > > There are no other versions of autotools installed... I'll try to run
> > > make from a fresh checkout then, and report back here with the results
> > > from that...
> > > Thanks for all the help.
> > >
> > > Fabio
> >
> > Hi fabio.
> >
> > It looks like the problem is certainly your old autotools.  I can send
> > you a tarball with a functional libtool and configure script OR you can
> > upgrade your tools to autoconf 2.59 or newer, automake 1.7.5 or better
> > (1.8.X recommended) and libtool 1.5 or better.
> >
> > Here's what I get on a machine that works.
> > alan$autoconf --version
> > autoconf (GNU Autoconf) 2.59
> > Written by David J. MacKenzie and Akim Demaille.
> >
> > Copyright (C) 2003 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.  There is
> > NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE.
> >
> > alan$automake --version
> > automake (GNU automake) 1.8.5
> > Written by Tom Tromey <tromey@xxxxxxxxxx>.
> >
> > Copyright 2004 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.  There is
> > NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE.
> >
> > alan$libtoolize --version
> > libtoolize (GNU libtool) 1.5.8
> >
> > Copyright (C) 2003 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.  There is
> > NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> > PURPOSE.
> >
> > alan$
> >
> > Note: The need for the newest tools is temporary as we work the kinks
> > out of the automake system.
> > Since you are using linux, you might not need to mess around with the
> > autotools at all.
> > Just check out resiprocate and type make.
> > (Or abandon the one you've been using with autotools)
> >
> > A
> >
> > a l a n a t j a s o m i d o t c o m
> >
> >
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>