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

Fix a x86_64 linux compile error #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix a x86_64 linux compile error #33

wants to merge 2 commits into from

Conversation

kspalaiologos
Copy link

/home/palaiologos/Desktop/lzham_codec-master/lzhamdecomp/lzham_huffman_codes.cpp: In function ‘bool lzham::generate_huffman_codes(void*, uint, const uint16*, uint8*, uint&, uint&)’:
/home/palaiologos/Desktop/lzham_codec-master/lzhamdecomp/lzham_huffman_codes.cpp:227:26: error: ‘UINT16_MAX’ was not declared in this scope
  227 |             sf.m_right = UINT16_MAX;
      |                          ^~~~~~~~~~

/home/palaiologos/Desktop/lzham_codec-master/lzhamdecomp/lzham_symbol_codec.h:22:35: error: ‘UINT64_MAX’ was not declared in this scope
   22 |    const bit_cost_t cBitCostMax = UINT64_MAX;
      |                                   ^~~~~~~~~~

@kspalaiologos kspalaiologos closed this by deleting the head repository Jan 17, 2023
@kspalaiologos kspalaiologos reopened this Jan 17, 2023
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

Successfully merging this pull request may close these issues.

1 participant