Hi,<br> I tried to build the i810 modesetting branch, but failed with following error, it was building okay with the master branch, I check out the modesetting branch, then it fails.  I already set the path for pkgconfig. Any thing missing?
<br>Thanks!<br><br>Calvin<br><br><br>czhao5-DESK3:/temp/xorgsrc/driver/xf86-video-intel # export PKG_CONFIG_PATH=/tmp /modular/lib/pkgconfig<br>czhao5-DESK3:/temp/xorgsrc/driver/xf86-video-intel # make /bin/sh ./config.status --recheck
<br>running /bin/sh ./configure  --enable-maintainer-mode --prefix=/tmp/modular  --n o-create --no-recursion<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes
<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... yes<br>checking build system type... i686-suse-linux<br>checking host system type... i686-suse-linux
<br>checking for style of include used by make... GNU<br>checking for gcc... gcc<br>checking for C compiler default output file name... a.out<br>checking whether the C compiler works... yes<br>checking whether we are cross compiling... no
<br>checking for suffix of executables...<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ANSI C... none needed
<br>checking dependency style of gcc... gcc3<br>checking for a sed that does not truncate output... /usr/bin/sed<br>checking for egrep... grep -E<br>checking for ld used by gcc... /usr/i586-suse-linux/bin/ld<br>checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
<br>checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r<br>checking for BSD-compatible nm... /usr/bin/nm -B<br>checking whether ln -s works... yes<br>checking how to recognise dependent libraries... pass_all
<br>checking how to run the C preprocessor... gcc -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h..
. yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking dlfcn.h usability... yes<br>checking dlfcn.h
 presence... yes<br>checking for dlfcn.h... yes<br>checking for g++... g++<br>checking whether we are using the GNU C++ compiler... yes<br>checking whether g++ accepts -g... yes<br>checking dependency style of g++... gcc3
<br>checking how to run the C++ preprocessor... g++ -E<br>checking for g77... no<br>checking for f77... no<br>checking for xlf... no<br>checking for frt... no<br>checking for pgf77... no<br>checking for fort77... no<br>checking for fl32... no
<br>checking for af77... no<br>checking for f90... no<br>checking for xlf90... no<br>checking for pgf90... no<br>checking for epcf90... no<br>checking for f95... no<br>checking for fort... no<br>checking for xlf95... no<br>
checking for ifc... no<br>checking for efc... no<br>checking for pgf95... no<br>checking for lf95... no<br>checking for gfortran... no<br>checking whether we are using the GNU Fortran 77 compiler... no<br>checking whether  accepts -g... no
<br>checking the maximum length of command line arguments... 32768<br>checking command to parse /usr/bin/nm -B output from gcc object... ok<br>checking for objdir... .libs<br>checking for ar... ar<br>checking for ranlib... ranlib
<br>checking for strip... strip<br>checking if gcc supports -fno-rtti -fno-exceptions... no<br>checking for gcc option to produce PIC... -fPIC<br>checking if gcc PIC flag -fPIC works... yes<br>checking if gcc static flag -static works... yes
<br>checking if gcc supports -c -o file.o... yes<br>checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared li braries... yes<br>checking whether -lc should be explicitly linked in... no<br>checking dynamic linker characteristics... GNU/Linux 
ld.so<br>checking how to hardcode library paths into programs... immediate<br>checking whether stripping libraries is possible... yes<br>checking if libtool supports shared libraries... yes<br>checking whether to build shared libraries... yes
<br>checking whether to build static libraries... no<br>configure: creating libtool<br>appending configuration tag "CXX" to libtool<br>checking for ld used by g++... /usr/i586-suse-linux/bin/ld<br>checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
<br>checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared li braries... yes<br>checking for g++ option to produce PIC... -fPIC<br>checking if g++ PIC flag -fPIC works... yes<br>checking if g++ static flag -static works... yes
<br>checking if g++ supports -c -o file.o... yes<br>checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared li braries... yes<br>checking dynamic linker characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into programs... immediate
<br>appending configuration tag "F77" to libtool<br>checking for gcc... (cached) gcc<br>checking whether we are using the GNU C compiler... (cached) yes<br>checking whether gcc accepts -g... (cached) yes<br>checking for gcc option to accept ANSI C... (cached) none needed
<br>checking dependency style of gcc... (cached) gcc3<br>checking if RANDR is defined... yes<br>checking if RENDER is defined... yes<br>checking if XF86DRI is defined... yes<br>checking if DPMSExtension is defined... yes<br>
checking for pkg-config... /usr/bin/pkg-config<br>checking pkg-config is at least version 0.9.0... yes<br>checking for XORG... yes<br>checking for ANSI C header files... (cached) yes<br>checking for /tmp/modular/include/xorg/dri.h... yes
<br>checking for /tmp/modular/include/xorg/sarea.h... yes<br>checking for /tmp/modular/include/xorg/dristruct.h... yes<br>checking whether to include DRI support... yes<br>checking for DRI... configure: error: Package requirements (libdrm >= 
2.0 xf86dr iproto) were not met:<br><br>No package 'libdrm' found<br><br>Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>installed software in a non-standard prefix.<br><br>Alternatively, you may set the environment variables DRI_CFLAGS
<br>and DRI_LIBS to avoid the need to call pkg-config.<br>See the pkg-config man page for more details.<br><br>make: *** [config.status] Error 1<br>czhao5-DESK3:/temp/xorgsrc/driver/xf86-video-intel # make<br>/