Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.26 KB | None | 0 0
  1. CompileC /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.o ResourceConverter/main.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
  2. cd /Users/Ella/Desktop/AppleALC-master
  3. setenv LANG en_US.US-ASCII
  4. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -std=c++11 -stdlib=libc++ -fobjc-arc -Wno-trigraphs -fpascal-strings -Os -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-receiver-is-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wformat -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wenum-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.8 -g -fvisibility=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -iquote /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-generated-files.hmap -I/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-own-target-headers.hmap -I/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-all-target-headers.hmap -iquote /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-project-headers.hmap -I/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/DerivedSources/x86_64 -I/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/DerivedSources -F/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release -MMD -MT dependencies -MF /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.d --serialize-diagnostics /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.dia -c /Users/Ella/Desktop/AppleALC-master/ResourceConverter/main.mm -o /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/main.o
  5.  
  6. /Users/Ella/Desktop/AppleALC-master/ResourceConverter/main.mm:244:4: warning: 'auto' deduced as 'id' in declaration of 'codecDict' [-Wauto-var-id]
  7. auto codecDict = [NSDictionary dictionaryWithContentsOfFile:infoCfgStr];
  8. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. /Users/Ella/Desktop/AppleALC-master/ResourceConverter/main.mm:345:2: warning: 'auto' deduced as 'id' in declaration of 'lookup' [-Wauto-var-id]
  10. auto lookup = [NSArray arrayWithContentsOfFile:lookupCfg];
  11. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. /Users/Ella/Desktop/AppleALC-master/ResourceConverter/main.mm:346:2: warning: 'auto' deduced as 'id' in declaration of 'vendors' [-Wauto-var-id]
  13. auto vendors = [NSDictionary dictionaryWithContentsOfFile:vendorsCfg];
  14. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. /Users/Ella/Desktop/AppleALC-master/ResourceConverter/main.mm:347:2: warning: 'auto' deduced as 'id' in declaration of 'kexts' [-Wauto-var-id]
  16. auto kexts = [NSDictionary dictionaryWithContentsOfFile:kextsCfg];
  17. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. /Users/Ella/Desktop/AppleALC-master/ResourceConverter/main.mm:348:2: warning: 'auto' deduced as 'id' in declaration of 'ctrls' [-Wauto-var-id]
  19. auto ctrls = [NSArray arrayWithContentsOfFile:ctrlsCfg];
  20. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21. 5 warnings generated.
  22.  
  23. PhaseScriptExecution "Convert Resources" /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Script-1C88DDF01C8A01FE0003E1BF.sh
  24. cd /Users/Ella/Desktop/AppleALC-master
  25. setenv ACTION build
  26. setenv ALTERNATE_GROUP staff
  27. setenv ALTERNATE_MODE u+w,go-w,a+rX
  28. setenv ALTERNATE_OWNER Ella
  29. setenv ALWAYS_SEARCH_USER_PATHS NO
  30. setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
  31. setenv APPLE_INTERNAL_DIR /AppleInternal
  32. setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
  33. setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
  34. setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
  35. setenv APPLY_RULES_IN_COPY_FILES NO
  36. setenv ARCHS x86_64
  37. setenv ARCHS_STANDARD_32_64_BIT "x86_64 i386"
  38. setenv ARCHS_STANDARD_32_BIT i386
  39. setenv ARCHS_STANDARD_64_BIT x86_64
  40. setenv AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos"
  41. setenv BUILD_COMPONENTS "headers build"
  42. setenv BUILD_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products
  43. setenv BUILD_ROOT /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products
  44. setenv BUILD_STYLE
  45. setenv BUILD_VARIANTS normal
  46. setenv BUILT_PRODUCTS_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release
  47. setenv CACHE_ROOT /var/folders/13/dpm_5k7x15jg28nd0dw0slnr0000gn/C/com.apple.Xcode.501
  48. setenv CCHROOT /var/folders/13/dpm_5k7x15jg28nd0dw0slnr0000gn/C/com.apple.Xcode.501
  49. setenv CHMOD /bin/chmod
  50. setenv CHOWN /usr/sbin/chown
  51. setenv CLANG_CXX_LANGUAGE_STANDARD c++0x
  52. setenv CLANG_CXX_LIBRARY libc++
  53. setenv CLANG_ENABLE_MODULES YES
  54. setenv CLANG_ENABLE_OBJC_ARC YES
  55. setenv CLANG_WARN_BOOL_CONVERSION YES
  56. setenv CLANG_WARN_CONSTANT_CONVERSION YES
  57. setenv CLANG_WARN_DIRECT_OBJC_ISA_USAGE YES_ERROR
  58. setenv CLANG_WARN_EMPTY_BODY YES
  59. setenv CLANG_WARN_ENUM_CONVERSION YES
  60. setenv CLANG_WARN_INT_CONVERSION YES
  61. setenv CLANG_WARN_OBJC_ROOT_CLASS YES_ERROR
  62. setenv CLANG_WARN_UNREACHABLE_CODE YES
  63. setenv CLANG_WARN__DUPLICATE_METHOD_MATCH YES
  64. setenv CLASS_FILE_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/JavaClasses
  65. setenv CLEAN_PRECOMPS YES
  66. setenv CLONE_HEADERS NO
  67. setenv CODESIGNING_FOLDER_PATH /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release/ResourceConverter
  68. setenv CODE_SIGNING_ALLOWED YES
  69. setenv COMMAND_MODE legacy
  70. setenv COMPOSITE_SDK_DIRS /var/folders/13/dpm_5k7x15jg28nd0dw0slnr0000gn/C/com.apple.Xcode.501/CompositeSDKs
  71. setenv CONFIGURATION Release
  72. setenv CONFIGURATION_BUILD_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release
  73. setenv CONFIGURATION_TEMP_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release
  74. setenv COPYING_PRESERVES_HFS_DATA NO
  75. setenv COPY_PHASE_STRIP NO
  76. setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
  77. setenv CP /bin/cp
  78. setenv CURRENT_ARCH x86_64
  79. setenv CURRENT_VARIANT normal
  80. setenv DEAD_CODE_STRIPPING NO
  81. setenv DEBUGGING_SYMBOLS YES
  82. setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
  83. setenv DEFAULT_COMPILER com.apple.compilers.llvm.clang.1_0
  84. setenv DEPLOYMENT_LOCATION NO
  85. setenv DEPLOYMENT_POSTPROCESSING NO
  86. setenv DERIVED_FILES_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/DerivedSources
  87. setenv DERIVED_FILE_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/DerivedSources
  88. setenv DERIVED_SOURCES_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/DerivedSources
  89. setenv DEVELOPER_APPLICATIONS_DIR /Applications/Xcode.app/Contents/Developer/Applications
  90. setenv DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
  91. setenv DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
  92. setenv DEVELOPER_FRAMEWORKS_DIR /Applications/Xcode.app/Contents/Developer/Library/Frameworks
  93. setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Applications/Xcode.app/Contents/Developer/Library/Frameworks\""
  94. setenv DEVELOPER_LIBRARY_DIR /Applications/Xcode.app/Contents/Developer/Library
  95. setenv DEVELOPER_SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
  96. setenv DEVELOPER_TOOLS_DIR /Applications/Xcode.app/Contents/Developer/Tools
  97. setenv DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
  98. setenv DEVELOPMENT_LANGUAGE English
  99. setenv DO_HEADER_SCANNING_IN_JAM NO
  100. setenv DSTROOT /tmp/AppleALC.dst
  101. setenv DT_TOOLCHAIN_DIR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
  102. setenv DWARF_DSYM_FILE_NAME ResourceConverter.dSYM
  103. setenv DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT NO
  104. setenv DWARF_DSYM_FOLDER_PATH /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release
  105. setenv EMBEDDED_PROFILE_NAME embedded.provisionprofile
  106. setenv ENABLE_HEADER_DEPENDENCIES YES
  107. setenv ENABLE_NS_ASSERTIONS NO
  108. setenv ENABLE_STRICT_OBJC_MSGSEND YES
  109. setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".DS_Store .svn .git .hg CVS"
  110. setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) .DS_Store CVS .svn .git .hg *.xcodeproj *.xcode *.pbproj *.pbxproj"
  111. setenv EXECUTABLE_NAME ResourceConverter
  112. setenv EXECUTABLE_PATH ResourceConverter
  113. setenv FILE_LIST /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects/LinkFileList
  114. setenv FIXED_FILES_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/FixedFiles
  115. setenv FRAMEWORK_FLAG_PREFIX -framework
  116. setenv FRAMEWORK_SEARCH_PATHS "\"/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release\" "
  117. setenv FRAMEWORK_VERSION A
  118. setenv FULL_PRODUCT_NAME ResourceConverter
  119. setenv GCC3_VERSION 3.3
  120. setenv GCC_C_LANGUAGE_STANDARD c11
  121. setenv GCC_DYNAMIC_NO_PIC NO
  122. setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
  123. setenv GCC_NO_COMMON_BLOCKS YES
  124. setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
  125. setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
  126. setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
  127. setenv GCC_VERSION com.apple.compilers.llvm.clang.1_0
  128. setenv GCC_WARN_64_TO_32_BIT_CONVERSION YES
  129. setenv GCC_WARN_ABOUT_RETURN_TYPE YES_ERROR
  130. setenv GCC_WARN_UNDECLARED_SELECTOR YES
  131. setenv GCC_WARN_UNINITIALIZED_AUTOS YES_AGGRESSIVE
  132. setenv GCC_WARN_UNUSED_FUNCTION YES
  133. setenv GCC_WARN_UNUSED_VARIABLE YES
  134. setenv GENERATE_MASTER_OBJECT_FILE NO
  135. setenv GENERATE_PKGINFO_FILE NO
  136. setenv GENERATE_PROFILING_CODE NO
  137. setenv GID 20
  138. setenv GROUP staff
  139. setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
  140. setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
  141. setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
  142. setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
  143. setenv HEADER_SEARCH_PATHS "\"/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release/include\" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
  144. setenv ICONV /usr/bin/iconv
  145. setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
  146. setenv INFOPLIST_OUTPUT_FORMAT same-as-input
  147. setenv INFOPLIST_PREPROCESS NO
  148. setenv INSTALL_DIR /tmp/AppleALC.dst/usr/local/bin
  149. setenv INSTALL_GROUP staff
  150. setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
  151. setenv INSTALL_OWNER Ella
  152. setenv INSTALL_PATH /usr/local/bin
  153. setenv INSTALL_ROOT /tmp/AppleALC.dst
  154. setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
  155. setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
  156. setenv JAVA_ARCHIVE_CLASSES YES
  157. setenv JAVA_ARCHIVE_TYPE JAR
  158. setenv JAVA_COMPILER /usr/bin/javac
  159. setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
  160. setenv JAVA_JAR_FLAGS cv
  161. setenv JAVA_SOURCE_SUBDIR .
  162. setenv JAVA_USE_DEPENDENCIES YES
  163. setenv JAVA_ZIP_FLAGS -urg
  164. setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
  165. setenv KEEP_PRIVATE_EXTERNS NO
  166. setenv LD_GENERATE_MAP_FILE NO
  167. setenv LD_MAP_FILE_PATH /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/ResourceConverter-LinkMap-normal-x86_64.txt
  168. setenv LD_NO_PIE NO
  169. setenv LEGACY_DEVELOPER_DIR /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
  170. setenv LEX lex
  171. setenv LIBRARY_FLAG_NOSPACE YES
  172. setenv LIBRARY_FLAG_PREFIX -l
  173. setenv LIBRARY_SEARCH_PATHS "\"/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release\" "
  174. setenv LINKER_DISPLAYS_MANGLED_NAMES NO
  175. setenv LINK_FILE_LIST_normal_x86_64 /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects-normal/x86_64/ResourceConverter.LinkFileList
  176. setenv LINK_WITH_STANDARD_LIBRARIES YES
  177. setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
  178. setenv LOCAL_APPS_DIR /Applications
  179. setenv LOCAL_DEVELOPER_DIR /Library/Developer
  180. setenv LOCAL_LIBRARY_DIR /Library
  181. setenv MACOSX_DEPLOYMENT_TARGET 10.8
  182. setenv MAC_OS_X_PRODUCT_BUILD_VERSION 11G63
  183. setenv MAC_OS_X_VERSION_ACTUAL 1075
  184. setenv MAC_OS_X_VERSION_MAJOR 1070
  185. setenv MAC_OS_X_VERSION_MINOR 0705
  186. setenv MTL_ENABLE_DEBUG_INFO NO
  187. setenv NATIVE_ARCH i386
  188. setenv NATIVE_ARCH_32_BIT i386
  189. setenv NATIVE_ARCH_64_BIT x86_64
  190. setenv NATIVE_ARCH_ACTUAL x86_64
  191. setenv NO_COMMON YES
  192. setenv OBJECT_FILE_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects
  193. setenv OBJECT_FILE_DIR_normal /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Objects-normal
  194. setenv OBJROOT /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates
  195. setenv ONLY_ACTIVE_ARCH NO
  196. setenv OPTIMIZATION_LEVEL 0
  197. setenv OS MACOS
  198. setenv OSAC /usr/bin/osacompile
  199. setenv PACKAGE_TYPE com.apple.package-type.mach-o-executable
  200. setenv PASCAL_STRINGS YES
  201. setenv PATH "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Tools:/usr/bin:/bin:/usr/sbin:/sbin"
  202. setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
  203. setenv PFE_FILE_C_DIALECTS objective-c++
  204. setenv PKGINFO_FILE_PATH /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/PkgInfo
  205. setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Applications/Xcode.app/Contents/Developer/Applications
  206. setenv PLATFORM_DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
  207. setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Applications/Xcode.app/Contents/Developer/Library
  208. setenv PLATFORM_DEVELOPER_SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
  209. setenv PLATFORM_DEVELOPER_TOOLS_DIR /Applications/Xcode.app/Contents/Developer/Tools
  210. setenv PLATFORM_DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
  211. setenv PLATFORM_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
  212. setenv PLATFORM_NAME macosx
  213. setenv PLATFORM_PREFERRED_ARCH x86_64
  214. setenv PLATFORM_PRODUCT_BUILD_VERSION 4H1503
  215. setenv PLIST_FILE_OUTPUT_FORMAT same-as-input
  216. setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
  217. setenv PRECOMP_DESTINATION_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/PrefixHeaders
  218. setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
  219. setenv PRODUCT_NAME ResourceConverter
  220. setenv PRODUCT_SETTINGS_PATH
  221. setenv PRODUCT_TYPE com.apple.product-type.tool
  222. setenv PROFILING_CODE NO
  223. setenv PROJECT AppleALC
  224. setenv PROJECT_DERIVED_FILE_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/DerivedSources
  225. setenv PROJECT_DIR /Users/Ella/Desktop/AppleALC-master
  226. setenv PROJECT_FILE_PATH /Users/Ella/Desktop/AppleALC-master/AppleALC.xcodeproj
  227. setenv PROJECT_NAME AppleALC
  228. setenv PROJECT_TEMP_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build
  229. setenv PROJECT_TEMP_ROOT /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates
  230. setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
  231. setenv REMOVE_CVS_FROM_RESOURCES YES
  232. setenv REMOVE_GIT_FROM_RESOURCES YES
  233. setenv REMOVE_HG_FROM_RESOURCES YES
  234. setenv REMOVE_SVN_FROM_RESOURCES YES
  235. setenv REZ_COLLECTOR_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/ResourceManagerResources
  236. setenv REZ_EXECUTABLE YES
  237. setenv REZ_OBJECTS_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/ResourceManagerResources/Objects
  238. setenv REZ_SEARCH_PATHS "\"/Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release\" "
  239. setenv RUN_CLANG_STATIC_ANALYZER NO
  240. setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
  241. setenv SCRIPT_INPUT_FILE_COUNT 0
  242. setenv SCRIPT_OUTPUT_FILE_COUNT 0
  243. setenv SDKROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
  244. setenv SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
  245. setenv SDK_NAME macosx10.8
  246. setenv SDK_PRODUCT_BUILD_VERSION 12D75
  247. setenv SED /usr/bin/sed
  248. setenv SEPARATE_STRIP NO
  249. setenv SEPARATE_SYMBOL_EDIT NO
  250. setenv SET_DIR_MODE_OWNER_GROUP YES
  251. setenv SET_FILE_MODE_OWNER_GROUP NO
  252. setenv SHARED_DERIVED_FILE_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release/DerivedSources
  253. setenv SHARED_PRECOMPS_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/PrecompiledHeaders
  254. setenv SKIP_INSTALL NO
  255. setenv SOURCE_ROOT /Users/Ella/Desktop/AppleALC-master
  256. setenv SRCROOT /Users/Ella/Desktop/AppleALC-master
  257. setenv STRINGS_FILE_OUTPUT_ENCODING UTF-16
  258. setenv STRIP_INSTALLED_PRODUCT YES
  259. setenv STRIP_STYLE all
  260. setenv SUPPORTED_PLATFORMS macosx
  261. setenv SYMROOT /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products
  262. setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
  263. setenv SYSTEM_APPS_DIR /Applications
  264. setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
  265. setenv SYSTEM_DEMOS_DIR /Applications/Extras
  266. setenv SYSTEM_DEVELOPER_APPS_DIR /Applications/Xcode.app/Contents/Developer/Applications
  267. setenv SYSTEM_DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
  268. setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
  269. setenv SYSTEM_DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
  270. setenv SYSTEM_DEVELOPER_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
  271. setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
  272. setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
  273. setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
  274. setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
  275. setenv SYSTEM_DEVELOPER_TOOLS /Applications/Xcode.app/Contents/Developer/Tools
  276. setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
  277. setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
  278. setenv SYSTEM_DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
  279. setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Applications/Xcode.app/Contents/Developer/Applications/Utilities
  280. setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
  281. setenv SYSTEM_LIBRARY_DIR /System/Library
  282. setenv TARGETNAME ResourceConverter
  283. setenv TARGET_BUILD_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Products/Release
  284. setenv TARGET_NAME ResourceConverter
  285. setenv TARGET_TEMP_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build
  286. setenv TEMP_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build
  287. setenv TEMP_FILES_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build
  288. setenv TEMP_FILE_DIR /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build
  289. setenv TEMP_ROOT /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates
  290. setenv TEST_AFTER_BUILD NO
  291. setenv TOOLCHAINS com.apple.dt.toolchain.XcodeDefault
  292. setenv UID 501
  293. setenv UNSTRIPPED_PRODUCT NO
  294. setenv USER Ella
  295. setenv USER_APPS_DIR /Users/Ella/Applications
  296. setenv USER_LIBRARY_DIR /Users/Ella/Library
  297. setenv USE_DYNAMIC_NO_PIC YES
  298. setenv USE_HEADERMAP YES
  299. setenv USE_HEADER_SYMLINKS NO
  300. setenv VALIDATE_PRODUCT NO
  301. setenv VALID_ARCHS "i386 x86_64"
  302. setenv VERBOSE_PBXCP NO
  303. setenv VERSION_INFO_BUILDER Ella
  304. setenv VERSION_INFO_FILE ResourceConverter_vers.c
  305. setenv VERSION_INFO_STRING "\"@(#)PROGRAM:ResourceConverter PROJECT:AppleALC-\""
  306. setenv XCODE_APP_SUPPORT_DIR /Applications/Xcode.app/Contents/Developer/Library/Xcode
  307. setenv XCODE_PRODUCT_BUILD_VERSION 4H1503
  308. setenv XCODE_VERSION_ACTUAL 0463
  309. setenv XCODE_VERSION_MAJOR 0400
  310. setenv XCODE_VERSION_MINOR 0460
  311. setenv YACC yacc
  312. /bin/sh -c /Users/Ella/Library/Developer/Xcode/DerivedData/AppleALC-bwuabuvovatdltbdqdthxkvnzsuu/Build/Intermediates/AppleALC.build/Release/ResourceConverter.build/Script-1C88DDF01C8A01FE0003E1BF.sh
  313.  
  314. /Users/Ella/Desktop/AppleALC-master/ResourceConverter/generate.sh: line 14: 279 Segmentation fault: 11 "${TARGET_BUILD_DIR}/ResourceConverter" "${PROJECT_DIR}/Resources" "${PROJECT_DIR}/AppleALC/kern_resources.cpp"
  315. Failed to build kern_resources.cpp
  316. Command /bin/sh failed with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement