https://bugzilla.novell.com/show_bug.cgi?id=324557#c2
--- Comment #2 from Remy Chi Jian Suen <[EMAIL PROTECTED]> 2007-10-19 09:02:05 MST --- (In reply to comment #1 from Martin Baulig) > So we can close this. Sorry, why is this bug closed? The latest SVN trunk still will not compile on my computer because of the same problem. >From the link I provided: http://lkml.org/lkml/2007/8/23/281 "Stop including asm/user.h from libc - it seems to be disappearing from distros. It's replaced with sys/user.h which defines user_fpregs_struct and user_fpxregs_struct instead of user_i387_struct and struct user_fxsr_struct on i386." asm/user.h is the one that is getting replaced by sys/user.h, not the other way around.Some sort of ifdef magic should be used (or whatever it's called, I don't know C/C++, sorry) or these files should be moved to reference sys/user.h instead. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
