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

Re: [reSIProcate] Compilation error


I just finished compiling after downloading version 4074 and it looks
like it's fine now.... It successfully built libresip and libresipdum
files, and then stopped with an error when compiling the test
directory:

make[3]: Leaving directory `/home/fabio/resip/sub/sip/compile/resiprocate/dum'
Making all in test
make[3]: Entering directory `/home/fabio/resip/sub/sip/compile/resiprocate/test'
if  g++ -DHAVE_CONFIG_H -I. -I../../../resiprocate/test
-I../../resiprocate -I../../.. -I../.. 
-I/home/fabio/resip/sub/sip/compile/../contrib/ares
-I/usr/kerberos/include  -g -O2 -Wall -Wno-deprecated -MT
InviteClient.o -MD -MP -MF ".deps/InviteClient.Tpo" -c -o
InviteClient.o ../../../resiprocate/test/InviteClient.cxx; \
then mv -f ".deps/InviteClient.Tpo" ".deps/InviteClient.Po"; else rm
-f ".deps/InviteClient.Tpo"; exit 1; fi
../../../resiprocate/test/InviteClient.cxx: In member function `void
Loadgen::InviteClient::go()':
../../../resiprocate/test/InviteClient.cxx:73: error: `Dialog'
undeclared (first use this function)
../../../resiprocate/test/InviteClient.cxx:73: error: (Each undeclared
identifier is reported only once for each function it appears in.)
../../../resiprocate/test/InviteClient.cxx:73: error: expected `;' before "dlog"
../../../resiprocate/test/InviteClient.cxx:76: error: `dlog'
undeclared (first use this function)
../../../resiprocate/os/Data.hxx: At global scope:
../../../resiprocate/os/Data.hxx:209: warning: 'resip::invokeDataInit'
defined but not used
make[3]: *** [InviteClient.o] Error 1
make[3]: Leaving directory `/home/fabio/resip/sub/sip/compile/resiprocate/test'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fabio/resip/sub/sip/compile/resiprocate'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fabio/resip/sub/sip/compile/resiprocate'
make: *** [all-recursive] Error 1

guess there are more places where Dialog needs to be changed... well,
anyway the interesting part i guess was completed ok, right?
Thanks a lot!


On Tue, 29 Mar 2005 15:21:26 -0300, Fabio Margarido
<fabiomargarido@xxxxxxxxx> wrote:
> hahaha I had just downloaded version 4073......... no problem, will get 
> that....
> 
> 
> On Tue, 29 Mar 2005 11:19:33 -0700, Alan Hawrylyshen <alan@xxxxxxxxxx> wrote:
> >
> > 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:
> > >
> > [snip]
> >
> > Grab at least version 4074 of the autotools directory in sip. (Or the
> > whole repositiory).
> >
> > If you are compiling in the compile directory, typing make should cause
> > a recursive re-invokation of the autotools to update the Makefiles.  If
> > it doesn't, just re-run autogen.sh in sip.  Then redo a make clean /
> > make in compile.
> >
> > A
> >
> > a l a n a t j a s o m i d o t c o m
> >
> >
>