ffontaine opened a new pull request #187: cpp/CMakeLists.txt: fix 
qpid-proton-cpp linking
URL: https://github.com/apache/qpid-proton/pull/187
 
 
   gpid-proton-cpp must use LINK_PUBLIC to link with qpid-proton-core and
   qpid-proton-proactor otherwise build will fail if those libraries are
   not yet installed on the system:
   
   [ 81%] Linking CXX executable value_test
   
/home/fabrice/buildroot/output/host/lib/gcc/arm-buildroot-linux-uclibcgnueabihf/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabihf/bin/ld:
 warning: libqpid-proton-proactor.so.1, needed by libqpid-proton-cpp.so.12.6.0, 
not found (try using -rpath or -rpath-link)
   
/home/fabrice/buildroot/output/host/lib/gcc/arm-buildroot-linux-uclibcgnueabihf/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabihf/bin/ld:
 warning: libqpid-proton-core.so.10, needed by libqpid-proton-cpp.so.12.6.0, 
not found (try using -rpath or -rpath-link)
   
/home/fabrice/buildroot/output/host/lib/gcc/arm-buildroot-linux-uclibcgnueabihf/8.3.0/../../../../arm-buildroot-linux-uclibcgnueabihf/bin/ld:
 libqpid-proton-cpp.so.12.6.0: undefined reference to `pn_data_put_described'
   
   Signed-off-by: Fabrice Fontaine <fontaine.fabr...@gmail.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to