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 <[email protected]>

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to