Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Dgen fails to compile with gcc 4.1, causing an error in the declaration of uint in /usr/include/sys/types.h (line 153 on my machine). This is due to uint being defined within dgen earlier. I've written a patch to move the local include files in dgen to after the system ones, solving the problem. As the file that causes the problem (m68kops.c) is dynamically generated from another file (m68kmake.c) I offer a patch for this file.
Created an attachment (id=86703) [edit] Patch for compilation fix in dgen
Oh, and I've mailed upstream, although the guy's website says he's not supporting dgen any more, so I'm assuming he won't add it.
Works for me.
*** Bug 149655 has been marked as a duplicate of this bug. ***
in portage. thanks for the bug report and patch.