Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Cannot make C libraries on OSX 10.8.5

I'm trying to build the C libraries on Mac OSX Mountain Lion. However,
make doesn't result in any action being taken (see below). I've
checked out the same code on a Linux machine and the same steps result
in a good build. I've peeked at the Makefile, but think it would take
me a long time to diagnose the problem.

I don't necessarily need to build these myself, if there are binaries
for OSX lying around somewhere that I can use.

Any advice?

$ git clone git://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.c.git
Cloning into 'org.eclipse.paho.mqtt.c'...
remote: Counting objects: 988, done.
remote: Compressing objects: 100% (369/369), done.
remote: Total 988 (delta 644), reused 951 (delta 607)
Receiving objects: 100% (988/988), 609.14 KiB, done.
Resolving deltas: 100% (644/644), done.

$ cd org.eclipse.paho.mqtt.c/

$ make -version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

$ make
make: *** No targets.  Stop.


Back to the top