Re: [sleuthkit-users] SleuthKit Make under Fedore Core 4
Brought to you by:
carrier
From: Angus M. <an...@n-...> - 2005-06-29 13:21:36
|
On Wed Jun 29 13:29 , 'Conley, Tom' <tom...@us...> sent: >I am receiving the following error when attempting make of Sleuthkit >under Fedora Core 4 >any ideas?? > >ntfs.c : In function 'ntfs_proc_attseq': >ntfs.c:770: error: invalid lvalue in assignment The compiler is barfing on the use of the cast on the lhs of the assignment. I'm working on a way round it now. |