We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2756 - Code is attempting to include non-existent extutil.h
Summary: Code is attempting to include non-existent extutil.h
Status: ASSIGNED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.3
Hardware: x86 Solaris
: P2 major
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-18 18:12 UTC by UX-admin
Modified: 2017-08-14 04:50 UTC (History)
1 user (show)

See Also:


Attachments
Build log, second failure (59.86 KB, text/plain)
2014-10-18 18:12 UTC, UX-admin
Details
Build log, second failure (3.84 KB, text/plain)
2014-10-18 18:15 UTC, UX-admin
Details
Build log, third failure (3.72 KB, text/plain)
2014-10-18 18:15 UTC, UX-admin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description UX-admin 2014-10-18 18:12:13 UTC
Created attachment 1904 [details]
Build log, second failure

Code is attempting to include "X11/extensions/extutil.h", but there is no such thing on Solaris 10. The system has the SUNWCxall, "Full + OEM" package metacluster installed, since it is a build system.

If the header reference in question is removed, compilation still results in an error.

Build log(s) with the error are attached; re-running ./configure as the build engine suggests does not resolve the problem.

This bug should be linked or related to bug 2755 in some way.
Comment 1 UX-admin 2014-10-18 18:15:17 UTC
Created attachment 1905 [details]
Build log, second failure

(First failure occurs in bug 2755.)
Comment 2 UX-admin 2014-10-18 18:15:53 UTC
Created attachment 1906 [details]
Build log, third failure