Article 4QN68 error building woeusb from source on arch linux

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 placelatest?d=yIl2AUoC8zA latest?i=b4oYeGnXWzc:gHaz4drDc0A:F7zBnMy latest?i=b4oYeGnXWzc:gHaz4drDc0A:V_sGLiP latest?d=qj6IDK7rITs latest?i=b4oYeGnXWzc:gHaz4drDc0A:gIN9vFwb4oYeGnXWzc
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments