error building woeusb from source on arch linux
by Jcarter1052 from LinuxQuestions.org on (#4QN68)
I'm trying to install woeusb (https://github.com/slacka/WoeUSB) on arch linux but im getting this error when running `make`:
Code:make[3]: Entering directory '/home/jack/WoeUSB/src'
source='MainPanel.cpp' object='MainPanel.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -g -O2 -c -o MainPanel.o MainPanel.cpp
../depcomp: line 126: syntax error at line 127: `done' unexpected
make[3]: *** [Makefile:635: MainPanel.o] Error 3
make[3]: Leaving directory '/home/jack/WoeUSB/src'
make[2]: *** [Makefile:709: all-recursive] Error 1
make[2]: Leaving directory '/home/jack/WoeUSB/src'
make[1]: *** [Makefile:474: all] Error 2
make[1]: Leaving directory '/home/jack/WoeUSB/src'
make: *** [Makefile:457: all-recursive] Error 1line 127 of depcomp looks like this:
Code:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}and the closest `done` to line 127 is on line 190 and doesnt look out of place


Code:make[3]: Entering directory '/home/jack/WoeUSB/src'
source='MainPanel.cpp' object='MainPanel.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -g -O2 -c -o MainPanel.o MainPanel.cpp
../depcomp: line 126: syntax error at line 127: `done' unexpected
make[3]: *** [Makefile:635: MainPanel.o] Error 3
make[3]: Leaving directory '/home/jack/WoeUSB/src'
make[2]: *** [Makefile:709: all-recursive] Error 1
make[2]: Leaving directory '/home/jack/WoeUSB/src'
make[1]: *** [Makefile:474: all] Error 2
make[1]: Leaving directory '/home/jack/WoeUSB/src'
make: *** [Makefile:457: all-recursive] Error 1line 127 of depcomp looks like this:
Code:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}and the closest `done` to line 127 is on line 190 and doesnt look out of place