[eros-arch] More build troubles
Sandro Magi
smagi at naasking.homeip.net
Mon Dec 6 19:44:04 EST 2004
> On Sun, 2004-12-05 at 12:01 -0800, Ryan Brown wrote:
>> Okay. I gave up on the mac and tried building on an x86 linux box.
>> Everything went pretty smoothly for a while. However, when it tries to
>> compile Machine.c, it complains about a parse error in SysTrace.h. The
>> problem is that SysTrace.h has a line
>> typedef structure eros_SysTrace_info {
>> instead of
>> typedef struct eros_SysTrace_info {
>>
>> I tried changing the file and recompiling, but it seems to be
>> regenerated, so I'm not sure what else to do.
>
> Ryan:
>
> This is almost certainly a code generation bug in the capidl code. Look
> in build/src/capidl and grep for 'structure'. It shouldn't exist in too
> many places.
On second thought, this is probably the correct place to fix the problems
I documented. I just didn't know where to look at the time.
More information about the eros-arch
mailing list