| Summary: | system header file attempts to redefine a type that is built in to gcc 3.0.2 | ||
|---|---|---|---|
| Product: | Base System | Reporter: | quik <quik> |
| Component: | misc | Assignee: | Gerald Pfeifer <gerald> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
quik
2001-11-09 02:30:01 UTC
I found the same problem in these 2 additional files: /usr/include/stdlib.h /usr/include/stddef.h After commenting out the line with the typedef, everything seems to be compiling OK. -- "Think Random" www.quikbox.ca State Changed From-To: open->feedback As far as I know (I originally experienced the same bug) this has been fixed by now. Can you confirm this? Responsible Changed From-To: freebsd-bugs->gerald I'll try to handle this. Unfortunately, I no longer run FreeBSD so I am unable to verify this for you. However, I am fairly certain that this bug would have been fixed by now. I know I am able to build QT2.3 on Linux at any rate, using gcc-3.2.1 State Changed From-To: feedback->closed Resolved by fixes to our header files, such as stdlib 1.37 and stddef 1.7, which were backported to -STABLE. |