Re: Re: GNU Gengetopt 2.22
"Papp Gyozo (VBuster)" <[email protected]> Wed, 05 Mar 2008 17:19:58 +0100
| Newsgroups | gmane.comp.gnu.gengetopt.general |
|---|---|
| Message-ID | <[email protected]> |
> > Each unterminated quote (both single and double) is terminated > automagically, that's why gengetopt fails. > > So there's no problem in gengetopt, right? No, it must be due to a unknown cpp feature. The following hack works: option "quiet" q "control message verbosity on stdout.\ \n`-q' does not print name of clean files.\ \n`-qq' suppresses all messages but alerts, and\ \n`-qqq' implies terse' as well." Not so nice but it works. Sorry for the noise.