Re: build tidbit for polygraph 2.5.0

From: Alex Rousskov (rousskov@ircache.net)
Date: Thu Jun 22 2000 - 16:39:24 MDT


Randy,

        Thanks for reporting the bug! Your workaround is OK. A clean fix
will be available in the next release.

        Please send bug reports to polygraph-bugs@ircache.net.

Alex.

On Thu, 22 Jun 2000, Randy S. Pencin wrote:

> I'm using Redhat linux 6.1 with a 2.2.14 kernel and the c++ tools that
> come with this distribution.
>
> In StatPhase.cc I replaced
> ____________________________________________
> cfg.name= ssym.name() ? ssym.name() : name();
> ____________________________________________
>
>
> with
>
> ____________________________________________
> if ( ssym.name() )
> cfg.name = ssyme.name();
> else
> cfg.name = name();
> ____________________________________________
>
> make otherwise would report
> ambiguous overload for 'String ? String : const char *'
> candidates are: operator ?:(bool, String, String) <builtin>
> operator ?:(bool, const char *, const char *)
>
> <builtin>
>
> Perhaps someone knows of another workaround?
>
> Randy
>
>
>



This archive was generated by hypermail 2b29 : Tue Jul 10 2001 - 12:00:13 MDT