[ANNOUNCE] xf86-video-intel-1.9.94 (2.0 RC4)
Ken Mandelberg
km at mathcs.emory.edu
Tue Apr 3 19:20:44 PDT 2007
Two minor build problems, the first of which I reported since RC2.
=======
*** i830_driver.c.orig Tue Apr 3 19:47:16 2007
--- i830_driver.c Tue Apr 3 19:47:49 2007
***************
*** 1294,1301 ****
"Will try to reserve %d kiB of AGP aperture space\n"
"\tfor the DRM memory manager.\n",
pI830->mmSize);
- }
#endif
}
#endif
--- 1294,1301 ----
"Will try to reserve %d kiB of AGP aperture space\n"
"\tfor the DRM memory manager.\n",
pI830->mmSize);
#endif
+ }
}
#endif
=======
This only hits if XF86DRI_MM is not defined.
The second is
gcc -DHAVE_CONFIG_H -I. -I../.. -Wall -Wpointer-arith
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -fno-strict-aliasing -I/usr/include/xorg
-I/usr/include/drm -I/usr/include/X11/dri -DXF86_MODES_RENAME
-I../../src/modes -I../../src/parser -g -O2 -MT ch7017.lo -MD -MP -MF
.deps/ch7017.Tpo -c ch7017.c -fPIC -DPIC -o .libs/ch7017.o
In file included from ../../src/modes/xf86Crtc.h:28,
from ch7017.c:40:
../../src/modes/xf86Rename.h:26:30: error: local_xf86Rename.h: No such
file or directory
This is in /xf86-video-intel-1.9.94/src/ch7017 and needs a "-I.." to
pick up local_xf86Rename.h
Both easy fixes, but why am I so unique in falling into the cases
XF86DRI_MM not defined, and ch7017 required.
More information about the xorg
mailing list