You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Duong Quynh (FSU1.Z8.IP)" <Qu...@fsoft.com.vn> on 2014/07/09 04:57:45 UTC

qpid cpp cmake bug

When run "make install" following problems happen:

CMake Error at bindings/qpid/ruby/cmake_install.cmake:44 (file):
  file INSTALL cannot find
  "/root/Downloads/qpid-cpp-0.28/BLD/bindings/qpid/ruby/libcqpid_ruby.so".
Call Stack (most recent call first):
  bindings/cmake_install.cmake:37 (include)
  cmake_install.cmake:51 (include)

CMake Error at bindings/qmf2/ruby/cmake_install.cmake:44 (file):
  file INSTALL cannot find
  "/root/Downloads/qpid-cpp-0.28/BLD/bindings/qmf2/ruby/libcqmf2_ruby.so".
Call Stack (most recent call first):
  bindings/cmake_install.cmake:38 (include)
  cmake_install.cmake:51 (include)

actual files after make are "cqpid_ruby.so" and "cqmf2_ruby.so" missing "lib" that's why make install doesn't find it. Can be solved by manually rename the files.