Advertisement
Guest User

Untitled

a guest
Feb 6th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. Using OpenGL
  2. -- Found DINPUT: D:/MinGW64/mingw64/x86_64-w64-mingw32/include
  3. -- Found D3D9: D:/MinGW64/mingw64/x86_64-w64-mingw32/include
  4. -- Found D3DX9: D:/MinGW64/mingw64/x86_64-w64-mingw32/include
  5. -- Found DSOUND: D:/MinGW64/mingw64/x86_64-w64-mingw32/include
  6. -- Found XINPUT: D:/MinGW64/mingw64/x86_64-w64-mingw32/include
  7. -- Found GDIPLUS: C:/MinGW/include
  8. -- Performing Test SUPPORT_GDIPLUS
  9. -- Performing Test SUPPORT_GDIPLUS - Failed
  10. WARNING: cannot use GDI+. Will try other libraries.
  11. -- Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR)
  12. -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
  13. WARNING: libpng not found, disabling support
  14. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  15. WARNING: libjpeg not found, disabling support
  16. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  17. -- Could NOT find WebP (missing: WEBP_INCLUDE_DIRS WEBP_LIBRARIES)
  18. WARNING: libwebp not found, disabling support
  19. -- Could NOT find OpenAL (missing: OPENAL_INCLUDE_DIR)
  20. -- Could NOT find OPENSL (missing: OPENSL_INCLUDE_DIR OPENSL_LIBRARY)
  21. -- Could NOT find FLAC (missing: FLAC_INCLUDE_DIR OGG_LIBRARY FLAC_LIBRARY)
  22. WARNING: libFLAC not found or compile test failed, disabling support.
  23. -- Could NOT find DUMB (missing: DUMB_INCLUDE_DIR DUMB_LIBRARY)
  24. WARNING: libdumb >= 2.0 or <= 0.9.3 not found or compile test failed, disabling support. See <https://github.com/kode54/dumb> for 2.0 or <http://dumb.sourceforge.net/> for 0.9.3.
  25. -- Could NOT find OGG (missing: OGG_INCLUDE_DIR OGG_LIBRARY)
  26. WARNING: libvorbis not found or compile test failed, disabling support.
  27. -- Could NOT find OGG (missing: OGG_INCLUDE_DIR OGG_LIBRARY)
  28. WARNING: libopus not found or compile test failed, disabling support.
  29. -- Could NOT find Freetype (missing: FREETYPE_LIBRARY FREETYPE_INCLUDE_DIRS)
  30. WARNING: FreeType not found, disabling support.
  31. -- Could NOT find PhysFS (missing: PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR)
  32. -- Could NOT find PHYSFS (missing: PHYSFS_LIBRARY PHYSFS_INCLUDE_DIR)
  33. -- Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR)
  34. -- Could NOT find OGG (missing: OGG_INCLUDE_DIR OGG_LIBRARY)
  35. -- Could NOT find OGG (missing: OGG_INCLUDE_DIR OGG_LIBRARY)
  36. WARNING: allegro_video wanted but no supported backend found
  37. -- Not building ex_color
  38. -- Not building ex_depth_mask
  39. -- Not building ex_haptic2
  40. -- Not building ex_physfs
  41. -- Not building ex_video
  42. -- Not building ex_font_justify
  43. -- Not building ex_font_multiline
  44. -- Not building ex_logo
  45. -- Not building ex_projection
  46. -- Not building ex_ttf
  47. -- Not building ex_audio_chain
  48. -- Not building ex_synth
  49. -- Could NOT find ENET (missing: ENET_INCLUDE_DIR ENET_LIBRARY)
  50. -- Not building tests due to missing library. Have: allegro allegro_main allegro_image allegro_color allegro_font allegro_primitives
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement