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

Better Windows support #8

Open
LMP88959 opened this issue Nov 11, 2024 · 0 comments
Open

Better Windows support #8

LMP88959 opened this issue Nov 11, 2024 · 0 comments

Comments

@LMP88959
Copy link
Owner

I don't plan on adding better Windows support nor do I have a good avenue to test Windows software so this issue is mainly for whoever is interested to work on.

The main issue is the lack of support for large input files due to 'long' being 32-bit on Windows.

This whole issue should amount to:

  1. replacing 'long' with 'size_t' where appropriate in the file IO routines
  2. (possibly) compiling with -D__FILE_OFFSET_BITS=64 as @notcancername suggested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant