This is the mail archive of the
sid@sources.redhat.com
mailing list for the SID project.
Re: Fix demo application
- From: Ben Elliston <bje at redhat dot com>
- To: Klaus Pedersen <klaus dot kruse dot pedersen at mail dot tele dot dk>
- Cc: sid at sources dot redhat dot com
- Date: Fri, 8 Feb 2002 08:59:29 +1100 (EST)
- Subject: Re: Fix demo application
- References: <3C59DFDA.3090502@mail.tele.dk>
Hi Klaus,
>>>>> "Klaus" == Klaus Pedersen <klaus.kruse.pedersen@mail.tele.dk> writes:
Klaus> There are two unrelated problems. The first problem seem to be general
Klaus> "bit decay", in the configuration files. They refer to both cpu-mapper
Klaus> and mapper which seem to be the same thing.
Thanks for the report. I applied the .conf file changes verbatim.
Klaus> The other problem fixes some namespace issues with gcc-3.1.
I didn't apply these verbatim, as we have a policy of not imprting
entire namespaces where possible. In some cases, I added `using
std::' declarations and in others, I used fully qualified class names.
Nonetheless, the application now compiles using gcc 3.0 (and I presume
3.1). Please let me know if this is not your finding also.
Cheers, Ben