Results 130 comments of brunoais

I get the exact same. Any solution in sight?

@stachenov It might be that that's all that was required to do. I'm not fully sure. How do I run the tests? I have already run: mkdir build && cd...

Seems like the workflow has what I need... Now I need to add a test for BZIP2

@stachenov When you have time, please look at this PR. My limited knowledge makes me stumble and fail to achieve the installation. **Note:** Do ignore the `CI test branch` and...

> I used to be pretty good at combating these kinds of errors, so maybe I can deal with them when I have more time. Thanks for the update, though....

> but I'll have to set up a Linux VM first. If you use windows, just use WSL2. It's way easier having it managed by the OS than you managing...

So... It's up for the caller somewhere in the call stack to define the `bz_internal_error` function? I guess if so, then it has to be optional. AFAIK, there's no way...

> Ah, I missed the fact that the stdio-free thing is optional. > > You actually enabled it yourself by adding this line: > > ``` > target_compile_definitions(bzip2 PRIVATE -DBZ_NO_STDIO)...

> bzip2 to compress individual entries of regular ZIP files, not about supporting *.bz2 files. Is this what you’re actually aiming at? Yes. Zip archive with bzip compressed files. >...

> Not yet, but I’ll look into that. (just making sure) Still no info?