bitextor / bleualign-cpp

GNU General Public License v3.0
7 stars 2 forks source link

Install failed #12

Closed Lcyby closed 2 years ago

Lcyby commented 3 years ago

'make -j4' Display this error

[ 87%] No update step for 'googletest' [ 88%] No patch step for 'googletest' [ 89%] Performing configure step for 'googletest' -- googletest configure command succeeded. See also /home/liuxy/bleualign-cpp-master/build/gtest/src/googletest-stamp/googletest-configure-*.log [ 90%] Performing build step for 'googletest' CMake Error at /home/liuxy/bleualign-cpp-master/build/gtest/src/googletest-stamp/googletest-build-Release.cmake:49 (message): Command failed: 2

'make'

See also

/home/liuxy/bleualign-cpp-master/build/gtest/src/googletest-stamp/googletest-build-*.log

make[2]: [gtest/src/googletest-stamp/googletest-build] Error 1 make[1]: [CMakeFiles/googletest.dir/all] Error 2 make: *** [all] Error 2

zuny26 commented 3 years ago

Hi @Lcyby Seems to be something wrong with GTest, although from the error it is not clear to me what it is. Try disabling tests:

cmake .. -DBUILD_TEST=off -DCMAKE_BUILD_TYPE=Release
make -j4
lpla commented 2 years ago

Unable to reproduce. Please reopen if necessary.