Excerpts from Flittigs at PICT's message of Tue Sep 15 11:47:57 +0100 2009:
> So we configured xproto with following command :
> 
> *sudo ./autogen.sh --prefix=/opt/gfx-test/
   ^^^^

There is your problem. Always think long and hard before you invoke root
privileges. In this case sudo is sanitising your environment and
removing PKG_CONFIG_PATH and ACLOCAL. Configure and build the xserver
(and its dependencies) using your normal account, and iff you need more
privileges invoke sudo to perform the 'make install'. Though I would
just change the prefix to install into a writeable location.
-ickle
-- 
[email protected]
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to