Hello, I installed the tup using 'brew' which installs the fuse4osx and it seems it's loaded:
$ kextstat | grep fuse 112: 117 0 0xffffff7f823eb000 0x15000 0x15000 com.github.osxfuse.filesystems.osxfusefs (2.6.2) <7 5 4 3 1> I followed the hello.c tutorial. However neither changing the hello.c nor Tupfile triggers an update: $ tup upd [ tup ] [0.000s] Scanning filesystem... [ tup ] [0.000s] Reading in new environment variables... [ tup ] [0.001s] No Tupfiles to parse. [ tup ] [0.001s] No files to delete. [ tup ] [0.001s] No commands to execute. [ tup ] [0.001s] Updated. I tried version 0.7 (using brew) and also 0.7.1 from source, but got the same behavior. Is this a known issue or I am missing something here? (I am using the developer tools that comes with Xcode 5: gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix -- -- 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/groups/opt_out.
