Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tmk] Improvements for TMK builds on Windows platform #971

Open
dxdc opened this issue Apr 2, 2022 · 0 comments
Open

[tmk] Improvements for TMK builds on Windows platform #971

dxdc opened this issue Apr 2, 2022 · 0 comments
Labels

Comments

@dxdc
Copy link
Contributor

dxdc commented Apr 2, 2022

Improvements for tmk utilities are needed for more general Windows support:

  • Add support for all Makefile functionality (tests, clean, etc.)
  • Handle BOM or CRLF line endings, e.g., if haystack.txt files are supplied or piped via stdin from Powershell
  • Address problems with absolute file paths (e.g., ffmpeg.exe)
  • More general solution for missing POSIX getline function on Windows. This can only be compiled currently using some Windows versions of g++ that have getline support (e.g., 32-bit MinGW). The 32-bit version memory limitations restrict the number of files that can be analyzed, however.
@Dcallies Dcallies changed the title Improvements for TMK builds on Windows platform [tmk] Improvements for TMK builds on Windows platform Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants