Re: getopt.h conflicts with unistd.h in 5.4
- From: jpd <read_the_sig@xxxxxxxxxxxxxxxxxxxxxx>
- Date: 16 Feb 2006 11:18:17 GMT
Begin <slrndv8nao.2btj.usenet@xxxxxxxxxxxxxxx>
On 2006-02-16, Lars Eighner <usenet@xxxxxxxxxxxxxxx> wrote:
What I am trying to do is compile the command line version of
stardict, which is generally known as sdcv.
I wouldn't know about that, as before you mentioned it I didn't know
about it at all, under any name.
So it appears to me my installed unistd.h conflicts with getopt.h
and this is not the sdcv source's fault.
Actually, it probably is, as getopt(3) tells me --and might have told
you-- the apropriate header is <unistd.h>, whereas your program comes
with what looks like its own version of getopt().
What to do about this?
Kick out the local version and use the standard one?
--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
This message was originally posted on Usenet in plain text.
Any other representation, additions, or changes do not have my
consent and may be a violation of international copyright law.
.
- Follow-Ups:
- Re: getopt.h conflicts with unistd.h in 5.4
- From: Lowell Gilbert
- Re: getopt.h conflicts with unistd.h in 5.4
- References:
- getopt.h conflicts with unistd.h in 5.4
- From: Lars Eighner
- getopt.h conflicts with unistd.h in 5.4
- Prev by Date: getopt.h conflicts with unistd.h in 5.4
- Next by Date: Re: getopt.h conflicts with unistd.h in 5.4
- Previous by thread: getopt.h conflicts with unistd.h in 5.4
- Next by thread: Re: getopt.h conflicts with unistd.h in 5.4
- Index(es):
Relevant Pages
|