delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/01/19/13:00:54

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <pechtcha AT cs DOT nyu DOT edu>
Reply-To: cygwin AT cygwin DOT com
To: Patrick Samson <p_samson AT yahoo DOT com>
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: <Pine.GSO.4.61.0501191257030.19122@slinky.cs.nyu.edu>
References: <20050119175434 DOT 47986 DOT qmail AT web51403 DOT mail DOT yahoo DOT com>
MIME-Version: 1.0

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 <tcl.h>' | 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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019