[Incrtcl-develop] [ incrtcl-Bugs-2565112 ] Cannot build new stuff with MSVC6
by SourceForge.net other posts by this author
Feb 4 2009 11:47AM messages near this date
[Incrtcl-develop] [ incrtcl-Bugs-2557570 ] extra files in 4.0b3 tarball
|
[Incrtcl-develop] [ incrtcl-Bugs-2555158 ] makefile.vc does not work, outdated?
Bugs item #2565112, was opened at 2009-02-04 19:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=2565112&group_id=13244
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Win32 specific
Group: cvs-HEAD
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pat Thoyts (patthoyts)
Assigned to: David Gravereaux (davygrvy)
Summary: Cannot build new stuff with MSVC6
Initial Comment:
The version that has just been added to the Tcl pkgs/ on HEAD cannot be built with MSVC 6. I
get the following errors:
itclBase.c
..\generic\itclBase.c(85) : error C2026: string too big, trailing characters truncated
itclBuiltin.c
..\generic\itclBuiltin.c(85) : error C2026: string too big, trailing characters truncated
itclParse.c
..\generic\itclParse.c(100) : error C2026: string too big, trailing characters truncated
Actually these are warnings (when building the debug version we make all warnings be errors)
. But obviously the package doesnt work since these strings are truncated.
Perhaps use Tcl_VarEval and split them up a bit? Why not use files?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=113244&aid=2565112&group_id=13244
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
|