Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. D:\Users\Usuario\Documents\mixxx>call "D:\programming\vs2013\VC\vcvarsall.bat" x86
  2. scons: Reading SConscript files ...
  3. Deleting deprecated build file: D:\Users\Usuario\Documents\mixxx\src\build.h
  4. Configuring MixxxCore
  5. Configuring SoundTouch
  6. Configuring ReplayGain
  7. Configuring PortAudio
  8. Checking for C library portaudio... yes
  9. Configuring PortMIDI
  10. Checking for C library porttime... yes
  11. Checking for C library portmidi... yes
  12. Checking for C header file portmidi.h... yes
  13. Configuring Qt
  14. Configuring TestHeaders
  15. Configuring FidLib
  16. Configuring SndFile
  17. Checking for C library sndfile... no
  18. Checking for C library libsndfile... no
  19. Checking for C library libsndfile-1... no
  20. Configuring FLAC
  21. Checking for C header file FLAC/stream_decoder.h... yes
  22. Checking for C library libFLAC... no
  23. Checking for C library FLAC... no
  24. Configuring OggVorbis
  25. Checking for C library libvorbisfile... no
  26. Checking for C library vorbisfile... no
  27. Checking for C library libvorbis... no
  28. Checking for C library vorbis... no
  29. Configuring OpenGL
  30. Checking for C library GL... no
  31. Checking for C library opengl32... no
  32. Checking for C header file OpenGL/gl.h... no
  33. Checking for C header file GL/gl.h... no
  34. Configuring TagLib
  35. Checking for C library tag... no
  36. Configuring ProtoBuf
  37. Checking for C library libprotobuf-lite... no
  38. Checking for C library protobuf-lite... no
  39. Checking for C library libprotobuf... no
  40. Checking for C library protobuf... no
  41. Configuring Chromaprint
  42. Checking for C library chromaprint... no
  43. Checking for C library libchromaprint... no
  44. Checking for C library chromaprint_p... no
  45. Checking for C library libchromaprint_p... no
  46. Configuring RubberBand
  47. Checking for C library rubberband... no
  48. Checking for C library librubberband... no
  49. Configuring SecurityFramework
  50. Configuring CoreServices
  51. Configuring Mad
  52. Checking for C library libmad... no
  53. Checking for C library mad... no
  54. Configuring CoreAudio
  55. Configuring MediaFoundation
  56. Checking for C library Ole32... no
  57. Configuring HSS1394
  58. Checking for C library libhss1394... no
  59. Checking for C library hss1394... no
  60. Configuring HID
  61. Checking for C library setupapi... no
  62. Checking for C library libsetupapi... no
  63. Configuring Bulk
  64. Configuring MacAppStoreException
  65. Configuring VinylControl
  66. Configuring Shoutcast
  67. Configuring Opus
  68. Configuring Profiling
  69. Configuring Tuned
  70. Configuring QDebug
  71. Configuring Verbose
  72. Configuring Optimize
  73. Configuring FAAD
  74. Configuring WavPack
  75. Configuring ModPlug
  76. Configuring TestSuite
  77. Configuring Vamp
  78. Checking for C library vamp-hostsdk... no
  79. Checking for C header file fftw3.h... yes
  80. Checking for C library fftw3... no
  81. Configuring AutoDjCrates
  82. Configuring ColorDiagnostics
  83. Configuring AddressSanitizer
  84. Configuring LocaleCompare
  85. Configuring PerfTools
  86. Configuring AsmLib
  87. Configuring IPod
  88. Configuring FFMPEG
  89.  
  90. INFO:root:Target Platform: windows
  91. INFO:root:Target Machine: x86
  92. INFO:root:Build: release
  93. INFO:root:Toolchain: msvs
  94. INFO:root:Crosscompile: NO
  95. INFO:root:Static dependencies: NO
  96. INFO:root:Qt path: D:\Users\Usuario\Documents\buildserver\build\qt-everywhere-opensource-src-4.8.6
  97.  
  98. scons: warning: MSVC_USE_SCRIPT set to False, assuming environment set correctly
  99. .
  100. File "D:\Users\Usuario\Documents\mixxx\build\mixxx.py", line 196, in __init__
  101. ERROR:root:Unmet dependency: Did not find libsndfile or it's development headers
  102.  
  103. ERROR:root:Unmet dependency: Did not find libFLAC development libraries
  104. ERROR:root:Unmet dependency: Did not find libvorbis.a, libvorbis.lib, or the libvorbis development headers.
  105. ERROR:root:Unmet dependency: Did not find OpenGL development files
  106. ERROR:root:Unmet dependency: Could not find libtag or its development headers.
  107. ERROR:root:Unmet dependency: Could not find libprotobuf or its development headers.
  108. ERROR:root:Unmet dependency: Could not find libchromaprint or its development headers.
  109. ERROR:root:Unmet dependency: Could not find librubberband or its development headers.
  110. ERROR:root:Unmet dependency: Did not find libmad.a, libmad.lib, or the libmad development header files - exiting!
  111. ERROR:root:Unmet dependency: Did not find Ole32.lib - exiting!
  112. ERROR:root:Unmet dependency: Did not find HSS1394 development library
  113. ERROR:root:Unmet dependency: Did not find the setupapi library, exiting.
  114. ERROR:root:Build had unmet dependencies. Exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement