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

bzip2: "Use of undeclared identifier 'nBytes'" #392

Closed
Coeur opened this issue May 6, 2019 · 2 comments
Closed

bzip2: "Use of undeclared identifier 'nBytes'" #392

Coeur opened this issue May 6, 2019 · 2 comments
Labels
compilation Issues related to compiling source code fixed Issue or bug has been fixed

Comments

@Coeur
Copy link
Contributor

Coeur commented May 6, 2019

On iOS, if I try to include the /lib/bzip2/ folder, I get:

Use of undeclared identifier 'nBytes'

On line:
https://github.com/nmoinvaz/minizip/blob/4fe06872433fde80652e057d179d5d70a95e8294/lib/bzip2/compress.c#L514

Screenshot:
Screen Shot 2019-05-06 at 11 50 33 PM

@nmoinvaz
Copy link
Member

nmoinvaz commented May 6, 2019

Give that a shot.

@Coeur
Copy link
Contributor Author

Coeur commented May 7, 2019

@nmoinvaz thank you, now it "builds" (Although, I haven't tested the feature itself yet).
Consequently, I've now included bzip2 in the default subspecs: #393.
Still have issues with LZMA, but that's another story.

@Coeur Coeur closed this as completed May 7, 2019
@nmoinvaz nmoinvaz added 2.0 compilation Issues related to compiling source code fixed Issue or bug has been fixed labels May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compilation Issues related to compiling source code fixed Issue or bug has been fixed
Projects
None yet
Development

No branches or pull requests

2 participants