etk broken in R6B-0? (was INET_GETHOST.EXE)
Vance Shipley
vances@REDACTED
Fri Dec 3 20:14:03 CET 1999
} The problem (at least on Unix) seems to be that the file etk/src/tkstr.erl
} is never compiled.
The tk Makefile is missing two files. To correct edit ./lib/etk/src/Makefile:
MODULES = \
tk \
etk \
etk_menu \
tkbutton \
tkconsole \
tkdialog \
tkentry \
tkfocus \
tklib \
tklistbox \
tkmenu \
tkoptmenu \
+ tkrender \
tkscale \
tkscrlbar \
+ tkstr \
tktearoff \
tktext
-Vance
More information about the erlang-questions
mailing list