Advertisement
Guest User

Untitled

a guest
Feb 15th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. -- The C compiler identification is GNU 4.3.2
  2. -- The CXX compiler identification is GNU 4.3.2
  3. -- Check for working C compiler: /home/exl/x-tools/arm-qemu-linux-gnueabi/bin/arm-qemu-linux-gnueabi-gcc
  4. -- Check for working C compiler: /home/exl/x-tools/arm-qemu-linux-gnueabi/bin/arm-qemu-linux-gnueabi-gcc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Check for working CXX compiler: /home/exl/x-tools/arm-qemu-linux-gnueabi/bin/arm-qemu-linux-gnueabi-g++
  8. -- Check for working CXX compiler: /home/exl/x-tools/arm-qemu-linux-gnueabi/bin/arm-qemu-linux-gnueabi-g++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. GUI type is not specified!
  12. Using QT as default
  13. Add cmake parameter -D GUI={QT|WX|CRGUI_XCB|CRGUI_NANOX|CRGUI_PB|CRGUI_QT|CRGUI_JINKE_PLUGIN|CRGUI_WIN32|FB2PROPS} to use another GUI frontend
  14. using USE_EXTERNAL_EDICT_DICTIONARY=0
  15. -D DOC_DATA_COMPRESSION_LEVEL=0|1|2|3|4|5 parameter is not defined: will use default value
  16. using TEXT_COMPRESSION_LEVEL=1
  17. -D DOC_BUFFER_SIZE=N parameter is not defined: will use default value
  18. using DOC_BUFFER_SIZE=0x400000
  19. using MAX_IMAGE_SCALE_MUL=0
  20. -- Looking for Q_WS_X11
  21. -- Looking for Q_WS_X11 - not found
  22. -- Looking for Q_WS_WIN
  23. -- Looking for Q_WS_WIN - not found
  24. -- Looking for Q_WS_QWS
  25. -- Looking for Q_WS_QWS - found
  26. -- Looking for Q_WS_MAC
  27. -- Looking for Q_WS_MAC - not found
  28. -- Found Qt4: /home/exl/SandBox/QEMU_arm/arm-sdk/bin/qmake (found version "4.8.5")
  29. NO_UNRAR parameter specified: Will not support UNRAR
  30. -- Found ZLIB: /home/exl/SandBox/QEMU_arm/arm-sdk/lib/libz.so (found version "1.2.8")
  31. -- Found PNG: /home/exl/SandBox/QEMU_arm/arm-sdk/lib/libpng.so (found version "1.6.9")
  32. -- Found JPEG: /home/exl/SandBox/QEMU_arm/arm-sdk/lib/libjpeg.so
  33. -- Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
  34. System FREETYPE not found, will build local one
  35. Will build patched LIBCHM library
  36. Will build patched ANTIWORD library
  37. Will make tinydict library - .dict format support
  38. -- Found PkgConfig: /home/exl/SandBox/QEMU_arm/arm-sdk/bin/pkg-config (found version "0.28")
  39. Will make CR3/QT
  40. -- Found Qt4: /home/exl/SandBox/QEMU_arm/arm-sdk/bin/qmake (found version "4.8.5")
  41. Languages: ru;uk;cs;de;es;pl;bg;hu
  42. Warning: Cross-compilation detected!
  43. Warning: Fontconfig library here: /home/exl/SandBox/QEMU_arm/arm-sdk/lib/libfontconfig.so
  44. -- Configuring done
  45. -- Generating done
  46. -- Build files have been written to: /home/exl/SandBox/CoolReader/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement