[Rpm-maint] [rpm-software-management/rpm] ../rpmio/rpmlua.h:5:10: fatal error: lauxlib.h: No such file or directory (#888)

Panu Matilainen notifications at github.com
Tue Oct 8 08:55:33 UTC 2019


Where's lauxlib.h on the system? My crystal ball seems broken today. 

rpm simply expects lua includes to be in the compilers include path, so either it's not present at all, or it's not in the path, that's all there is to it. If it's not on the path you need to tell rpm about it. You're talking about a modified source so I can't tell you how to fix it, but the standard way to pass additional include paths would be appending CPPFLAGS="-I/some/path" to the configure line.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/888#issuecomment-539419136
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20191008/7c18e79e/attachment.html>


More information about the Rpm-maint mailing list