On Tue, Jun 24, 2014 at 17:16:25 -0700, Evgenii wrote: > On Tuesday, June 24, 2014 3:21:58 PM UTC-7, Anatol Pomozov wrote: > > git clone http://github.com/gittup/tup
I'd recommend using https if possible just because encryption should be preferred these days. > So I tried bootstrapping it and found I have no fuse. I did the same trick > with fuse, built it, but could not install (no write access to the default > location). So I have set up PKG_CONFIG_PATH with the path, where fuse.pc > ended up (It's great that tup error message mentioned this workaround!) > Still, in the end, no luck: > In file included from ../src/tup/server/fuse_fs.c:29:0: > ../src/tup/server/tup_fuse_fs.h:26:18: fatal error: fuse.h: No such file or > directory > #include <fuse.h> > ^ > This time there was no hint from tup. How do I point it to the right > location? I can find this file in $PKG_CONFIG_PATH/include You need to install fuse. I'd recommend giving something like --prefix=$HOME/root/tup to the configure script. The pkg-config file is using the *install* paths which is why the includes and libraries are not being found. --Ben -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
