From owner-freebsd-questions Sun Oct 4 12:12:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13137 for freebsd-questions-outgoing; Sun, 4 Oct 1998 12:12:35 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from finland.ispro.net.tr (finland.ispro.net.tr [195.174.18.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA13122 for ; Sun, 4 Oct 1998 12:12:24 -0700 (PDT) (envelope-from yurtesen@ispro.net.tr) Received: from ispro.net.tr (suomi.ispro.net.tr [195.174.18.63]) by finland.ispro.net.tr (8.8.8/8.8.8) with ESMTP id WAA29443 for ; Sun, 4 Oct 1998 22:12:22 +0300 (EEST) (envelope-from yurtesen@ispro.net.tr) Message-ID: <3617C8A7.751A24ED@ispro.net.tr> Date: Sun, 04 Oct 1998 22:12:39 +0300 From: Evren Yurtesen X-Mailer: Mozilla 4.06 [en] (Win98; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel is not compiling, please help. :) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, I have a little problem with 2.2.7 release of FreeBSD it does not want to get compiled... I have even tried the GENERIC kernel configuration file because I thought that I did some mistake in mine. what should I do now? I had no problem with 2.2.6 Release! this is what exactly happens alp:/root#cd /usr/src/sys/i386/conf/ alp:/usr/src/sys/i386/conf#ls GENERIC Makefile.i386 PCCARD files.i386 options.i386 LINT NETSHIP devices.i386 majors.i386 alp:/usr/src/sys/i386/conf#/usr/sbin/config GENERIC Removing old directory ../../compile/GENERIC: Done. Kernel build directory is ../../compile/GENERIC alp:/usr/src/sys/i386/conf#cd ../../compile/GENERIC/ alp:/usr/src/sys/compile/GENERIC#make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. ./.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c In file included from ../../i386/i386/genassym.c:40: ../../../include/stdio.h:231: parse error before `,' *** Error code 1 Stop. alp:/usr/src/sys/compile/GENERIC# also when I try to issue make depend command again and again it gives one other error message alp:/usr/src/sys/compile/GENERIC#make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. ./.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c In file included from ../../i386/i386/genassym.c:40: ../../../include/stdio.h:279: parse error before `,' *** Error code 1 Stop. alp:/usr/src/sys/compile/GENERIC#make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I. ./.. -I../../../include -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c In file included from ../../../include/stdio.h:44, from ../../i386/i386/genassym.c:40: ../../sys/types.h:139: parse error before `)' *** Error code 1 Stop. alp:/usr/src/sys/compile/GENERIC# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message