[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems building, more docs?



Hi,

I tried to build 1.2.0, and had to change a few things. Since the tarball is not under revision control, essentially I had to change any Makefile that read:

  ${CC} -o ${PROG} ${LDADD} ${SRCS:.c=.o} 

to:

  ${CC} -o ${PROG} ${SRCS:.c=.o} ${LDADD}

I tried to checkout SVN to make a patch, but when I try to build that, I get:

  polvi@ssd:~/kivaloo-read-only$ make
  Makefile:11: *** missing separator.  Stop.

gcc version:

  gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) 

Make version;

  GNU Make 3.81

And finally, I got everything to build using the 1.2.0 tarball, and editing by hand the Makefiles... now I'm wondering are there any docs on what each binary does? Or any example clients? Just an explanation of the different services would be awesome, but the usage is pretty terse. 

Thank you for any pointers!

-Alex