Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2145

libqpid-proton-cpp-static.a not included in make install

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • proton-c-0.29.0
    • proton-c-0.30.0
    • cpp-binding
    • Linux raspberrypi 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU/Linux

      cmake version 3.13.4

    Description

      After these steps:

      git clone https://github.com/apache/qpid-proton.git
      cd qpid-proton
      git checkout 0.29.0
      mkdir _build
      cd _build
      cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local\
        -DSYSINSTALL_BINDINGS=ON\
        -DBUILD_STATIC_LIBS=ON\
        -DBUILD_TESTING=OFF\
        -DBUILD_WITH_CXX=ON\
        -DENABLE_FUZZ_TESTING=OFF\
        -DFUZZ_REGRESSION_TESTS=OFF\

      make -j4
      make install

      installed files in "/usr/local/lib" folder are:

      /usr/local/lib/libqpid-proton-core.so
      /usr/local/lib/libqpid-proton-core.so.10
      /usr/local/lib/libqpid-proton-core.so.10.7.1
      /usr/local/lib/libqpid-proton-core-static.a
      /usr/local/lib/libqpid-proton-cpp.so
      /usr/local/lib/libqpid-proton-cpp.so.12
      /usr/local/lib/libqpid-proton-cpp.so.12.6.0
      /usr/local/lib/libqpid-proton-proactor.so
      /usr/local/lib/libqpid-proton-proactor.so.1
      /usr/local/lib/libqpid-proton-proactor.so.1.4.1
      /usr/local/lib/libqpid-proton-proactor-static.a
      /usr/local/lib/libqpid-proton.so
      /usr/local/lib/libqpid-proton.so.11
      /usr/local/lib/libqpid-proton.so.11.8.1
      /usr/local/lib/libqpid-proton-static.a

      so the "libqpid-proton-cpp-static.a" is missing despite that "DBUILD_STATIC_LIBS=ON" option

      Attachments

        1. qpidbuild.txt
          30 kB
          berge2007

        Issue Links

          Activity

            People

              gsim Gordon Sim
              berge2007 berge2007
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: