Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Francois Pessaux <pessaux@mouton.inria.fr>
To: bpr@best.com, caml-list@inria.fr
Subject: Re: Anyone ported OCamlTk to Tcl/Tk 8.0 on Windows?
Date: Tue, 10 Nov 1998 09:54:19 +0100	[thread overview]
Message-ID: <199811100854.JAA10395@mouton.inria.fr> (raw)
In-Reply-To: Your message of "Mon, 09 Nov 1998 11:11:27 PST." <Pine.BSF.4.05.9811091056290.7842-100000@shell5.ba.best.com>


Hi,

> It appears that the Tcl C interface has changed a bit in going from 7.6 to 
> 8.0, and while the Unix port was not affected the Windows port was.
Unix port *was* also affected. We had to write a patch to compile the whole
stuff.

> which affect the file ocamltk41\support\cltkFile.c, which uses the
> obsolete Tcl_GetFile function and Tcl_File type.
If TCL_MAJOR_VERSION is defined >= 8 then the compiled source will use the new
Tcl_GetFile.
cltkEval.c, cltkImg.c, cltkFile.c where patched to use the new API (you can
find locations by "grep-ing" TCL_MAJOR_VERSION or 8).

That's strange, because all you said seems to be patched in the last release.
Make sure that when compiling, TCL_MAJOR_VERSION is defined and >= 8.
If the problems are still present, then we should have a look with Francois
Rouaix.

	--Francois





  reply	other threads:[~1998-11-10 12:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-06 22:49 Brian Rogoff
1998-11-09 13:54 ` Francois Pessaux
1998-11-09 19:11   ` Brian Rogoff
1998-11-10  8:54     ` Francois Pessaux [this message]
1998-11-12  0:06     ` Francois Rouaix
1998-11-12 13:10       ` Xavier Leroy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199811100854.JAA10395@mouton.inria.fr \
    --to=pessaux@mouton.inria.fr \
    --cc=bpr@best.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox