Subject: Re: bochs pkgsrc snafu?
To: None <netbsd-help@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: netbsd-help
Date: 08/21/2003 10:05:46
On Thu, Aug 21, 2003 at 12:15:52AM -0400, Bob Bernstein wrote:
> I see this trying to build bochs pkgsrc:

> ../cpu/cpu.h:1832: macro `CPUID' used with just one arg

Something must be including machine/specialreg.h (which is where CPUID
gets its other definition).

The easy way to find out is to add:
#define CPUID
to the top of devices.cc and see where the compiler objects to the
duplicate definition.

My running system isn't quite current enough to reproduce the error.

	David

-- 
David Laight: david@l8s.co.uk