Coder Social home page Coder Social logo

Comments (5)

yorknb962 avatar yorknb962 commented on August 21, 2024

“cmake -H. -Bbuild”

-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- *** Have SIZEOF void * = 8, so 64-bit
INFO---- DEPS_INSTALL_ROOT in BLS is: /home/yorknb/Downloads/libBLS/deps/deps_inst/x86_or_x64
INFO---- CMAKE_BUILD_TYPE = is not supported explicitly
INFO - Found clang-format executable: /usr/bin/clang-format-6.0
-- Found BLS_CLANG_FORMAT: /usr/bin/clang-format-6.0
CMake Warning (dev) at CMakeLists.txt:168 (set):
Cannot set "BLS_INCLUDE_DIRS": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/yorknb/Downloads/libBLS/build

from libbls.

olehnikolaiev avatar olehnikolaiev commented on August 21, 2024

hello @yorknb962 ! libBLS only supports gcc-9. you can either use gcc-9 instead of gcc-7 or try to manually edit cmake file to make it compatible with gcc-7

from libbls.

yorknb962 avatar yorknb962 commented on August 21, 2024

Thank you for your reply!

Inspired by your reply, I changed my symbolic link to gcc-9 and g++-9.
Now I can compiler this project successfully!

However, when i run "./build/bls_unit_test -t libBLS/" and "./build/bls_unit_test --list_content ", it still have problem as follow:

"Bash: syntax error near unexpected symbol 'newline'";
and "libBls*
zeroSecretKey*
singleBlsrun*
SimillarHashes*
BlsThresholdSignatures*
BlsThresholdSignaturesFalse*
BlsThresholdSignaturesReal*
simillarSignatures*
Exceptions*
SignVerification*"

from libbls.

olehnikolaiev avatar olehnikolaiev commented on August 21, 2024

please try ./build/bls_unit_test -t libBls/

from libbls.

yorknb962 avatar yorknb962 commented on August 21, 2024

Thanks you so much.

from libbls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.