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

Conflict lua <--> luajit #4019

Closed
degski opened this issue Aug 4, 2018 · 3 comments
Closed

Conflict lua <--> luajit #4019

degski opened this issue Aug 4, 2018 · 3 comments
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@degski
Copy link

degski commented Aug 4, 2018

Z:\vcpkg>vcpkg install luajit sol2
The following packages will be built and installed:
    luajit[core]:x64-windows-static
    sol2[core]:x64-windows-static
Starting package 1/2: luajit:x64-windows-static
Building package luajit[core]:x64-windows-static...
-- Using cached Z:/vcpkg/downloads/LuaJIT-LuaJIT-v2.0.5.tar.gz
-- Using source at Z:/vcpkg/buildtrees/luajit/src/v2.0.5-c87550d73d
-- Applying patch Z:/vcpkg/ports/luajit/001-fixStaticBuild.patch
-- Applying patch failed. This is expected if this patch was previously applied.
-- Building x64-windows-static-dbg
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/debug/tools/luajit.exe
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/debug/lib/lua51.lib
-- Building x64-windows-static-rel
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/tools/luajit.exe
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/lib/lua51.lib
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/include/lua.h
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/include/luajit.h
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/include/luaconf.h
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/include/lualib.h
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/include/lauxlib.h
-- Installing: Z:/vcpkg/packages/luajit_x64-windows-static/include/lua.hpp
-- Performing post-build validation
-- Performing post-build validation done
Building package luajit[core]:x64-windows-static... done
Installing package luajit[core]:x64-windows-static...
The following files are already installed in z:/vcpkg/installed/x64-windows-static and are in conflict with luajit:x64-windows-static

    include/lauxlib.h
    include/lua.h
    include/lua.hpp
    include/luaconf.h
    include/lualib.h

It appears (from the above output) that luajit uses 5.1, while lua is 5.3.

@NancyLi1013 NancyLi1013 added the category:port-bug The issue is with a library, which is something the port should already support label Jan 30, 2019
@JackBoosY
Copy link
Contributor

This is why we recommend creating a new directory to install headers.

@LarryIII
Copy link
Contributor

LarryIII commented Apr 2, 2019

Thanks for your feedback. this issue has fixed in #5863

@LarryIII LarryIII closed this as completed Apr 2, 2019
@degski
Copy link
Author

degski commented Apr 2, 2019

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

4 participants