Younes Manton wrote: > You need various X dev packages installed... you are missing something > related to randr. I install xserver-xorg-dev, x11proto-randr-dev, etc > for example on Ubuntu and that usually solves my problems. Try finding > randr related dev packages for Fedora. > > Found, installed. Fails different now. As I understand, it builds the "intel" lib only.
-------------------------- [r...@localhost xf86-video-nouveau]# ./autogen.sh --prefix=/opt/gfx-test [...] checking pkg-config is at least version 0.9.0... yes checking for LIBDRM_NOUVEAU... configure: error: Package requirements (libdrm_nouveau) were not met: No package 'libdrm_nouveau' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBDRM_NOUVEAU_CFLAGS and LIBDRM_NOUVEAU_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. --------------------------- I'm trying to follow directions from http://wiki.x.org/wiki/Development/git as hard as I can but to no avail... [r...@localhost drm]# echo $PKG_CONFIG_PATH /opt/gfx-test/lib/pkgconfig [r...@localhost drm]# echo $ACLOCAL aclocal -I /opt/gfx-test/share/aclocal [r...@localhost drm]# ls -la /opt/gfx-test/lib/*.so lrwxrwxrwx 1 root root 21 2009-02-17 09:42 /opt/gfx-test/lib/libdrm_intel.so -> libdrm_intel.so.1.0.0 lrwxrwxrwx 1 root root 15 2009-02-17 09:42 /opt/gfx-test/lib/libdrm.so -> libdrm.so.2.4.0 lrwxrwxrwx 1 root root 22 2009-02-16 15:04 /opt/gfx-test/lib/libpciaccess.so -> libpciaccess.so.0.10.2 lrwxrwxrwx 1 root root 21 2009-02-16 15:09 /opt/gfx-test/lib/libpixman-1.so -> libpixman-1.so.0.15.1 _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
