2023-11-18 05:53:32 the book says to enable sockets by uncommenting a bit from the makefile: https://git.sr.ht/~crc_/retroforth/tree/master/item/doc/RETRO-Book.md#io-devices however, this section of the makefile no longer exists. did the method for enabling sockets change, or did it just get enabled by default now? 2023-11-18 06:10:23 hm; apparently it's not enabled by default. so there must be a new way to enable it that isn't documented. 2023-11-18 07:12:18 I'll update that. In the stable release, this has been moved to Configuration.mk, in the development builds it's set in vm/nga-c/config.h 2023-11-18 07:42:08 is it intentional that it's no longer possible to configure it using a command-line argument, to make people more inclined to edit the source directly? 2023-11-18 07:43:05 also, thanks for the info 2023-11-18 08:05:11 It's something I'm playing with. It may be reverted before the next release. (I'm doing a variety of things in the build process to see if I can improve the makefiles)