facebook / watchman

Watches files and records, or triggers actions, when they change.
https://facebook.github.io/watchman/
MIT License
12.72k stars 994 forks source link

tcl_kadm5.c:6:10: fatal error: tcl.h: No such file or directory #965

Open gregfr opened 3 years ago

gregfr commented 3 years ago

Greetings

I'm trying to compile Watchman as in the doc:

brew install watchman

However after a while I have this error:

tcl_kadm5.c:6:10: fatal error: tcl.h: No such file or directory

The file tcl.h exists in /usr/includes and also in \/usr/includes/tcl`. What am I doing wrong?

Thanks in advance

Regards