Hans Kristian Rosbach

Results 128 comments of Hans Kristian Rosbach

@edwardhartnett Any more information to help reproduce this? Did you verify whether zlib.pc existed after compile, and whether any errors occured during configure and compile? Logs would help.

The important part is that (for compat-mode) this does not change the ABI in any way that breaks compatibility. I am personally not familiar enough with this and the relevant...

@manxorist I am very much open to hearing arguments for improving our code. However I am not liking your hot and heavy approach to the discussion, it makes you look...

@manxorist I do not feel personally attacked, since I did not join this discussion until today, I happen to have a life beside zlib-ng so zlib-ng cannot always be my...

The value detect-arch.c brings is that it directly queries the compiler we are targeting and not whatever CMAKE thinks. It was made in response to having problems due to a...

I can not speak for what zlib intends to support or not, in our compat-mode we attempt to be as compatible with zlib as we can, so this would depend...

I would be interested in seeing how the output of cmake/configure looks when you compiled this, just to rule out an error in configuration detection. It is also hard for...

@AndKe Unfortunately you only posted the output of `make`, not `configure` or `cmake`, so while it answers some questions it does not contain all the info I hoped to see....

@AndKe No, not at all. Do NOT run `make install`! `./configure` or `cmake .` is run before `make`, and `make test` and/or `make install` would have come after that (but...

It is hard to help when we don't know anything about the application you use and you don't perform tests with known tools (minigzip and/or deflatebench). - If the application...