| Summary: | bochs-2.1.1.ebuild fails with compiler error (double definition) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin 'The Bishop' Scheffler <the_bishop> |
| Component: | New packages | Assignee: | Luca Barbato <lu_zero> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | small patch which resolves the problem (just a quick hack) | ||
|
Description
Martin 'The Bishop' Scheffler
2005-01-30 04:28:43 UTC
Created attachment 49921 [details, diff]
small patch which resolves the problem (just a quick hack)
does this work properly?
there is some difference between fpu_proto.h and reg_ld_str.c:
fpu_proto.h: extern int FPU_load_int16(bx_address _s, FPU_REG *loaded_data)
BX_CPP_AttrRegparmN(2);
reg_ld_str.c: int BX_CPP_AttrRegparmN(1) FPU_load_int16(bx_address _s, FPU_REG
*loaded_data)
i have no idea why that definitions are written this way.
I think it isn't a problem anymore with the 2.2.1, is it? |