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

QUESTION #219

Open
konstantin-ki opened this issue Jun 5, 2024 · 1 comment
Open

QUESTION #219

konstantin-ki opened this issue Jun 5, 2024 · 1 comment
Labels
question Further information is requested

Comments

@konstantin-ki
Copy link

Попробовал собрать майнкрафт по инструкции автора на ютубе. С начала всё шло хорошо и без ошибок но на моменте когда в видео проект уже собран и он его запускает но без OpenAl.dll у меня возникла какя-то ошибка связаная с lua происходит она в CMakeLists.txt :

internal helper macro
macro(_FPHSA_FAILURE_MESSAGE _msg)
set (__msg "${_msg}")
if (FPHSA_REASON_FAILURE_MESSAGE)
string(APPEND __msg "\n Reason given by package: ${FPHSA_REASON_FAILURE_MESSAGE}\n")
endif()
if (${_NAME}_FIND_REQUIRED)
message(FATAL_ERROR "${__msg}") <---- вот здесь строка 230
else ()
if (NOT ${_NAME}_FIND_QUIETLY)
message(STATUS "${__msg}")
endif ()
endif ()
endmacro()

А в консоли вот это

Error

@konstantin-ki konstantin-ki added the question Further information is requested label Jun 5, 2024
@MihailRis
Copy link
Owner

Инструкция в видео устарела. Сейчас проект собирается с использованием vcpkg для управления зависимостями. При этом нужно включить настройку VOXELENGINE_BUILD_WINDOWS_VCPKG

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

No branches or pull requests

2 participants