Advertisement
BinaryCountdown

CMake Terminal Phaser 05/24/19

May 25th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. Last login: Sat May 25 19:47:47 on ttys000
  2. NR-MB-Pro:~ nathanrightnour$ cd /Users/nathanrightnour/Wide\ Blue\ Sound\ Dropbox/Nathan\ Rightnour/PluginDev/ALL_SDK/myprojects/Phaser/mac_build
  3. NR-MB-Pro:mac_build nathanrightnour$ cmake -gxcode ../
  4. -- The C compiler identification is AppleClang 10.0.1.10010046
  5. -- The CXX compiler identification is AppleClang 10.0.1.10010046
  6. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  7. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++
  13. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- --- Updated File: project_source/source/PluginKernel/plugindescription.h
  19. --
  20. -- ------> Starting AAX Project Build:
  21. -- AAX SDK Location: /Users/nathanrightnour/Wide Blue Sound Dropbox/Nathan Rightnour/PluginDev/ALL_SDK/AAX_SDK
  22. --
  23. -- -> Adding AAX ported project in source folder: /Users/nathanrightnour/Wide Blue Sound Dropbox/Nathan Rightnour/PluginDev/ALL_SDK/project_source
  24. -- AAX Target Name: Phaser_AAX
  25. --
  26. -- ------> Starting AU Project Build:
  27. -- AU SDK Location: /Users/nathanrightnour/Wide Blue Sound Dropbox/Nathan Rightnour/PluginDev/ALL_SDK/AU_SDK
  28. --
  29. -- -> Adding AU ported project in source folder: /Users/nathanrightnour/Wide Blue Sound Dropbox/Nathan Rightnour/PluginDev/ALL_SDK/project_source
  30. -- AU Target Name: Phaser_AU
  31. --
  32. CMake Error at project_source/cmake/au_cmake/CMakeLists.txt:424:
  33. Parse error. Function missing ending ")". End of file reached.
  34.  
  35.  
  36. -- ------> Starting VST Project Build:
  37. -- VST SDK Location: /Users/nathanrightnour/Wide Blue Sound Dropbox/Nathan Rightnour/PluginDev/ALL_SDK/VST_SDK/VST3_SDK
  38. --
  39. -- SMTG_MYPLUGINS_SRC_PATH is not set. If you want to add your own plug-ins folder, specify it!
  40. -- -> Adding VST ported project...
  41. -- VST Target Name: Phaser_VST
  42. --
  43. -- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.2.1")
  44. -- Configuring incomplete, errors occurred!
  45. See also "/Users/nathanrightnour/Wide Blue Sound Dropbox/Nathan Rightnour/PluginDev/ALL_SDK/myprojects/Phaser/mac_build/CMakeFiles/CMakeOutput.log".
  46. NR-MB-Pro:mac_build nathanrightnour$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement