Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Compilation problems.
  • From: Rodrigo Pimenta Carvalho <pimenta@xxxxxxxxx>
  • Date: Thu, 17 Sep 2020 17:17:25 +0000
  • Accept-language: pt-BR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=inatel.br; dmarc=pass action=none header.from=inatel.br; dkim=pass header.d=inatel.br; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jNDlrMCIHugZzizweYP47GTI7R7o3SbPbVOOvexn5n0=; b=OuYLUxlY93JFgf/4vO7KdTjUPCn+WfPYkIPNwLHWH0zR/G13nuH4A/5aX+QMdF2JcaambpZlmCtGIHzIpjRYybwXh6aDHc54VX7Ekdav2t94PO5Dly2fjLtALEvuBjsKcRFiQHhYfMSwhmyr/yTKkXKHMpSWG/31JJ5ZF9o7wYlJAolGs3JRy7MQirgvQYVHInroQQ0SzQI8jO51igyvytqGgfy1ldOcS3bMu7UcjqLndzqZKHulOzmOwk8w4Izav5yYQjyL0Ffo0iNKXDPGCJ1niUGj/xeLRFr7DylrgZ6ass8O9MVtC/iaqed0PyHPyBtjY18udbnuIHZ+jxpjng==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=aM/Ng6rfxy43R3Cds1ic6GmzM9fKE1K6q5QvVbGKFICsMoRnKZWW578IRyABhIViOtr2slENz0NnhE7A8ipz6ixrWh32Ax5Pb7POlToOybkz3RQssAPXPt96F+4a2VQrCD7/hAk+D1QJCNNgy+nG6i6ksT3+wkJvVFkeu1nrWWG5+noW0s8zaym8o9QU49dPnG6x82F/V4GMiYMTxeg7sRDV/KCGOyMa8Jy8uoAaxZwOelo5fNg/vGQF2qn/U6vr//WZDAxjE0FD/UpJY4efjeTJIoCSDCMu3PlND8m88Ah7Txf04XyAaVG8ySHe2vzhRhcJjkMTAloz/scbRF0jag==
  • Delivered-to: paho-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/paho-dev>
  • List-help: <mailto:paho-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/paho-dev>, <mailto:paho-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/paho-dev>, <mailto:paho-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWjRTz37ovUp5w4keoYsyG6l4nUqltEknw
  • Thread-topic: Compilation problems.


 
Hi.

I'm not a developer in paho project. I'm just a user of paho, developping my own project.
Where can I find a discussion list about using paho, please?

By the way, In my C++ code I can compile it:

async_clien->consume_message();

However, I can't compile it:

async_clien->start_consuming();

The error is:

undefind reference to `mqtt::async_client::start_consuming()' collect2: error: ld returned 1 exit statu

What should I check in my compilation?

Any hint will be very helpful!

Best regards.

RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200 RAMAL: 979


Back to the top