James

Results 2692 comments of James

> To me there should be a separation of concerns. The Conan profile should be concerned about things like compiler version, operating system and ABI. So if we for example...

I was checking this, and I see that Conan is already reporting when these conflicts are happening, with something like: ``` Options conflicts liba/0.1:myoption=1 (current value) libc/0.1->myoption=2 It is recommended...

> I do not use the star character (*) to pattern-match all packages in the dependency tree. Especially doing so in a recipe seems very bad indeed. Even on the...

> It seems that this can be dangerous, because in my experience in many cases the user isn't fully aware of what is happening. Most of the time the person...

Hi @raja777m Thanks for your question. Can you please provide the full output of your command: > conan install . -o xf_iam_client/*:shared=False --output-folder=build_release --build=missing --profile build_profiles\win_x86_64_msvc_17_193_Release -s compiler.cppstd=17 -v trace...

You need to pass the same arguments to the ``conan create``, specially the compiler.cppstd=17, so something like: ``` conan create . -s compiler.cppstd=17 ```

Hi @raja777m Did you try that ``conan create``? Thanks for the feedback.

Hi @raja777m Any further question or issue? Thanks!

I am closing this ticket as resolved, but please don't hesitate to create new tickets for any further question or issue. Thanks for your feedback.

I'll have a look at this, it seems the full location isn't even really necessary, just making sure the extension is correct.