Error Msg :
./configure: line 4379: syntax error near unexpected token `USB,'
./configure: line 4379: `PKG_CHECK_MODULES(USB, libusb-1.0 >= 1.0.0,,'
Solution :
Step 1. Download pkg.m4
.../usr/share/aclocal# wget https://gnunet.org/svn/Extractor/m4/pkg.m4
Step 2. Add ACLOCAL_AMFLAGS Env Var To Makefile.am
ACLOCAL_AMFLAGS = -I /usr/share/aclocal
And Then ./autogen, ./configure ...., make, make install
Subscribe to:
Post Comments (Atom)
-
Error Msg : ./configure: line 4379: syntax error near unexpected token `USB,' ./configure: line 4379: `PKG_CHECK_MODULES(USB, libusb-1...
-
RTEMS – stm32F407 Discovery Board Posted on October 21, 2013 by tony jou Environment : Host O.S. : Windows 7 64bits ...
-
在 FreeNAS / jail 中要 mount Host 的 folder 須在 Host 上執行 mount (nullfs), mount point 即是 jail folder 相對應的 node.
3 comments:
Hi,
i am having the same problem but i cannot solve it using these 2 steps.
i do the step one and i double check that i actually have the pkg.m4 file in the folder,
Then for the step 2, i copy and paste:
ACLOCAL_AMFLAGS = -I /usr/share/aclocal
in the makefile.ac (is this correct? does it matter where i place it?)
I still getting the same error when i run ./configure
Any idea why? Thanks!
re per asdp :
please make sure the package "pkg-config" have been installed.
Post a Comment