-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lzmq doesn't use pkg-config
#45
Comments
I support only |
It's installed via I think it should automatically use |
may be you can change script so you can pass
|
Yes sure, but I shouldn't do that because it should do that automatically. The normal solution is use E.g.:
Ah, I see, that is supposed to be fixed in LuaRocks itself? I found the post you referred to here. I'm a bit confused. I searched around and it seems as other Lua libs are using |
It can be done only in |
Have you seen https://github.com/deepakjois/luaharfbuzz ? It uses |
They uses Why you can not just install lzmq by hand before you run install script
and run your rest installation. |
I can do that but I think that it should be done automatically. Btw., I tried that (
|
you also should point to lua header path |
The "undefined reference to main" is there because "-shared" is missing from |
Fails to compile because it selects wrong ZMQ.
My system (Ubuntu 12.0) provides some old ZMQ headers in
/usr/include
.I installed some recent ZMQ version (via Homebrew). I have a
pkg-config
in myPATH
which will find the correct ZMQ.lzmq however doesn't seem to use
pkg-config
and thus fails.The text was updated successfully, but these errors were encountered: