thomasoa / andrews-deal

Automatically exported from code.google.com/p/andrews-deal
Other
10 stars 7 forks source link

Deal 3.1.6 does not build with Tcl 8.3 #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by "Greg" via email, Deal 3.1.6 does not build with Tcl 8.3.

The error comes from the use of CONST84 in the tcl_incl.h file, and I've
suggested a fix of adding the lines:

#ifndef CONST84
#define CONST84
#endif

after the include of "tcl.h," but I'm not sure if this will work.  Awaiting
feedback.

Original issue reported on code.google.com by thomasoa on 17 Sep 2008 at 1:27

GoogleCodeExporter commented 9 years ago
Revision 256 in the source code adds this change to tcl_incl.h

Original comment by thomasoa on 17 Sep 2008 at 1:30

GoogleCodeExporter commented 9 years ago
Okay, I happened to get a new Linux computer today, so I tried my fix and it 
compiled
fine against Tcl 8.3 with this change.  

Original comment by thomasoa on 18 Sep 2008 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by thomasoa on 31 Oct 2008 at 4:56