Bugs item #1909832, was opened at 2008-03-07 15:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100003&aid=1909832&group_id=3
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Compile/Install Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sean Ziegeler (seanzig) Assigned to: Nobody/Anonymous (nobody) Summary: __builtin_expect revision in 7.0.2 for IBM XLC Initial Comment: It appears that __builtin_expect is not supported on IBM XLC compilers before version 9.0. The following change fixed the problem: src/mesa/main/glheader.h: change line 240 to: #if (!defined(__GNUC__) || __GNUC__ < 3) && (!defined(__IBMC__) || __IBMC__ < 900) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100003&aid=1909832&group_id=3 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
