Re: [hatari-devel] Control socket server |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Hi, great, thanks! That makes it a lot easier to control Hataris debugger etc. from Sublime et al build systems. The patch works fine on OSX and Windows has no fifo of course. Needs a little tweak under windows to compile, though: in control.h a line like #define Control_SetFifo(path) "Control fifo is not supported on this platform." is missing for the #else part of #if HAVE_UNIX_DOMAIN_SOCKETS. Sorry, don't have a patch at hand. Unfortunately Windows' CreateNamedPipe is nothing like mkfifo (aka totally easy), it's more along the lines of domain sockets. Windows now has AF_UNIX domain sockets in one of it's latest builds, but I don't know if they are available in older versions (probably not). So it's either named pipes or my TCP/IP listener patch to get cmd-fifo running on windows. We'll see.
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |