Open CraigBurden opened 3 years ago
Hi @CraigBurden , What Linux distribution and version are you using? Also can you provide the automake version on your machine? Thanks.
Hi Yi-An,
Sorry for taking so long to get back to you. I am using KDE Neon 5.23.3 with automake 1.15
The problem still exists for me
Craig
On Mon, Sep 6, 2021 at 1:48 AM Yi-An Chen @.***> wrote:
Hi @CraigBurden https://github.com/CraigBurden , What Linux distribution and version are you using? Also can you provide the automake version on your machine? Thanks.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OpenNuvoton/NUC980_NuWriter_CMD/issues/12#issuecomment-913261617, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM5K7JJW3QP33QO3MPB3S3UAQFVRANCNFSM5DO4LXHA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hi Crag: Yi-An has leaved Nuvoton. Your question should be answered by others.
Thanks.
Hi Craig,
Do you run "sudo apt-get install libusb-1.0-0-dev" ? I just download this repository and build it on mu ubuntu 18.04, it work well.
YC
After running:
./configure --prefix=$PWD/install
I get the following output:checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 ./configure: line 3903: syntax error near unexpected token LIBUSB,' ./configure: line 3903: PKG_CHECK_MODULES(LIBUSB, libusb-1.0)'
This can be fixed by adding:
ACLOCAL_AMFLAGS = -I /usr/share/aclocal
to Makefile.am