Uploaded image for project: 'AMQ Clients'
  1. AMQ Clients
  2. ENTMQCL-1062

[cpp] C++11 examples are not compiled by default

XMLWordPrintable

    • Hide

      Run cmake . && make in /usr/share/proton-0.26.0/examples/cpp
      Check that C++11 examples are not compiled

      Show
      Run cmake . && make in /usr/share/proton-0.26.0/examples/cpp Check that C++11 examples are not compiled
    • Anza, Balboa

      These C++11 examples are not compiled by default:

      • multithreaded_client
      • multithreaded_client_flow_control
      • scheduled_send
      • service_bus

      cmake is checking CPP11 availability, but it looks that it is not enough and then it does not compile C++11 examples.

      But I am able to compile these examples by:
      g++ <example_name>.cpp -o <example_name> -lqpid-proton-cpp -std=c++11

              iboverma Irina Boverman (Inactive)
              rkubis_kafka_devexp Radim Kubis
              Dominik Stuchlík Dominik Stuchlík (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: