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 Date: Wed, 19 Jan 2005 13:00:22 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Patrick Samson cc: cygwin AT cygwin DOT com Subject: Re: FileRunner under cygwin - simple compilation fails. In-Reply-To: <20050119175434.47986.qmail@web51403.mail.yahoo.com> Message-ID: References: <20050119175434 DOT 47986 DOT qmail AT web51403 DOT mail DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 19 Jan 2005, Patrick Samson wrote: > --- 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 ...which expands to "const" in the final sources: $ echo '#include ' | gcc -E - | grep '^typedef int (Tcl_CmdProc)' typedef int (Tcl_CmdProc) (ClientData clientData, Tcl_Interp *interp, int argc, const char *argv[]); And your point was?.. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- 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/