Issues.00624 - lordmundi/wikidoctest GitHub Wiki

00624: Tcl/Tk headers missing

« 00623 | Issues | 00625 »

Summary: Tcl/Tk headers missing

Created: 2017–06–27 13:27

Status: Released

Category: Bug

From: alin

Version: 2.4

Released_In: 2.4.1

Description:

The Tcl/Tk headers that were used to build EDGE are missing in the release.


Comments


« 00623 | Issues | 00625 »

Associated Commits

| commit | ae98fcc2a1e833f469fe47799bb79ae7b55abd75 link5 | || | Author: | Alex Lin | | Date: | Tue Jun 27 14:13:06 2017 -0500 | | Message: | [@Issue 00624: Tcl/Tk headers missing Forgot to include the makefile that adds the include directory for the missing tcl/tk files. @] |

Affected Files:

makefiles/common.mk | 9 +++±----
 1 file changed, 4 insertions(+), 5 deletions(-)

| commit | a7a5e328467fe96ec9ee6b31f137397191bcf952 link6 | || | Author: | Alex Lin | | Date: | Tue Jun 27 14:11:41 2017 -0500 | | Message: | [@Issue 00624: Tcl/Tk headers missing Copied the header files from the tcl/tk source code directory we used to compile EDGE and saved them in the include directory we distribute. @] |

Affected Files:

include/tcltk8.5.8/X11/X.h              |  677 ++++
 include/tcltk8.5.8/X11/Xatom.h          |   79 +
 include/tcltk8.5.8/X11/Xfuncproto.h     |   60 +
 include/tcltk8.5.8/X11/Xlib.h           | 1205 ++++++
 include/tcltk8.5.8/X11/Xutil.h          |  855 ++++
 include/tcltk8.5.8/X11/cursorfont.h     |   79 +
 include/tcltk8.5.8/X11/keysym.h         |   35 +
 include/tcltk8.5.8/X11/keysymdef.h      | 1169 ++++++
 include/tcltk8.5.8/tcl.h                | 2450 ++++++++++++
 include/tcltk8.5.8/tclDecls.h           | 6548 +++++++++++++++++++++++++++++++
 include/tcltk8.5.8/tclPlatDecls.h       |  141 +
 include/tcltk8.5.8/tclTomMath.h         |  843 ++++
 include/tcltk8.5.8/tclTomMathDecls.h    |  789 ++++
 include/tcltk8.5.8/tk.h                 | 1605 ++++++++
 include/tcltk8.5.8/tkDecls.h            | 3098 +++++++++++++++
 include/tcltk8.5.8/tkIntXlibDecls.h     | 2241 +++++++++++
 include/tcltk8.5.8/tkPlatDecls.h        |  253 ++
 include/tcltk8.5.8/tommath_class.h      |  999 +++++
 include/tcltk8.5.8/tommath_superclass.h |   76 +
 include/tcltk8.6.6/tcl.h                | 2665 +++++++++++++
 include/tcltk8.6.6/tclDecls.h           | 3918 ++++++++++++++++++
 include/tcltk8.6.6/tclOO.h              |  147 +
 include/tcltk8.6.6/tclOODecls.h         |  234 ++
 include/tcltk8.6.6/tclPlatDecls.h       |  122 +
 include/tcltk8.6.6/tclTomMath.h         |  832 ++++
 include/tcltk8.6.6/tclTomMathDecls.h    |  518 +++
 include/tcltk8.6.6/tk.h                 | 1619 ++++++++
 include/tcltk8.6.6/tkDecls.h            | 1733 ++++++++
 include/tcltk8.6.6/tkPlatDecls.h        |  176 +
 29 files changed, 35166 insertions(+)