Visa-Research / volepsi

Efficient Private Set Intersection base on VOLE
MIT License
98 stars 32 forks source link

build error #65

Open friendsAI opened 3 months ago

friendsAI commented 3 months ago

when I execute the command: python3 build.py -DVOLE_PSI_ENABLE_BOOST=ON, error occurs. The following are error messages:

-- Configuring incomplete, errors occurred! CMake Error at thirdparty/fetch.cmake:22 (file): file failed to open for reading (No such file or directory): /home/susan/VOLEpsi/volepsi/thirdparty/log-libOTe.txt Call Stack (most recent call first): thirdparty/getLibOTe.cmake:62 (run) cmake/findDependancies.cmake:115 (include) CMakeLists.txt:14 (include) CMake Error at thirdparty/fetch.cmake:23 (message): libOTe Configure failed (1). Call Stack (most recent call first): thirdparty/getLibOTe.cmake:62 (run) cmake/findDependancies.cmake:115 (include) CMakeLists.txt:14 (include) -- Configuring incomplete, errors occurred! gmake: Makefile: No such file or directory gmake: *** No rule to make target 'Makefile'. Stop.

The OS version:Ubuntu 22.04

friendsAI commented 3 months ago

resloved.

zzzhhhlll commented 1 month ago

when I execute the command: python3 build.py -DVOLE_PSI_ENABLE_BOOST=ON, error occurs. The following are error messages:

-- Configuring incomplete, errors occurred! CMake Error at thirdparty/fetch.cmake:22 (file): file failed to open for reading (No such file or directory): /home/susan/VOLEpsi/volepsi/thirdparty/log-libOTe.txt Call Stack (most recent call first): thirdparty/getLibOTe.cmake:62 (run) cmake/findDependancies.cmake:115 (include) CMakeLists.txt:14 (include) CMake Error at thirdparty/fetch.cmake:23 (message): libOTe Configure failed (1). Call Stack (most recent call first): thirdparty/getLibOTe.cmake:62 (run) cmake/findDependancies.cmake:115 (include) CMakeLists.txt:14 (include) -- Configuring incomplete, errors occurred! gmake: Makefile: No such file or directory gmake: *** No rule to make target 'Makefile'. Stop.

The OS version:Ubuntu 22.04

I seem to have the same problem as you. How did you solve it? Thank you