You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/04 05:40:13 UTC

[GitHub] [pulsar-client-node] RobertLowe commented on issue #139: fatal error: pulsar/c/message.h: No such file or directory

RobertLowe commented on issue #139:
URL: https://github.com/apache/pulsar-client-node/issues/139#issuecomment-892378724


   I ran into this, and I looked, at how homebrew installs it. Looks like I was missing:
   
   ```
   make pulsarShared pulsarStatic
   make install
   ```
   
   https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/libpulsar.rb#L35-L36
   
   I was only doing `make` before.


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org