missing separator. in write.c.d ??

Zach Brown zach.brown at oracle.com
Wed Mar 12 11:49:36 PDT 2008


> .hg/data/lk/write.c.d:2: *** missing separator.  Stop.
> 
> -----------
> 
> I don't know why it will refer to the directory .hg.

The Makefile was being lazy and using find to discover the files that
gcc emits to track dependencies.  It was unintentionally picking up
files off in the .hg directory.  I changed it to be more careful.

  http://oss.oracle.com/mercurial/zab/crfs/rev/4feb9a35e437

You should be able to pull, re-run configure to regenerate the Makefile,
and build.

- z





More information about the crfs-devel mailing list