Bug 19588
| Summary: | gtk-- will not compile under Redhat 7.0 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <sprather> |
| Component: | gtk+ | Assignee: | Havoc Pennington <hp> |
| Status: | CLOSED NOTABUG | QA Contact: | Dale Lovelace <dale> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-10-23 15:21:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Need Real Name
2000-10-23 07:32:26 UTC
This is a plain-and-simple gtk-- bug. getenv() is defined to be declared in stdlib.h: http://www.opengroup.org/onlinepubs/007908799/xsh/getenv.html And prototype in parser.yy is just wrong - extern "C" only affects mangling and does not give the C interpretation of () - see Stroustrup's "The C++ Programming Language", section 9.2.4. I suspected it was their bug, but apparently it compiles ok on Redhat6.2. I guess they'll have to own up to it eventually (when one of the developers installs Redhat7.0). |