toge

Results 80 comments of toge

@uilianries Thank a lot! I try to use autotools.

I'm trying to solve it, too. It's funny there is the one OK condition.

Would you update dependencies except aws-c-xxx? Because there are complex dependencies among aws-c-xxx, we can't update these recipes simply. To update aws-c-xxx recipes, we have to update aws-c-common, aws-c-sdkutils, aws-c-io,......

@paulocoutinhox I'm sorry for late response. I don't know the reason of it. I think this error message is caused by not libiconv but apple-clang environment. ``` configure: error: C...

I found ${jemalloc_LIBRARIES_TARGETS} which's value is "CONAN_LIB::jemalloc_jemalloc_pic_RELEASE" works fine. Is this proper way on CCI?

@uilianries Thank you for your advice. I think my `validate()` is wrong. I'm trying to fix it.

@uilianries Specifying `header-only=True` with gcc 5 results in a compile error. If I specify gcc 5 with `header-only=False`, it will not compile with validation error. The same cause occurs with...

@uilianries Umm... I'm afraid my understand is wrong. This PR failed to build. Shall I write `self.info.settings` routine in `build_validate()`? Or shall I wait for future conan release?

@uilianries lto option makes undefined reference. patch for 0.8.2 which I made remained several lto options I fixed it.

Thank you for the quick response! It is working fine. There are two places to fix in the other files. - src/blend2d/support/arenahashmap_p.h. - src/blend2d/support/scopedbuffer_p.h. Could you fix these also?