Summary: | "make install.sdk" fails when MakeDllModules is enabled. | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Mike A. Harris <mharris> | ||||
Component: | Build/Monolithic | Assignee: | Xorg Project Team <xorg-team> | ||||
Status: | RESOLVED DUPLICATE | QA Contact: | |||||
Severity: | normal | ||||||
Priority: | high | CC: | dberkholz | ||||
Version: | 6.8.99.8 | ||||||
Hardware: | x86 (IA32) | ||||||
OS: | Linux (All) | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Mike A. Harris
2005-05-27 03:35:44 UTC
Actually my example: #if !MakeDllModules EXTRADEFINES = Freetype2BuildDefines -DFONTMODULE # else #define BuildFreetypeDlModule YES #endif Should have been: #define BuildFreetypeDlModule MakeDllModules #if !BuildFreetypeDlModule EXTRADEFINES = Freetype2BuildDefines -DFONTMODULE #endif Still quite a mess though IMHO. not really a loader issue, taking off the tracker. Might be nice to make this a release blocker, don't you think? Created attachment 3112 [details]
xorg-6.8.99.14 dual works
Here's a quick, fairly generic patch that fixes a similar breakage in the nv
driver. Seems to fall under the same bug summary, certainly.
Patch lost in bugzilla disk death. Attachment pointer now points to another bug's Xorg.log. Created attachment 3480 [details] [review] fix-SDK-dlloader-build.patch Here 'tis. |
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.