- 13 Apr, 2022 1 commit
-
-
Tony Farrell authored
-
- 29 Mar, 2022 1 commit
-
-
Tony Farrell authored
-
- 18 Jun, 2021 1 commit
-
-
Mario Gonzalez authored
Update tclInt.h See merge request !1
-
- 16 Jun, 2021 1 commit
-
-
Mario Gonzalez authored
-
- 21 Aug, 2020 24 commits
-
-
Ammended unix/configure so that it will not include zlib within the building even if zlib is available on the system. This was done by setting the variable zlib_ok to no immediately after the test that it is available. Search for "BY ORDER OF THE FROG OF MARS" to find it.
-
Modified unix/Makefile.in so that in the event of a distclean it will copy the toplevel pkgs src code directory into the unix directory after it has removed the built code unix/pkgs directory. This is necessary because there are shell scripts in these directories that do not get placed there by the build process.
-
Installed tcl 8.6b Trying to update tcl to tcl 8.5.10. I had a little screw up in the process as I was not familiar with the newer 3rd party toool versioning. Will try to check this in with acmm tag 8.5.10 Inserted Tcl version 8.4.19, but downloaded from Apple directory http://opensource.apple.com/source/tcl/tcl-87/ This was done to pick up changes which make this work on MacOsX Snow Leopoard. Note - the messing around with CFLAGS is no longer needed, all you need to is to set environment variables as follows to get different architectures built. CFLAGS="-arch x86_64 -arch i386 -arch ppc" LDFLAGS="-arch x86_64 -arch i386 -arch ppc" Also noted as being authored by mnb Also noted as being authored by mnb
-
Comment out FAT build extras on MacOsX - we no longer need this and it manages to cause problems in some cases. We were only using it for Configure.
-
Inserted Tcl version 8.4.15 as ACMM version 84.15. This is In Tcl/unix/configure, just after "Darwin-*)" added CFLAGS="$CFLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -mmacosx-version-min=10.4" LDFLAGS="$LDFLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc -mmacosx-version-min=10.4" Such that the Mac FAT build is done by default.
-
Modified (fudged) configure Darwin target such as to support fat (both ppc and intel) builds by default. This was done by adding the lines CFLAGS="$CFLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" LDFLAGS="$LDFLAGS -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" To the Darwin target. For ppc machines, this does rely on having the cross developement system installed, which you can check by seeing if you have /Developer/SDKs/MacOSX10.4u.sdk. Hopefully, Tcl will support this out of the box in future.
-
Inserted Tcl version 8.4.11 as ACMM version 84.11. This is needed to fix a bug (in Tk actually) where if you created a top level window on a different screen then "wm stackorder ." would crash.
-
Inserted Tcl version 8.4.7 as ACMM versin 84.7 (Straight from source with no attempted build at AAO, but first renamed Tcl ChangeLog file to ChangeLog.Tcl.
-
Inserted Tcl version 8.3.5 as ACMM versin 83.5 (Straight from source with no attempted build at AAO, but first renamed Tcl ChangeLog file to ChangeLog.Tcl.
-
Added a top level Makefile - which presumes a unix build and runs it.
-
Inserted Tcl version 8.2.3 as ACMM version 82.3 (Straight from source with no attempted build at AAO, but first renamed Tcl ChangeLog file to ChangeLog.Tcl.
-
Inserted Tcl version 8.0.3 as ACMM version 80.3. I had the following notes about building this for AAO. ------------- ./configure --prefix=/instsoft/Tcl8.0.3 --exec-prefix=/instsoft/Tcl8.0.3/solaris --enable-shared -enable-gcc Added --enable-gcc to use GCC. ---------
-
Inserted Tcl version 8.0b2 as ACMM version 80.0 I had the following notes about building this for AAO ----- ./configure --prefix=/instsoft/Tcl8.0b2 --exec-prefix=/instsoft/Tcl8.0b2/solaris --enable-shared -enable-gcc Add --enable-gcc to use GCC. Edit makefile and add the following to LIBS -lsocket -lnsl May have to remove -DGETTOD_NOT_DECLARED -----
-
Forgot to set version correctly to 76.0
-
Inserted Tcl version 7.6 as ACMM version 76.0 This directory should be renamed as tcl7.6 for building. This pairs with Tk version 4.2, ACMM module Tk, version 42.0.
-
Created from NOTAGCHK template by acmmCreateSubsystem
-
afarrell authored
Initialised this ACMM migrated repository with .gitfilters and .gitattributes for RCS keywords.This ACMM module was originally NOTAGCHK With the description: Tool Command Language snapshots
-