hit9 / todo.c

Command line lightweight todo tool with readable storage , written in C.
BSD 2-Clause "Simplified" License
132 stars 23 forks source link

Cannot make the application #18

Closed Asuza closed 7 years ago

Asuza commented 8 years ago

When I run make install, I get the following output, and it never installs. I'm not sure how to debug this.

make -C src/
make[1]: Entering directory `/hostonly/svn/myuser/dev/todo.c/src'
cc    -c -o main.o main.c
cc    -c -o hbuf.o hbuf.c
cc    -c -o generator.o generator.c
cc    -c -o parser.o parser.c
cc    -c -o todo.o todo.c
cc    -c -o utils.o utils.c
cc main.o hbuf.o generator.o parser.o todo.o utils.o -o todo -I./
make[1]: Leaving directory `/hostonly/svn/myuser/dev/todo.c/src'
test -d /home/myuser/bin
test -d /home/myuser/man/man1
make: *** [dirs] Error 1