Advertisement
Guest User

shotdetect on os x

a guest
Feb 10th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. lemac:Shotdetect xx$ mkdir -p build; cd build; cmake -D USE_WXWIDGETS:BOOL=OFF ..
  2. -- The C compiler identification is Clang 5.0.0
  3. -- The CXX compiler identification is Clang 5.0.0
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- avformat library found: /usr/local/lib/libavformat.dylib
  13. -- avdevice library found: /usr/local/lib/libavdevice.dylib
  14. -- avcodec library found: /usr/local/lib/libavcodec.dylib
  15. -- avutil library found: /usr/local/lib/libavutil.dylib
  16. -- swscale library found: /usr/local/lib/libswscale.dylib
  17. Found all FFmpeg libraries in /usr/local/lib/libavformat.dylib;/usr/local/lib/libavdevice.dylib;/usr/local/lib/libavcodec.dylib;/usr/local/lib/libavutil.dylib;/usr/local/lib/libswscale.dylib.
  18. CMake Error at cmake/FindGD.cmake:112 (MESSAGE):
  19. Could not find GD library
  20. Call Stack (most recent call first):
  21. CMakeLists.txt:85 (FIND_PACKAGE)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement