timthedevguy / BGHUDAppKit

* BGHUDAPPKIT is no longer under development by me, I hope that the community will keep it alive and going as I no longer have time to dedicate to the project** The missing HUD controls. Please scroll down to read the readme file for an important notice concerning the future of BGHUDAppKit. Note that there are multiple versions available, 10.5+, 10.6.7, and now 10.7. As soon as I learn how I'll make these all one code base if possible.
http://www.binarymethod.com/
312 stars 57 forks source link

Not compiling on Leopard #8

Closed JamesGreen closed 14 years ago

JamesGreen commented 14 years ago

Hi

I have seen the errors in the Closed Issues section but they were for problems with Snow Leopard, I have the same ones with Leopard (PowerPC 10.5.8) do I need to run the shell script or is it something that will be added in the release ?

Thanks in advance

timthedevguy commented 14 years ago

What error is it? What build step? And yes that shell script should always run.

JamesGreen commented 14 years ago

The same errors as in the first post of http://github.com/binarygod/BGHUDAppKit/issues/closed#issue/4 By build step I guess you mean compiling the framework itself (not adding it to my project yet).

Here are the errors I got :

Building target “BGHUDAppKitPlugin” of project “BGHUDAppKit” with configuration “Release” — (11 errors) cd /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30 setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/gcc-4.0 -arch x86_64 -bundle -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources -F/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources -F/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release -F/Developer/Library/Frameworks -F/Users/James/Library/Frameworks -filelist /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/x86_64/BGHUDAppKitPlugin.LinkFileList -mmacosx-version-min=10.5 -framework Cocoa -framework BGHUDAppKit -framework InterfaceBuilderKit -o /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/x86_64/BGHUDAppKitPlugin ld warning: in /Developer/Library/Frameworks/InterfaceBuilderKit.framework/InterfaceBuilderKit, missing required architecture x86_64 in file Undefined symbols: "_IBAttributeKeyPaths", referenced from: -[BGHUDButtonCell(Private) ibPopulateKeyPaths:] in BGHUDButtonCellIntegration.o -[BGHUDTextFieldCell(Private) ibPopulateKeyPaths:] in BGHUDTextFieldCellIntegration.o -[BGHUDPopUpButtonCell(Private) ibPopulateKeyPaths:] in BGHUDPopUpButtonCellIntegration.o -[BGHUDSliderCell(Private) ibPopulateKeyPaths:] in BGHUDSliderCellIntegration.o -[BGHUDScroller(Private) ibPopulateKeyPaths:] in BGHUDScrollerIntegration.o -[BGHUDScrollView(Private) ibPopulateKeyPaths:] in BGHUDScrollViewIntegration.o -[BGHUDProgressIndicator(Private) ibPopulateKeyPaths:] in BGHUDProgressIndicatorIntegration.o -[BGHUDSecureTextFieldCell(Private) ibPopulateKeyPaths:] in BGHUDSecureTextFieldIntegration.o -[BGHUDTokenFieldCell(Private) ibPopulateKeyPaths:] in BGHUDTokenFieldCellIntegration.o -[BGHUDTableView(Private) ibPopulateKeyPaths:] in BGHUDTableViewIntegration.o -[BGHUDOutlineView(Private) ibPopulateKeyPaths:] in BGHUDOutlineViewIntegration.o -[BGHUDSegmentedCell(Private) ibPopulateKeyPaths:] in BGHUDSegementedCellIntegration.o -[BGHUDSearchFieldCell(Private) ibPopulateKeyPaths:] in BGHUDSearchFieldCellIntegration.o -[BGHUDColorWell(Private) ibPopulateKeyPaths:] in BGHUDColorWellIntegration.o -[BGHUDLabel(Private) ibPopulateKeyPaths:] in BGHUDLabelIntegration.o -[BGHUDComboBoxCell(Private) ibPopulateKeyPaths:] in BGHUDComboBoxCellIntegration.o -[BGHUDView(Private) ibPopulateKeyPaths:] in BGHUDViewIntegration.o -[BGHUDBox(Private) ibPopulateKeyPaths:] in BGHUDBoxIntegration.o -[BGHUDStepperCell(Private) ibPopulateKeyPaths:] in BGHUDStepperCellIntegration.o -[BGHUDTabView(Private) ibPopulateKeyPaths:] in BGHUDTabViewIntegration.o "_OBJCMETACLASS$_IBInspector", referenced from: _OBJCMETACLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCMETACLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCMETACLASS$_BGHUDViewInspector in BGHUDViewInspector.o "_OBJCCLASS$_IBPlugin", referenced from: _OBJCCLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCMETACLASS$_IBPlugin", referenced from: _OBJCMETACLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCCLASS$_IBInspector", referenced from: _OBJCCLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCCLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCCLASS$_BGHUDViewInspector in BGHUDViewInspector.o ld: symbol(s) not found collect2: ld returned 1 exit status "_IBAttributeKeyPaths", referenced from: -[BGHUDButtonCell(Private) ibPopulateKeyPaths:] in BGHUDButtonCellIntegration.o -[BGHUDTextFieldCell(Private) ibPopulateKeyPaths:] in BGHUDTextFieldCellIntegration.o -[BGHUDPopUpButtonCell(Private) ibPopulateKeyPaths:] in BGHUDPopUpButtonCellIntegration.o -[BGHUDSliderCell(Private) ibPopulateKeyPaths:] in BGHUDSliderCellIntegration.o -[BGHUDScroller(Private) ibPopulateKeyPaths:] in BGHUDScrollerIntegration.o -[BGHUDScrollView(Private) ibPopulateKeyPaths:] in BGHUDScrollViewIntegration.o -[BGHUDProgressIndicator(Private) ibPopulateKeyPaths:] in BGHUDProgressIndicatorIntegration.o -[BGHUDSecureTextFieldCell(Private) ibPopulateKeyPaths:] in BGHUDSecureTextFieldIntegration.o -[BGHUDTokenFieldCell(Private) ibPopulateKeyPaths:] in BGHUDTokenFieldCellIntegration.o -[BGHUDTableView(Private) ibPopulateKeyPaths:] in BGHUDTableViewIntegration.o -[BGHUDOutlineView(Private) ibPopulateKeyPaths:] in BGHUDOutlineViewIntegration.o -[BGHUDSegmentedCell(Private) ibPopulateKeyPaths:] in BGHUDSegementedCellIntegration.o -[BGHUDSearchFieldCell(Private) ibPopulateKeyPaths:] in BGHUDSearchFieldCellIntegration.o -[BGHUDColorWell(Private) ibPopulateKeyPaths:] in BGHUDColorWellIntegration.o -[BGHUDLabel(Private) ibPopulateKeyPaths:] in BGHUDLabelIntegration.o -[BGHUDComboBoxCell(Private) ibPopulateKeyPaths:] in BGHUDComboBoxCellIntegration.o -[BGHUDView(Private) ibPopulateKeyPaths:] in BGHUDViewIntegration.o -[BGHUDBox(Private) ibPopulateKeyPaths:] in BGHUDBoxIntegration.o -[BGHUDStepperCell(Private) ibPopulateKeyPaths:] in BGHUDStepperCellIntegration.o -[BGHUDTabView(Private) ibPopulateKeyPaths:] in BGHUDTabViewIntegration.o "_OBJCMETACLASS$_IBInspector", referenced from: _OBJCMETACLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCMETACLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCMETACLASS$_BGHUDViewInspector in BGHUDViewInspector.o "_OBJCCLASS$_IBPlugin", referenced from: _OBJCCLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCMETACLASS$_IBPlugin", referenced from: _OBJCMETACLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCCLASS$_IBInspector", referenced from: _OBJCCLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCCLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCCLASS$_BGHUDViewInspector in BGHUDViewInspector.o ld: symbol(s) not found collect2: ld returned 1 exit status cd /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30 setenv MACOSX_DEPLOYMENT_TARGET 10.5 /Developer/usr/bin/gcc-4.0 -arch ppc64 -bundle -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources -F/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources -F/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release -F/Developer/Library/Frameworks -F/Users/James/Library/Frameworks -filelist /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/ppc64/BGHUDAppKitPlugin.LinkFileList -mmacosx-version-min=10.5 -framework Cocoa -framework BGHUDAppKit -framework InterfaceBuilderKit -o /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/ppc64/BGHUDAppKitPlugin ld warning: in /Developer/Library/Frameworks/InterfaceBuilderKit.framework/InterfaceBuilderKit, missing required architecture ppc64 in file Undefined symbols: "_IBAttributeKeyPaths", referenced from: _IBAttributeKeyPaths$non_lazy_ptr in BGHUDButtonCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTextFieldCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDPopUpButtonCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSliderCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDScrollerIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDScrollViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDProgressIndicatorIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSecureTextFieldIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTokenFieldCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTableViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDOutlineViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSegementedCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSearchFieldCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDColorWellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDLabelIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDComboBoxCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDBoxIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDStepperCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTabViewIntegration.o "_OBJCMETACLASS$_IBInspector", referenced from: _OBJCMETACLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCMETACLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCMETACLASS$_BGHUDViewInspector in BGHUDViewInspector.o "_OBJCCLASS$_IBPlugin", referenced from: _OBJCCLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCMETACLASS$_IBPlugin", referenced from: _OBJCMETACLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCCLASS$_IBInspector", referenced from: _OBJCCLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCCLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCCLASS$_BGHUDViewInspector in BGHUDViewInspector.o ld: symbol(s) not found collect2: ld returned 1 exit status "_IBAttributeKeyPaths", referenced from: _IBAttributeKeyPaths$non_lazy_ptr in BGHUDButtonCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTextFieldCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDPopUpButtonCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSliderCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDScrollerIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDScrollViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDProgressIndicatorIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSecureTextFieldIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTokenFieldCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTableViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDOutlineViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSegementedCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDSearchFieldCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDColorWellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDLabelIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDComboBoxCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDViewIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDBoxIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDStepperCellIntegration.o _IBAttributeKeyPaths$non_lazy_ptr in BGHUDTabViewIntegration.o "_OBJCMETACLASS$_IBInspector", referenced from: _OBJCMETACLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCMETACLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCMETACLASS$_BGHUDViewInspector in BGHUDViewInspector.o "_OBJCCLASS$_IBPlugin", referenced from: _OBJCCLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCMETACLASS$_IBPlugin", referenced from: _OBJCMETACLASS$_BGHUDAppKitPlugin in BGHUDAppKitPlugin.o "_OBJCCLASS$_IBInspector", referenced from: _OBJCCLASS$_BGHUDAppKitInspector in BGHUDAppKitInspector.o _OBJCCLASS$_BGHUDColorWellInspector in BGHUDColorWellInspector.o _OBJCCLASS$_BGHUDViewInspector in BGHUDViewInspector.o ld: symbol(s) not found collect2: ld returned 1 exit status cd /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30 setenv ACTION build setenv ALTERNATE_GROUP staff setenv ALTERNATE_MODE u+w,go-w,a+rX setenv ALTERNATE_OWNER James setenv ALWAYS_SEARCH_USER_PATHS YES setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer setenv APPLE_INTERNAL_DIR /AppleInternal setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools setenv APPLY_RULES_IN_COPY_FILES NO setenv ARCHS "i386 x86_64 ppc ppc64" setenv ARCHS_STANDARD_32_64_BIT "i386 x86_64 ppc ppc64" setenv ARCHS_STANDARD_32_BIT "i386 ppc" setenv ARCHS_STANDARD_64_BIT "x86_64 ppc64" setenv BUILD_COMPONENTS "headers build" setenv BUILD_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build setenv BUILD_ROOT /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build setenv BUILD_STYLE Release setenv BUILD_VARIANTS normal setenv BUILT_PRODUCTS_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources/ setenv CACHE_ROOT /var/folders/xM/xMP05xomEeGl5LwnBFx3S++++TI/-Caches-/com.apple.Xcode.501 setenv CCHROOT /var/folders/xM/xMP05xomEeGl5LwnBFx3S++++TI/-Caches-/com.apple.Xcode.501 setenv CHMOD /bin/chmod setenv CHOWN /usr/sbin/chown setenv CLASS_FILE_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/JavaClasses setenv CLEAN_PRECOMPS YES setenv CLONE_HEADERS NO setenv CODE_SIGNING_ALLOWED YES setenv COMMAND_MODE legacy setenv COMPOSITE_SDK_DIRS /var/folders/xM/xMP05xomEeGl5LwnBFx3S++++TI/-Caches-/com.apple.Xcode.501/CompositeSDKs setenv CONFIGURATION Release setenv CONFIGURATION_BUILD_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources/ setenv CONFIGURATION_TEMP_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release setenv CONTENTS_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents setenv COPYING_PRESERVES_HFS_DATA NO setenv COPY_PHASE_STRIP NO setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES setenv CP /bin/cp setenv CURRENT_ARCH ppc64 setenv CURRENT_VARIANT normal setenv DEAD_CODE_STRIPPING NO setenv DEBUGGING_SYMBOLS YES setenv DEBUG_INFORMATION_FORMAT dwarf setenv DEPLOYMENT_LOCATION NO setenv DEPLOYMENT_POSTPROCESSING NO setenv DERIVED_FILES_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/DerivedSources setenv DERIVED_FILE_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/DerivedSources setenv DERIVED_SOURCES_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/DerivedSources setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications setenv DEVELOPER_BIN_DIR /Developer/usr/bin setenv DEVELOPER_DIR /Developer setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\"" setenv DEVELOPER_LIBRARY_DIR /Developer/Library setenv DEVELOPER_SDK_DIR /Developer/SDKs setenv DEVELOPER_TOOLS_DIR /Developer/Tools setenv DEVELOPER_USR_DIR /Developer/usr setenv DEVELOPMENT_LANGUAGE English setenv DOCUMENTATION_FOLDER_PATH /Documentation setenv DO_HEADER_SCANNING_IN_JAM NO setenv DSTROOT /tmp/BGHUDAppKit.dst setenv DWARF_DSYM_FILE_NAME BGHUDAppKitPlugin.ibplugin.dSYM setenv DWARF_DSYM_FOLDER_PATH /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources/ setenv ENABLE_HEADER_DEPENDENCIES YES setenv ENABLE_OPENMP_SUPPORT NO setenv EXCLUDED_RECURSIVE_SEARCH_PATHSUBDIRECTORIES ".nib .lproj .framework .gch (_) CVS .svn .xcodeproj .xcode .pbproj *.pbxproj" setenv EXECUTABLES_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/Executables setenv EXECUTABLE_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/MacOS setenv EXECUTABLE_NAME BGHUDAppKitPlugin setenv EXECUTABLE_PATH BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin setenv FILE_LIST /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects/LinkFileList setenv FIXED_FILES_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/FixedFiles setenv FRAMEWORKS_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/Frameworks setenv FRAMEWORK_FLAG_PREFIX -framework setenv FRAMEWORK_SEARCH_PATHS "\"/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources/\" \"/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release\" \"/Developer/Library/Frameworks\" \"/Users/James/Library/Frameworks/\"" setenv FRAMEWORK_SEARCH_PATHS_QUOTED_1 "\"/Users/James/Library/Frameworks/\"" setenv FRAMEWORK_SEARCH_PATHS_QUOTED_2 "\"/Developer/Library/Frameworks\"" setenv FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 "\"/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release\"" setenv FRAMEWORK_VERSION A setenv FULL_PRODUCT_NAME BGHUDAppKitPlugin.ibplugin setenv GCC3_VERSION 3.3 setenv GCC_ENABLE_OBJC_GC supported setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES setenv GCC_MODEL_TUNING G5 setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++" setenv GCC_PRECOMPILE_PREFIX_HEADER YES setenv GCC_PREFIX_HEADER BGHUDAppKitPlugin_Prefix.pch setenv GCC_TREAT_WARNINGS_AS_ERRORS NO setenv GCC_VERSION 4.0 setenv GCC_WARN_ABOUT_RETURN_TYPE YES setenv GCC_WARN_UNUSED_VARIABLE YES setenv GENERATE_MASTER_OBJECT_FILE NO setenv GENERATE_PKGINFO_FILE NO setenv GENERATE_PROFILING_CODE NO setenv GID 20 setenv GROUP staff setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES setenv HEADER_SEARCH_PATHS "\"/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources//include\" " setenv ICONV /usr/bin/iconv setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES setenv INFOPLIST_FILE Info.plist setenv INFOPLIST_OUTPUT_FORMAT same-as-input setenv INFOPLIST_PATH BGHUDAppKitPlugin.ibplugin/Contents/Info.plist setenv INFOPLIST_PREPROCESS NO setenv INFOSTRINGS_PATH /InfoPlist.strings setenv INSTALL_DIR "/tmp/BGHUDAppKit.dst@loader_path/../Frameworks" setenv INSTALL_GROUP staff setenv INSTALL_MODE_FLAG u+w,go-w,a+rX setenv INSTALL_OWNER James setenv INSTALL_PATH "@loader_path/../Frameworks" setenv INSTALL_ROOT /tmp/BGHUDAppKit.dst setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub setenv JAVA_ARCHIVE_CLASSES YES setenv JAVA_ARCHIVE_TYPE JAR setenv JAVA_COMPILER /usr/bin/javac setenv JAVA_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/Resources/Java setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources setenv JAVA_JAR_FLAGS cv setenv JAVA_SOURCE_SUBDIR . setenv JAVA_USE_DEPENDENCIES YES setenv JAVA_ZIP_FLAGS -urg setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO" setenv KEEP_PRIVATE_EXTERNS NO setenv LD_GENERATE_MAP_FILE NO setenv LD_MAP_FILE_PATH /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/BGHUDAppKitPlugin-LinkMap-normal-ppc64.txt setenv LD_OPENMP_FLAGS -fopenmp setenv LEX /Developer/usr/bin/lex setenv LIBRARY_FLAG_NOSPACE YES setenv LIBRARY_FLAG_PREFIX -l setenv LIBRARY_SEARCH_PATHS "\"/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources/\" " setenv LINKER_DISPLAYS_MANGLED_NAMES NO setenv LINK_FILE_LIST_normal_i386 /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/i386/BGHUDAppKitPlugin.LinkFileList setenv LINK_FILE_LIST_normal_ppc /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/ppc/BGHUDAppKitPlugin.LinkFileList setenv LINK_FILE_LIST_normal_ppc64 /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/ppc64/BGHUDAppKitPlugin.LinkFileList setenv LINK_FILE_LIST_normal_x86_64 /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal/x86_64/BGHUDAppKitPlugin.LinkFileList setenv LINK_WITH_STANDARD_LIBRARIES YES setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities setenv LOCAL_APPS_DIR /Applications setenv LOCAL_DEVELOPER_DIR /Library/Developer setenv LOCAL_LIBRARY_DIR /Library setenv MACH_O_TYPE mh_bundle setenv MACOSX_DEPLOYMENT_TARGET 10.5 setenv MAC_OS_X_VERSION_ACTUAL 1058 setenv MAC_OS_X_VERSION_MAJOR 1050 setenv MAC_OS_X_VERSION_MINOR 0500 setenv NATIVE_ARCH ppc setenv NATIVE_ARCH_32_BIT ppc setenv NATIVE_ARCH_64_BIT ppc64 setenv NATIVE_ARCH_ACTUAL ppc setenv NO_COMMON YES setenv OBJECT_FILE_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects setenv OBJECT_FILE_DIR_normal /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Objects-normal setenv OBJROOT /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build setenv ONLY_ACTIVE_ARCH NO setenv OPTIMIZATION_LEVEL 0 setenv OS MACOS setenv OSAC /usr/bin/osacompile setenv PACKAGE_TYPE com.apple.package-type.wrapper setenv PASCAL_STRINGS YES setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers" setenv PBDEVELOPMENTPLIST_PATH BGHUDAppKitPlugin.ibplugin/Contents/pbdevelopment.plist setenv PFE_FILE_C_DIALECTS objective-c setenv PKGINFO_FILE_PATH /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/PkgInfo setenv PKGINFO_PATH BGHUDAppKitPlugin.ibplugin/Contents/PkgInfo setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Applications setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/usr/bin setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Library setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/SDKs setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Tools setenv PLATFORM_DEVELOPER_USR_DIR /Developer/usr setenv PLATFORM_NAME macosx setenv PLIST_FILE_OUTPUT_FORMAT same-as-input setenv PLUGINS_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/PlugIns setenv PREBINDING NO setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES setenv PRECOMP_DESTINATION_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/PrefixHeaders setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO setenv PRIVATE_HEADERS_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/PrivateHeaders setenv PRODUCT_NAME BGHUDAppKitPlugin setenv PRODUCT_SETTINGS_PATH /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/Info.plist setenv PRODUCT_TYPE com.apple.product-type.bundle setenv PROFILING_CODE NO setenv PROJECT BGHUDAppKit setenv PROJECT_DERIVED_FILE_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/DerivedSources setenv PROJECT_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30 setenv PROJECT_FILE_PATH /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/BGHUDAppKit.xcodeproj setenv PROJECT_NAME BGHUDAppKit setenv PROJECT_TEMP_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build setenv PUBLIC_HEADERS_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/Headers setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES setenv REMOVE_CVS_FROM_RESOURCES YES setenv REMOVE_SVN_FROM_RESOURCES YES setenv REZ_COLLECTOR_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/ResourceManagerResources setenv REZ_OBJECTS_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/ResourceManagerResources/Objects setenv REZ_SEARCH_PATHS "\"/Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources/\" " setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO setenv SCRIPTS_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/Resources/Scripts setenv SCRIPT_INPUT_FILE_COUNT 0 setenv SCRIPT_OUTPUT_FILE_COUNT 0 setenv SDKROOT /Developer/SDKs/MacOSX10.5.sdk setenv SDK_DIR /Developer/SDKs/MacOSX10.5.sdk setenv SDK_NAME macosx10.5 setenv SED /usr/bin/sed setenv SEPARATE_STRIP NO setenv SEPARATE_SYMBOL_EDIT NO setenv SET_DIR_MODE_OWNER_GROUP YES setenv SET_FILE_MODE_OWNER_GROUP NO setenv SHARED_DERIVED_FILE_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources//DerivedSources setenv SHARED_FRAMEWORKS_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/SharedFrameworks setenv SHARED_PRECOMPS_DIR /var/folders/xM/xMP05xomEeGl5LwnBFx3S++++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders setenv SHARED_SUPPORT_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/SharedSupport setenv SKIP_INSTALL NO setenv SOURCE_ROOT /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30 setenv SRCROOT /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30 setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic setenv STRINGS_FILE_OUTPUT_ENCODING UTF-16 setenv STRIP_INSTALLED_PRODUCT YES setenv STRIP_STYLE non-global setenv SYMBOL_REPOSITORY_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/SymbolRepositories setenv SYMROOT /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities setenv SYSTEM_APPS_DIR /Applications setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices setenv SYSTEM_DEMOS_DIR /Applications/Extras setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples" setenv SYSTEM_DEVELOPER_DIR /Developer setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library" setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools" setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools" setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools" setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes" setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools" setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools" setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation setenv SYSTEM_LIBRARY_DIR /System/Library setenv TARGETNAME BGHUDAppKitPlugin setenv TARGET_BUILD_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources/ setenv TARGET_NAME BGHUDAppKitPlugin setenv TARGET_TEMP_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build setenv TEMP_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build setenv TEMP_FILES_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build setenv TEMP_FILE_DIR /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build setenv TEMP_ROOT /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build setenv UID 501 setenv UNLOCALIZED_RESOURCES_FOLDER_PATH BGHUDAppKitPlugin.ibplugin/Contents/Resources setenv UNSTRIPPED_PRODUCT NO setenv USER James setenv USER_APPS_DIR /Users/James/Applications setenv USER_LIBRARY_DIR /Users/James/Library setenv USE_DYNAMIC_NO_PIC YES setenv USE_HEADERMAP YES setenv USE_HEADER_SYMLINKS NO setenv VALID_ARCHS "i386 ppc ppc64 ppc7400 ppc970 x86_64" setenv VERBOSE_PBXCP NO setenv VERSIONPLIST_PATH BGHUDAppKitPlugin.ibplugin/Contents/version.plist setenv VERSION_INFO_BUILDER James setenv VERSION_INFO_FILE BGHUDAppKitPlugin_vers.c setenv VERSION_INFO_STRING "\"@(#)PROGRAM:BGHUDAppKitPlugin PROJECT:BGHUDAppKit-\"" setenv WRAPPER_EXTENSION ibplugin setenv WRAPPER_NAME BGHUDAppKitPlugin.ibplugin setenv WRAPPER_SUFFIX .ibplugin setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode setenv XCODE_VERSION_ACTUAL 0313 setenv XCODE_VERSION_MAJOR 0300 setenv XCODE_VERSION_MINOR 0310 setenv YACC /Developer/usr/bin/yacc /bin/sh -c /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/BGHUDAppKit.build/Release/BGHUDAppKitPlugin.build/Script-E79C25620E1090FD00742AF4.sh /usr/bin/install_name_tool: can't open file: /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources//BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin (No such file or directory) /usr/bin/install_name_tool: can't open file: /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources//BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin (No such file or directory) /usr/bin/install_name_tool: can't open file: /Users/James/Desktop/binarygod-BGHUDAppKit-7eabd30/build/Release/BGHUDAppKit.framework/Resources//BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin (No such file or directory) Build failed (11 errors)

timthedevguy commented 14 years ago

Thanks James, I wasn't trying to be rude in asking for the info, your problem is different than the one that was previously posted, your debug info is vital in figuring out what the cause is.

It looks like it's failing on the x64 build of the Plugin, did you change both the Debug and Release build settings to "32 bit Universal" on the Plugin Target? If not set them both. Let me know if your problem is solved :)

JamesGreen commented 14 years ago

You weren't rude at all, I first posted a question, then I saw the same issue in the Closed section so I edited my post quickly and forgot to add all details. But I assumed that it was a different bug because I'm on 10.5 and the issue was already fixed.

Also, I tracked the problem down myself, it was all my fault, I set it to 32 bit for the whole project, not just the IB Plugin. It compiles fine now. I'm so sorry...

BTW, in the readme under "Shrinking", in the first line there's a typo, appox should be approx right?

Thanks!

timthedevguy commented 14 years ago

Ah, sounds like a winner James, glad it is working for you now :) I'll get that typo fixed in the next commit...thanks!!!