[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem when make ns under Windows
On Wed, 14 Oct 1998 19:24:19 +0800, r6921117 wrote:
> I tried to built ns-2.1b3 under Windows NT and using VC++ 5.0.
>And I have sucessfully make tcl8.0, tk8.0, and otcl, but when I
>try to make the makefile.vc in the Tclcl-1.06b directory, I got
>some trouble: the system returned that the line 348 in tcl.cc
>using the function "snprintf" which was not declared, and then the
>make terminated. Does anyone konw what's wrong?
Please see the recent discussion about snprintf in the mailing list
archives.
I believe snprintf under windows is addressed in the current snapshot
of tclcl. Can you try that and let me know? If not, define or don't
define HAVE_SNPRINTF.
-John Heidemann