| Summary: | Weird unresolved symbols when compiling from CVS | ||
|---|---|---|---|
| Product: | xorg | Reporter: | Michal Kepien <michal.kepien> |
| Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | high | CC: | eich, krh, mat, robin, sndirsch |
| Version: | git | ||
| Hardware: | x86 (IA32) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
|
Description
Michal Kepien
2004-11-25 15:38:04 UTC
Try this one.
--- programs/Xserver/GL/dri/dri.c.~1.6.~ 2004-12-02 17:15:14.000000000
+0100
+++ programs/Xserver/GL/dri/dri.c 2004-12-02 17:16:08.026064392 +0100
@@ -1136,8 +1136,6 @@ DRIGetDrawableInfo(ScreenPtr pScreen,
WindowPtr pWin, pOldWin;
int i;
- printf("maxDrawableTableEntry = %d\n",
pDRIPriv->pDriverInfo->maxDrawableTableEntry);
-
if (pDrawable->type == DRAWABLE_WINDOW) {
pWin = (WindowPtr)pDrawable;
if ((pDRIDrawablePriv = DRI_DRAWABLE_PRIV_FROM_WINDOW(pWin))) {
Does it help?
http://lists.freedesktop.org/pipermail/xorg/2004-December/004895.html "Yes, the fix is in CVS now." [...] But I still see this problem with current CVS (2004-12-02). [...] Symbol printf from module /usr/X11R6/lib/modules/fonts/libtype1.a is unresolved! Symbol puts from module /usr/X11R6/lib/modules/fonts/libtype1.a is unresolved! [...] I use the nvidia driver. Therefore the unresolved symbols in libdri.a/libdrm.a might still be there as well. Maybe Kristian can check this again? Hmm... this time I actually *did* commit it, so it shoud work now. Just verified. Works now. Thanks! |
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.