Am Sonntag, 19. November 2006 07:13 schrieb Bo Peng:
> Hi, Peter,
> 
> Does cmake define HAVE_CHMOD? Scons detects chmod under msvc and
> defines HAVE_CHMOD. However, in src/support/copy.C, chmod is used with
> mode_t which does not exist under windows.
> 
> HAVE_MODE_T may be needed.

Yes. The windows chmod is unusable for us, because it can not make files 
unreadable only for other users than the owner. We need the unix variant, 
and I guess that that can be detected with HAVE_MODE_T.


Georg

Reply via email to