Pierre Pacchioni <[EMAIL PROTECTED]> - Thu, Aug 14, 2003: > ket-ypxfr.c packet-zebra.c' too long
You're in a bad luck: your OS seems to be quite restrictive with your PATH LENGTH. I suggest you search Google to increase your PATH LENGTH (probably in the registry) or compile on another windows version (I used w2k). Another dirty fix might be to strip the spaces of the DISSECTOR_SRC variable in Makefile.nmake or to run sed on them in the register.c: build command. However, you can also try not to define PYTHON in config.nmake, the Makefile seems to have fallback operation. -- Loïc Minier <[EMAIL PROTECTED]>