[sleuthkit-developers] [ sleuthkit-Feature Requests-2351426 ] Include mactime with Windows binaries
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-12-04 02:39:22
|
Feature Requests item #2351426, was opened at 2008-11-26 11:37 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477892&aid=2351426&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Timeline Group: None Status: Open Priority: 5 Private: No Submitted By: Brian Carrier (carrier) Assigned to: Nobody/Anonymous (nobody) Summary: Include mactime with Windows binaries Initial Comment: mactime could be included with the Windows binaries. Some installation issues need to be figured out because the 'make' process currently locates perl and adds that to the top of the mactime script. It was suggested that PAR could help... I haven't looked into it yet. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2009-12-03 21:39 Message: >From RB: On Nov 19, 2009, at 5:33 PM, RB wrote: On Thu, Nov 19, 2009 at 15:05, Brian Carrier <ca...@sl...> wrote: then I can make it happen. For example, what needs to happen for the script to find Perl.exe? Does the user have to edit the first line of the file to point to their installation? Do they need to run it as "perl mactime"? Generally speaking, yes - it's up to the Perl distribution to insert itself into %PATH%, and they typically do a good job of that. The ubiquitous "#!" from UNIX is relatively meaningless in that world, IIRC, so unless the user has also associated .pl scripts with perl.exe (another thing I've seen done), you'll have to invoke Perl first. Steps to make this happen: - update the release process to set the version in the script - Update the doc on using mactime on windows. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477892&aid=2351426&group_id=55685 |