Skip to content

Can't run examples after built #53

Answered by faaxm
lzt007 asked this question in Q&A
Mar 2, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Rest assured, I am not offended by your question, but took the liberty to move it over to the discussion page 😉
It looks like the build in qtcreator does not properly find AnyRPC and maybe some other dependencies.

Since you removed the --config option when building the dependencies, you probably only built the release version of them and are missing the debug version. When you then try to run the example in a debugger, qtcreator will try to link the example with the debug version of anyrpc, not find it and then show the errors you see.

The build types that are used by the CI can be found here:

build_type: ['Release', 'Debug']

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by lzt007
Comment options

You must be logged in to vote
2 replies
@faaxm
Comment options

@lzt007
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #52 on March 02, 2022 17:12.