-
Notifications
You must be signed in to change notification settings - Fork 3.8k
mac os 10.13.4 build failed with this issues. please help me! #4307
Comments
brew remove --force boostbrew
|
@cppfuns thanks for you reply.but when i exc "brew remove --force llvmcd ~/eos" it did't work for me with this error:Error: No available formula with the name "/Users/zcm/eos" .so what should i do next? |
@pacificcode
-- The C compiler identification is Clang 6.0.0
does not contain a CMakeLists.txt file. -- Using custom FindBoost.cmake The following configuration files were considered but not accepted:
-- Configuring incomplete, errors occurred!
[@zcmmacbook-pro:eos (master)]$ |
@theshdf run the following and you should be good. brew remove --force llvm |
@pacificcode
-- The C compiler identification is AppleClang 9.1.0.9020039
Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred!
|
@pacificcode @cppfuns @andriantolie thanks very much。i have |
when i exc ./eosio_build.sh. issues as follow:
-- Using custom FindBoost.cmake
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- thread
-- date_time
-- filesystem
-- system
-- program_options
-- signals
-- serialization
-- chrono
-- unit_test_framework
-- context
-- locale
-- iostreams
-- Configuring EOSIO on OS X
-- binaryen building with -std=c++11
-- binaryen building for platform x86-64
-- binaryen building with -Wall
-- binaryen building with -Werror
-- binaryen building with -Wextra
-- binaryen building with -Wno-unused-parameter
-- binaryen building with -fno-omit-frame-pointer
-- binaryen building with -fPIC
-- binaryen building with -O2
-- binaryen building with -UNDEBUG
-- Using 'SYS' as CORE symbol name
-- Using 'EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV' as public key for 'eosio' account
-- Using WASM clang => /usr/local/wasm/bin/clang
-- Using WASM llc => /usr/local/wasm/bin/llc
-- Using WASM llvm-link => /usr/local/wasm/bin/llvm-link
-- Found Secp256k1: /usr/local/lib/libsecp256k1.a
-- Configuring fc to build on Unix/Apple
-- zlib found
-- Configuring Builtins
CMake Error at libraries/CMakeLists.txt:3 (add_subdirectory):
The source directory
does not contain a CMakeLists.txt file.
-- Using custom FindBoost.cmake
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- thread
-- date_time
-- filesystem
-- system
-- chrono
-- unit_test_framework
-- locale
-- Configuring ChainBase on OS X
CMake Error at libraries/wasm-jit/Source/Runtime/CMakeLists.txt:26 (find_package):
Could not find a package configuration file provided by "LLVM" (requested
version 4.0) with any of the following names:
Add the installation prefix of "LLVM" to CMAKE_PREFIX_PATH or set
"LLVM_DIR" to a directory containing one of the above files. If "LLVM"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/Users/zcm/eos/build/CMakeFiles/CMakeOutput.log".
you can see i have two issues.i am a newbie,please help me.ths
The text was updated successfully, but these errors were encountered: