Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20050119175434.47986.qmail@web51403.mail.yahoo.com> Date: Wed, 19 Jan 2005 09:54:34 -0800 (PST) From: Patrick Samson Subject: Re: FileRunner under cygwin - simple compilation fails. To: cygwin AT cygwin DOT com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes --- Igor Pechtchanski wrote: > Arg #3 is a pointer to a function (Tcl_CmdProc). > See where that's > declared *in the preprocessed file* (so that all > macros are expanded) and > see if your declarations of GetTimeFromSecs, etc, > correspond to it. The > most obvious mismatch is probably the "const char* > argv[]" vs. your "char* > argv[]". > From a working source of Postgresql: static int pltcl_elog(ClientData cdata, Tcl_Interp *interp, int argc, CONST84 char *argv[]); ^^^^^^^ I'm pretty confident that CONST84 is #defined as CONST in tcl.h __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more. http://info.mail.yahoo.com/mail_250 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/