Git Product home page Git Product logo

Comments (3)

buaazp avatar buaazp commented on July 24, 2024

别用sudo,
直接make试试

from zimg.

Carl2016 avatar Carl2016 commented on July 24, 2024

mkdir -p build/zimg
cd build/zimg; cmake /data/zimg/src; make; cp zimg /data/zimg/bin
-- Could NOT find LibEventPthreads (missing: LIBEVENT_PTHREADS_LIBRARY)
-- Could NOT find LibEventOpenssl (missing: LIBEVENT_OPENSSL_LIBRARY)
-- Found ImageMagick: /usr/lib64/libMagickCore.so (found version "6.7.2-7")
-- Found ImageMagick: /usr/lib64/libMagickWand.so (found version "6.7.2-7")
Diabling SSL
Build Type: Release
Std CFLAGS: -Wall -fno-strict-aliasing -DPROJECT_VERSION="3.1.0" -D_BSD_SOURCE -D_POSIX_C_SOURCE=200112 -DEVHTP_DISABLE_SSL -std=c99 -Wno-unused-function -Wno-deprecated -DMAGICKCORE_HDRI_ENABLE -DMAGICKCORE_QUANTUM_DEPTH=8
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIBEVENT_PTHREADS_LIBRARY (ADVANCED)
linked by target "zimg" in directory /data/zimg/src

-- Configuring incomplete, errors occurred!
See also "/data/zimg/build/zimg/CMakeFiles/CMakeOutput.log".
make[1]: Entering directory /data/zimg/build/zimg' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory /data/zimg/build/zimg'
cp: cannot stat `zimg': No such file or directory
make: *** [all] Error 1

from zimg.

buaazp avatar buaazp commented on July 24, 2024

Could NOT find LibEventPthreads
Could NOT find LibEventOpenssl

from zimg.

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.