[tlbuild] About --enable-ipc

Taco Hoekwater taco at elvenkind.com
Wed Jun 3 14:27:00 CEST 2009



Peter Breitenlohner wrote:
> 
> I would guess it is 'no such file' from '#include <sys/socket.h>' in line
> 882 of texk/web2c/lib/texmfmp.c.

Yes, exactly

> That should probably be changed into something like
> 
>     #ifdef _WIN32
>     #include <winsock.h>
>     #else
>     #include <sys/socket.h>
>     #endif

But isn't IPC using Unix sockets? Anyway ...

> Until that is done, you can always use '--disable-ipc'.

... that's what I have done, indeed.

Best wishes,
Taco




More information about the tlbuild mailing list