Giter Site home page Giter Site logo

Installation on MacOS about workflow HOT 10 OPEN

sogou avatar sogou commented on May 21, 2024
Installation on MacOS

from workflow.

Comments (10)

wangh09 avatar wangh09 commented on May 21, 2024 3

Hi. 建议维护一个conan repo

from workflow.

Barenboim avatar Barenboim commented on May 21, 2024 2

更新了master,可以再试一下。
@wqw547243068

from workflow.

holmes1412 avatar holmes1412 commented on May 21, 2024 1

你好,我们昨天对cmake有一些改动,为了兼容更多系统,所以改动略大,今天在持续修复中。
麻烦先使用前两天的版本,或者release 0.9.9~这两天会整天完成cmake的改动,整体改完我再at你看看~非常感谢小伙伴!

from workflow.

wqw547243068 avatar wqw547243068 commented on May 21, 2024

按照以上步骤执行,还是报错

  • ld: cannot link directly with dylib/framework, your binary is not an allowed client of /usr/lib/libcrypto.dylib for architecture x86_64
[ 98%] Linking CXX shared library ../../_lib/libworkflow.dylib
ld: cannot link directly with dylib/framework, your binary is not an allowed client of /usr/lib/libcrypto.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [../_lib/libworkflow.dylib] Error 1
make[2]: *** [src/CMakeFiles/workflow-shared.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2

from workflow.

wqw547243068 avatar wqw547243068 commented on May 21, 2024

mac编译通过,谢谢!

from workflow.

wuleying avatar wuleying commented on May 21, 2024

更新了master,可以再试一下。 @wqw547243068

使用master碰到一样的问题

[ 98%] Linking CXX shared library ../../_lib/libworkflow.dylib
ld: cannot link directly with dylib/framework, your binary is not an allowed client of /usr/lib/libcrypto.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [../_lib/libworkflow.dylib] Error 1
make[2]: *** [src/CMakeFiles/workflow-shared.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2

from workflow.

Barenboim avatar Barenboim commented on May 21, 2024

更新了master,可以再试一下。 @wqw547243068

使用master碰到一样的问题

[ 98%] Linking CXX shared library ../../_lib/libworkflow.dylib
ld: cannot link directly with dylib/framework, your binary is not an allowed client of /usr/lib/libcrypto.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [../_lib/libworkflow.dylib] Error 1
make[2]: *** [src/CMakeFiles/workflow-shared.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2

目前最新master或0.9.10的release有这个问题?你可以改一下cmake,先把动态库的编译先去了。在src/CMakeLists.txt里。

from workflow.

aquilius2022 avatar aquilius2022 commented on May 21, 2024

你好:
这是我今天编译遇到的错误。麻烦能不能说一下怎么修改cmake?
十分感谢。
mkdir -p build.cmake
rm -rf build.cmake/CMakeCache.txt
cd build.cmake && cmake -D KAFKA= -D MYSQL= -D REDIS= /Users/jiehou/Downloads/workflow-0.9.9/tutorial
-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found OpenSSL: /usr/local/opt/openssl/lib/libcrypto.dylib (found version "1.1.1l")

CMake Error at CMakeLists.txt:13 (find_package):
Could not find a package configuration file provided by "workflow" with any
of the following names:

workflowConfig.cmake
workflow-config.cmake

Add the installation prefix of "workflow" to CMAKE_PREFIX_PATH or set
"workflow_DIR" to a directory containing one of the above files. If
"workflow" provides a separate development package or SDK, be sure it has
been installed.

-- Configuring incomplete, errors occurred!
See also "/Users/jiehou/Downloads/workflow-0.9.9/tutorial/build.cmake/CMakeFiles/CMakeOutput.log".
See also "/Users/jiehou/Downloads/workflow-0.9.9/tutorial/build.cmake/CMakeFiles/CMakeError.log".
make: *** [all] Error 1

from workflow.

Barenboim avatar Barenboim commented on May 21, 2024

@aquilius2022
你是要编译tutorial吗?直接到tutorial目录里,输入make就可以了。按下面几个命令:

git clone https://github.com/sogou/workflow
cd workflow
make
cd tutorial
make

from workflow.

aquilius2022 avatar aquilius2022 commented on May 21, 2024

@Barenboim,
great. it can be compiled well. thanks.

from workflow.

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.