Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. Thor-Arne@TOSHIBA MINGW32 ~/MINGW-packages/mingw-w64-kicad-git/src/kicad/build
  2. $ cmake -G "MSYS Makefiles" -DKICAD_SKIP_BOOST=ON -DCMAKE_BUILD_TYPE=Debug ..
  3. -- The C compiler identification is GNU 5.2.0
  4. -- The CXX compiler identification is GNU 5.2.0
  5. -- Check for working C compiler: D:/msys32/mingw32/bin/gcc.exe
  6. -- Check for working C compiler: D:/msys32/mingw32/bin/gcc.exe -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Detecting C compile features
  10. -- Detecting C compile features - done
  11. -- Check for working CXX compiler: D:/msys32/mingw32/bin/g++.exe
  12. -- Check for working CXX compiler: D:/msys32/mingw32/bin/g++.exe -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- Detecting CXX compile features
  16. -- Detecting CXX compile features - done
  17. -- Performing Test GXX_HAS_VISIBILITY_FLAG
  18. -- Performing Test GXX_HAS_VISIBILITY_FLAG - Success
  19. -- Performing Test GXX_HAS_VISIBILITY_INLINES_FLAG
  20. -- Performing Test GXX_HAS_VISIBILITY_INLINES_FLAG - Success
  21. -- Looking for malloc.h
  22. -- Looking for malloc.h - found
  23. -- Looking for iso646.h
  24. -- Looking for iso646.h - found
  25. -- Looking for stdint.h
  26. -- Looking for stdint.h - found
  27. -- Looking for strcasecmp
  28. -- Looking for strcasecmp - found
  29. -- Looking for strncasecmp
  30. -- Looking for strncasecmp - found
  31. -- Looking for strtok_r
  32. -- Looking for strtok_r - found
  33. -- Looking for malloc
  34. -- Looking for malloc - found
  35. -- Looking for math.h
  36. -- Looking for math.h - found
  37. -- Looking for C++ include cmath
  38. -- Looking for C++ include cmath - found
  39. -- Looking for asinh
  40. -- Looking for asinh - found
  41. -- Looking for acosh
  42. -- Looking for acosh - found
  43. -- Looking for atanh
  44. -- Looking for atanh - found
  45. -- Performing Test HAVE_CMATH_ISINF
  46. -- Performing Test HAVE_CMATH_ISINF - Success
  47. -- Looking for clock_gettime in rt
  48. -- Looking for clock_gettime in rt - not found
  49. -- Looking for gettimeofday
  50. -- Looking for gettimeofday - found
  51. -- Looking for getc_unlocked
  52. -- Looking for getc_unlocked - not found
  53. -- Found wxWidgets: -L/mingw32/lib;;;-pipe;-Wl,--subsystem,windows;-mwindows;-lwx_mswu_gl-3.0;-lwx_mswu_aui-3.0;-lwx_mswu_adv-3.0;-lwx_mswu_html-3.0;-lwx_mswu_core-3.0;-lwx_baseu_net-3.0;-lwx_baseu-3.0;-lwx_baseu_xml-3.0;-lwx_mswu_stc-3.0 (found suitable version "3.0.2", minimum required is "3.0.0")
  54. -- Check for installed OpenGL -- found
  55. -- Found Glew: D:/msys32/mingw32/bin/glew32.dll
  56. -- Check for installed GLEW -- found
  57. -- Found CAIRO: D:/msys32/mingw32/lib/libcairo.dll.a
  58. -- Check for installed Cairo -- found
  59. -- Boost version: 1.57.0
  60. -- Found the following Boost libraries:
  61. -- context
  62. -- date_time
  63. -- filesystem
  64. -- iostreams
  65. -- locale
  66. -- program_options
  67. -- regex
  68. -- system
  69. -- thread
  70. CMake Warning at CMakeLists.txt:566 (message):
  71.  
  72.  
  73. WARNING: You decided to skip building boost library.
  74.  
  75. KiCad developers strongly advise you to build the bundled boost library, as
  76. it is known to work with KiCad.
  77.  
  78. Other versions may contain bugs that may result in KiCad errors.
  79.  
  80.  
  81. -- Found Doxygen: D:/msys32/mingw32/bin/doxygen.exe (found version "1.8.10")
  82. -- Configuring done
  83. -- Generating done
  84. -- Build files have been written to: D:/msys32/home/Thor-Arne/MINGW-packages/mingw-w64-kicad-git/src/kicad/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement