Hello, I can not get any linux binaries to work on my system and I can not compile the source code.
I am running Linux Mandrake 7.2. I compiled the code on Mandrake 5.1 and 6.2 successfully before. The error message I get during make is: Making all in src make[1]: Entering directory `/root/dx-4.1.0/src' Making all in exec make[2]: Entering directory `/root/dx-4.1.0/src/exec' Making all in libdx make[3]: Entering directory `/root/dx-4.1.0/src/exec/libdx' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/dx-4.1.0/src/exec/libdx' Making all in dxmods make[3]: Entering directory `/root/dx-4.1.0/src/exec/dxmods' gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../dpexec -I/usr/include -I/usr/local/include -Dlinux -I/usr/X11R6/include -I/usr/X11R6/include/X11 -g -O2 -I/usr/X11R6/include -c _im_image.c _im_image.c: In function 'write_im': _im_image.c:211: too few arguments to function 'ReadTmage' make[3]: *** [_im_image.o] Error 1 make[3]: Leaving directory `/root/dx-4.1.0/src/exec/dxmods' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/dx-4.1.0/src/exec' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/dx-4.1.0/src' Can anyone tell me how to complete the build? Thanks, Steve Daeninck
