Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] C++ sample files not building

Thanks Frank!

I am getting back into C++ (it's been years) and having a simple to follow example that just works will be really great for people in my situation.

Thanks again

On Wed, Dec 9, 2015 at 9:24 AM, Frank Pagliughi <fpagliughi@xxxxxxxxxxxxxx> wrote:
Yes, I'm on it. The fix is ready to go, along with a number of other updates. Should happen this week.

Frank


On 12/08/2015 11:02 PM, Riley Porter wrote:
Hey everyone,

I noticed that in this thread:


A patch / pull request was made to help to get this compile.  Was this ever pulled?  

I pulled the latest branch (i think?) 

But as you can see the Makefile is still messed up.

g++ -I.. -I/home/fmp/static/opensrc/mqtt/paho/org.eclipse.paho.mqtt.c/src -D_NDEBUG -Wall -std=c++0x -O2 -o async_publish async_publish.cpp -L../lib -L/home/fmp/static/opensrc/mqtt/paho/org.eclipse.paho.mqtt.c/src/linux_ia64 -lmqttpp -lmqttv3a

/usr/bin/ld: cannot find -lmqttpp

/usr/bin/ld: cannot find -lmqttv3a

collect2: error: ld returned 1 exit status

Makefile:21: recipe for target 'async_publish' failed



Etc.  I can go ahead and try to patch this file from the previous submitter's email but I would rather mess with it if it was already fixed and I just had some old branch?


Anyways thanks everyone!




_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top