-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build paho.mqtt.c, how to solve it? #1059
Comments
well 1) XMu5yDxQpM.mp4 |
Oh... Thank you very much - i was thinking it's my mistake, the eclipse foundation has MUCH MORE projects than the few ones on the project front page! ;-) |
So this is really about the C++ client build? |
That is, you can build the C client, but not the C++ client. |
OK thx. (This is my personal account) So how to build the C++ client? Does somebody know this? thank you very much for your feedbacks. |
"That is, you can build the C client, but not the C++ client." But why is there a C++ client if we can't compile - what's the sense of that? Does not make any sense i'm my opinion...? ;-) |
Er, yes the C++ client can build. I didn't say that it couldn't, just that you apparently are finding it difficult. The C++ client repository is https://github.com/eclipse/paho.mqtt.cpp which you already cloned from. There are build instructions there. |
I'm going to close this as it concerns the C++ client build (link above). |
Hi there
1.) Why i can't find that page (https://github.com/eclipse/paho.mqtt.c) not on https://github.com/eclipse/ ? When i visit https://github.com/eclipse/ and use Ctrl-F to find "paho", only get the java version - which is, i.m.o, a lil bit confusing....(???)
2.) The compilation of paho.mqtt.c (https://github.com/eclipse/paho.mqtt.c.git) in version 1.3.8 works well.
2.1) Clone & checkout to a specific version:
2.2) Then compile:
Output:
3.) BUT... when i try to compile paho.mqtt.cPP (https://github.com/eclipse/paho.mqtt.cpp.git) i have some a problem at the compile step.
3.1) Clone & checkout to "standard" (master branch or release - whatever. As long as it works):
3.2) Then compile:
...ends with that error:
When i look on conan-io/conan-center-index#3760, they write that i just have to do some steps with the
paho.mqtt.cpp
file;But, in fact, a
paho.mqtt.cpp
doesn't exist:Thank you very very much for your feedbacks! :-)
The text was updated successfully, but these errors were encountered: