Skip to main content

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

Hey everyone,

I noticed that in this thread:

https://dev.eclipse.org/mhonarc/lists/paho-dev/msg03127.html

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!



Back to the top