-
Notifications
You must be signed in to change notification settings - Fork 743
Closed
Description
Hi,
I'm trying to build tinyproxy from source on Ubuntu 16.04, and I get the following error:
$ git clone https://github.com/tinyproxy/tinyproxy.git
$ cd tinyproxy
$ ./autogen.sh
$ make
make all-recursive
make[1]: Entering directory '/home/jeremy/tinyproxy'
Making all in src
make[2]: Entering directory '/home/jeremy/tinyproxy/src'
Makefile:682: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
make[2]: Leaving directory '/home/jeremy/tinyproxy/src'
Makefile:455: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jeremy/tinyproxy'
Makefile:375: recipe for target 'all' failed
make: *** [all] Error 2
Metadata
Metadata
Assignees
Labels
No labels