[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: installation problems about tclcl-1.0b8



On Tue, 06 Apr 1999 11:28:00 +0200, "salvo" wrote: 
>Dear Berkeley University' s friends,
>i' m  a computer engineering' student from Catania University.
>I try to install ns2.1b4 under windows 98 in my pc following the instruction found in ns-build.html.
>After updating makefile.win in tclcl1.0b8\conf directory according to VC++ 5.0 and tclcl , tk8.0, tcl8.0, otcl-1.0a4 paths, i run nmake.
>This program exit with the following errors :
> 
>c:\tclcl-1.0b8\embedded-tcl.cc() : error c2026 :string too big, trailing characters truncated.
> 
>In line :
> 
>109, 184, 299, 402, 497,573 ,676, 775, 862, 961,1058.
>
>I hope you interest for this problem, thank' s.
> 
>Salvatore Distefano
> 
>p. s. : sorry fo my primitive english !!!! bye!  
> 
 -=- MIME -=- 
This is a multi-part message in MIME format.

------=_NextPart_000_0008_01BE8020.86EDE900
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Dear Berkeley University' s friends,
i' m  a computer engineering' student from Catania University.
I try to install ns2.1b4 under windows 98 in my pc following the =
instruction found in ns-build.html.
After updating makefile.win in tclcl1.0b8\conf directory according to =
VC++ 5.0 and tclcl , tk8.0, tcl8.0, otcl-1.0a4 paths, i run nmake.
This program exit with the following errors :
=20
c:\tclcl-1.0b8\embedded-tcl.cc() : error c2026 :string too big, trailing =
characters truncated.
=20
In line :
=20
109, 184, 299, 402, 497,573 ,676, 775, 862, 961,1058.

I hope you interest for this problem, thank' s.
=20
Salvatore Distefano
=20
p. s. : sorry fo my primitive english !!!! bye! =20
=20

------=_NextPart_000_0008_01BE8020.86EDE900
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 =
HTML//EN">
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Dear Berkeley University' s=20
friends,</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>i' m&nbsp; a computer engineering' =
student from=20
Catania University.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>I try to install ns2.1b4 under =
windows 98 in my=20
pc following the instruction found in ns-build.html.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>After updating makefile.win in =
tclcl1.0b8\conf=20
directory according to VC++ 5.0 and tclcl , tk8.0, tcl8.0, otcl-1.0a4 =
paths, i=20
run nmake.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>This program exit with the following =
errors=20
:</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>c:\tclcl-1.0b8\embedded-tcl.cc() : =
error c2026=20
:string too big, trailing characters truncated.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2>&nbsp;</FONT></DIV>
<DIV><FONT size=3D2>In line :</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>109, 184, 299, 402, 497,573 ,676, 775, 862,=20
961,1058.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>I hope you interest for this =
problem, thank'=20
s.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>Salvatore Distefano</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>p. s. : sorry fo my primitive =
english !!!!=20
bye!&nbsp; </FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0008_01BE8020.86EDE900--


You need to rebuilt tcl2c++.c (in tclcl) to use short strings.
See the #define TCL2C_INT at the beginning of tcl2c++.c.

There was code to enable this #define based on if WIN32 was defined.
Apparently that's not right, though.  Does your system have _WIN32 or
something else defined to identify itself?  (If some windows user will
let me know in private e-mail I'll fix the source for the next release.)

   -John Heidemann