[sleuthkit-developers] Error compliling for the first time.
Brought to you by:
carrier
From: Goldberg, J. <JGo...@cy...> - 2018-11-05 18:52:33
|
Compiling tsk/framework for the first time on Linux Ubuntu. I have run bootstrap and configure, I have installed libtool and Poco-dev. When I am doing the first make I am getting the following error, it looks like it shouldn't be looking for this with the comment about this being MSC only. There are no errors with aclocal, autoconf, Thoughts? (Auto Make warnings): ~/sleuthkit/framework$ automake Makefile.am:69: warning: deprecated feature: target 'copy_configs' overrides 'copy_configs$(EXEEXT)' Makefile.am:69: change your target to read 'copy_configs$(EXEEXT)' /usr/share/automake-1.15/am/program.am: target 'copy_configs$(EXEEXT)' was defined here Makefile.am:57: while processing program 'copy_configs' Makefile.am:63: warning: deprecated feature: target 'copy_libs' overrides 'copy_libs$(EXEEXT)' Makefile.am:63: change your target to read 'copy_libs$(EXEEXT)' /usr/share/automake-1.15/am/program.am: target 'copy_libs$(EXEEXT)' was defined here Makefile.am:57: while processing program 'copy_libs' modules/c_InterestingFilesModule/Makefile.am:20: warning: deprecated feature: target 'maybe_copy_configs' overrides 'maybe_copy_configs$(EXEEXT)' modules/c_InterestingFilesModule/Makefile.am:20: change your target to read 'maybe_copy_configs$(EXEEXT)' /usr/share/automake-1.15/am/program.am: target 'maybe_copy_configs$(EXEEXT)' was defined here modules/c_InterestingFilesModule/Makefile.am:10: while processing program 'maybe_copy_configs' modules/c_InterestingFilesModule/Makefile.am:13: warning: deprecated feature: target 'setup_data' overrides 'setup_data$(EXEEXT)' modules/c_InterestingFilesModule/Makefile.am:13: change your target to read 'setup_data$(EXEEXT)' /usr/share/automake-1.15/am/program.am: target 'setup_data$(EXEEXT)' was defined here modules/c_InterestingFilesModule/Makefile.am:10: while processing program 'setup_data' cyopsis@cyopsis-splunk:~/sleuthkit/framework$ make make all-recursive make[1]: Entering directory '/home/cyopsis/sleuthkit/framework' Making all in tsk/framework make[2]: Entering directory '/home/cyopsis/sleuthkit/framework/tsk/framework' Making all in extraction make[3]: Entering directory '/home/cyopsis/sleuthkit/framework/tsk/framework/extraction' /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I.. -I../.. -I../../../.. -g -O2 -MT TskAutoImpl.lo -MD -MP -MF .deps/TskAutoImpl.Tpo -c -o TskAutoImpl.lo TskAutoImpl.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../.. -I.. -I../.. -I../../../.. -g -O2 -MT TskAutoImpl.lo -MD -MP -MF .deps/TskAutoImpl.Tpo -c TskAutoImpl.cpp -fPIC -DPIC -o .libs/TskAutoImpl.o In file included from ../../../../tsk/libtsk.h:4:0, from ../../../tsk/framework/framework_i.h:16, from TskAutoImpl.h:11, from TskAutoImpl.cpp:15: ../../../../tsk/base/tsk_base.h:53:26: fatal error: tsk/tsk_incs.h: No such file or directory compilation terminated. Makefile:411: recipe for target 'TskAutoImpl.lo' failed make[3]: *** [TskAutoImpl.lo] Error 1 make[3]: Leaving directory '/home/cyopsis/sleuthkit/framework/tsk/framework/extraction' Makefile:481: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/cyopsis/sleuthkit/framework/tsk/framework' Makefile:629: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/cyopsis/sleuthkit/framework' Makefile:461: recipe for target 'all' failed make: *** [all] Error 2 Jon Goldberg Cyopsis jgo...@cy...<mailto:CBe...@Cy...> www.Cyopsis.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.cyopsis.com_&d=DwMGaQ&c=y6L7g950KfMp92YmLM0QlMdXcRn6b-Cq4AApnSJOenE&r=IhHMgpGcihcPgakuTOzCOYQHtgNjLVMZFETPpmKCw2o&m=VotOOPFOiYr9IV-4noJqiM86p3QIeCNQDCpkdqwDbfc&s=AlK1RSUhW7CjdBgih-1M1qucSJYsZjzuAJ4y7E3_gEU&e=> Confidentiality Notice: This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents is prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it from your computer. Thank you |