On Fri, Jan 17, 2014 at 7:02 PM, spamwax <[email protected]> wrote: 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'm not aware of an existing issue that would cause this, though it definitely sounds like something is broken. You were able to get hello.c to compile at least once though, correct? It is only when you try changing hello.c and re-running that it does not get compiled?
Do any of the test cases work for you? You can try them from the git tree by doing: cd tup/test ./test.sh t4000-compile-c.sh That's a pretty basic compiler test, similar to the hello-world example. -Mike -- -- 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.
