Re: [sleuthkit-developers] build error on 4.0.1
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2012-11-15 20:51:52
|
ntfs_dent (and fatfs_dent) were renamed from a .c to .cpp so that they can internally use some C++ maps to better manage data than what I was using before. I've found that you need to remove the '.deps' folder in tsk3/fs afer a git pull. Something like: # rm -rf tsk3/fs/.deps # ./configure # make On Nov 15, 2012, at 3:35 PM, Jon Stewart <jo...@li...> wrote: > Interestingly, I have no problem building the released tarball of > 4.0.1. Am I missing something obvious when building from the git repo? > > > Jon > > On Tue, Nov 13, 2012 at 6:46 PM, Jon Stewart > <jo...@li...> wrote: >> I'm getting this build error on 4.0.1 (and on HEAD): >> >> make[3]: *** No rule to make target `fatfs_dent.c', needed by >> `fatfs_dent.lo'. Stop. >> >> >> This is on up-to-date Fedora 17, gcc 4.7.2. Looks like it was on >> tsk3/fs/Makefile, which is attached. >> >> >> Jon >> -- >> Jon Stewart, Principal >> (646) 719-0317 | jo...@li... | Arlington, VA > > > > -- > Jon Stewart, Principal > (646) 719-0317 | jo...@li... | Arlington, VA > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > sleuthkit-developers mailing list > sle...@li... > https://lists.sourceforge.net/lists/listinfo/sleuthkit-developers |