Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.sprintlink.net!in2.uu.net!tcsi.tcs.com!agate!hpg30a.csc.cuhk.hk!news.erg.cuhk.hk!usenet From: CHAN Yiu Wah <clarence> Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: make problem - macro or #include recursion too deep Date: 18 Sep 1995 00:33:18 GMT Organization: Engineering Faculty CUHK Lines: 33 Message-ID: <43ieoe$q6b@eng_ser1.erg.cuhk.hk> References: <43b41n$3t2@eng_ser1.erg.cuhk.hk> <DEy7o6.DM8@deshaw.com> NNTP-Posting-Host: sparc3.cs.cuhk.hk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.4 sun4m) To: christos@deshaw.com X-URL: news://news/DEy7o6.DM8@deshaw.com Hello Christos, Thank you for your help first. I didn't write down which header file made me in trouble, I can tell you the steps for the compilation (up to the problem come out). 1. (cd /usr/src/etc; make DESTDIR=/ distrib-dirs 2. (cd /usr/rc/usr.sbin/config; make && make install && make cleandir) 3. (cd /usr/src/gnu/usr.bin/gas ; make && make install && make cleandir) 4. (cd /sys/arch/i386/conf ; config KERNEL) 5. (cd /sys/arch/i386/compile/KERNEL ; make depend && make) The error appeared when make depend proceed. Cheers. Clarence CHAN clarence@cs.cuhk.hk >christos@deshaw.com (Christos Zoulas) wrote: >In article <43b41n$3t2@eng_ser1.erg.cuhk.hk> CHAN Yiu Wah <clarence> writes: >>I recently tried to compile the NetBSD-current sources and found that the >>system show me the "macro or #include recursion too deep" error meesage. Can >>anyone kindly tell me how to solve. Thanks. >> > >I don't think this is a make problem. This is a c-preprocessor error message. >If you provide some more context [i.e. which directory it happened and >the file where it happened] I might be able to help. > >christos