From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christophe Gimenez" Subject: Can't compile elksnet Date: Fri, 2 Aug 2002 14:02:43 +0200 Sender: linux-8086-owner@vger.kernel.org Message-ID: <001801c23a1c$81fe30d0$0101a8c0@workstation> References: <001901c239ea$d4b30df0$0101a8c0@workstation> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: Linux 8086 Hello, I know that some previous messages covered this problem but I've tried to do my best and can't find a solution to compile theses packages. What I've done : - get the latest elks, elkscmd and elksnet from cvs - compiled a kernel (and used it : fine) - downloaded the 0.16 version of dev86 - replaced the dev86 syscall.dat and syscall.dev86 with the one provided with elks kernel - compiled and installed this version (removed the original 0.15 as part of my RedHat 7.3 distribution) - redone the links to linuxmt and arch (/usr/bcc/include/linuxmt and arch are ok) - elks dir is under /usr/src - same for elkscmd and elksnet - done a make clean in elksnet and elkscmd When I try to "make" elksnet I get : make[1]: Entering directory `/usr/src/elksnet/screen' bcc -I`pwd`/../../elks/include -DELKS -c ansi.c /usr/src/elksnet/screen/../../elks/include/arch/irq.h:31.32 (from /usr/src/elksnet/screen/../../elks/include/arch/posix_types.h:4) (from /usr/src/elksnet/screen/../../elks/include/linuxmt/posix_types.h:54) (from /usr/src/elksnet/screen/../../elks/include/linuxmt/types.h:53) (from /usr/bcc/include/sys/types.h:3) (from /usr/bcc/include/stddef.h:10) (from /usr/bcc/include/sys/types.h:2) (from /usr/bcc/include/stdio.h:6) (from ansi.c:13): error: need ')' Is it me or is there something wrong with the makefiles ? Thank you !