I've been actively using Tup for a couple months on a MacBook running Mavericks, and have used both clang and gcc 4.7 via homebrew. I managed to go that long without using lldb/gdb for any real debugging, thinking that I would be moving to Linux soon and my problems would be solved. I moved to Linux today and my problems followed me.
My first problem is probably a mistaken assumption based up misreading documentation. I had assumed that FUSE was only used on the Mac. I had the impression that on Linux it wasn't needed, and that inotify was used instead. Is there a way to not use FUSE? If FUSE is required, are there some tricks to make it easier for gdb to find source files? I know that I can do 'set directories <path>' inside gdb to locate the sources, but I want something more automatic. Thanks, Jim -- -- 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.
