[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gperf] gperf fails to complete
From: |
Bruno Haible |
Subject: |
Re: [bug-gperf] gperf fails to complete |
Date: |
Sun, 16 Jan 2011 17:07:39 +0100 |
User-agent: |
KMail/1.9.9 |
Hello,
Sergio Villone wrote:
> the former request contained all what mr Haible says 'is lacking'
Thank you for re-sending the question with a proper subject.
> the command line is:
> gperf -t --output-file=yamp.perf yamp.def
On my system this command works fine, produce no message on stderr, and
exits with the normal termination code 0:
$ gperf -t --output-file=yamp.perf yamp.def
$ echo $?
0
> /* The character set is not based on ISO-646. */
> error "gperf generated tables don't work with this execution character
> set. Please report a bug to <address@hidden>."
> #endif
> ...
> and in the last lines you ask to report to <address@hidden>
Oh, that message is part of the normal output! Most compilers skip this error
message. Only if a compiler stumbles across this message, is the user meant
to report it.
Just a misunderstanding. You can use gperf's output; it is just fine.
Bruno