James

Results 2692 comments of James

Hi @hpe-ykoehler Thanks for your question > Is there a way for Conan to produce a different build strategy/structure under ~/.conan2/p/b/ as to have a sub-folder hold the full name...

Hi @bukulin Thanks for your question and thanks specially for your detailed report. Can you please do a quick check? It would be in your test CMakeLists.txt: ```cmake target_link_libraries(engine_test PUBLIC...

Maybe this is related to the ``package_type`` of the different packages involved. Could you please share your ``engine`` ``conanfile.py``? Does it declare package_type or ``shared`` option? Is the ``log4cxx`` package...

Hi @bukulin I am trying to fully reproduce your case, this is what I have done: [engine.zip](https://github.com/user-attachments/files/17115592/engine.zip) I am building it with either: ``` cd engine conan build . -o...

My environment: - make 4.3 - cmake 3.22 - gcc 11 - binutils 2.38 - linux-headers (5.15.146.1-microsoft-standard-WSL2 from ``uname -r``) This is an Ubuntu 22.04 on WSL When trying to...

I have reviewed the CMake targets properties, but it seems correct, might be a CMake issue? Lets call the dependencies ``engine -> libb -> liba`` for simplicity: - ``liba::liba`` target...

> We are right now in a transition from conan/1 to conan/2. With the former one we used cmake_paths generator and relied on the CMake configuration files generated mostly by...

> In the long run, we would like to keep these CMake configuration files, not necessarily in the conan package but as part of the build. In the long run,...

We are releasing in Conan 2.9 a completely new ``CMakeDeps`` generator in https://github.com/conan-io/conan/pull/16964 that has closed this ticket, with many pending features and fixes: - Allow defining ``cpp_info.default_components`` and using...

Hi @bukulin Thanks for the extensive feedback! We are already aware of that error, the PR https://github.com/conan-io/conan/pull/17257 tries to fix it. It seems it is derived mostly from the failure...