Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Hi how to build paho c?? // make file sucks!

Could you provide me with a project file, so I could import it into eclipse with ease.
I am not good at eclipse.

Most important is that I could build examples so that I am able to write a adapter daemon,
that provides me with a tcp socket so an application writes something to the socket and mqtt client
posts it to the mqtt broker.

luja

On 10/25/2013 1:10 AM, Ian Craggs wrote:
64-bit linux snapshot builds are available here: http://build.eclipse.org/technology/paho/C/

Samples are there, but no makefile.  These are built with Ant in the Eclipse Hudson build engine. 

Ian

On 24/10/13 23:47, luja wrote:
On 10/25/2013 12:27 AM, luja wrote:
Hi,

I am trying to build the c implementation of paho, but it does not work out.
the make file is evil.
It compiles libs under linux, does not install them, does not build
examples.
I want to build the examples, play with them, and use them in my own code.
But this does not work, as the stuff does not build well.

Could some one send me a tar ball with a working paho for c, with make file
that works.

I want to build using dabian stable, or windows/cygwin or windows/vs2010


Thanks in advance

ludwig



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top