[MIT-Scheme-devel] Error when building current MIT Scheme from Git on Linux

2012-03-05 Thread Dirk Ullrich
Hello, when trying to build current Git master of MIT Scheme I on Linux get the following error (both on Debian 64bit and Arch Linux 64bit) gcc -std=gnu99 -DHAVE_CONFIG_H -DMIT_SCHEME -DDEFAULT_LIBRARY_PATH=\/usr/local/packages/emacs-devel/lib/mit-scheme-x86-64\ -I. -I. -O3 -Wall -Wundef

Re: [MIT-Scheme-devel] Error when building current MIT Scheme from Git on Linux

2012-03-05 Thread Taylor R Campbell
Date: Mon, 5 Mar 2012 15:52:16 +0100 From: Dirk Ullrich dirk.ullr...@googlemail.com This can easily tracked down: In Git's commit 0d5d7b56d40bcc37ae0e83495b3a0c45d0ce734f `src/microcode/tterm.c' is changed only to include one of `term.h' or `termcap.h'. On my Linuxes both header

Re: [MIT-Scheme-devel] Error when building current MIT Scheme from Git on Linux

2012-03-05 Thread Chris Hanson
I made this change because a user reported that the code failed to compile in slackware when both were included. Is there a use case where both must be included? Or should I just change it to prefer termcap.h over term.h? On Mon, Mar 5, 2012 at 11:24 AM, Taylor R Campbell campb...@mumble.net

Re: [MIT-Scheme-devel] Error when building current MIT Scheme from Git on Linux

2012-03-05 Thread Taylor R Campbell
Date: Mon, 5 Mar 2012 14:54:54 -0800 From: Chris Hanson c...@chris-hanson.org I made this change because a user reported that the code failed to compile in slackware when both were included. Is there a use case where both must be included? Or should I just change it to prefer

Re: [MIT-Scheme-devel] Error when building current MIT Scheme from Git on Linux

2012-03-05 Thread Dirk Ullrich
Hi, Am 5. März 2012 23:54 schrieb Chris Hanson c...@chris-hanson.org: I made this change because a user reported that the code failed to compile in slackware when both were included. Is there a use case where both must be included?  Or should I just change it to prefer termcap.h over term.h?