-
Notifications
You must be signed in to change notification settings - Fork 35
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
relic error #42
Comments
An alternative is building ENCRYPTO_utils locally, which successfully compiles a recent version or relic. I am trying not to modify any files from these projects, only specify external parameters and environment variables. However, I am having difficulties in specifying the correct If I add get_filename_component(ENCRYPTO_utils_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
list(APPEND CMAKE_MODULE_PATH "${ENCRYPTO_utils_CMAKE_DIR}")
include(CMakeFindDependencyMacro)
find_dependency(GMP)
find_dependency(GMPXX)
find_dependency(OpenSSL)
if(NOT TARGET ENCRYPTO_utils::encrypto_utils)
include("${ENCRYPTO_utils_CMAKE_DIR}/ENCRYPTO_utilsTargets.cmake")
endif() but initially fails on If I comment out that line (to see what else fails...), the next error is on the line |
Relic has a new release: tag 0.6.0 |
Hey! were you able to resolve the issue? Tried different things but still stuck at this error |
Problem Solved. My compilation is under Ubuntu VM with GCC 11.3. You have to revise In line 64 ad 89, the struct is defined with |
building
OTExtension
downloads relic version 0.5.0, and during compilation (on Ubuntu 22.04) fails with the following error:please either update the relic version being downloaded, or add instructions how to do so manually
The text was updated successfully, but these errors were encountered: