vlc-bittorrent icon indicating copy to clipboard operation
vlc-bittorrent copied to clipboard

Syntax error: word unexpected (expecting ")") in Void Linux

Open thegarlynch opened this issue 2 years ago • 4 comments

when i try to build it. this error comes up

checking for g++... g++ 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 g++ accepts -g... yes checking for gawk... gawk checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of g++... gcc3 checking for pkg-config... /usr/sbin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for vlc-plugin >= 3.0.0... yes checking for libtorrent-rasterbar >= 1.0.0... yes ./configure: 4038: Syntax error: word unexpected (expecting ")")

thegarlynch avatar May 26 '22 02:05 thegarlynch

Which shell are you using?

johang avatar May 28 '22 22:05 johang

zsh

thegarlynch avatar Jun 02 '22 09:06 thegarlynch

Unable to reproduce this. Do you have steps how to reproduce this in Docker?

johang avatar Jun 04 '22 16:06 johang

@thegarlynch Perhaps you can share what is written around line 4038 in your edition of configure, to give a better idea about exactly which code is failing? Are you sure you are not running configure with zsh?

petterreinholdtsen avatar Dec 20 '23 07:12 petterreinholdtsen