Re: mkdep error on kernel compilation
On Saturday 15 March 2003 09:01 pm, [EMAIL PROTECTED] wrote: > Hello, > I am trying to compile a kernel under FreeBSD 4.62, and I am getting an > error that I couldn't find in the archives. After executing "make depend > && make all install", I get an error like this: Considering this is a nonstandard way to build a kernel, I'm not too surprised you got an error. Try the standard way before hunting down the problem. The standard way is method 2 listed in the handbook. Tim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
mkdep error on kernel compilation
Hello, I am trying to compile a kernel under FreeBSD 4.62, and I am getting an error that I couldn't find in the archives. After executing "make depend && make all install", I get an error like this: /usr/src/sys/modules/icbs2/../../i386/icbs2/icbs2_isc_sysent.c: 38: unterminated macro call has anybody seen this error before or have some idea of what I can do? I'm assuming that it's telling me there's a syntax error on line 38 of the file icbs2_isc_sysent.c, but coming from C++ (not C) I've never worked with macros and am not sure how I would go about fixing and unterminated one. Thanks for the help! Cheers b.timm To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message