@cdunn2001, I downloaded that directory to an Ubuntu 14.04 machine, and after
following your instructions I first get an error on 'make' complaining of a
missing 'git-sym'. Googling that and finding it on your github, I downloaded it
where the error said it expected it (alongside nim-debug in the directory
hierarchy) and then I get
[bpr@bpr-mv-lo-u nim-debug (master)]$ make
N=0 SIZE=short make -C test
make[1]: Entering directory `/home/brogoff/src/nim/nim-debug/test'
../../git-sym/git-sym show data/la4.data/la4.short/short
? data/la4.data/la4.short/short
../../git-sym/git-sym update data/la4.data/la4.short/short
Traceback (most recent call last):
File "../../git-sym/git-sym", line 455, in main
cmd_table[cmd](**args)
File "../../git-sym/git-sym", line 349, in git_sym_update
if not check_link(symlink):
File "../../git-sym/git-sym", line 314, in check_link
log('%r -> %r does not exist' %(symlink, os.readlink(symlink)))
OSError: [Errno 2] No such file or directory:
'data/la4.data/la4.short/short'
make[1]: *** [data/la4.short/short.la4falcon] Error 1
make[1]: Leaving directory `/home/bpr/src/nim/nim-debug/test'
make: *** [pass] Error 2
Could you provide a self contained test?