compile errors - Mailing list pgsql-hackers-win32

From
Subject compile errors
Date
Msg-id OF6B251075.A8E0FD9A-ONC1256E5F.0023E4F4-C1256E5F.0024C8FF@flender.com
Whole thread Raw
Responses Re: compile errors  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers-win32

Hi,

on the current win32 snapshot I get a compiler error while compiling

pg_resetxlog


Error message :

pg_resetxlog.c : In function `main':
pg_resetxlog.c: 193: `optind' undeclared (first use in this function)


To solve this problem temporary on my system, I declared optind as extern int.

Is there a config issue or is this a bug ?

Bye

tom

pgsql-hackers-win32 by date:

Previous
From: Barry Lind
Date:
Subject: Re: shutdown problems on win32
Next
From: Tom Lane
Date:
Subject: Re: compile errors