Skip to content

Instantly share code, notes, and snippets.

@danhealy
Created July 5, 2011 00:51
Show Gist options
  • Save danhealy/1064117 to your computer and use it in GitHub Desktop.
Save danhealy/1064117 to your computer and use it in GitHub Desktop.
OpenFeint Rhodes Extension
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
iphonesimulator4.3
Check SDK :
PWD: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
CMD: /Developer/usr/bin/xcodebuild -version -sdk iphonesimulator4.3
RET: iPhoneSimulator4.3.sdk - 'Simulator - iOS 4.3' (iphonesimulator4.3)
RET: SDKVersion: 4.3
RET: Path: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: PlatformPath: /Developer/Platforms/iPhoneSimulator.platform
RET: ProductBuildVersion: 8F192
RET: ProductCopyright: 1983-2011 Apple Inc.
RET: ProductVersion: 4.3
RET: ProductName: iPhone OS
RET:
iPhoneSimulator4.3.sdk - 'Simulator - iOS 4.3' (iphonesimulator4.3)
SDKVersion: 4.3
Path: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
PlatformPath: /Developer/Platforms/iPhoneSimulator.platform
ProductBuildVersion: 8F192
ProductCopyright: 1983-2011 Apple Inc.
ProductVersion: 4.3
ProductName: iPhone OS
Running default.rb
Running compileRB
extpaths: ["/sandbox/openfeint_rhodes/extensions", "/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/lib/extensions"]
PWD: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext
CMD: ./build
** Invoke default (first_time)
** Invoke build:all (first_time)
** Invoke build:config (first_time)
** Execute build:config
** Execute build:all
rm -rf openfeintextension_wrap.c
RET: build_extension (openfeintextension): Beginning from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension with rho root /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
RET: build_extension (openfeintextension): Removing old .o .a _wrap.c files...
RET: build_extension (openfeintextension): Creating C wrappers with swig...
RET: swig -ruby /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension.i
RET:
RET: build_extension (openfeintextension): Compiling .c code
RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/iphone -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fno-common -arch i386 -O2 -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/openfeintextension_wrap.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension_wrap.c
RET:
RET: build_extension (openfeintextension): Compiling .m code for iphone...
RET: build_extension (openfeintextension): Compiling .mm code for iphone...
In file included from /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:18,
from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.h:10,
from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:1:
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:19: error: ISO C++ forbids declaration of ‘OFDeclareNonCopyable’ with no type
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: ‘OFSdbmHashedString’ was not declared in this scope
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: template argument 1 is invalid
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: template argument 2 is invalid
In file included from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.h:10,
from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:1:
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: ISO C++ forbids declaration of ‘OFPointer’ with no type
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: expected `;' before ‘<’ token
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:49: error: ISO C++ forbids declaration of ‘OFPointer’ with no type
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:49: error: expected `;' before ‘<’ token
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:50: error: declaration of ‘int OFAchievement::OFPointer’
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: conflicts with previous declaration ‘int OFAchievement::OFPointer’
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: duplicate member ‘OFPointer’
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm: In function ‘void init_openfeint(const char*, const char*, const char*)’:
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: ‘OpenFeint’ may not respond to ‘+initializeWithProductKey:andSecret:andDisplayName:’
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: (Messages without a matching method signature
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: will be assumed to return ‘id’ and accept
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: ‘...’ as arguments.)
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm: In function ‘void unlock_achievement(const char*)’:
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:14: warning: ‘OFAchievementService’ may not respond to ‘+unlockAchievement:’
RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -DDEBUG=1 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ApplicationDescription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChallengeDefinition/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatMessage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/CloudStorage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/GamePlayer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/iPadCompatibility/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/NSOverrides/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Poller/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Presence/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Provider/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bases/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bootstrap/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Discovery/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/GameCenter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Offline/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Sectioning/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ServerNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Subscriptions/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/WebViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Abuse/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/IO/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/HTTP/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/Reachability/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Settings/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Xml/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/FormControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/NavigationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ResourceViewHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSingleControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableStaticControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/OFTabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/SelectUserWidget/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/DeviceIntrospection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Heartbeat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ImageManagement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/JSONSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/MagicDelegate/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/NSCategories/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ViewSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/asi-http-request/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/images/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/Crypto/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/parsifal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Invite/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/NewsletterSubscription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PlayerReview/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/Gamerscore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PushNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/TimeStamp/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/USer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UsersCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/XPRequest/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/delegates/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Badge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChallengePages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/DiscoveryPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FanClub/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FindUser/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FriendsPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameDiscoveryPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InstantMessaging/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Leaderboards/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NewsLetter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NowPlayingPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SendSocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/WhosPlaying/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Global/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Challenges/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/LoadingScreen/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Map/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/SocialNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/StatusIcons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Headers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/webui.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Widgets/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/RootController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/source/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/SelectAccountType/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableCells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableHeaders/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/Legacy/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ApplicationDetailController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ChatRoomController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomDefinitionController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomInstanceController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FanClubController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FavoriteThisGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FeaturedGamesController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FindUserController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ImportFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameDiscoveryController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HelpController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HighScoreController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/LeaderboardController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/NewsLetterController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/PlayedGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ProfileController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveCredentialController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveDeviceFromAccountController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SelectProfilePictureController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SendSocialNotificationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/UserSettingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/WhosPlayingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/TabbedDashboard/ -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/OpenFeintExtension.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm
RET:
build_extension (openfeintextension): Beginning from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension with rho root /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
build_extension (openfeintextension): Removing old .o .a _wrap.c files...
build_extension (openfeintextension): Creating C wrappers with swig...
swig -ruby /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension.i
build_extension (openfeintextension): Compiling .c code
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/iphone -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fno-common -arch i386 -O2 -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/openfeintextension_wrap.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension_wrap.c
build_extension (openfeintextension): Compiling .m code for iphone...
build_extension (openfeintextension): Compiling .mm code for iphone...
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -DDEBUG=1 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ApplicationDescription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChallengeDefinition/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatMessage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/CloudStorage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/GamePlayer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/iPadCompatibility/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/NSOverrides/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Poller/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Presence/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Provider/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bases/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bootstrap/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Discovery/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/GameCenter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Offline/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Sectioning/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ServerNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Subscriptions/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/WebViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Abuse/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/IO/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/HTTP/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/Reachability/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Settings/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Xml/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/FormControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/NavigationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ResourceViewHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSingleControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableStaticControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/OFTabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/SelectUserWidget/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/DeviceIntrospection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Heartbeat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ImageManagement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/JSONSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/MagicDelegate/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/NSCategories/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ViewSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/asi-http-request/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/images/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/Crypto/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/parsifal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Invite/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/NewsletterSubscription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PlayerReview/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/Gamerscore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PushNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/TimeStamp/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/USer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UsersCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/XPRequest/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/delegates/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Badge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChallengePages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/DiscoveryPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FanClub/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FindUser/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FriendsPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameDiscoveryPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InstantMessaging/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Leaderboards/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NewsLetter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NowPlayingPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SendSocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/WhosPlaying/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Global/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Challenges/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/LoadingScreen/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Map/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/SocialNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/StatusIcons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Headers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/webui.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Widgets/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/RootController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/source/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/SelectAccountType/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableCells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableHeaders/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/Legacy/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ApplicationDetailController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ChatRoomController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomDefinitionController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomInstanceController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FanClubController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FavoriteThisGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FeaturedGamesController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FindUserController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ImportFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameDiscoveryController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HelpController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HighScoreController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/LeaderboardController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/NewsLetterController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/PlayedGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ProfileController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveCredentialController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveDeviceFromAccountController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SelectProfilePictureController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SendSocialNotificationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/UserSettingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/WhosPlayingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/TabbedDashboard/ -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/OpenFeintExtension.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm
set icon
set_default_images
PWD: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
CMD: /Developer/usr/bin/xcodebuild build -target rhorunner -configuration Debug -sdk iphonesimulator4.3
RET: Build settings from command line:
RET: PLATFORM_NAME = iphonesimulator
RET: SDKROOT = /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET:
RET:
RET: === BUILD NATIVE TARGET rhorubylib OF PROJECT rhorubylib WITH CONFIGURATION Debug ===
RET: Check dependencies
RET:
RET: === BUILD NATIVE TARGET rhosynclib OF PROJECT rhosynclib WITH CONFIGURATION Debug ===
RET: Check dependencies
RET:
RET: === BUILD NATIVE TARGET RhoLib OF PROJECT RhoLib WITH CONFIGURATION Debug ===
RET: Check dependencies
RET:
RET: === BUILD NATIVE TARGET rhoextlib OF PROJECT rhoextlib WITH CONFIGURATION Debug ===
RET: Check dependencies
RET:
RET: === BUILD NATIVE TARGET curl OF PROJECT curl WITH CONFIGURATION Debug ===
RET: Check dependencies
RET:
RET: === BUILD NATIVE TARGET rhorunner OF PROJECT rhorunner WITH CONFIGURATION Debug ===
RET: Check dependencies
RET: ProcessInfoPlistFile build/Debug-iphonesimulator/rhorunner.app/Info.plist Info.plist
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: builtin-infoPlistUtility Info.plist -genpkginfo /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/Info.plist
RET:
RET: PhaseScriptExecution "Create RhoBundle" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C0442920EFBE79D0014E5C6.sh
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv ACTION build
RET: setenv ALTERNATE_GROUP staff
RET: setenv ALTERNATE_MODE u+w,go-w,a+rX
RET: setenv ALTERNATE_OWNER dan
RET: setenv ALWAYS_SEARCH_USER_PATHS NO
RET: setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
RET: setenv APPLE_INTERNAL_DIR /AppleInternal
RET: setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
RET: setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
RET: setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
RET: setenv APPLY_RULES_IN_COPY_FILES NO
RET: setenv ARCHS i386
RET: setenv ARCHS_STANDARD_32_BIT i386
RET: setenv ARCHS_UNIVERSAL_IPHONE_OS i386
RET: setenv BUILD_COMPONENTS "headers build"
RET: setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_STYLE Debug
RET: setenv BUILD_VARIANTS normal
RET: setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CHMOD /bin/chmod
RET: setenv CHOWN /usr/sbin/chown
RET: setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
RET: setenv CLEAN_PRECOMPS YES
RET: setenv CLONE_HEADERS NO
RET: setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: setenv CODE_SIGN_IDENTITY "iPhone Developer"
RET: setenv COMMAND_MODE legacy
RET: setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
RET: setenv COMPRESS_PNG_FILES YES
RET: setenv CONFIGURATION Debug
RET: setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
RET: setenv CONTENTS_FOLDER_PATH rhorunner.app
RET: setenv COPYING_PRESERVES_HFS_DATA NO
RET: setenv COPY_PHASE_STRIP NO
RET: setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
RET: setenv CP /bin/cp
RET: setenv CURRENT_ARCH i386
RET: setenv CURRENT_VARIANT normal
RET: setenv DEAD_CODE_STRIPPING NO
RET: setenv DEBUGGING_SYMBOLS YES
RET: setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
RET: setenv DEPLOYMENT_LOCATION NO
RET: setenv DEPLOYMENT_POSTPROCESSING NO
RET: setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
RET: setenv DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv DEVELOPER_DIR /Developer
RET: setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
RET: setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
RET: setenv DEVELOPER_LIBRARY_DIR /Developer/Library
RET: setenv DEVELOPER_SDK_DIR /Developer/SDKs
RET: setenv DEVELOPER_TOOLS_DIR /Developer/Tools
RET: setenv DEVELOPER_USR_DIR /Developer/usr
RET: setenv DEVELOPMENT_LANGUAGE English
RET: setenv DOCUMENTATION_FOLDER_PATH rhorunner.app/English.lproj/Documentation
RET: setenv DO_HEADER_SCANNING_IN_JAM NO
RET: setenv DSTROOT /tmp/rhorunner.dst
RET: setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
RET: setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
RET: setenv ENABLE_HEADER_DEPENDENCIES YES
RET: setenv ENABLE_OPENMP_SUPPORT NO
RET: setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
RET: setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
RET: setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
RET: setenv EXECUTABLE_FOLDER_PATH rhorunner.app
RET: setenv EXECUTABLE_NAME rhorunner
RET: setenv EXECUTABLE_PATH rhorunner.app/rhorunner
RET: setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
RET: setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
RET: setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
RET: setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
RET: setenv FRAMEWORK_FLAG_PREFIX -framework
RET: setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv FRAMEWORK_VERSION A
RET: setenv FULL_PRODUCT_NAME rhorunner.app
RET: setenv GCC3_VERSION 3.3
RET: setenv GCC_C_LANGUAGE_STANDARD c99
RET: setenv GCC_DYNAMIC_NO_PIC NO
RET: setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
RET: setenv GCC_OBJC_CALL_CXX_CDTORS YES
RET: setenv GCC_OBJC_LEGACY_DISPATCH YES
RET: setenv GCC_OPTIMIZATION_LEVEL 0
RET: setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv GCC_PRECOMPILE_PREFIX_HEADER YES
RET: setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
RET: setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
RET: setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
RET: setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
RET: setenv GCC_VERSION 4.2
RET: setenv GCC_VERSION_IDENTIFIER __2
RET: setenv GCC_WARN_ABOUT_RETURN_TYPE YES
RET: setenv GCC_WARN_UNUSED_VARIABLE YES
RET: setenv GENERATE_MASTER_OBJECT_FILE NO
RET: setenv GENERATE_PKGINFO_FILE YES
RET: setenv GENERATE_PROFILING_CODE NO
RET: setenv GID 20
RET: setenv GROUP staff
RET: setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
RET: setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
RET: setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
RET: setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
RET: setenv HEADER_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
RET: setenv IBC_FLATTEN_NIBS YES
RET: setenv ICONV /usr/bin/iconv
RET: setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
RET: setenv INFOPLIST_FILE Info.plist
RET: setenv INFOPLIST_OUTPUT_FORMAT binary
RET: setenv INFOPLIST_PATH rhorunner.app/Info.plist
RET: setenv INFOPLIST_PREPROCESS NO
RET: setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
RET: setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
RET: setenv INSTALL_GROUP staff
RET: setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
RET: setenv INSTALL_OWNER dan
RET: setenv INSTALL_PATH /Applications
RET: setenv INSTALL_ROOT /tmp/rhorunner.dst
RET: setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
RET: setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
RET: setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
RET: setenv JAVA_ARCHIVE_CLASSES YES
RET: setenv JAVA_ARCHIVE_TYPE JAR
RET: setenv JAVA_COMPILER /usr/bin/javac
RET: setenv JAVA_FOLDER_PATH rhorunner.app/Java
RET: setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
RET: setenv JAVA_JAR_FLAGS cv
RET: setenv JAVA_SOURCE_SUBDIR .
RET: setenv JAVA_USE_DEPENDENCIES YES
RET: setenv JAVA_ZIP_FLAGS -urg
RET: setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
RET: setenv KEEP_PRIVATE_EXTERNS NO
RET: setenv LD_GENERATE_MAP_FILE NO
RET: setenv LD_MAP_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.txt
RET: setenv LD_OPENMP_FLAGS -fopenmp
RET: setenv LEX /Developer/usr/bin/lex
RET: setenv LIBRARY_FLAG_NOSPACE YES
RET: setenv LIBRARY_FLAG_PREFIX -l
RET: setenv LIBRARY_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
RET: setenv LINKER_DISPLAYS_MANGLED_NAMES NO
RET: setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
RET: setenv LINK_WITH_STANDARD_LIBRARIES YES
RET: setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
RET: setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv LOCAL_APPS_DIR /Applications
RET: setenv LOCAL_DEVELOPER_DIR /Library/Developer
RET: setenv LOCAL_LIBRARY_DIR /Library
RET: setenv MACH_O_TYPE mh_execute
RET: setenv MACOSX_DEPLOYMENT_TARGET 10.6
RET: setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
RET: setenv MAC_OS_X_VERSION_ACTUAL 1068
RET: setenv MAC_OS_X_VERSION_MAJOR 1060
RET: setenv MAC_OS_X_VERSION_MINOR 0608
RET: setenv NATIVE_ARCH i386
RET: setenv NATIVE_ARCH_32_BIT i386
RET: setenv NATIVE_ARCH_64_BIT x86_64
RET: setenv NATIVE_ARCH_ACTUAL x86_64
RET: setenv NO_COMMON YES
RET: setenv OBJC_ABI_VERSION 2
RET: setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
RET: setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
RET: setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv ONLY_ACTIVE_ARCH YES
RET: setenv OPTIMIZATION_LEVEL 0
RET: setenv OS MACOS
RET: setenv OSAC /usr/bin/osacompile
RET: setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
RET: setenv PASCAL_STRINGS YES
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
RET: setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
RET: setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
RET: setenv PKGINFO_PATH rhorunner.app/PkgInfo
RET: setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
RET: setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
RET: setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
RET: setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
RET: setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
RET: setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
RET: setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
RET: setenv PLATFORM_NAME iphonesimulator
RET: setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
RET: setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
RET: setenv PLIST_FILE_OUTPUT_FORMAT binary
RET: setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
RET: setenv PREBINDING NO
RET: setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
RET: setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
RET: setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
RET: setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
RET: setenv PRODUCT_NAME rhorunner
RET: setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
RET: setenv PRODUCT_TYPE com.apple.product-type.application
RET: setenv PROFILING_CODE NO
RET: setenv PROJECT rhorunner
RET: setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
RET: setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
RET: setenv PROJECT_NAME rhorunner
RET: setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
RET: setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
RET: setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
RET: setenv REMOVE_CVS_FROM_RESOURCES YES
RET: setenv REMOVE_GIT_FROM_RESOURCES YES
RET: setenv REMOVE_SVN_FROM_RESOURCES YES
RET: setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
RET: setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
RET: setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv RUN_CLANG_STATIC_ANALYZER NO
RET: setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
RET: setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
RET: setenv SCRIPT_INPUT_FILE_COUNT 0
RET: setenv SCRIPT_OUTPUT_FILE_COUNT 0
RET: setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_NAME iphonesimulator4.3
RET: setenv SDK_PRODUCT_BUILD_VERSION 8F192
RET: setenv SED /usr/bin/sed
RET: setenv SEPARATE_STRIP NO
RET: setenv SEPARATE_SYMBOL_EDIT NO
RET: setenv SET_DIR_MODE_OWNER_GROUP YES
RET: setenv SET_FILE_MODE_OWNER_GROUP NO
RET: setenv SHALLOW_BUNDLE YES
RET: setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
RET: setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
RET: setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
RET: setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
RET: setenv SKIP_INSTALL YES
RET: setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
RET: setenv STRINGS_FILE_OUTPUT_ENCODING binary
RET: setenv STRIP_INSTALLED_PRODUCT YES
RET: setenv STRIP_STYLE all
RET: setenv SUPPORTED_DEVICE_FAMILIES "1 2"
RET: setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
RET: setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv SYSTEM_APPS_DIR /Applications
RET: setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
RET: setenv SYSTEM_DEMOS_DIR /Applications/Extras
RET: setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
RET: setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
RET: setenv SYSTEM_DEVELOPER_DIR /Developer
RET: setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
RET: setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
RET: setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
RET: setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
RET: setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
RET: setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
RET: setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
RET: setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
RET: setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
RET: setenv SYSTEM_LIBRARY_DIR /System/Library
RET: setenv TARGETED_DEVICE_FAMILY 1,2
RET: setenv TARGETNAME rhorunner
RET: setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv TARGET_NAME rhorunner
RET: setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv UID 503
RET: setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
RET: setenv UNSTRIPPED_PRODUCT NO
RET: setenv USER dan
RET: setenv USER_APPS_DIR /Users/dan/Applications
RET: setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
RET: setenv USER_LIBRARY_DIR /Users/dan/Library
RET: setenv USE_DYNAMIC_NO_PIC YES
RET: setenv USE_HEADERMAP YES
RET: setenv USE_HEADER_SYMLINKS NO
RET: setenv VALIDATE_PRODUCT NO
RET: setenv VALID_ARCHS i386
RET: setenv VERBOSE_PBXCP NO
RET: setenv VERSIONPLIST_PATH rhorunner.app/version.plist
RET: setenv VERSION_INFO_BUILDER dan
RET: setenv VERSION_INFO_FILE rhorunner_vers.c
RET: setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
RET: setenv WRAPPER_EXTENSION app
RET: setenv WRAPPER_NAME rhorunner.app
RET: setenv WRAPPER_SUFFIX .app
RET: setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
RET: setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
RET: setenv XCODE_VERSION_ACTUAL 0400
RET: setenv XCODE_VERSION_MAJOR 0400
RET: setenv XCODE_VERSION_MINOR 0400
RET: setenv YACC /Developer/usr/bin/yacc
RET: /bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C0442920EFBE79D0014E5C6.sh
RET:
RET: rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
RET: iphonesimulator4.3
RET: Check SDK :
RET: PWD: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
RET: CMD: /Developer/usr/bin/xcodebuild -version -sdk iphonesimulator4.3
RET: RET: iPhoneSimulator4.3.sdk - 'Simulator - iOS 4.3' (iphonesimulator4.3)
RET: RET: SDKVersion: 4.3
RET: RET: Path: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: RET: PlatformPath: /Developer/Platforms/iPhoneSimulator.platform
RET: RET: ProductBuildVersion: 8F192
RET: RET: ProductCopyright: 1983-2011 Apple Inc.
RET: RET: ProductVersion: 4.3
RET: RET: ProductName: iPhone OS
RET: RET:
RET: iPhoneSimulator4.3.sdk - 'Simulator - iOS 4.3' (iphonesimulator4.3)
RET: SDKVersion: 4.3
RET: Path: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: PlatformPath: /Developer/Platforms/iPhoneSimulator.platform
RET: ProductBuildVersion: 8F192
RET: ProductCopyright: 1983-2011 Apple Inc.
RET: ProductVersion: 4.3
RET: ProductName: iPhone OS
RET:
RET: Running default.rb
RET:
RET: Running compileRB
RET:
RET: extpaths: ["/sandbox/openfeint_rhodes/extensions", "/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/lib/extensions"]
RET: PWD: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext
RET: CMD: ./build
RET: ** Invoke default (first_time)
RET: ** Invoke build:all (first_time)
RET: ** Invoke build:config (first_time)
RET: ** Execute build:config
RET: ** Execute build:all
RET: rm -rf openfeintextension_wrap.c
RET: RET: build_extension (openfeintextension): Beginning from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension with rho root /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
RET: RET: build_extension (openfeintextension): Removing old .o .a _wrap.c files...
RET: RET: build_extension (openfeintextension): Creating C wrappers with swig...
RET: RET: swig -ruby /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension.i
RET: RET:
RET: RET: build_extension (openfeintextension): Compiling .c code
RET: RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/iphone -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fno-common -arch i386 -O2 -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/openfeintextension_wrap.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension_wrap.c
RET: RET:
RET: RET: build_extension (openfeintextension): Compiling .m code for iphone...
RET: RET: build_extension (openfeintextension): Compiling .mm code for iphone...
RET: In file included from /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:18,
RET: from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.h:10,
RET: from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:1:
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:19: error: ISO C++ forbids declaration of ‘OFDeclareNonCopyable’ with no type
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: ‘OFSdbmHashedString’ was not declared in this scope
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: template argument 1 is invalid
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: template argument 2 is invalid
RET: In file included from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.h:10,
RET: from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:1:
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: ISO C++ forbids declaration of ‘OFPointer’ with no type
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: expected `;' before ‘<’ token
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:49: error: ISO C++ forbids declaration of ‘OFPointer’ with no type
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:49: error: expected `;' before ‘<’ token
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:50: error: declaration of ‘int OFAchievement::OFPointer’
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: conflicts with previous declaration ‘int OFAchievement::OFPointer’
RET: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: duplicate member ‘OFPointer’
RET: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm: In function ‘void init_openfeint(const char*, const char*, const char*)’:
RET: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: ‘OpenFeint’ may not respond to ‘+initializeWithProductKey:andSecret:andDisplayName:’
RET: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: (Messages without a matching method signature
RET: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: will be assumed to return ‘id’ and accept
RET: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: ‘...’ as arguments.)
RET: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm: In function ‘void unlock_achievement(const char*)’:
RET: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:14: warning: ‘OFAchievementService’ may not respond to ‘+unlockAchievement:’
RET: RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -DDEBUG=1 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ApplicationDescription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChallengeDefinition/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatMessage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/CloudStorage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/GamePlayer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/iPadCompatibility/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/NSOverrides/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Poller/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Presence/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Provider/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bases/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bootstrap/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Discovery/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/GameCenter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Offline/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Sectioning/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ServerNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Subscriptions/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/WebViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Abuse/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/IO/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/HTTP/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/Reachability/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Settings/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Xml/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/FormControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/NavigationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ResourceViewHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSingleControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableStaticControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/OFTabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/SelectUserWidget/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/DeviceIntrospection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Heartbeat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ImageManagement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/JSONSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/MagicDelegate/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/NSCategories/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ViewSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/asi-http-request/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/images/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/Crypto/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/parsifal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Invite/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/NewsletterSubscription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PlayerReview/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/Gamerscore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PushNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/TimeStamp/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/USer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UsersCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/XPRequest/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/delegates/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Badge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChallengePages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/DiscoveryPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FanClub/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FindUser/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FriendsPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameDiscoveryPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InstantMessaging/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Leaderboards/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NewsLetter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NowPlayingPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SendSocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/WhosPlaying/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Global/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Challenges/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/LoadingScreen/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Map/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/SocialNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/StatusIcons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Headers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/webui.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Widgets/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/RootController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/source/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/SelectAccountType/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableCells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableHeaders/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/Legacy/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ApplicationDetailController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ChatRoomController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomDefinitionController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomInstanceController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FanClubController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FavoriteThisGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FeaturedGamesController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FindUserController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ImportFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameDiscoveryController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HelpController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HighScoreController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/LeaderboardController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/NewsLetterController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/PlayedGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ProfileController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveCredentialController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveDeviceFromAccountController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SelectProfilePictureController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SendSocialNotificationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/UserSettingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/WhosPlayingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/TabbedDashboard/ -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/OpenFeintExtension.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm
RET: RET:
RET: build_extension (openfeintextension): Beginning from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension with rho root /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
RET: build_extension (openfeintextension): Removing old .o .a _wrap.c files...
RET: build_extension (openfeintextension): Creating C wrappers with swig...
RET: swig -ruby /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension.i
RET:
RET: build_extension (openfeintextension): Compiling .c code
RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/iphone -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fno-common -arch i386 -O2 -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/openfeintextension_wrap.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension_wrap.c
RET:
RET: build_extension (openfeintextension): Compiling .m code for iphone...
RET: build_extension (openfeintextension): Compiling .mm code for iphone...
RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -DDEBUG=1 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ApplicationDescription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChallengeDefinition/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatMessage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/CloudStorage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/GamePlayer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/iPadCompatibility/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/NSOverrides/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Poller/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Presence/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Provider/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bases/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bootstrap/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Discovery/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/GameCenter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Offline/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Sectioning/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ServerNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Subscriptions/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/WebViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Abuse/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/IO/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/HTTP/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/Reachability/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Settings/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Xml/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/FormControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/NavigationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ResourceViewHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSingleControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableStaticControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/OFTabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/SelectUserWidget/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/DeviceIntrospection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Heartbeat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ImageManagement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/JSONSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/MagicDelegate/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/NSCategories/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ViewSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/asi-http-request/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/images/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/Crypto/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/parsifal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Invite/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/NewsletterSubscription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PlayerReview/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/Gamerscore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PushNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/TimeStamp/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/USer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UsersCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/XPRequest/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/delegates/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Badge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChallengePages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/DiscoveryPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FanClub/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FindUser/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FriendsPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameDiscoveryPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InstantMessaging/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Leaderboards/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NewsLetter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NowPlayingPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SendSocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/WhosPlaying/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Global/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Challenges/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/LoadingScreen/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Map/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/SocialNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/StatusIcons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Headers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/webui.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Widgets/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/RootController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/source/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/SelectAccountType/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableCells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableHeaders/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/Legacy/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ApplicationDetailController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ChatRoomController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomDefinitionController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomInstanceController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FanClubController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FavoriteThisGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FeaturedGamesController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FindUserController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ImportFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameDiscoveryController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HelpController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HighScoreController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/LeaderboardController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/NewsLetterController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/PlayedGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ProfileController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveCredentialController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveDeviceFromAccountController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SelectProfilePictureController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SendSocialNotificationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/UserSettingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/WhosPlayingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/TabbedDashboard/ -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/OpenFeintExtension.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm
RET:
RET: PhaseScriptExecution "Copy RhoBundle" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-BD4D7DCE10AE2DA4003DCE59.sh
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv ACTION build
RET: setenv ALTERNATE_GROUP staff
RET: setenv ALTERNATE_MODE u+w,go-w,a+rX
RET: setenv ALTERNATE_OWNER dan
RET: setenv ALWAYS_SEARCH_USER_PATHS NO
RET: setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
RET: setenv APPLE_INTERNAL_DIR /AppleInternal
RET: setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
RET: setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
RET: setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
RET: setenv APPLY_RULES_IN_COPY_FILES NO
RET: setenv ARCHS i386
RET: setenv ARCHS_STANDARD_32_BIT i386
RET: setenv ARCHS_UNIVERSAL_IPHONE_OS i386
RET: setenv BUILD_COMPONENTS "headers build"
RET: setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_STYLE Debug
RET: setenv BUILD_VARIANTS normal
RET: setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CHMOD /bin/chmod
RET: setenv CHOWN /usr/sbin/chown
RET: setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
RET: setenv CLEAN_PRECOMPS YES
RET: setenv CLONE_HEADERS NO
RET: setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: setenv CODE_SIGN_IDENTITY "iPhone Developer"
RET: setenv COMMAND_MODE legacy
RET: setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
RET: setenv COMPRESS_PNG_FILES YES
RET: setenv CONFIGURATION Debug
RET: setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
RET: setenv CONTENTS_FOLDER_PATH rhorunner.app
RET: setenv COPYING_PRESERVES_HFS_DATA NO
RET: setenv COPY_PHASE_STRIP NO
RET: setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
RET: setenv CP /bin/cp
RET: setenv CURRENT_ARCH i386
RET: setenv CURRENT_VARIANT normal
RET: setenv DEAD_CODE_STRIPPING NO
RET: setenv DEBUGGING_SYMBOLS YES
RET: setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
RET: setenv DEPLOYMENT_LOCATION NO
RET: setenv DEPLOYMENT_POSTPROCESSING NO
RET: setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
RET: setenv DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv DEVELOPER_DIR /Developer
RET: setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
RET: setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
RET: setenv DEVELOPER_LIBRARY_DIR /Developer/Library
RET: setenv DEVELOPER_SDK_DIR /Developer/SDKs
RET: setenv DEVELOPER_TOOLS_DIR /Developer/Tools
RET: setenv DEVELOPER_USR_DIR /Developer/usr
RET: setenv DEVELOPMENT_LANGUAGE English
RET: setenv DOCUMENTATION_FOLDER_PATH rhorunner.app/English.lproj/Documentation
RET: setenv DO_HEADER_SCANNING_IN_JAM NO
RET: setenv DSTROOT /tmp/rhorunner.dst
RET: setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
RET: setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
RET: setenv ENABLE_HEADER_DEPENDENCIES YES
RET: setenv ENABLE_OPENMP_SUPPORT NO
RET: setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
RET: setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
RET: setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
RET: setenv EXECUTABLE_FOLDER_PATH rhorunner.app
RET: setenv EXECUTABLE_NAME rhorunner
RET: setenv EXECUTABLE_PATH rhorunner.app/rhorunner
RET: setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
RET: setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
RET: setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
RET: setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
RET: setenv FRAMEWORK_FLAG_PREFIX -framework
RET: setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv FRAMEWORK_VERSION A
RET: setenv FULL_PRODUCT_NAME rhorunner.app
RET: setenv GCC3_VERSION 3.3
RET: setenv GCC_C_LANGUAGE_STANDARD c99
RET: setenv GCC_DYNAMIC_NO_PIC NO
RET: setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
RET: setenv GCC_OBJC_CALL_CXX_CDTORS YES
RET: setenv GCC_OBJC_LEGACY_DISPATCH YES
RET: setenv GCC_OPTIMIZATION_LEVEL 0
RET: setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv GCC_PRECOMPILE_PREFIX_HEADER YES
RET: setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
RET: setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
RET: setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
RET: setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
RET: setenv GCC_VERSION 4.2
RET: setenv GCC_VERSION_IDENTIFIER __2
RET: setenv GCC_WARN_ABOUT_RETURN_TYPE YES
RET: setenv GCC_WARN_UNUSED_VARIABLE YES
RET: setenv GENERATE_MASTER_OBJECT_FILE NO
RET: setenv GENERATE_PKGINFO_FILE YES
RET: setenv GENERATE_PROFILING_CODE NO
RET: setenv GID 20
RET: setenv GROUP staff
RET: setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
RET: setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
RET: setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
RET: setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
RET: setenv HEADER_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
RET: setenv IBC_FLATTEN_NIBS YES
RET: setenv ICONV /usr/bin/iconv
RET: setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
RET: setenv INFOPLIST_FILE Info.plist
RET: setenv INFOPLIST_OUTPUT_FORMAT binary
RET: setenv INFOPLIST_PATH rhorunner.app/Info.plist
RET: setenv INFOPLIST_PREPROCESS NO
RET: setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
RET: setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
RET: setenv INSTALL_GROUP staff
RET: setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
RET: setenv INSTALL_OWNER dan
RET: setenv INSTALL_PATH /Applications
RET: setenv INSTALL_ROOT /tmp/rhorunner.dst
RET: setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
RET: setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
RET: setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
RET: setenv JAVA_ARCHIVE_CLASSES YES
RET: setenv JAVA_ARCHIVE_TYPE JAR
RET: setenv JAVA_COMPILER /usr/bin/javac
RET: setenv JAVA_FOLDER_PATH rhorunner.app/Java
RET: setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
RET: setenv JAVA_JAR_FLAGS cv
RET: setenv JAVA_SOURCE_SUBDIR .
RET: setenv JAVA_USE_DEPENDENCIES YES
RET: setenv JAVA_ZIP_FLAGS -urg
RET: setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
RET: setenv KEEP_PRIVATE_EXTERNS NO
RET: setenv LD_GENERATE_MAP_FILE NO
RET: setenv LD_MAP_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.txt
RET: setenv LD_OPENMP_FLAGS -fopenmp
RET: setenv LEX /Developer/usr/bin/lex
RET: setenv LIBRARY_FLAG_NOSPACE YES
RET: setenv LIBRARY_FLAG_PREFIX -l
RET: setenv LIBRARY_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
RET: setenv LINKER_DISPLAYS_MANGLED_NAMES NO
RET: setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
RET: setenv LINK_WITH_STANDARD_LIBRARIES YES
RET: setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
RET: setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv LOCAL_APPS_DIR /Applications
RET: setenv LOCAL_DEVELOPER_DIR /Library/Developer
RET: setenv LOCAL_LIBRARY_DIR /Library
RET: setenv MACH_O_TYPE mh_execute
RET: setenv MACOSX_DEPLOYMENT_TARGET 10.6
RET: setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
RET: setenv MAC_OS_X_VERSION_ACTUAL 1068
RET: setenv MAC_OS_X_VERSION_MAJOR 1060
RET: setenv MAC_OS_X_VERSION_MINOR 0608
RET: setenv NATIVE_ARCH i386
RET: setenv NATIVE_ARCH_32_BIT i386
RET: setenv NATIVE_ARCH_64_BIT x86_64
RET: setenv NATIVE_ARCH_ACTUAL x86_64
RET: setenv NO_COMMON YES
RET: setenv OBJC_ABI_VERSION 2
RET: setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
RET: setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
RET: setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv ONLY_ACTIVE_ARCH YES
RET: setenv OPTIMIZATION_LEVEL 0
RET: setenv OS MACOS
RET: setenv OSAC /usr/bin/osacompile
RET: setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
RET: setenv PASCAL_STRINGS YES
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
RET: setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
RET: setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
RET: setenv PKGINFO_PATH rhorunner.app/PkgInfo
RET: setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
RET: setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
RET: setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
RET: setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
RET: setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
RET: setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
RET: setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
RET: setenv PLATFORM_NAME iphonesimulator
RET: setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
RET: setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
RET: setenv PLIST_FILE_OUTPUT_FORMAT binary
RET: setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
RET: setenv PREBINDING NO
RET: setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
RET: setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
RET: setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
RET: setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
RET: setenv PRODUCT_NAME rhorunner
RET: setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
RET: setenv PRODUCT_TYPE com.apple.product-type.application
RET: setenv PROFILING_CODE NO
RET: setenv PROJECT rhorunner
RET: setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
RET: setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
RET: setenv PROJECT_NAME rhorunner
RET: setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
RET: setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
RET: setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
RET: setenv REMOVE_CVS_FROM_RESOURCES YES
RET: setenv REMOVE_GIT_FROM_RESOURCES YES
RET: setenv REMOVE_SVN_FROM_RESOURCES YES
RET: setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
RET: setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
RET: setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv RUN_CLANG_STATIC_ANALYZER NO
RET: setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
RET: setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
RET: setenv SCRIPT_INPUT_FILE_COUNT 0
RET: setenv SCRIPT_OUTPUT_FILE_COUNT 0
RET: setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_NAME iphonesimulator4.3
RET: setenv SDK_PRODUCT_BUILD_VERSION 8F192
RET: setenv SED /usr/bin/sed
RET: setenv SEPARATE_STRIP NO
RET: setenv SEPARATE_SYMBOL_EDIT NO
RET: setenv SET_DIR_MODE_OWNER_GROUP YES
RET: setenv SET_FILE_MODE_OWNER_GROUP NO
RET: setenv SHALLOW_BUNDLE YES
RET: setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
RET: setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
RET: setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
RET: setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
RET: setenv SKIP_INSTALL YES
RET: setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
RET: setenv STRINGS_FILE_OUTPUT_ENCODING binary
RET: setenv STRIP_INSTALLED_PRODUCT YES
RET: setenv STRIP_STYLE all
RET: setenv SUPPORTED_DEVICE_FAMILIES "1 2"
RET: setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
RET: setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv SYSTEM_APPS_DIR /Applications
RET: setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
RET: setenv SYSTEM_DEMOS_DIR /Applications/Extras
RET: setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
RET: setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
RET: setenv SYSTEM_DEVELOPER_DIR /Developer
RET: setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
RET: setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
RET: setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
RET: setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
RET: setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
RET: setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
RET: setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
RET: setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
RET: setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
RET: setenv SYSTEM_LIBRARY_DIR /System/Library
RET: setenv TARGETED_DEVICE_FAMILY 1,2
RET: setenv TARGETNAME rhorunner
RET: setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv TARGET_NAME rhorunner
RET: setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv UID 503
RET: setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
RET: setenv UNSTRIPPED_PRODUCT NO
RET: setenv USER dan
RET: setenv USER_APPS_DIR /Users/dan/Applications
RET: setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
RET: setenv USER_LIBRARY_DIR /Users/dan/Library
RET: setenv USE_DYNAMIC_NO_PIC YES
RET: setenv USE_HEADERMAP YES
RET: setenv USE_HEADER_SYMLINKS NO
RET: setenv VALIDATE_PRODUCT NO
RET: setenv VALID_ARCHS i386
RET: setenv VERBOSE_PBXCP NO
RET: setenv VERSIONPLIST_PATH rhorunner.app/version.plist
RET: setenv VERSION_INFO_BUILDER dan
RET: setenv VERSION_INFO_FILE rhorunner_vers.c
RET: setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
RET: setenv WRAPPER_EXTENSION app
RET: setenv WRAPPER_NAME rhorunner.app
RET: setenv WRAPPER_SUFFIX .app
RET: setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
RET: setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
RET: setenv XCODE_VERSION_ACTUAL 0400
RET: setenv XCODE_VERSION_MAJOR 0400
RET: setenv XCODE_VERSION_MINOR 0400
RET: setenv YACC /Developer/usr/bin/yacc
RET: /bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-BD4D7DCE10AE2DA4003DCE59.sh
RET:
RET: Create dir /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/apps
RET: rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/db
RET: rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/hash
RET: rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/lib
RET: rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/name
RET: cp -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/bin/RhoBundle/* /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: PhaseScriptExecution "Copy Loading images" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-FA4207711277930A00BDE415.sh
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv ACTION build
RET: setenv ALTERNATE_GROUP staff
RET: setenv ALTERNATE_MODE u+w,go-w,a+rX
RET: setenv ALTERNATE_OWNER dan
RET: setenv ALWAYS_SEARCH_USER_PATHS NO
RET: setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
RET: setenv APPLE_INTERNAL_DIR /AppleInternal
RET: setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
RET: setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
RET: setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
RET: setenv APPLY_RULES_IN_COPY_FILES NO
RET: setenv ARCHS i386
RET: setenv ARCHS_STANDARD_32_BIT i386
RET: setenv ARCHS_UNIVERSAL_IPHONE_OS i386
RET: setenv BUILD_COMPONENTS "headers build"
RET: setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_STYLE Debug
RET: setenv BUILD_VARIANTS normal
RET: setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CHMOD /bin/chmod
RET: setenv CHOWN /usr/sbin/chown
RET: setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
RET: setenv CLEAN_PRECOMPS YES
RET: setenv CLONE_HEADERS NO
RET: setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: setenv CODE_SIGN_IDENTITY "iPhone Developer"
RET: setenv COMMAND_MODE legacy
RET: setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
RET: setenv COMPRESS_PNG_FILES YES
RET: setenv CONFIGURATION Debug
RET: setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
RET: setenv CONTENTS_FOLDER_PATH rhorunner.app
RET: setenv COPYING_PRESERVES_HFS_DATA NO
RET: setenv COPY_PHASE_STRIP NO
RET: setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
RET: setenv CP /bin/cp
RET: setenv CURRENT_ARCH i386
RET: setenv CURRENT_VARIANT normal
RET: setenv DEAD_CODE_STRIPPING NO
RET: setenv DEBUGGING_SYMBOLS YES
RET: setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
RET: setenv DEPLOYMENT_LOCATION NO
RET: setenv DEPLOYMENT_POSTPROCESSING NO
RET: setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
RET: setenv DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv DEVELOPER_DIR /Developer
RET: setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
RET: setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
RET: setenv DEVELOPER_LIBRARY_DIR /Developer/Library
RET: setenv DEVELOPER_SDK_DIR /Developer/SDKs
RET: setenv DEVELOPER_TOOLS_DIR /Developer/Tools
RET: setenv DEVELOPER_USR_DIR /Developer/usr
RET: setenv DEVELOPMENT_LANGUAGE English
RET: setenv DOCUMENTATION_FOLDER_PATH rhorunner.app/English.lproj/Documentation
RET: setenv DO_HEADER_SCANNING_IN_JAM NO
RET: setenv DSTROOT /tmp/rhorunner.dst
RET: setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
RET: setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
RET: setenv ENABLE_HEADER_DEPENDENCIES YES
RET: setenv ENABLE_OPENMP_SUPPORT NO
RET: setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
RET: setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
RET: setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
RET: setenv EXECUTABLE_FOLDER_PATH rhorunner.app
RET: setenv EXECUTABLE_NAME rhorunner
RET: setenv EXECUTABLE_PATH rhorunner.app/rhorunner
RET: setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
RET: setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
RET: setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
RET: setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
RET: setenv FRAMEWORK_FLAG_PREFIX -framework
RET: setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv FRAMEWORK_VERSION A
RET: setenv FULL_PRODUCT_NAME rhorunner.app
RET: setenv GCC3_VERSION 3.3
RET: setenv GCC_C_LANGUAGE_STANDARD c99
RET: setenv GCC_DYNAMIC_NO_PIC NO
RET: setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
RET: setenv GCC_OBJC_CALL_CXX_CDTORS YES
RET: setenv GCC_OBJC_LEGACY_DISPATCH YES
RET: setenv GCC_OPTIMIZATION_LEVEL 0
RET: setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv GCC_PRECOMPILE_PREFIX_HEADER YES
RET: setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
RET: setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
RET: setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
RET: setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
RET: setenv GCC_VERSION 4.2
RET: setenv GCC_VERSION_IDENTIFIER __2
RET: setenv GCC_WARN_ABOUT_RETURN_TYPE YES
RET: setenv GCC_WARN_UNUSED_VARIABLE YES
RET: setenv GENERATE_MASTER_OBJECT_FILE NO
RET: setenv GENERATE_PKGINFO_FILE YES
RET: setenv GENERATE_PROFILING_CODE NO
RET: setenv GID 20
RET: setenv GROUP staff
RET: setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
RET: setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
RET: setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
RET: setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
RET: setenv HEADER_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
RET: setenv IBC_FLATTEN_NIBS YES
RET: setenv ICONV /usr/bin/iconv
RET: setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
RET: setenv INFOPLIST_FILE Info.plist
RET: setenv INFOPLIST_OUTPUT_FORMAT binary
RET: setenv INFOPLIST_PATH rhorunner.app/Info.plist
RET: setenv INFOPLIST_PREPROCESS NO
RET: setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
RET: setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
RET: setenv INSTALL_GROUP staff
RET: setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
RET: setenv INSTALL_OWNER dan
RET: setenv INSTALL_PATH /Applications
RET: setenv INSTALL_ROOT /tmp/rhorunner.dst
RET: setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
RET: setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
RET: setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
RET: setenv JAVA_ARCHIVE_CLASSES YES
RET: setenv JAVA_ARCHIVE_TYPE JAR
RET: setenv JAVA_COMPILER /usr/bin/javac
RET: setenv JAVA_FOLDER_PATH rhorunner.app/Java
RET: setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
RET: setenv JAVA_JAR_FLAGS cv
RET: setenv JAVA_SOURCE_SUBDIR .
RET: setenv JAVA_USE_DEPENDENCIES YES
RET: setenv JAVA_ZIP_FLAGS -urg
RET: setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
RET: setenv KEEP_PRIVATE_EXTERNS NO
RET: setenv LD_GENERATE_MAP_FILE NO
RET: setenv LD_MAP_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.txt
RET: setenv LD_OPENMP_FLAGS -fopenmp
RET: setenv LEX /Developer/usr/bin/lex
RET: setenv LIBRARY_FLAG_NOSPACE YES
RET: setenv LIBRARY_FLAG_PREFIX -l
RET: setenv LIBRARY_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
RET: setenv LINKER_DISPLAYS_MANGLED_NAMES NO
RET: setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
RET: setenv LINK_WITH_STANDARD_LIBRARIES YES
RET: setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
RET: setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv LOCAL_APPS_DIR /Applications
RET: setenv LOCAL_DEVELOPER_DIR /Library/Developer
RET: setenv LOCAL_LIBRARY_DIR /Library
RET: setenv MACH_O_TYPE mh_execute
RET: setenv MACOSX_DEPLOYMENT_TARGET 10.6
RET: setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
RET: setenv MAC_OS_X_VERSION_ACTUAL 1068
RET: setenv MAC_OS_X_VERSION_MAJOR 1060
RET: setenv MAC_OS_X_VERSION_MINOR 0608
RET: setenv NATIVE_ARCH i386
RET: setenv NATIVE_ARCH_32_BIT i386
RET: setenv NATIVE_ARCH_64_BIT x86_64
RET: setenv NATIVE_ARCH_ACTUAL x86_64
RET: setenv NO_COMMON YES
RET: setenv OBJC_ABI_VERSION 2
RET: setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
RET: setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
RET: setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv ONLY_ACTIVE_ARCH YES
RET: setenv OPTIMIZATION_LEVEL 0
RET: setenv OS MACOS
RET: setenv OSAC /usr/bin/osacompile
RET: setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
RET: setenv PASCAL_STRINGS YES
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
RET: setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
RET: setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
RET: setenv PKGINFO_PATH rhorunner.app/PkgInfo
RET: setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
RET: setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
RET: setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
RET: setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
RET: setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
RET: setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
RET: setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
RET: setenv PLATFORM_NAME iphonesimulator
RET: setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
RET: setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
RET: setenv PLIST_FILE_OUTPUT_FORMAT binary
RET: setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
RET: setenv PREBINDING NO
RET: setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
RET: setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
RET: setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
RET: setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
RET: setenv PRODUCT_NAME rhorunner
RET: setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
RET: setenv PRODUCT_TYPE com.apple.product-type.application
RET: setenv PROFILING_CODE NO
RET: setenv PROJECT rhorunner
RET: setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
RET: setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
RET: setenv PROJECT_NAME rhorunner
RET: setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
RET: setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
RET: setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
RET: setenv REMOVE_CVS_FROM_RESOURCES YES
RET: setenv REMOVE_GIT_FROM_RESOURCES YES
RET: setenv REMOVE_SVN_FROM_RESOURCES YES
RET: setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
RET: setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
RET: setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv RUN_CLANG_STATIC_ANALYZER NO
RET: setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
RET: setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
RET: setenv SCRIPT_INPUT_FILE_COUNT 0
RET: setenv SCRIPT_OUTPUT_FILE_COUNT 0
RET: setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_NAME iphonesimulator4.3
RET: setenv SDK_PRODUCT_BUILD_VERSION 8F192
RET: setenv SED /usr/bin/sed
RET: setenv SEPARATE_STRIP NO
RET: setenv SEPARATE_SYMBOL_EDIT NO
RET: setenv SET_DIR_MODE_OWNER_GROUP YES
RET: setenv SET_FILE_MODE_OWNER_GROUP NO
RET: setenv SHALLOW_BUNDLE YES
RET: setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
RET: setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
RET: setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
RET: setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
RET: setenv SKIP_INSTALL YES
RET: setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
RET: setenv STRINGS_FILE_OUTPUT_ENCODING binary
RET: setenv STRIP_INSTALLED_PRODUCT YES
RET: setenv STRIP_STYLE all
RET: setenv SUPPORTED_DEVICE_FAMILIES "1 2"
RET: setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
RET: setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv SYSTEM_APPS_DIR /Applications
RET: setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
RET: setenv SYSTEM_DEMOS_DIR /Applications/Extras
RET: setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
RET: setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
RET: setenv SYSTEM_DEVELOPER_DIR /Developer
RET: setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
RET: setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
RET: setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
RET: setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
RET: setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
RET: setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
RET: setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
RET: setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
RET: setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
RET: setenv SYSTEM_LIBRARY_DIR /System/Library
RET: setenv TARGETED_DEVICE_FAMILY 1,2
RET: setenv TARGETNAME rhorunner
RET: setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv TARGET_NAME rhorunner
RET: setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv UID 503
RET: setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
RET: setenv UNSTRIPPED_PRODUCT NO
RET: setenv USER dan
RET: setenv USER_APPS_DIR /Users/dan/Applications
RET: setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
RET: setenv USER_LIBRARY_DIR /Users/dan/Library
RET: setenv USE_DYNAMIC_NO_PIC YES
RET: setenv USE_HEADERMAP YES
RET: setenv USE_HEADER_SYMLINKS NO
RET: setenv VALIDATE_PRODUCT NO
RET: setenv VALID_ARCHS i386
RET: setenv VERBOSE_PBXCP NO
RET: setenv VERSIONPLIST_PATH rhorunner.app/version.plist
RET: setenv VERSION_INFO_BUILDER dan
RET: setenv VERSION_INFO_FILE rhorunner_vers.c
RET: setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
RET: setenv WRAPPER_EXTENSION app
RET: setenv WRAPPER_NAME rhorunner.app
RET: setenv WRAPPER_SUFFIX .app
RET: setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
RET: setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
RET: setenv XCODE_VERSION_ACTUAL 0400
RET: setenv XCODE_VERSION_MAJOR 0400
RET: setenv XCODE_VERSION_MINOR 0400
RET: setenv YACC /Developer/usr/bin/yacc
RET: /bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-FA4207711277930A00BDE415.sh
RET:
RET: Create dir /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: cp -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Default.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: CpResource build/Debug-iphonesimulator/rhorunner.app/icon.png icon.png
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET:
RET: CpResource build/Debug-iphonesimulator/rhorunner.app/icon72.png icon72.png
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon72.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET:
RET: CpResource build/Debug-iphonesimulator/rhorunner.app/icon57.png icon57.png
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon57.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET:
RET: CpResource build/Debug-iphonesimulator/rhorunner.app/icon114.png icon114.png
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon114.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET:
RET: PhaseScriptExecution "Move alerts to root of app" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C61F2BD1022321A0013E321.sh
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv ACTION build
RET: setenv ALTERNATE_GROUP staff
RET: setenv ALTERNATE_MODE u+w,go-w,a+rX
RET: setenv ALTERNATE_OWNER dan
RET: setenv ALWAYS_SEARCH_USER_PATHS NO
RET: setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
RET: setenv APPLE_INTERNAL_DIR /AppleInternal
RET: setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
RET: setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
RET: setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
RET: setenv APPLY_RULES_IN_COPY_FILES NO
RET: setenv ARCHS i386
RET: setenv ARCHS_STANDARD_32_BIT i386
RET: setenv ARCHS_UNIVERSAL_IPHONE_OS i386
RET: setenv BUILD_COMPONENTS "headers build"
RET: setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv BUILD_STYLE Debug
RET: setenv BUILD_VARIANTS normal
RET: setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
RET: setenv CHMOD /bin/chmod
RET: setenv CHOWN /usr/sbin/chown
RET: setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
RET: setenv CLEAN_PRECOMPS YES
RET: setenv CLONE_HEADERS NO
RET: setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
RET: setenv CODE_SIGN_IDENTITY "iPhone Developer"
RET: setenv COMMAND_MODE legacy
RET: setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
RET: setenv COMPRESS_PNG_FILES YES
RET: setenv CONFIGURATION Debug
RET: setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
RET: setenv CONTENTS_FOLDER_PATH rhorunner.app
RET: setenv COPYING_PRESERVES_HFS_DATA NO
RET: setenv COPY_PHASE_STRIP NO
RET: setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
RET: setenv CP /bin/cp
RET: setenv CURRENT_ARCH i386
RET: setenv CURRENT_VARIANT normal
RET: setenv DEAD_CODE_STRIPPING NO
RET: setenv DEBUGGING_SYMBOLS YES
RET: setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
RET: setenv DEPLOYMENT_LOCATION NO
RET: setenv DEPLOYMENT_POSTPROCESSING NO
RET: setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
RET: setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
RET: setenv DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv DEVELOPER_DIR /Developer
RET: setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
RET: setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/Frameworks\""
RET: setenv DEVELOPER_LIBRARY_DIR /Developer/Library
RET: setenv DEVELOPER_SDK_DIR /Developer/SDKs
RET: setenv DEVELOPER_TOOLS_DIR /Developer/Tools
RET: setenv DEVELOPER_USR_DIR /Developer/usr
RET: setenv DEVELOPMENT_LANGUAGE English
RET: setenv DOCUMENTATION_FOLDER_PATH rhorunner.app/English.lproj/Documentation
RET: setenv DO_HEADER_SCANNING_IN_JAM NO
RET: setenv DSTROOT /tmp/rhorunner.dst
RET: setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
RET: setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
RET: setenv ENABLE_HEADER_DEPENDENCIES YES
RET: setenv ENABLE_OPENMP_SUPPORT NO
RET: setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
RET: setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
RET: setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
RET: setenv EXECUTABLE_FOLDER_PATH rhorunner.app
RET: setenv EXECUTABLE_NAME rhorunner
RET: setenv EXECUTABLE_PATH rhorunner.app/rhorunner
RET: setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
RET: setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
RET: setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
RET: setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
RET: setenv FRAMEWORK_FLAG_PREFIX -framework
RET: setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv FRAMEWORK_VERSION A
RET: setenv FULL_PRODUCT_NAME rhorunner.app
RET: setenv GCC3_VERSION 3.3
RET: setenv GCC_C_LANGUAGE_STANDARD c99
RET: setenv GCC_DYNAMIC_NO_PIC NO
RET: setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
RET: setenv GCC_OBJC_CALL_CXX_CDTORS YES
RET: setenv GCC_OBJC_LEGACY_DISPATCH YES
RET: setenv GCC_OPTIMIZATION_LEVEL 0
RET: setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv GCC_PRECOMPILE_PREFIX_HEADER YES
RET: setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
RET: setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
RET: setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
RET: setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
RET: setenv GCC_VERSION 4.2
RET: setenv GCC_VERSION_IDENTIFIER __2
RET: setenv GCC_WARN_ABOUT_RETURN_TYPE YES
RET: setenv GCC_WARN_UNUSED_VARIABLE YES
RET: setenv GENERATE_MASTER_OBJECT_FILE NO
RET: setenv GENERATE_PKGINFO_FILE YES
RET: setenv GENERATE_PROFILING_CODE NO
RET: setenv GID 20
RET: setenv GROUP staff
RET: setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
RET: setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
RET: setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
RET: setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
RET: setenv HEADER_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
RET: setenv IBC_FLATTEN_NIBS YES
RET: setenv ICONV /usr/bin/iconv
RET: setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
RET: setenv INFOPLIST_FILE Info.plist
RET: setenv INFOPLIST_OUTPUT_FORMAT binary
RET: setenv INFOPLIST_PATH rhorunner.app/Info.plist
RET: setenv INFOPLIST_PREPROCESS NO
RET: setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
RET: setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
RET: setenv INSTALL_GROUP staff
RET: setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
RET: setenv INSTALL_OWNER dan
RET: setenv INSTALL_PATH /Applications
RET: setenv INSTALL_ROOT /tmp/rhorunner.dst
RET: setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
RET: setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
RET: setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
RET: setenv JAVA_ARCHIVE_CLASSES YES
RET: setenv JAVA_ARCHIVE_TYPE JAR
RET: setenv JAVA_COMPILER /usr/bin/javac
RET: setenv JAVA_FOLDER_PATH rhorunner.app/Java
RET: setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
RET: setenv JAVA_JAR_FLAGS cv
RET: setenv JAVA_SOURCE_SUBDIR .
RET: setenv JAVA_USE_DEPENDENCIES YES
RET: setenv JAVA_ZIP_FLAGS -urg
RET: setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
RET: setenv KEEP_PRIVATE_EXTERNS NO
RET: setenv LD_GENERATE_MAP_FILE NO
RET: setenv LD_MAP_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.txt
RET: setenv LD_OPENMP_FLAGS -fopenmp
RET: setenv LEX /Developer/usr/bin/lex
RET: setenv LIBRARY_FLAG_NOSPACE YES
RET: setenv LIBRARY_FLAG_PREFIX -l
RET: setenv LIBRARY_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
RET: setenv LINKER_DISPLAYS_MANGLED_NAMES NO
RET: setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
RET: setenv LINK_WITH_STANDARD_LIBRARIES YES
RET: setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
RET: setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv LOCAL_APPS_DIR /Applications
RET: setenv LOCAL_DEVELOPER_DIR /Library/Developer
RET: setenv LOCAL_LIBRARY_DIR /Library
RET: setenv MACH_O_TYPE mh_execute
RET: setenv MACOSX_DEPLOYMENT_TARGET 10.6
RET: setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
RET: setenv MAC_OS_X_VERSION_ACTUAL 1068
RET: setenv MAC_OS_X_VERSION_MAJOR 1060
RET: setenv MAC_OS_X_VERSION_MINOR 0608
RET: setenv NATIVE_ARCH i386
RET: setenv NATIVE_ARCH_32_BIT i386
RET: setenv NATIVE_ARCH_64_BIT x86_64
RET: setenv NATIVE_ARCH_ACTUAL x86_64
RET: setenv NO_COMMON YES
RET: setenv OBJC_ABI_VERSION 2
RET: setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
RET: setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
RET: setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv ONLY_ACTIVE_ARCH YES
RET: setenv OPTIMIZATION_LEVEL 0
RET: setenv OS MACOS
RET: setenv OSAC /usr/bin/osacompile
RET: setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
RET: setenv PASCAL_STRINGS YES
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
RET: setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
RET: setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
RET: setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
RET: setenv PKGINFO_PATH rhorunner.app/PkgInfo
RET: setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
RET: setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
RET: setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
RET: setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
RET: setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
RET: setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
RET: setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
RET: setenv PLATFORM_NAME iphonesimulator
RET: setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
RET: setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
RET: setenv PLIST_FILE_OUTPUT_FORMAT binary
RET: setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
RET: setenv PREBINDING NO
RET: setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
RET: setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
RET: setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
RET: setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
RET: setenv PRODUCT_NAME rhorunner
RET: setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
RET: setenv PRODUCT_TYPE com.apple.product-type.application
RET: setenv PROFILING_CODE NO
RET: setenv PROJECT rhorunner
RET: setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
RET: setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
RET: setenv PROJECT_NAME rhorunner
RET: setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
RET: setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
RET: setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
RET: setenv REMOVE_CVS_FROM_RESOURCES YES
RET: setenv REMOVE_GIT_FROM_RESOURCES YES
RET: setenv REMOVE_SVN_FROM_RESOURCES YES
RET: setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
RET: setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
RET: setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
RET: setenv RUN_CLANG_STATIC_ANALYZER NO
RET: setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
RET: setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
RET: setenv SCRIPT_INPUT_FILE_COUNT 0
RET: setenv SCRIPT_OUTPUT_FILE_COUNT 0
RET: setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: setenv SDK_NAME iphonesimulator4.3
RET: setenv SDK_PRODUCT_BUILD_VERSION 8F192
RET: setenv SED /usr/bin/sed
RET: setenv SEPARATE_STRIP NO
RET: setenv SEPARATE_SYMBOL_EDIT NO
RET: setenv SET_DIR_MODE_OWNER_GROUP YES
RET: setenv SET_FILE_MODE_OWNER_GROUP NO
RET: setenv SHALLOW_BUNDLE YES
RET: setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
RET: setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
RET: setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
RET: setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
RET: setenv SKIP_INSTALL YES
RET: setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
RET: setenv STRINGS_FILE_OUTPUT_ENCODING binary
RET: setenv STRIP_INSTALLED_PRODUCT YES
RET: setenv STRIP_STYLE all
RET: setenv SUPPORTED_DEVICE_FAMILIES "1 2"
RET: setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
RET: setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
RET: setenv SYSTEM_APPS_DIR /Applications
RET: setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
RET: setenv SYSTEM_DEMOS_DIR /Applications/Extras
RET: setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
RET: setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
RET: setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/Utilities/Built Examples"
RET: setenv SYSTEM_DEVELOPER_DIR /Developer
RET: setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
RET: setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/Applications/Graphics Tools"
RET: setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/Java Tools"
RET: setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/Applications/Performance Tools"
RET: setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes"
RET: setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
RET: setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference Library/documentation/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC Reference Library/releasenotes/DeveloperTools"
RET: setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
RET: setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/Utilities
RET: setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
RET: setenv SYSTEM_LIBRARY_DIR /System/Library
RET: setenv TARGETED_DEVICE_FAMILY 1,2
RET: setenv TARGETNAME rhorunner
RET: setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
RET: setenv TARGET_NAME rhorunner
RET: setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
RET: setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
RET: setenv UID 503
RET: setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
RET: setenv UNSTRIPPED_PRODUCT NO
RET: setenv USER dan
RET: setenv USER_APPS_DIR /Users/dan/Applications
RET: setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
RET: setenv USER_LIBRARY_DIR /Users/dan/Library
RET: setenv USE_DYNAMIC_NO_PIC YES
RET: setenv USE_HEADERMAP YES
RET: setenv USE_HEADER_SYMLINKS NO
RET: setenv VALIDATE_PRODUCT NO
RET: setenv VALID_ARCHS i386
RET: setenv VERBOSE_PBXCP NO
RET: setenv VERSIONPLIST_PATH rhorunner.app/version.plist
RET: setenv VERSION_INFO_BUILDER dan
RET: setenv VERSION_INFO_FILE rhorunner_vers.c
RET: setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
RET: setenv WRAPPER_EXTENSION app
RET: setenv WRAPPER_NAME rhorunner.app
RET: setenv WRAPPER_SUFFIX .app
RET: setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
RET: setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
RET: setenv XCODE_VERSION_ACTUAL 0400
RET: setenv XCODE_VERSION_MAJOR 0400
RET: setenv XCODE_VERSION_MINOR 0400
RET: setenv YACC /Developer/usr/bin/yacc
RET: /bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C61F2BD1022321A0013E321.sh
RET:
RET: Alerts folder is not found...
RET: Ld build/Debug-iphonesimulator/rhorunner.app/rhorunner normal i386
RET: cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
RET: setenv MACOSX_DEPLOYMENT_TARGET 10.6
RET: setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator -L/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone -L/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator -F/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator -filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList -mmacosx-version-min=10.6 -ObjC -all_load -filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt -weak_framework EventKit -Xlinker -objc_abi_version -Xlinker 2 -framework CoreMedia -framework CoreVideo -liconv /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librhorubylib.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librholib.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/libcurl.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librhosynclib.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librhoextlib.a -framework Foundation -framework UIKit -framework CoreFoundation -framework CoreLocation -lsqlite3.0 -framework AddressBook -framework SystemConfiguration -framework AudioToolbox -framework AVFoundation -framework CoreGraphics -lz -framework MapKit -framework CFNetwork -framework GameKit -framework Security -framework QuartzCore -framework EventKit -framework AddressBookUI -framework Foundation -framework MobileCoreServices -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/rhorunner
RET:
RET: ld: file not found: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/libopenfeintextension.a
RET: collect2: ld returned 1 exit status
RET: Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 failed with exit code 1
RET: Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 failed with exit code 1
** BUILD FAILED **
The following build commands failed:
rhorunner:
Ld /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/rhorunner normal i386
(1 failure)
Build settings from command line:
PLATFORM_NAME = iphonesimulator
SDKROOT = /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
=== BUILD NATIVE TARGET rhorubylib OF PROJECT rhorubylib WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD NATIVE TARGET rhosynclib OF PROJECT rhosynclib WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD NATIVE TARGET RhoLib OF PROJECT RhoLib WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD NATIVE TARGET rhoextlib OF PROJECT rhoextlib WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD NATIVE TARGET curl OF PROJECT curl WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD NATIVE TARGET rhorunner OF PROJECT rhorunner WITH CONFIGURATION Debug ===
Check dependencies
ProcessInfoPlistFile build/Debug-iphonesimulator/rhorunner.app/Info.plist Info.plist
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
builtin-infoPlistUtility Info.plist -genpkginfo /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/Info.plist
PhaseScriptExecution "Create RhoBundle" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C0442920EFBE79D0014E5C6.sh
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv ACTION build
setenv ALTERNATE_GROUP staff
setenv ALTERNATE_MODE u+w,go-w,a+rX
setenv ALTERNATE_OWNER dan
setenv ALWAYS_SEARCH_USER_PATHS NO
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
setenv ARCHS_STANDARD_32_BIT i386
setenv ARCHS_UNIVERSAL_IPHONE_OS i386
setenv BUILD_COMPONENTS "headers build"
setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_STYLE Debug
setenv BUILD_VARIANTS normal
setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CHMOD /bin/chmod
setenv CHOWN /usr/sbin/chown
setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
setenv CLEAN_PRECOMPS YES
setenv CLONE_HEADERS NO
setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
setenv CODE_SIGN_IDENTITY "iPhone Developer"
setenv COMMAND_MODE legacy
setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
setenv COMPRESS_PNG_FILES YES
setenv CONFIGURATION Debug
setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
setenv CONTENTS_FOLDER_PATH rhorunner.app
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 i386
setenv CURRENT_VARIANT normal
setenv DEAD_CODE_STRIPPING NO
setenv DEBUGGING_SYMBOLS YES
setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
setenv DEPLOYMENT_LOCATION NO
setenv DEPLOYMENT_POSTPROCESSING NO
setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.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 rhorunner.app/English.lproj/Documentation
setenv DO_HEADER_SCANNING_IN_JAM NO
setenv DSTROOT /tmp/rhorunner.dst
setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
setenv ENABLE_HEADER_DEPENDENCIES YES
setenv ENABLE_OPENMP_SUPPORT NO
setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
setenv EXECUTABLE_FOLDER_PATH rhorunner.app
setenv EXECUTABLE_NAME rhorunner
setenv EXECUTABLE_PATH rhorunner.app/rhorunner
setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
setenv FRAMEWORK_FLAG_PREFIX -framework
setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv FRAMEWORK_VERSION A
setenv FULL_PRODUCT_NAME rhorunner.app
setenv GCC3_VERSION 3.3
setenv GCC_C_LANGUAGE_STANDARD c99
setenv GCC_DYNAMIC_NO_PIC NO
setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
setenv GCC_OBJC_CALL_CXX_CDTORS YES
setenv GCC_OBJC_LEGACY_DISPATCH YES
setenv GCC_OPTIMIZATION_LEVEL 0
setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv GCC_PRECOMPILE_PREFIX_HEADER YES
setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
setenv GCC_VERSION 4.2
setenv GCC_VERSION_IDENTIFIER __2
setenv GCC_WARN_ABOUT_RETURN_TYPE YES
setenv GCC_WARN_UNUSED_VARIABLE YES
setenv GENERATE_MASTER_OBJECT_FILE NO
setenv GENERATE_PKGINFO_FILE YES
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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
setenv IBC_FLATTEN_NIBS YES
setenv ICONV /usr/bin/iconv
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
setenv INFOPLIST_FILE Info.plist
setenv INFOPLIST_OUTPUT_FORMAT binary
setenv INFOPLIST_PATH rhorunner.app/Info.plist
setenv INFOPLIST_PREPROCESS NO
setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
setenv INSTALL_GROUP staff
setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
setenv INSTALL_OWNER dan
setenv INSTALL_PATH /Applications
setenv INSTALL_ROOT /tmp/rhorunner.dst
setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
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 rhorunner.app/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 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
setenv LINKER_DISPLAYS_MANGLED_NAMES NO
setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
setenv LINK_WITH_STANDARD_LIBRARIES YES
setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
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_execute
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
setenv MAC_OS_X_VERSION_ACTUAL 1068
setenv MAC_OS_X_VERSION_MAJOR 1060
setenv MAC_OS_X_VERSION_MINOR 0608
setenv NATIVE_ARCH i386
setenv NATIVE_ARCH_32_BIT i386
setenv NATIVE_ARCH_64_BIT x86_64
setenv NATIVE_ARCH_ACTUAL x86_64
setenv NO_COMMON YES
setenv OBJC_ABI_VERSION 2
setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv ONLY_ACTIVE_ARCH YES
setenv OPTIMIZATION_LEVEL 0
setenv OS MACOS
setenv OSAC /usr/bin/osacompile
setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
setenv PASCAL_STRINGS YES
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
setenv PKGINFO_PATH rhorunner.app/PkgInfo
setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
setenv PLATFORM_NAME iphonesimulator
setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
setenv PLIST_FILE_OUTPUT_FORMAT binary
setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
setenv PREBINDING NO
setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
setenv PRODUCT_NAME rhorunner
setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
setenv PRODUCT_TYPE com.apple.product-type.application
setenv PROFILING_CODE NO
setenv PROJECT rhorunner
setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
setenv PROJECT_NAME rhorunner
setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
setenv REMOVE_CVS_FROM_RESOURCES YES
setenv REMOVE_GIT_FROM_RESOURCES YES
setenv REMOVE_SVN_FROM_RESOURCES YES
setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv RUN_CLANG_STATIC_ANALYZER NO
setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
setenv SCRIPT_INPUT_FILE_COUNT 0
setenv SCRIPT_OUTPUT_FILE_COUNT 0
setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_NAME iphonesimulator4.3
setenv SDK_PRODUCT_BUILD_VERSION 8F192
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 SHALLOW_BUNDLE YES
setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
setenv SKIP_INSTALL YES
setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
setenv STRINGS_FILE_OUTPUT_ENCODING binary
setenv STRIP_INSTALLED_PRODUCT YES
setenv STRIP_STYLE all
setenv SUPPORTED_DEVICE_FAMILIES "1 2"
setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/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 TARGETED_DEVICE_FAMILY 1,2
setenv TARGETNAME rhorunner
setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv TARGET_NAME rhorunner
setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv UID 503
setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
setenv UNSTRIPPED_PRODUCT NO
setenv USER dan
setenv USER_APPS_DIR /Users/dan/Applications
setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
setenv USER_LIBRARY_DIR /Users/dan/Library
setenv USE_DYNAMIC_NO_PIC YES
setenv USE_HEADERMAP YES
setenv USE_HEADER_SYMLINKS NO
setenv VALIDATE_PRODUCT NO
setenv VALID_ARCHS i386
setenv VERBOSE_PBXCP NO
setenv VERSIONPLIST_PATH rhorunner.app/version.plist
setenv VERSION_INFO_BUILDER dan
setenv VERSION_INFO_FILE rhorunner_vers.c
setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
setenv WRAPPER_EXTENSION app
setenv WRAPPER_NAME rhorunner.app
setenv WRAPPER_SUFFIX .app
setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
setenv XCODE_VERSION_ACTUAL 0400
setenv XCODE_VERSION_MAJOR 0400
setenv XCODE_VERSION_MINOR 0400
setenv YACC /Developer/usr/bin/yacc
/bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C0442920EFBE79D0014E5C6.sh
rake/rdoctask is deprecated. Use rdoc/task instead (in RDoc 2.4.2+)
iphonesimulator4.3
Check SDK :
PWD: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
CMD: /Developer/usr/bin/xcodebuild -version -sdk iphonesimulator4.3
RET: iPhoneSimulator4.3.sdk - 'Simulator - iOS 4.3' (iphonesimulator4.3)
RET: SDKVersion: 4.3
RET: Path: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
RET: PlatformPath: /Developer/Platforms/iPhoneSimulator.platform
RET: ProductBuildVersion: 8F192
RET: ProductCopyright: 1983-2011 Apple Inc.
RET: ProductVersion: 4.3
RET: ProductName: iPhone OS
RET:
iPhoneSimulator4.3.sdk - 'Simulator - iOS 4.3' (iphonesimulator4.3)
SDKVersion: 4.3
Path: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
PlatformPath: /Developer/Platforms/iPhoneSimulator.platform
ProductBuildVersion: 8F192
ProductCopyright: 1983-2011 Apple Inc.
ProductVersion: 4.3
ProductName: iPhone OS
Running default.rb
Running compileRB
extpaths: ["/sandbox/openfeint_rhodes/extensions", "/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/lib/extensions"]
PWD: /sandbox/openfeint_rhodes/extensions/openfeintextension/ext
CMD: ./build
** Invoke default (first_time)
** Invoke build:all (first_time)
** Invoke build:config (first_time)
** Execute build:config
** Execute build:all
rm -rf openfeintextension_wrap.c
RET: build_extension (openfeintextension): Beginning from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension with rho root /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
RET: build_extension (openfeintextension): Removing old .o .a _wrap.c files...
RET: build_extension (openfeintextension): Creating C wrappers with swig...
RET: swig -ruby /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension.i
RET:
RET: build_extension (openfeintextension): Compiling .c code
RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/iphone -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fno-common -arch i386 -O2 -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/openfeintextension_wrap.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension_wrap.c
RET:
RET: build_extension (openfeintextension): Compiling .m code for iphone...
RET: build_extension (openfeintextension): Compiling .mm code for iphone...
In file included from /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:18,
from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.h:10,
from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:1:
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:19: error: ISO C++ forbids declaration of ‘OFDeclareNonCopyable’ with no type
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: ‘OFSdbmHashedString’ was not declared in this scope
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: template argument 1 is invalid
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/OFSqlQuery.h:77: error: template argument 2 is invalid
In file included from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.h:10,
from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:1:
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: ISO C++ forbids declaration of ‘OFPointer’ with no type
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: expected `;' before ‘<’ token
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:49: error: ISO C++ forbids declaration of ‘OFPointer’ with no type
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:49: error: expected `;' before ‘<’ token
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:50: error: declaration of ‘int OFAchievement::OFPointer’
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: conflicts with previous declaration ‘int OFAchievement::OFPointer’
/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/OFAchievement.h:48: error: duplicate member ‘OFPointer’
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm: In function ‘void init_openfeint(const char*, const char*, const char*)’:
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: ‘OpenFeint’ may not respond to ‘+initializeWithProductKey:andSecret:andDisplayName:’
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: (Messages without a matching method signature
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: will be assumed to return ‘id’ and accept
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:6: warning: ‘...’ as arguments.)
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm: In function ‘void unlock_achievement(const char*)’:
/sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm:14: warning: ‘OFAchievementService’ may not respond to ‘+unlockAchievement:’
RET: /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -DDEBUG=1 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ApplicationDescription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChallengeDefinition/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatMessage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/CloudStorage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/GamePlayer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/iPadCompatibility/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/NSOverrides/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Poller/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Presence/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Provider/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bases/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bootstrap/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Discovery/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/GameCenter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Offline/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Sectioning/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ServerNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Subscriptions/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/WebViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Abuse/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/IO/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/HTTP/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/Reachability/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Settings/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Xml/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/FormControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/NavigationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ResourceViewHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSingleControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableStaticControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/OFTabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/SelectUserWidget/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/DeviceIntrospection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Heartbeat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ImageManagement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/JSONSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/MagicDelegate/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/NSCategories/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ViewSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/asi-http-request/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/images/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/Crypto/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/parsifal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Invite/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/NewsletterSubscription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PlayerReview/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/Gamerscore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PushNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/TimeStamp/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/USer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UsersCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/XPRequest/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/delegates/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Badge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChallengePages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/DiscoveryPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FanClub/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FindUser/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FriendsPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameDiscoveryPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InstantMessaging/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Leaderboards/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NewsLetter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NowPlayingPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SendSocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/WhosPlaying/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Global/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Challenges/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/LoadingScreen/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Map/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/SocialNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/StatusIcons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Headers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/webui.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Widgets/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/RootController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/source/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/SelectAccountType/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableCells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableHeaders/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/Legacy/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ApplicationDetailController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ChatRoomController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomDefinitionController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomInstanceController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FanClubController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FavoriteThisGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FeaturedGamesController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FindUserController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ImportFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameDiscoveryController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HelpController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HighScoreController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/LeaderboardController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/NewsLetterController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/PlayedGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ProfileController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveCredentialController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveDeviceFromAccountController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SelectProfilePictureController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SendSocialNotificationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/UserSettingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/WhosPlayingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/TabbedDashboard/ -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/OpenFeintExtension.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm
RET:
build_extension (openfeintextension): Beginning from /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension with rho root /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2
build_extension (openfeintextension): Removing old .o .a _wrap.c files...
build_extension (openfeintextension): Creating C wrappers with swig...
swig -ruby /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension.i
build_extension (openfeintextension): Compiling .c code
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/iphone -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fno-common -arch i386 -O2 -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/openfeintextension_wrap.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/shared/ruby/openfeintextension_wrap.c
build_extension (openfeintextension): Compiling .m code for iphone...
build_extension (openfeintextension): Compiling .mm code for iphone...
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -DDEBUG=1 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000 -I. -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared/ruby/include -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/shared -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ApplicationDescription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChallengeDefinition/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatMessage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/CloudStorage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Friends/GamePlayer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/iPadCompatibility/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/NSOverrides/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Poller/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Presence/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Provider/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bases/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Bootstrap/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ClientApplication/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Discovery/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/GameCenter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/HighScore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Offline/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Sectioning/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/ServerNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/Subscriptions/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/OpenFeint/Services/WebViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Abuse/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/IO/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/HTTP/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Network/Reachability/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Settings/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Sql/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/AuroraLib/Kernel/Xml/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/FormControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/NavigationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/ResourceViewHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableCellHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSequenceControllerHelper/Pagination/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableSingleControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerHelpers/TableStaticControllerHelper/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ControllerLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/OFTabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/CustomViews/SelectUserWidget/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/DeviceIntrospection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/Heartbeat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ImageManagement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/JSONSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/MagicDelegate/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/NSCategories/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceLoader/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ResourceSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Systems/ViewSerializers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/asi-http-request/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/FBconnect/FBConnect.bundle/images/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/mpoauthconnection/Crypto/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/parsifal/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/internal/Vendor/yajl/api/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Invite/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Leaderboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/NewsletterSubscription/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PlayerReview/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/Gamerscore/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Profile/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/PushNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/TimeStamp/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/USer/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UsersCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/api/XPRequest/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/delegates/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/include/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Badge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Buttons/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChallengePages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/DiscoveryPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FanClub/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FindUser/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/FriendsPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameDiscoveryPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InstantMessaging/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Leaderboards/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NewsLetter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/NowPlayingPage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/PlayedGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/SendSocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/UserSetting/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/DashboardPages/WhosPlaying/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Global/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Achievements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Icons/Challenges/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/LoadingScreen/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Map/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/SocialNotifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/StatusIcons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/TableView/Headers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/webui.bundle/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/Common/Widgets/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Buttons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ChatRoom/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ProfilePage/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/RemoveDeviceFromAccount/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/SelectProfilePicture/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/DashboardPages/Ticker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Icons/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/Notifications/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/RootController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/SocialNotification/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPad/TabbedDashboard/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Landscape/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/FavoriteThisGame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/HighScores/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/DashboardPages/ShareLocation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/resources/iPhone_Portrait/TabBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/source/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/OpenFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/SelectAccountType/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/AccountTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/AccountSetup/ApprovalFlow/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/Errors/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/FriendPicker/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/ProfileFrame/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableCells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/TableHeaders/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/Common/WebNav/Legacy/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Facebook/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/ExtendedCredential/CredentialTypes/Twitter/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/NavigationBar/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Achievement/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Announcements/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ApplicationDetailController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Challenge/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/ChatRoomController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomDefinitionController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Chat/SelectChatRoomInstanceController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Conversation/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FanClubController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FavoriteThisGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FeaturedGamesController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/FindUserController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Forums/Cells/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Friends/ImportFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameDiscoveryController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/GameProfile/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HelpController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/HighScoreController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/Inbox/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/InviteFriends/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/LeaderboardController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/MyFeint/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/NewsLetterController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/PlayedGameController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/ProfileController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveCredentialController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/RemoveDeviceFromAccountController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SelectProfilePictureController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/SendSocialNotificationController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/User/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/UserSettingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/PageControllers/WhosPlayingController/ -I/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/OpenFeint/ui/Controllers/TabbedDashboard/ -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/OpenFeintExtension.o -c /sandbox/openfeint_rhodes/extensions/openfeintextension/ext/openfeintextension/platform/iphone/OpenFeintExtension.mm
PhaseScriptExecution "Copy RhoBundle" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-BD4D7DCE10AE2DA4003DCE59.sh
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv ACTION build
setenv ALTERNATE_GROUP staff
setenv ALTERNATE_MODE u+w,go-w,a+rX
setenv ALTERNATE_OWNER dan
setenv ALWAYS_SEARCH_USER_PATHS NO
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
setenv ARCHS_STANDARD_32_BIT i386
setenv ARCHS_UNIVERSAL_IPHONE_OS i386
setenv BUILD_COMPONENTS "headers build"
setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_STYLE Debug
setenv BUILD_VARIANTS normal
setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CHMOD /bin/chmod
setenv CHOWN /usr/sbin/chown
setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
setenv CLEAN_PRECOMPS YES
setenv CLONE_HEADERS NO
setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
setenv CODE_SIGN_IDENTITY "iPhone Developer"
setenv COMMAND_MODE legacy
setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
setenv COMPRESS_PNG_FILES YES
setenv CONFIGURATION Debug
setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
setenv CONTENTS_FOLDER_PATH rhorunner.app
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 i386
setenv CURRENT_VARIANT normal
setenv DEAD_CODE_STRIPPING NO
setenv DEBUGGING_SYMBOLS YES
setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
setenv DEPLOYMENT_LOCATION NO
setenv DEPLOYMENT_POSTPROCESSING NO
setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.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 rhorunner.app/English.lproj/Documentation
setenv DO_HEADER_SCANNING_IN_JAM NO
setenv DSTROOT /tmp/rhorunner.dst
setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
setenv ENABLE_HEADER_DEPENDENCIES YES
setenv ENABLE_OPENMP_SUPPORT NO
setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
setenv EXECUTABLE_FOLDER_PATH rhorunner.app
setenv EXECUTABLE_NAME rhorunner
setenv EXECUTABLE_PATH rhorunner.app/rhorunner
setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
setenv FRAMEWORK_FLAG_PREFIX -framework
setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv FRAMEWORK_VERSION A
setenv FULL_PRODUCT_NAME rhorunner.app
setenv GCC3_VERSION 3.3
setenv GCC_C_LANGUAGE_STANDARD c99
setenv GCC_DYNAMIC_NO_PIC NO
setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
setenv GCC_OBJC_CALL_CXX_CDTORS YES
setenv GCC_OBJC_LEGACY_DISPATCH YES
setenv GCC_OPTIMIZATION_LEVEL 0
setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv GCC_PRECOMPILE_PREFIX_HEADER YES
setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
setenv GCC_VERSION 4.2
setenv GCC_VERSION_IDENTIFIER __2
setenv GCC_WARN_ABOUT_RETURN_TYPE YES
setenv GCC_WARN_UNUSED_VARIABLE YES
setenv GENERATE_MASTER_OBJECT_FILE NO
setenv GENERATE_PKGINFO_FILE YES
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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
setenv IBC_FLATTEN_NIBS YES
setenv ICONV /usr/bin/iconv
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
setenv INFOPLIST_FILE Info.plist
setenv INFOPLIST_OUTPUT_FORMAT binary
setenv INFOPLIST_PATH rhorunner.app/Info.plist
setenv INFOPLIST_PREPROCESS NO
setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
setenv INSTALL_GROUP staff
setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
setenv INSTALL_OWNER dan
setenv INSTALL_PATH /Applications
setenv INSTALL_ROOT /tmp/rhorunner.dst
setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
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 rhorunner.app/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 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
setenv LINKER_DISPLAYS_MANGLED_NAMES NO
setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
setenv LINK_WITH_STANDARD_LIBRARIES YES
setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
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_execute
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
setenv MAC_OS_X_VERSION_ACTUAL 1068
setenv MAC_OS_X_VERSION_MAJOR 1060
setenv MAC_OS_X_VERSION_MINOR 0608
setenv NATIVE_ARCH i386
setenv NATIVE_ARCH_32_BIT i386
setenv NATIVE_ARCH_64_BIT x86_64
setenv NATIVE_ARCH_ACTUAL x86_64
setenv NO_COMMON YES
setenv OBJC_ABI_VERSION 2
setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv ONLY_ACTIVE_ARCH YES
setenv OPTIMIZATION_LEVEL 0
setenv OS MACOS
setenv OSAC /usr/bin/osacompile
setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
setenv PASCAL_STRINGS YES
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
setenv PKGINFO_PATH rhorunner.app/PkgInfo
setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
setenv PLATFORM_NAME iphonesimulator
setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
setenv PLIST_FILE_OUTPUT_FORMAT binary
setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
setenv PREBINDING NO
setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
setenv PRODUCT_NAME rhorunner
setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
setenv PRODUCT_TYPE com.apple.product-type.application
setenv PROFILING_CODE NO
setenv PROJECT rhorunner
setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
setenv PROJECT_NAME rhorunner
setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
setenv REMOVE_CVS_FROM_RESOURCES YES
setenv REMOVE_GIT_FROM_RESOURCES YES
setenv REMOVE_SVN_FROM_RESOURCES YES
setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv RUN_CLANG_STATIC_ANALYZER NO
setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
setenv SCRIPT_INPUT_FILE_COUNT 0
setenv SCRIPT_OUTPUT_FILE_COUNT 0
setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_NAME iphonesimulator4.3
setenv SDK_PRODUCT_BUILD_VERSION 8F192
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 SHALLOW_BUNDLE YES
setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
setenv SKIP_INSTALL YES
setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
setenv STRINGS_FILE_OUTPUT_ENCODING binary
setenv STRIP_INSTALLED_PRODUCT YES
setenv STRIP_STYLE all
setenv SUPPORTED_DEVICE_FAMILIES "1 2"
setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/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 TARGETED_DEVICE_FAMILY 1,2
setenv TARGETNAME rhorunner
setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv TARGET_NAME rhorunner
setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv UID 503
setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
setenv UNSTRIPPED_PRODUCT NO
setenv USER dan
setenv USER_APPS_DIR /Users/dan/Applications
setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
setenv USER_LIBRARY_DIR /Users/dan/Library
setenv USE_DYNAMIC_NO_PIC YES
setenv USE_HEADERMAP YES
setenv USE_HEADER_SYMLINKS NO
setenv VALIDATE_PRODUCT NO
setenv VALID_ARCHS i386
setenv VERBOSE_PBXCP NO
setenv VERSIONPLIST_PATH rhorunner.app/version.plist
setenv VERSION_INFO_BUILDER dan
setenv VERSION_INFO_FILE rhorunner_vers.c
setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
setenv WRAPPER_EXTENSION app
setenv WRAPPER_NAME rhorunner.app
setenv WRAPPER_SUFFIX .app
setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
setenv XCODE_VERSION_ACTUAL 0400
setenv XCODE_VERSION_MAJOR 0400
setenv XCODE_VERSION_MINOR 0400
setenv YACC /Developer/usr/bin/yacc
/bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-BD4D7DCE10AE2DA4003DCE59.sh
Create dir /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/apps
rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/db
rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/hash
rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/lib
rm -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/name
cp -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/bin/RhoBundle/* /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
PhaseScriptExecution "Copy Loading images" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-FA4207711277930A00BDE415.sh
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv ACTION build
setenv ALTERNATE_GROUP staff
setenv ALTERNATE_MODE u+w,go-w,a+rX
setenv ALTERNATE_OWNER dan
setenv ALWAYS_SEARCH_USER_PATHS NO
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
setenv ARCHS_STANDARD_32_BIT i386
setenv ARCHS_UNIVERSAL_IPHONE_OS i386
setenv BUILD_COMPONENTS "headers build"
setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_STYLE Debug
setenv BUILD_VARIANTS normal
setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CHMOD /bin/chmod
setenv CHOWN /usr/sbin/chown
setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
setenv CLEAN_PRECOMPS YES
setenv CLONE_HEADERS NO
setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
setenv CODE_SIGN_IDENTITY "iPhone Developer"
setenv COMMAND_MODE legacy
setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
setenv COMPRESS_PNG_FILES YES
setenv CONFIGURATION Debug
setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
setenv CONTENTS_FOLDER_PATH rhorunner.app
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 i386
setenv CURRENT_VARIANT normal
setenv DEAD_CODE_STRIPPING NO
setenv DEBUGGING_SYMBOLS YES
setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
setenv DEPLOYMENT_LOCATION NO
setenv DEPLOYMENT_POSTPROCESSING NO
setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.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 rhorunner.app/English.lproj/Documentation
setenv DO_HEADER_SCANNING_IN_JAM NO
setenv DSTROOT /tmp/rhorunner.dst
setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
setenv ENABLE_HEADER_DEPENDENCIES YES
setenv ENABLE_OPENMP_SUPPORT NO
setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
setenv EXECUTABLE_FOLDER_PATH rhorunner.app
setenv EXECUTABLE_NAME rhorunner
setenv EXECUTABLE_PATH rhorunner.app/rhorunner
setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
setenv FRAMEWORK_FLAG_PREFIX -framework
setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv FRAMEWORK_VERSION A
setenv FULL_PRODUCT_NAME rhorunner.app
setenv GCC3_VERSION 3.3
setenv GCC_C_LANGUAGE_STANDARD c99
setenv GCC_DYNAMIC_NO_PIC NO
setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
setenv GCC_OBJC_CALL_CXX_CDTORS YES
setenv GCC_OBJC_LEGACY_DISPATCH YES
setenv GCC_OPTIMIZATION_LEVEL 0
setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv GCC_PRECOMPILE_PREFIX_HEADER YES
setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
setenv GCC_VERSION 4.2
setenv GCC_VERSION_IDENTIFIER __2
setenv GCC_WARN_ABOUT_RETURN_TYPE YES
setenv GCC_WARN_UNUSED_VARIABLE YES
setenv GENERATE_MASTER_OBJECT_FILE NO
setenv GENERATE_PKGINFO_FILE YES
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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
setenv IBC_FLATTEN_NIBS YES
setenv ICONV /usr/bin/iconv
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
setenv INFOPLIST_FILE Info.plist
setenv INFOPLIST_OUTPUT_FORMAT binary
setenv INFOPLIST_PATH rhorunner.app/Info.plist
setenv INFOPLIST_PREPROCESS NO
setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
setenv INSTALL_GROUP staff
setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
setenv INSTALL_OWNER dan
setenv INSTALL_PATH /Applications
setenv INSTALL_ROOT /tmp/rhorunner.dst
setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
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 rhorunner.app/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 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
setenv LINKER_DISPLAYS_MANGLED_NAMES NO
setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
setenv LINK_WITH_STANDARD_LIBRARIES YES
setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
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_execute
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
setenv MAC_OS_X_VERSION_ACTUAL 1068
setenv MAC_OS_X_VERSION_MAJOR 1060
setenv MAC_OS_X_VERSION_MINOR 0608
setenv NATIVE_ARCH i386
setenv NATIVE_ARCH_32_BIT i386
setenv NATIVE_ARCH_64_BIT x86_64
setenv NATIVE_ARCH_ACTUAL x86_64
setenv NO_COMMON YES
setenv OBJC_ABI_VERSION 2
setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv ONLY_ACTIVE_ARCH YES
setenv OPTIMIZATION_LEVEL 0
setenv OS MACOS
setenv OSAC /usr/bin/osacompile
setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
setenv PASCAL_STRINGS YES
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
setenv PKGINFO_PATH rhorunner.app/PkgInfo
setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
setenv PLATFORM_NAME iphonesimulator
setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
setenv PLIST_FILE_OUTPUT_FORMAT binary
setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
setenv PREBINDING NO
setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
setenv PRODUCT_NAME rhorunner
setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
setenv PRODUCT_TYPE com.apple.product-type.application
setenv PROFILING_CODE NO
setenv PROJECT rhorunner
setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
setenv PROJECT_NAME rhorunner
setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
setenv REMOVE_CVS_FROM_RESOURCES YES
setenv REMOVE_GIT_FROM_RESOURCES YES
setenv REMOVE_SVN_FROM_RESOURCES YES
setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv RUN_CLANG_STATIC_ANALYZER NO
setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
setenv SCRIPT_INPUT_FILE_COUNT 0
setenv SCRIPT_OUTPUT_FILE_COUNT 0
setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_NAME iphonesimulator4.3
setenv SDK_PRODUCT_BUILD_VERSION 8F192
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 SHALLOW_BUNDLE YES
setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
setenv SKIP_INSTALL YES
setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
setenv STRINGS_FILE_OUTPUT_ENCODING binary
setenv STRIP_INSTALLED_PRODUCT YES
setenv STRIP_STYLE all
setenv SUPPORTED_DEVICE_FAMILIES "1 2"
setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/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 TARGETED_DEVICE_FAMILY 1,2
setenv TARGETNAME rhorunner
setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv TARGET_NAME rhorunner
setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv UID 503
setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
setenv UNSTRIPPED_PRODUCT NO
setenv USER dan
setenv USER_APPS_DIR /Users/dan/Applications
setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
setenv USER_LIBRARY_DIR /Users/dan/Library
setenv USE_DYNAMIC_NO_PIC YES
setenv USE_HEADERMAP YES
setenv USE_HEADER_SYMLINKS NO
setenv VALIDATE_PRODUCT NO
setenv VALID_ARCHS i386
setenv VERBOSE_PBXCP NO
setenv VERSIONPLIST_PATH rhorunner.app/version.plist
setenv VERSION_INFO_BUILDER dan
setenv VERSION_INFO_FILE rhorunner_vers.c
setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
setenv WRAPPER_EXTENSION app
setenv WRAPPER_NAME rhorunner.app
setenv WRAPPER_SUFFIX .app
setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
setenv XCODE_VERSION_ACTUAL 0400
setenv XCODE_VERSION_MAJOR 0400
setenv XCODE_VERSION_MINOR 0400
setenv YACC /Developer/usr/bin/yacc
/bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-FA4207711277930A00BDE415.sh
Create dir /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
cp -Rf /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Default.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
CpResource build/Debug-iphonesimulator/rhorunner.app/icon.png icon.png
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
CpResource build/Debug-iphonesimulator/rhorunner.app/icon72.png icon72.png
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon72.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
CpResource build/Debug-iphonesimulator/rhorunner.app/icon57.png icon57.png
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon57.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
CpResource build/Debug-iphonesimulator/rhorunner.app/icon114.png icon114.png
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -resolve-src-symlinks /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/icon114.png /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
PhaseScriptExecution "Move alerts to root of app" build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C61F2BD1022321A0013E321.sh
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv ACTION build
setenv ALTERNATE_GROUP staff
setenv ALTERNATE_MODE u+w,go-w,a+rX
setenv ALTERNATE_OWNER dan
setenv ALWAYS_SEARCH_USER_PATHS NO
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
setenv ARCHS_STANDARD_32_BIT i386
setenv ARCHS_UNIVERSAL_IPHONE_OS i386
setenv BUILD_COMPONENTS "headers build"
setenv BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv BUILD_STYLE Debug
setenv BUILD_VARIANTS normal
setenv BUILT_PRODUCTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CACHE_ROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CCHROOT /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503
setenv CHMOD /bin/chmod
setenv CHOWN /usr/sbin/chown
setenv CLASS_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/JavaClasses
setenv CLEAN_PRECOMPS YES
setenv CLONE_HEADERS NO
setenv CODESIGNING_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app
setenv CODE_SIGN_IDENTITY "iPhone Developer"
setenv COMMAND_MODE legacy
setenv COMPOSITE_SDK_DIRS /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/CompositeSDKs
setenv COMPRESS_PNG_FILES YES
setenv CONFIGURATION Debug
setenv CONFIGURATION_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv CONFIGURATION_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator
setenv CONTENTS_FOLDER_PATH rhorunner.app
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 i386
setenv CURRENT_VARIANT normal
setenv DEAD_CODE_STRIPPING NO
setenv DEBUGGING_SYMBOLS YES
setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
setenv DEPLOYMENT_LOCATION NO
setenv DEPLOYMENT_POSTPROCESSING NO
setenv DERIVED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/DerivedSources
setenv DERIVED_SOURCES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.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 rhorunner.app/English.lproj/Documentation
setenv DO_HEADER_SCANNING_IN_JAM NO
setenv DSTROOT /tmp/rhorunner.dst
setenv DWARF_DSYM_FILE_NAME rhorunner.app.dSYM
setenv DWARF_DSYM_FOLDER_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv EFFECTIVE_PLATFORM_NAME -iphonesimulator
setenv ENABLE_HEADER_DEPENDENCIES YES
setenv ENABLE_OPENMP_SUPPORT NO
setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".svn .git CVS"
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib *.lproj *.framework *.gch (*) CVS .svn .git *.xcodeproj *.xcode *.pbproj *.pbxproj"
setenv EXECUTABLES_FOLDER_PATH rhorunner.app/Executables
setenv EXECUTABLE_FOLDER_PATH rhorunner.app
setenv EXECUTABLE_NAME rhorunner
setenv EXECUTABLE_PATH rhorunner.app/rhorunner
setenv EXTENSIONS_LDFLAGS "-filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt"
setenv FILE_LIST /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects/LinkFileList
setenv FIXED_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/FixedFiles
setenv FRAMEWORKS_FOLDER_PATH rhorunner.app/Frameworks
setenv FRAMEWORK_FLAG_PREFIX -framework
setenv FRAMEWORK_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv FRAMEWORK_VERSION A
setenv FULL_PRODUCT_NAME rhorunner.app
setenv GCC3_VERSION 3.3
setenv GCC_C_LANGUAGE_STANDARD c99
setenv GCC_DYNAMIC_NO_PIC NO
setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
setenv GCC_OBJC_CALL_CXX_CDTORS YES
setenv GCC_OBJC_LEGACY_DISPATCH YES
setenv GCC_OPTIMIZATION_LEVEL 0
setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv GCC_PRECOMPILE_PREFIX_HEADER YES
setenv GCC_PREFIX_HEADER rhorunner_Prefix.pch
setenv GCC_PREPROCESSOR_DEFINITIONS DEBUG=1
setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
setenv GCC_VERSION 4.2
setenv GCC_VERSION_IDENTIFIER __2
setenv GCC_WARN_ABOUT_RETURN_TYPE YES
setenv GCC_WARN_UNUSED_VARIABLE YES
setenv GENERATE_MASTER_OBJECT_FILE NO
setenv GENERATE_PKGINFO_FILE YES
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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/include\" ../shared"
setenv IBC_FLATTEN_NIBS YES
setenv ICONV /usr/bin/iconv
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
setenv INFOPLIST_FILE Info.plist
setenv INFOPLIST_OUTPUT_FORMAT binary
setenv INFOPLIST_PATH rhorunner.app/Info.plist
setenv INFOPLIST_PREPROCESS NO
setenv INFOSTRINGS_PATH rhorunner.app/English.lproj/InfoPlist.strings
setenv INSTALL_DIR /tmp/rhorunner.dst/Applications
setenv INSTALL_GROUP staff
setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
setenv INSTALL_OWNER dan
setenv INSTALL_PATH /Applications
setenv INSTALL_ROOT /tmp/rhorunner.dst
setenv IPHONEOS_DEPLOYMENT_TARGET 3.0
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 rhorunner.app/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 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhorunner-LinkMap-normal-i386.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 "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator"
setenv LINKER_DISPLAYS_MANGLED_NAMES NO
setenv LINK_FILE_LIST_normal_i386 /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList
setenv LINK_WITH_STANDARD_LIBRARIES YES
setenv LOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app/English.lproj
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_execute
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv MAC_OS_X_PRODUCT_BUILD_VERSION 10K540
setenv MAC_OS_X_VERSION_ACTUAL 1068
setenv MAC_OS_X_VERSION_MAJOR 1060
setenv MAC_OS_X_VERSION_MINOR 0608
setenv NATIVE_ARCH i386
setenv NATIVE_ARCH_32_BIT i386
setenv NATIVE_ARCH_64_BIT x86_64
setenv NATIVE_ARCH_ACTUAL x86_64
setenv NO_COMMON YES
setenv OBJC_ABI_VERSION 2
setenv OBJECT_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects
setenv OBJECT_FILE_DIR_normal /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal
setenv OBJROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv ONLY_ACTIVE_ARCH YES
setenv OPTIMIZATION_LEVEL 0
setenv OS MACOS
setenv OSAC /usr/bin/osacompile
setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
setenv PASCAL_STRINGS YES
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Developer/Headers /Developer/SDKs /Developer/Platforms"
setenv PBDEVELOPMENTPLIST_PATH rhorunner.app/pbdevelopment.plist
setenv PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv PKGINFO_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PkgInfo
setenv PKGINFO_PATH rhorunner.app/PkgInfo
setenv PLATFORM_DEVELOPER_APPLICATIONS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
setenv PLATFORM_DEVELOPER_BIN_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
setenv PLATFORM_DEVELOPER_LIBRARY_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Library
setenv PLATFORM_DEVELOPER_SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
setenv PLATFORM_DEVELOPER_TOOLS_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
setenv PLATFORM_DEVELOPER_USR_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/usr
setenv PLATFORM_DIR /Developer/Platforms/iPhoneSimulator.platform
setenv PLATFORM_NAME iphonesimulator
setenv PLATFORM_PRODUCT_BUILD_VERSION 8F192
setenv PLATFORM_VERSION_AVAILABILITY_H_FORMAT 40300
setenv PLIST_FILE_OUTPUT_FORMAT binary
setenv PLUGINS_FOLDER_PATH rhorunner.app/PlugIns
setenv PREBINDING NO
setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
setenv PRECOMP_DESTINATION_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/PrefixHeaders
setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
setenv PRIVATE_HEADERS_FOLDER_PATH rhorunner.app/PrivateHeaders
setenv PRODUCT_NAME rhorunner
setenv PRODUCT_SETTINGS_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/Info.plist
setenv PRODUCT_TYPE com.apple.product-type.application
setenv PROFILING_CODE NO
setenv PROJECT rhorunner
setenv PROJECT_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/DerivedSources
setenv PROJECT_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv PROJECT_FILE_PATH /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/rhorunner.xcodeproj
setenv PROJECT_NAME rhorunner
setenv PROJECT_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build
setenv PUBLIC_HEADERS_FOLDER_PATH rhorunner.app/Headers
setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
setenv REMOVE_CVS_FROM_RESOURCES YES
setenv REMOVE_GIT_FROM_RESOURCES YES
setenv REMOVE_SVN_FROM_RESOURCES YES
setenv REZ_COLLECTOR_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources
setenv REZ_OBJECTS_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/ResourceManagerResources/Objects
setenv REZ_SEARCH_PATHS "\"/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator\" "
setenv RUN_CLANG_STATIC_ANALYZER NO
setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
setenv SCRIPTS_FOLDER_PATH rhorunner.app/Scripts
setenv SCRIPT_INPUT_FILE_COUNT 0
setenv SCRIPT_OUTPUT_FILE_COUNT 0
setenv SDKROOT /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_DIR /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
setenv SDK_NAME iphonesimulator4.3
setenv SDK_PRODUCT_BUILD_VERSION 8F192
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 SHALLOW_BUNDLE YES
setenv SHARED_DERIVED_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/DerivedSources
setenv SHARED_FRAMEWORKS_FOLDER_PATH rhorunner.app/SharedFrameworks
setenv SHARED_PRECOMPS_DIR /var/folders/Q9/Q9xFVYRmGkyZv57SudJeI++++TQ/-Caches-/com.apple.Xcode.503/SharedPrecompiledHeaders
setenv SHARED_SUPPORT_FOLDER_PATH rhorunner.app/SharedSupport
setenv SKIP_INSTALL YES
setenv SOURCE_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv SRCROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv STANDARD_C_PLUS_PLUS_LIBRARY_TYPE dynamic
setenv STRINGS_FILE_OUTPUT_ENCODING binary
setenv STRIP_INSTALLED_PRODUCT YES
setenv STRIP_STYLE all
setenv SUPPORTED_DEVICE_FAMILIES "1 2"
setenv SYMBOL_REPOSITORY_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/SymbolRepositories
setenv SYMROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/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 TARGETED_DEVICE_FAMILY 1,2
setenv TARGETNAME rhorunner
setenv TARGET_BUILD_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator
setenv TARGET_NAME rhorunner
setenv TARGET_TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILES_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_FILE_DIR /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build
setenv TEMP_ROOT /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build
setenv UID 503
setenv UNLOCALIZED_RESOURCES_FOLDER_PATH rhorunner.app
setenv UNSTRIPPED_PRODUCT NO
setenv USER dan
setenv USER_APPS_DIR /Users/dan/Applications
setenv USER_HEADER_SEARCH_PATHS "../shared/ruby/iphone ../shared/ruby/include ../shared/curl/include ../shared/ ../shared/syncengine ../shared/logging ../shared/common rhoextlib"
setenv USER_LIBRARY_DIR /Users/dan/Library
setenv USE_DYNAMIC_NO_PIC YES
setenv USE_HEADERMAP YES
setenv USE_HEADER_SYMLINKS NO
setenv VALIDATE_PRODUCT NO
setenv VALID_ARCHS i386
setenv VERBOSE_PBXCP NO
setenv VERSIONPLIST_PATH rhorunner.app/version.plist
setenv VERSION_INFO_BUILDER dan
setenv VERSION_INFO_FILE rhorunner_vers.c
setenv VERSION_INFO_STRING "\"@(#)PROGRAM:rhorunner PROJECT:rhorunner-\""
setenv WRAPPER_EXTENSION app
setenv WRAPPER_NAME rhorunner.app
setenv WRAPPER_SUFFIX .app
setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
setenv XCODE_PRODUCT_BUILD_VERSION 10M2518
setenv XCODE_VERSION_ACTUAL 0400
setenv XCODE_VERSION_MAJOR 0400
setenv XCODE_VERSION_MINOR 0400
setenv YACC /Developer/usr/bin/yacc
/bin/sh -c /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Script-5C61F2BD1022321A0013E321.sh
Alerts folder is not found...
Ld build/Debug-iphonesimulator/rhorunner.app/rhorunner normal i386
cd /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@openfeint_rhodes/bin:/Users/dan/.rvm/gems/ruby-1.8.7-p352@global/bin:/Users/dan/.rvm/rubies/ruby-1.8.7-p352/bin:/Users/dan/.rvm/bin:/Users/danbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/sandbox/android-sdk-mac_x86/tools:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator -L/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone -L/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator -F/sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator -filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/Objects-normal/i386/rhorunner.LinkFileList -mmacosx-version-min=10.6 -ObjC -all_load -filelist /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/rhodeslibs.txt -weak_framework EventKit -Xlinker -objc_abi_version -Xlinker 2 -framework CoreMedia -framework CoreVideo -liconv /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librhorubylib.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librholib.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/libcurl.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librhosynclib.a /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/librhoextlib.a -framework Foundation -framework UIKit -framework CoreFoundation -framework CoreLocation -lsqlite3.0 -framework AddressBook -framework SystemConfiguration -framework AudioToolbox -framework AVFoundation -framework CoreGraphics -lz -framework MapKit -framework CFNetwork -framework GameKit -framework Security -framework QuartzCore -framework EventKit -framework AddressBookUI -framework Foundation -framework MobileCoreServices -o /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/Debug-iphonesimulator/rhorunner.app/rhorunner
ld: file not found: /sandbox/openfeint_rhodes/vendor/bundle/ruby/1.8/gems/rhodes-3.0.2/platform/iphone/build/rhorunner.build/Debug-iphonesimulator/rhorunner.build/libopenfeintextension.a
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 failed with exit code 1
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/g++-4.2 failed with exit code 1
restore_default_images
restore icon
************************************
ERROR during building by XCode !
XCode return next error code = 256
// platform/iphone/OpenFeintExtension.h
#import "OpenFeint.h"
#import "OFAchievement.h"
#import "OFAchievementService.h"
// shared/ruby/openfeintextension.i
/* openfeintextension.i */
%module OpenFeintExtension
%{
extern void openfeintextension_init_openfeint(const char* productKey, const char* secret, const char* displayName);
extern void openfeintextension_dashboard();
extern void openfeintextension_unlock_achievement(const char* ach);
#define init_openfeint openfeintextension_init_openfeint
#define dashboard openfeintextension_dashboard
#define unlock_achievement openfeintextension_unlock_achievement
%}
extern void init_openfeint(const char* productKey, const char* secret, const char* displayName);
extern void dashboard();
extern void unlock_achievement(const char* ach);
// platform/iphone/OpenFeintExtension.mm
#import "OpenFeintExtension.h"
void init_openfeint(const char* productKey, const char* secret, const char* displayName) {
[OpenFeint initializeWithProductKey:productKey
andSecret:secret
andDisplayName:displayName];
}
void dashboard() {
[OpenFeint launchDashboard];
}
void unlock_achievement(const char* ach) {
[OFAchievementService unlockAchievement:ach];
}
require 'fileutils'
PROJECT = 'openfeintextension'
# iPhone Xcode project folders to include when compiling .m / .mm
INCLUDE_DIRECTORIES = "OpenFeint"
def build_extension(name, arch)
log_prefix = "build_extension (#{name}):"
objects = []
mkdir_p $tempdir unless File.exists? $tempdir
base_dir = File.expand_path("../../", Dir.getwd)
puts "#{log_prefix} Beginning from #{base_dir} with rho root #{$rootdir}"
puts "#{log_prefix} Removing old .o .a _wrap.c files..."
Dir.glob("#{base_dir}/platform/iphone/*.o").each { |f| rm_rf f }
Dir.glob("#{base_dir}/platform/iphone/*.a").each { |f| rm_rf f }
rm_rf "#{PROJECT}_wrap.c"
puts "#{log_prefix} Creating C wrappers with swig..."
Dir.glob("#{base_dir}/shared/ruby/*.i").each do |f|
puts "swig -ruby #{f}"
puts `swig -ruby #{f}`
end
puts "#{log_prefix} Compiling .c code"
Dir.glob("#{base_dir}/shared/ruby/*.c").each do |f|
objname = File.join( $tempdir, File.basename( f.gsub(/\.c$/, '.o') ) )
objects << objname
args = []
args << "-I."
args << "-I#{$rootdir}/platform/shared/ruby/include"
args << "-I#{$rootdir}/platform/shared"
if ENV['RHO_PLATFORM'] == 'android'
elsif ENV['RHO_PLATFORM'] == 'iphone'
args << "-I#{$rootdir}/platform/shared/ruby/iphone"
args << "-D_XOPEN_SOURCE"
args << "-D_DARWIN_C_SOURCE"
args << "-isysroot #{$sdkroot}"
args << "-fno-common"
args << "-arch #{arch}"
args << "-O2"
args << "-o #{objname}"
args << "-c"
args << f
cmdline = $gccbin + ' ' + args.join(' ')
puts cmdline
puts `#{cmdline}`
exit unless $? == 0
end
end
#compile m / mm files if iphone
if ENV['RHO_PLATFORM'] == 'iphone'
incl_dirs = []
INCLUDE_DIRECTORIES.each do |i|
incl_dirs << "#{$rootdir}/platform/iphone/#{i}"
incl_dirs += Dir.glob("#{$rootdir}/platform/iphone/#{i}/**/")
end
incl_dirs.uniq!
puts "#{log_prefix} Compiling .m code for iphone..."
Dir.glob("#{base_dir}/platform/iphone/*.m").each do |f|
objname = File.join( $tempdir, File.basename( f.gsub(/\.m$/, '.o') ) )
objects << objname
args = []
args << "-x objective-c"
args << "-arch #{arch}"
args << "-pipe -std=c99 -Wno-trigraphs -fpascal-strings -O0 -Wreturn-type -Wunused-variable"
args << "-isysroot #{$sdkroot}"
args << "-D__IPHONE_OS_VERSION_MIN_REQUIRED=30200 "
args << "-fvisibility=hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch"
args << "-I."
args << "-I#{$rootdir}/platform/shared/ruby/include"
args << "-I#{$rootdir}/platform/shared"
incl_dirs.each do |i|
args << "-I#{i}"
end
args << "-o #{objname}"
args << "-c"
args << f
cmdline = $gccbin + ' ' + args.join(' ')
puts cmdline
puts `#{cmdline}`
exit unless $? == 0
end
puts "#{log_prefix} Compiling .mm code for iphone..."
Dir.glob("#{base_dir}/platform/iphone/*.mm").each do |f|
objname = File.join( $tempdir, File.basename( f.gsub(/\.mm$/, '.o') ) )
objects << objname
args = []
args << "-x objective-c++"
args << "-arch #{arch}"
args << "-fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -Wreturn-type -Wunused-variable -DDEBUG=1"
args << "-isysroot #{$sdkroot}"
args << "-fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.6 -gdwarf-2 -fobjc-abi-version=2 -fobjc-legacy-dispatch -D__IPHONE_OS_VERSION_MIN_REQUIRED=30000"
args << "-I."
args << "-I#{$rootdir}/platform/shared/ruby/include"
args << "-I#{$rootdir}/platform/shared"
incl_dirs.each do |i|
args << "-I#{i}"
end
args << "-o #{objname}"
args << "-c"
args << f
cmdline = $gccbin + ' ' + args.join(' ')
puts cmdline
puts `#{cmdline}`
exit unless $? == 0
end
end
mkdir_p $targetdir unless File.exist? $targetdir
puts "#{log_prefix} Creating lib#{name}.a archive..."
if ENV['RHO_PLATFORM'] == 'android'
elsif ENV['RHO_PLATFORM'] == 'iphone'
args = []
args << 'rcs'
args << File.join( $targetdir, 'lib' + name + '.a' )
args += objects
cmdline = $arbin + ' ' + args.join(' ')
puts cmdline
puts `#{cmdline}`
exit unless $? == 0
elsif ENV['RHO_PLATFORM'] == 'wm'
end
puts "#{log_prefix} Done."
end
namespace "build" do
task :config do
$targetdir = ENV['TARGET_TEMP_DIR']
raise "TARGET_TEMP_DIR is not set" if $targetdir.nil?
$tempdir = ENV['TEMP_FILES_DIR']
raise "TEMP_FILES_DIR is not set" if $tempdir.nil?
$rootdir = ENV['RHO_ROOT']
raise "RHO_ROOT is not set" if $rootdir.nil?
if ENV['RHO_PLATFORM'] == 'android'
elsif ENV['RHO_PLATFORM'] == 'wm'
elsif ENV['RHO_PLATFORM'] == 'iphone'
$bindir = ENV['PLATFORM_DEVELOPER_BIN_DIR']
raise "PLATFORM_DEVELOPER_BIN_DIR is not set" if $bindir.nil?
$sdkroot = ENV['SDKROOT']
raise "SDKROOT is not set" if $sdkroot.nil?
$arch = ENV['ARCHS']
raise "ARCHS is not set" if $arch.nil?
$gccbin = $bindir + '/gcc-4.2'
$arbin = $bindir + '/ar'
end
end
# # Taken from David Martinez:
# # http://groups.google.com/group/rhomobile/browse_frm/thread/b37549f78bae078c/af8ea5716f428d6c
# task :xibs, :config do
#
# iphone_path = '.'
# puts "** Building Xibs in #{iphone_path}"
#
# simulator = $sdk =~ /iphonesimulator/
#
# if $configuration == 'Distribution'
# $configuration = 'Release'
# end
#
# nib_path = iphone_path + '/Classes'
#
# result_dir = iphone_path + '/build/' + $configuration + '-' + ( simulator ? "iphonesimulator" : "iphoneos")
#
# puts "-- Compiling Nibs from #{nib_path} into #{result_dir}"
#
# Dir.glob(File.join(nib_path, "*.xib")).each do |xibfile|
# puts "-- XIB: #{xibfile}"
#
# base_name = File.basename(xibfile).sub(".xib", ".nib")
# resulting_nib = "#{result_dir}/#{base_name}"
#
# Jake.run("ibtool", ['--compile', resulting_nib, xibfile])
#
# end
#
# puts "Copying nibs from #{result_dir} to #{$targetdir}"
#
# Dir.glob(File.join(result_dir, "*.nib")).each do |nibfile|
# cp nibfile, $targetdir,:verbose => true
# end
# end
task :all => [:config] do #, :xibs] do
build_extension(PROJECT, $arch)
end
end
task :default => "build:all"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment