i810 modesetting build error?

Dan Nicholson dbn.lists at gmail.com
Thu Aug 31 10:38:55 PDT 2006


On 8/27/06, Calvin Zhao <calvinz at gmail.com> wrote:
> Hi,
>  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?
> Thanks!
>
> Calvin
>
>
> czhao5-DESK3:/temp/xorgsrc/driver/xf86-video-intel # export
> PKG_CONFIG_PATH=/tmp /modular/lib/pkgconfig

A few questions.

I don't know if this is two different paths or a typo. Either

export PKG_CONFIG_PATH=/tmp:/modular/lib/pkgconfig
or
export PKG_CONFIG_PATH=/tmp/modular/lib/pkgconfig

Also, you probably want to append the current value for
PKG_CONFIG_PATH unless you know it's not set or you know all the other
.pc files are in /usr/{lib,share}/pkgconfig.

export PKG_CONFIG_PATH=/blah:$PKG_CONFIG_PATH

Finally, do you have libdrm installed? Is it's .pc file accessible to
pkg-config?

--
Dan



More information about the xorg mailing list