Simon Greaves <[EMAIL PROTECTED]> writes:
> o Tcl include files were not found. My guess here is many people have it
> installed in it's 'default' location '/usr/local', and since gcc searches
> /usr/include AND /usr/local/include by default, everything's cool. The
> bundled Digital CC does _not_ do this however so I added an extra
> '-I$TCL_PREFIX/include' to $INC in builddtcl.sh after reading the
> tclConfig.sh.
Hrm, I think there is a slightly better way to fix this. To wit:
INC=$(INCLUDES) -I$(TCL_PREFIX)/include
in the makefile. I'd rather have it there, so as little as possible
is done in the shell script.
> o Some of the source modules use '//' as comments which upsets the
> Digital compiler - well, strictly speaking it isn't real C is it?
> Whatever, changing them to the regular '/* blah */' fixes things.
Oops, mostly just 'in progress' sorts of things I had briefly
commented out and left. I've changed them, and I suppose I'll use
'real' C comments.
> Anyway, not actually tested it yet, but now compiles at least, will
> do so soon and send the patches.
Thanks!
--
David N. Welton
Personal: http://www.efn.org/~davidw/
Free Software: http://people.debian.org/~davidw/
Apache Tcl: http://tcl.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]