janlle / mac-hadoop-native-lib

mac hadoop 本地依赖库
Apache License 2.0
1 stars 4 forks source link

请问有3.3.0编译后的文件吗 #1

Open ArMiku opened 4 years ago

ArMiku commented 4 years ago

我3.3.0版本编译报错 protobuf版本是3.7.1 也已经配置好环境变量 [WARNING] CMake Warning (dev) in CMakeLists.txt: [WARNING] No project() command is present. The top-level CMakeLists.txt file must [WARNING] contain a literal, direct call to the project() command. Add a line of [WARNING] code such as [WARNING] [WARNING] project(ProjectName) [WARNING] [WARNING] near the top of the file, but after cmake_minimum_required(). [WARNING] [WARNING] CMake is pretending there is a "project(Project)" command on the first [WARNING] line. [WARNING] This warning is for project developers. Use -Wno-dev to suppress it. [WARNING] [WARNING] -- The C compiler identification is AppleClang 11.0.3.11030032 [WARNING] -- The CXX compiler identification is AppleClang 11.0.3.11030032 [WARNING] -- Detecting C compiler ABI info [WARNING] -- Detecting C compiler ABI info - done [WARNING] -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped [WARNING] -- Detecting C compile features [WARNING] -- Detecting C compile features - done [WARNING] -- Detecting CXX compiler ABI info [WARNING] -- Detecting CXX compiler ABI info - done [WARNING] -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped [WARNING] -- Detecting CXX compile features [WARNING] -- Detecting CXX compile features - done [WARNING] -- Looking for pthread.h [WARNING] -- Looking for pthread.h - found [WARNING] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [WARNING] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [WARNING] -- Found Threads: TRUE
[WARNING] -- Performing Test HAVE_BETTER_TLS [WARNING] -- Performing Test HAVE_BETTER_TLS - Success [WARNING] -- Performing Test HAVE_INTEL_SSE_INTRINSICS [WARNING] -- Performing Test HAVE_INTEL_SSE_INTRINSICS - Success [WARNING] -- Looking for dlopen in dl [WARNING] -- Looking for dlopen in dl - found [WARNING] -- Found Java: /Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home/bin/java (found version "1.8.0_251") [WARNING] -- Found JNI: /Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home/jre/lib/libjawt.dylib
[WARNING] CUSTOM_OPENSSL_PREFIX = [WARNING] -- Performing Test HAS_NEW_ENOUGH_OPENSSL [WARNING] -- Performing Test HAS_NEW_ENOUGH_OPENSSL - Success [WARNING] -- Performing Test THREAD_LOCAL_SUPPORTED [WARNING] -- Performing Test THREAD_LOCAL_SUPPORTED - Success [WARNING] -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) [WARNING] -- Found OpenSSL: /usr/lib/libcrypto.dylib (found version "1.1.1g")
[WARNING] CMake Error at /usr/local/Cellar/cmake/3.18.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:165 (message): [WARNING] Could NOT find Protobuf (missing: Protobuf_LIBRARIES Protobuf_INCLUDE_DIR) [WARNING] Call Stack (most recent call first): [WARNING] /usr/local/Cellar/cmake/3.18.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE) [WARNING] /usr/local/Cellar/cmake/3.18.2/share/cmake/Modules/FindProtobuf.cmake:626 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) [WARNING] main/native/libhdfspp/CMakeLists.txt:45 (find_package) [WARNING] [WARNING] [WARNING] -- Configuring incomplete, errors occurred! [WARNING] See also "/Users/sunqihang/Downloads/hadoop-3.3.0-src/hadoop-hdfs-project/hadoop-hdfs-native-client/target/CMakeFiles/CMakeOutput.log".

janlle commented 4 years ago

这么新的我还没编译过

wj19816 commented 3 years ago

请问您后来解决这个问题了吗,我也遇到了3.3.0没有native的问题TAT