Winfried Dobbe
Winfried Dobbe
Another problem here is that when OpenSSL is built in debug mode the library names are libcryptod and libssld. Because of this linking with the jwt-cpp library fails when using...
By the way @madebr : thanks a lot for all the work you put into this. I really appreciate it.
> Can you provide an example within FlatCC's test cases that uses this module? > This is how I call it in one of our company cmake files: ``` flatcc_generate_sources(GENERATED_SOURCE_DIRECTORY...
> BTW: any idea why Travis build breaks on MacOS? Is it just Travis that hasn't upgraded its platform properly? When adding flatcc to conan-center-index we also had problems on...
> I'm suggesting to add an example of using this module within the FlatCC project, but perhaps not replacing existing since it could break portability with CMake version. I'm not...
This is the comment I added for the workaround at that time (see [here](https://github.com/conan-io/conan-center-index/blob/master/recipes/flatcc/all/test_package/conanfile.py) and [here](https://github.com/conan-io/conan-center-index/blob/master/recipes/flatcc/all/test_package/CMakeLists.txt)): ``` #On MacOS System Integrity Protection (SIP) will clear the DYLD_LIBRARY_PATH variable. #As a...
I'm not too familiar with homebrew (I use conan nowadays) however in the build logs I don't see anything go particularly wrong, apart from the timeout at the end. Maybe...
@valgur Yes, thanks. I already did a rebase and push to re-trigger a build for PR #21026 (also qt/5.x) but it now results in the following error: ``` opengl/system: WARN:...
Conan still uses Python 3.x. The python 2 detection is used only for the build of QtWebEngine. As Eric mentioned QtWebEngine 5 requires python 2.On 4 Mar 2024, at 09:13,...
> * Why is it not applied to all 5.x versions? Because I have no time to check the patch with all older qt5 versions, qtwebengine takes forever to build....