On Tue, 31 Mar 2009 20:15:12 +0200 Simon Brüggen <[email protected]> wrote:
> 2009/3/31 David Jensen <[email protected]>: > > On Mon, 30 Mar 2009 20:30:20 +0200 > > Simon Brüggen <[email protected]> wrote: > > > >> checking for XPROTO... configure: error: Package requirements > >> (xproto) were not met: > >> > >> No package 'xproto' found > >> > > what is your output from: > > pkg-config --cflags xproto > > It should return: > > -I/opt/X11-7.2/include > But it returns > " > Package xproto was not found in the pkg-config search path. > Perhaps you should add the directory containing `xproto.pc' > to the PKG_CONFIG_PATH environment variable > No package 'xproto' found > " > And my PKG_CONFIG_PATH contains the right directory for xproto.pc > > Simon Well.... What does this return: cat /opt/X11-7.2/lib/pkgconfig/xproto.pc and this: PKG_CONFIG_PATH=/opt/X11-7.2/lib/pkgconfig pkg-config --cflags xproto --- David Jensen -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
