bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bayonne-devel]commonc++


From: Federico Montesino Pouzols
Subject: Re: [Bayonne-devel]commonc++
Date: Fri, 29 Nov 2002 23:32:52 +0100
User-agent: Mutt/1.4i

        I would say you have alreay checked out cc++. Note that
currently HEAD holds the "unstable" version, which in fact is not so
unstable. 1.0.x releases come from the RELEASE1 branch (-rRELEASE1 tag
when checking out).

        The problem with ccaudio seems to be related with the
autotools you are using to build configure, I suppose you are using
the CVS version too (the configure from the "official" sources should
not give this error). Keep in mind that in Debian there are a lot of
automakex.y packages and there are also at least two autoconf
packages. The latest ones available in testing work well with these
CVS sources.

On Fri, Nov 29, 2002 at 02:20:37PM -0800, Fred Leeflang wrote:
> I just checked out commoncpp2 from CVS. Should I have 
> address@hidden:/cvsroot/commoncpp
> and then cvs co commoncpp2?
> 
> commoncpp2 compiles without a problem if I do it the above way,
> yet ccaudio still complaints: 
> ./configure: line 5727: syntax error near unexpected token `$REQUIRES'
> ./configure: line 5727: `OST_CCXX2_VERSION($REQUIRES)'
> 
> I have Debian unstable, gcc version 2.95.4 20011002 (Debian prerelease)
> kernel 2.4.19
> 
> I noticed a  /usr/local/share/aclocal/ost_check.m4 gets installed
> 
> I have the ccgnu2-config script
> 
> 
> On Fri, 2002-11-29 at 14:12, Federico Montesino Pouzols wrote:
> 
> >     What is your common c++ version, compiler, system config.,
> > etc? Anyway, I think that line can be safely removed. However, it is
> > strange that only that line makes the compiler complain, since
> > equivalent statements are used in the same file as well as in other
> > files.
> > 
> > On Fri, Nov 29, 2002 at 01:57:11PM -0800, Fred Leeflang wrote:
> > > Commenting out line 572, a result of freddy77's 'merge' fixes the
> > > compile problem.
> > > 
> > > On Fri, 2002-11-29 at 13:35, Fred Leeflang wrote:
> > > 
> > > > Just checked out commoncpp from CVS, ran reconfig, configure and make:
> > > > 
> > > > address@hidden:~/commoncpp$ make
> > > > Making all in src
> > > > make[1]: Entering directory `/home/fredl/commoncpp/src'
> > > > /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.
> > > > -I../src -I/usr/include/libxml2/libxml -I/usr/include/libxml2   
> > > > -I../src  -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -c
> > > > inaddr.cpp
> > > > rm -f .libs/inaddr.lo
> > > > c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I/usr/include/libxml2/libxml
> > > > -I/usr/include/libxml2 -I../src -g -O2 -D_GNU_SOURCE -D_REENTRANT
> > > > -D_THREAD_SAFE -Wp,-MD,.deps/inaddr.pp -c inaddr.cpp  -fPIC -DPIC -o
> > > > .libs/inaddr.lo
> > > > In file included from inaddr.cpp:46:
> > > > socket.h:572: type specifier omitted for parameter
> > > > socket.h:572: parse error before `)'
> > > > make[1]: *** [inaddr.lo] Error 1
> > > > make[1]: Leaving directory `/home/fredl/commoncpp/src'
> > > > make: *** [all-recursive] Error 1
> > > > 
> > > > 
> > > > -- 
> > > > Fred Leeflang <address@hidden>
> > > 
> > > -- 
> > > Fred Leeflang <address@hidden>
> > > 
> 
> -- 
> Fred Leeflang <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]