Re: [sleuthkit-users] Sleuthkit on Cygwin? (make fails: magic.c:192: error: storage size of `utsbuf
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2004-07-19 12:50:11
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Jul 19, 2004, at 4:19 AM, Joseph J. Farino wrote: > I am running the latest available version of cygwin and I am trying to > compile and install sleuthkit for cygwin. After running make, I get > the following error: > > magic.c: In function `close_and_restore': > magic.c:192: error: storage size of `utsbuf' isn't known > This error is coming from 'file', which I only include and do not maintain. I'll send the maintainer an e-mail about it. To get around this, make a symlink between '/bin/file' on your local system to the sleuthkit bin. # ln -s /bin/file sleuthkit-1.70/bin/file brian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFA+8N9OK1gLsdFTIsRAkj7AJ9YaeVUQ4lDFGnNhMjQQldESpcCRgCdF0Qd YHt+6oFtXu/Ev7aO/znHoR8= =yUo5 -----END PGP SIGNATURE----- |