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

Re: [reSIProcate] Build problem ....


On Wed, 21 Jul 2004, Brian D'Souza wrote:

> Until someone posts a *real* solution here is a quick fix.
 [...]

I used autotools as described in README.autotools, and didn't have
the described problem with up-to-date SVN version.


...Bye..Dmitry.


> On Wed, 2004-07-21 at 19:37, Rajan Verma wrote:
 [...]
> > I am getting a build error:
> > gmake
> > g++ -Wall -fPIC -Wno-deprecated -march=i686 -D_REENTRANT -DHAVE_POPT_H  -g 
> > -O2 -I/sw/include -DRESIP_DATA_LOCAL_SIZE=         -I../build/.. 
> > -I../build/../contrib/ares -I/usr/kerberos/include/ -DUSE_SSL -DUSE_ARES -c 
> > -o obj.debug.Linux.i686/os/BaseException.o os/BaseException.cxx
> > In file included from ../resiprocate/os/BaseException.hxx:10,
> >                   from os/BaseException.cxx:4:
> > ../resiprocate/os/Data.hxx:162: syntax error before `}' token
> > ../resiprocate/os/Data.hxx:162: missing ';' before right brace
> > ../resiprocate/os/Data.hxx: In member function `bool resip::Data::empty()
> >     const':
> > ../resiprocate/os/Data.hxx:104: `mSize' undeclared (first use this function)
> > ../resiprocate/os/Data.hxx:104: (Each undeclared identifier is reported only
> >     once for each function it appears in.)