I am trying to compile xemacs 20.4 withOUT gpm support because of the CTRL-Z error in the console.
I got the three xemacs 20.4 files pertinant to building a debian package. I did a "dpkg-source -x xemacs20*dsc" then edited the debian/rules file to remove gpm support. For the actual build, I typed "dpkg-buildpacke -us -uc" from the top level of the xemacs source. A bit into the compilation, I get the following error: /home/garman/temp/xemacs20-20.4/lib-src/profile.c: In function `reset_watch': /home/garman/temp/xemacs20-20.4/lib-src/profile.c:51: too few arguments to function `gettimeofday' /home/garman/temp/xemacs20-20.4/lib-src/profile.c: In function `get_time': /home/garman/temp/xemacs20-20.4/lib-src/profile.c:64: too few arguments to function `gettimeofday' m Does anyone know what this problem is, and how I can fix it? Note: I also got the vanilla source, and unpacked in in /usr/local/src, trying to build my own xemacs 20.4 (versus a Deb package), and encountered the same error. Can someone suggest a viable solution? Thanks a million! Matt

