2015-03-29
| ||
21:51 | • Ticket [2d0bdb02a7] please include textsearch (or link to repository) status still Open with 6 other changes artifact: 4244ba58e9 user: peter | |
2015-03-26
| ||
03:43 | • New ticket [2d0bdb02a7]. artifact: c087065677 user: anonymous | |
Ticket Hash: | 2d0bdb02a747c1c83335376d00e44c63ecfaf4eb | ||
Title: | please include textsearch (or link to repository) | ||
Status: | Open | Type: | Build_Problem |
Severity: | Important | Priority: | Immediate |
Subsystem: | Diff_Display | Resolution: | Open |
Last Modified: |
2015-03-29 21:51:24 10.14 years ago |
Created: |
2015-03-26 03:43:53 10.15 years ago |
Version Found In: | trunk |
User Comments: | ||||
anonymous added on 2015-03-26 03:43:53:
I've had to hack a bit to build my own kits of eskil. After a "make" I was able to get things into a wrappable state with the following. teapot-client comes from [http://teaparty.rkeene.org/]: make # various errors for bad symlinks ( cd eskil.vfs/lib && rm -rf snit struct pdf4tcl diffutil textsearch tkdnd tablelist wcb cmdline ) teapot-client get eskil.vfs linux x86_64 snit struct::list pdf4tcl DiffUtil tkdnd tablelist tablelist_tile wcb cmdline ( cd eskil.vfs/snit && echo 'pkg_mkIndex .' | tclsh ) sdx unwrap ../eskil27.kit mv eskil27.vfs/lib/textsearch eskil.vfs/lib rm -rf eskil27.vfs sdx wrap eskil -runtime $(which tclkit-8.6.4) Line #3 corrects a broken pkgIndex in snit as distributed on rkeene's teapot, which will hopefully be fixed soon. The next lines get "textsearch" out of a kit downloaded from here - since it's the only requirement not widely distributed, I'd like to see it included in the eskil fossil. peter added on 2015-03-29 21:51:24: I have pushed textSearch to http://github.com/pspjuth/textSearch Otherwise just pull it from any eskil kit as described in Eskil's Makefile. |