Skip to content
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

make install overwrites headers of lua #66

Closed
starius opened this issue Nov 15, 2015 · 3 comments
Closed

make install overwrites headers of lua #66

starius opened this issue Nov 15, 2015 · 3 comments

Comments

@starius
Copy link

starius commented Nov 15, 2015

The following files from lua package are overwritten by ravi:

  • include/lua.h
  • include/luaconf.h
  • include/lualib.h

Can you install ravi headers to directory include/ravi/?

@dibyendumajumdar
Copy link
Owner

I have been adopting the deployment strategy of putting all ravi components in a dedicated location, rather than the system locations. I assume you tried installing using the system locations?

How do you handle different Lua versions? Are they installed in different locations?

@starius
Copy link
Author

starius commented Nov 15, 2015

How do you handle different Lua versions? Are they installed in different locations?

Actually, I am trying to cross-compile ravi from Linux to Windows using MXE. Lua is already cross-compiled and installed to include/lua.h (and LuaJIT to include/luajit-2.0/lua.h). Maybe Lua should be installed to include/lua-5.3/lua.h instead, but it is unrelated issue.

@dibyendumajumdar
Copy link
Owner

Resolved in repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants