Advertisement
audiohammer

CMake Issue RAFX 7.0.1.4 Universal Export

Jun 1st, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. Dev-Mac-mini:myprojects Merril$ cd DecadePreamp/
  2. Dev-Mac-mini:DecadePreamp Merril$ ls
  3. CMakeLists.txt cmake mac_build project_source readme.txt win_build
  4. Dev-Mac-mini:DecadePreamp Merril$ cd mac_build/
  5. Dev-Mac-mini:mac_build Merril$ ls
  6. Dev-Mac-mini:mac_build Merril$ cmake -GXcode ../
  7. -- The C compiler identification is AppleClang 10.0.0.10001145
  8. -- The CXX compiler identification is AppleClang 10.0.0.10001145
  9. -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  10. -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
  16. -- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -- works
  17. -- Detecting CXX compiler ABI info
  18. -- Detecting CXX compiler ABI info - done
  19. -- Detecting CXX compile features
  20. -- Detecting CXX compile features - done
  21. -- --- Updated File: project_source/source/PluginKernel/plugindescription.h
  22. --
  23. -- ------> Starting AAX Project Build:
  24. -- AAX SDK Location: /Users/Merril/Development/Plugins/ALL_SDK/AAX_SDK
  25. --
  26. -- -> Adding AAX ported project in source folder: /Users/Merril/Development/Plugins/ALL_SDK/project_source
  27. -- AAX Target Name: DecadePreamp_AAX
  28. --
  29. -- ------> Starting AU Project Build:
  30. -- AU SDK Location: /Users/Merril/Development/Plugins/ALL_SDK/AU_SDK
  31. --
  32. -- -> Adding AU ported project in source folder: /Users/Merril/Development/Plugins/ALL_SDK/project_source
  33. -- AU Target Name: DecadePreamp_AU
  34. --
  35. -- ------> Starting VST Project Build:
  36. -- VST SDK Location: /Users/Merril/Development/Plugins/ALL_SDK/VST_SDK/VST3_SDK
  37. --
  38. -- SMTG_MYPLUGINS_SRC_PATH is not set. If you want to add your own plug-ins folder, specify it!
  39. CMake Error at cmake/vst_cmake/CMakeLists.txt:137 (add_subdirectory):
  40. The source directory
  41.  
  42. /Users/Merril/Development/Plugins/ALL_SDK/VST_SDK/VST3_SDK/pluginterfaces
  43.  
  44. does not contain a CMakeLists.txt file.
  45.  
  46.  
  47. -- -> Adding VST ported project...
  48. -- VST Target Name: DecadePreamp_VST
  49. --
  50. -- Found EXPAT: /usr/lib/libexpat.dylib (found version "2.2.1")
  51. -- Configuring incomplete, errors occurred!
  52. See also "/Users/Merril/Development/Plugins/ALL_SDK/myprojects/DecadePreamp/mac_build/CMakeFiles/CMakeOutput.log".
  53. Dev-Mac-mini:mac_build Merril$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement