Hi, In trying to compile dx (cvs version 20010518), I stumbled on the following problem:
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I./../libdx -Dlinux -DHAVE_CONFIG_H -I/usr/include/freetype2 -I/usr/include/freetype2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -g -O2 -g -O2 -I/usr/X11R6/include -D_GNU_SOURCE -c remote.c remote.c: In function `ExConnectTo': I tried setting DXRSH, RSH, before configure, trying --with-rsh=$(shell ssh), but to no success. It seems that RSH is #defined in <dx/arch.h> which is included in <dx/dx.h>, which is included in remote.c, but for some reason the definition is not valid (either never defined, or undefined somewhere else). Any ideas? Konstantinos Margaritis
