Nothing. I still get the following message at the end of the ./ configure:

checking for pkg-config... no
checking for LIBUSB... configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables LIBUSB_CFLAGS
and LIBUSB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See `config.log' for more details.


Any idea?

Thank you very much.

geppy



On Nov 25, 2007, at 19:56, Daniel Drake wrote:

Geppy Parziale wrote:
Is the pkg-config really needed?

No, but I wouldn't have thought it is much hassle to install. It is used by a lot of open source projects. Am I wrong?

How can I set the LIBUSB_CFLAGS and LIBUSB_LIBS as environment variables?
The libusb is in /usr/local/include and /usr/local/lib path

This might work:

export LIBUSB_LIBS="-L/usr/local/lib -lusb"
export LIBUSB_CFLAGS=""

Daniel

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to