Summary: | xinerama - compile error | ||
---|---|---|---|
Product: | xorg | Reporter: | rmrmg <rmrmg> |
Component: | Lib/Xi | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | high | CC: | alan.coopersmith, eich, kem, roland.mainz |
Version: | git | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 269, 351 |
Description
rmrmg
2004-08-28 08:51:59 UTC
Is this a release blocker (e.g. blocker for bug 351) ? Okay, this is a very strange problem, but I think there might be a simple fix so I've added it to the blocker list. The problem is just that the references are not being resolved at link time. Part of the problem is the following: #if !BuildXinerama #define NoMfbPostFbLibs NoMfbBarePostFbLibs $(EXTENSIONS) #else #define NoMfbPostFbLibs $(EXTENSIONS) NoMfbBarePostFbLibs $(EXTENSIONS) #endif Does anyone know why the latter definition can't be used with/without Xinerama? (In reply to comment #2) > Okay, this is a very strange problem, but I think there might be a simple fix so > I've added it to the blocker list. > > The problem is just that the references are not being resolved at link time. > Part of the problem is the following: It (building Xorg w/out xinerama) work fine w/ version 6.7.0. I figured this one out. It is due to the link ordering of the new xfixes, damage and composite code. I have now checked in a fix. Closing. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.