On Wed, 6 Sep 2000, Dan Schenck wrote:

> I have attempted to make TclBlend1.2.6 on Windows 2000 using Tcl8.3.2.  I
> modified the make file according to the instructions, however, there are
> problems with the make file.  First, it wants to delete files which are not
> there the first time you run nmake.  When delete fails the script won't
> complete.  I got around this by faking up the files it was looking for so it
> would have something to delete.  There is also a quoting problem where the
> include path for Tcl needs to be enclosed in ""s if the Tcl path has blanks
> in a directory name, e.g., "C:\Program Files\Tcl\include".
> 
> Now though I am stuck.  Make is looking for tclInt.h and I don't have it
> anywhere.  I recall that this used to be included with Tcl, but apparently
> it is not anymore.  Is there a source for this file somewhere?

You need to have the source code for Tcl so that it can find tclInt.h.
I assume you just downloaded the binary of Tcl and you are trying to
build Tcl Blend from that. You might just want to download the binary
or Tcl Blend in that case, but be warned that the binary has its own
troubles.

Mo DeJong
Red Hat Inc

----------------------------------------------------------------
The TclJava mailing list is sponsored by Scriptics Corporation.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
An archive is available at http://www.mail-archive.com/tcljava@scriptics.com

Reply via email to