You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/06/22 11:07:38 UTC

[GitHub] [qpid-dispatch] jdanekrh opened a new pull request #459: DISPATCH-1282 - Support for building on macOS

jdanekrh opened a new pull request #459: DISPATCH-1282 - Support for building on macOS
URL: https://github.com/apache/qpid-dispatch/pull/459
 
 
   * macOS does not use -rt linker option
   * pthread_t on macOS is a typedef’d struct, not long
   * dlopen on macOS substitutes rpath for @rpath placeholder, it does not prepend it as on Linux
   
   ~~CMake is now configured to append rpath to all libraries linked into targets. This has also effect on Linux.~~ edit: this was merged separately as DISPATCH-1321.
   
   With this path, I compiled dispatch and started it on macOS without errors
   
   $ cmake .. -DProton_DIR=/Users/jdanek/projects/qpid-proton/build/install/lib/cmake/Proton -DCMAKE_INSTALL_PREFIX=install
   $ make install
   $ PYTHONPATH=install/lib/python2.7/site-packages/ install/sbin/qdrouterd
   
   ~~The tests are not yet passing. Some of it is because I apparently did not have OpenSSL installed, some because `saslpasswd2` is not present, and some I have no clue about (like the segfault).~~
   
   edit: see comments/travis for current list of still-broken tests on macOS

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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