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

Summary: Code is attempting to include non-existent extutil.h
Product: SDL Reporter: UX-admin <tripivceta>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2 CC: tripivceta
Version: 2.0.3   
Hardware: x86   
OS: Solaris   
See Also: https://bugzilla.libsdl.org/show_bug.cgi?id=2755
Attachments: Build log, second failure
Build log, second failure
Build log, third failure

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