[Ltrace-devel] trace.c - incorrect ifdef

Luis Machado luisgpm at linux.vnet.ibm.com
Thu Dec 11 00:30:43 UTC 2008


Do we have any active development going on on ltrace? The list has been
quiet for quite a long time.

Luis
On Wed, 2008-12-10 at 19:18 +0100, Juan Céspedes wrote:
> On Tue, Nov 11, 2008 at 6:44 PM, Alex V. Breger <osgxdvyg at gmail.com> wrote:
> > Hello
> >
> > I have a compiler error while compiling ltrace in
> > sysdeps/linux-gnu/trace.c file (version 1.3 Feb 17 2006), line 91
> >  #ifdef __sparc__ || defined __ia64__
> > According to C99 standard 6.10  #ifdef can be used only with one
> > identifier (not an expression), so please change this line to
> >  #if (defined __sparc__) || (defined __ia64__)
> 
> That was fixed on Feb 20th, 3 days after it was introduced :)
> 
> Please be sure to use the latest version of ltrace, which is now in GIT
> (http://git.debian.org/git/collab-maint/ltrace.git)
> 
> Thanks,
> 




More information about the Ltrace-devel mailing list