From: David O. <da...@qc...> - 2014-01-09 10:05:56
|
Hello, With regards to the following change... I've since been having problems with make build-doc not being able to find tclsh when trying to run dtplite. https://bitbucket.org/naviserver/naviserver/commits/43ac5ab18616/ Changeset: 43ac5ab18616 User: gustafn Date: 2014-01-04 17:33:39 Summary: - use dtplite from $(NAVISERVER)/bin to avoid confusion with other tcl installations on the same machine Affected #: 1 file The build now gives errors like the following: /bin/sh: 9: /usr/local/ns/bin/tclsh: not found /bin/sh: 13: /usr/local/ns/bin/tclsh: not found Previously it would pick it up from the installed tcllib, which it sounds like your specifically trying to avoid. What is the intention for how tclsh and dtplite is installed to $(NAVISERVER)/bin? Wondering if I am missing a build step at some point.. Regards, -- David |