Building Modular: Floating point exception when running makekeys
Peter Hutterer
mailinglists at who-t.net
Tue Jun 6 17:07:38 PDT 2006
>
>> $> export PKG_CONFIG_PATH=<wherever>/lib/pkgconfig
>> $> cd xcb
>> $> ./autogen.sh --prefix=<wherever>
>> $> make
>
> checking for XCBPROTO... yes
> checking for XPROTO... configure: error: Package requirements
> (xproto) were not
> met:
> No package 'xproto' found
>
> The xcb make failed (as above) using the pkgconfig path where I'd
> make-installed the xcb-proto - do I need to create a new .pc file
> somehow? or
> use the XPROTO_CFLAGS and XPROTO_LIBS env vars?
sorry, my fault.
$> export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:<wherever>/lib/pkgconfig
otherwise it only works if you use the same prefix for all libraries.
Cheers,
Peter
More information about the xorg
mailing list