site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Hello, all ... Regards, John Falling You - exploring the beauty of voice and sound http://www.fallingyou.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Normally i'm a *nix guy and use Apple's versions of the GNU tools when building apps that run on OSX. However, i'm trying to build the latest VLC (http://www.videolan.org) and it's failing toward the very end, when it tries to run the xcodebuild step. I tried running this step manually to narrow the problem down, and this is what I see: PugsleyButt:~/multimedia/vlc-trunk/tmp/extras/MacOSX jmzorko$ xcodebuild -target vlc 2006-01-06 16:15:53.063 xcodebuild[20453] ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-387/pbxcore/Target.subproj/ PBXBuildSettingsDictionary.m:106 (function=PBXBuildSettingsDictionary_getValueForKeyPath): value should be a string, but it is <NSCFArray:0x003713c0> 2006-01-06 16:15:53.077 xcodebuild[20453] Exception raised during posting of notification. Ignored. exception: ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-387/pbxcore/Target.subproj/ PBXBuildSettingsDictionary.m:106 (function=PBXBuildSettingsDictionary_getValueForKeyPath): value should be a string, but it is <NSCFArray:0x003713c0> (NOTE: project vlc was written by a newer version of Xcode (42) -- temporarily downgrading it to version 39 (without modifying project file)) 2006-01-06 16:15:53.165 xcodebuild[20453] ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-387/pbxcore/Target.subproj/ PBXBuildSettingsDictionary.m:106 (function=PBXBuildSettingsDictionary_getValueForKeyPath): value should be a string, but it is <NSCFArray:0x003713c0> ** INTERNAL ERROR: Uncaught Exception ** Exception: ASSERTION FAILURE in /SourceCache/DevToolsBase/DevToolsBase-387/pbxcore/Target.subproj/ PBXBuildSettingsDictionary.m:106 (function=PBXBuildSettingsDictionary_getValueForKeyPath): value should be a string, but it is <NSCFArray:0x003713c0> Stack: 0 0x94eb7cd0 -[TSException raise] 1 0x94eb0ca4 __TSAssertionFailureHandler 2 0x963041a0 _PBXBuildSettingsDictionary_getValueForKeyPath 3 0x96309cfc -[PBXJamString writeVariablesForSettings:usingPrefix:options:] 4 0x963813c8 -[PBXJamfileWriter _writeBuildSettingsForTarget:] 5 0x96331c20 -[PBXJamfileWriter jamfileContentsForTarget:buildOperation:] 6 0x963315c4 +[PBXJamfileWriter jamfileContentsForTarget:buildOperation: withAuxilliaryFilesDirectoryPath:] 7 0x9636c0e8 -[PBXTarget buildToolStdinDataForTargetBuildWithBuildOperation:] 8 0x96336670 -[PBXTarget createAndConfigureTaskForBuildingWithBuildOperation:synchronously:] 9 0x9632fe58 -[PBXTargetBuildOperation nextConfiguredTaskForRunningSynchronously:] 10 0x9632edd0 -[PBXBackgroundTaskOperation _launchNextBackgroundTaskOrThreadedOperation] 11 0x96402954 -[PBXBackgroundTaskOperation runSynchronously] 12 0x00007ed0 13 0x0000991c 14 0x00006850 15 0x8fe1a274 Abort trap PugsleyButt:~/multimedia/vlc-trunk/tmp/extras/MacOSX jmzorko$ ... now, i'm doing all of this on OSX Panther (10.3.9) so the messages about "temporarily downgrading it to version 39" intrigue me as something that may be a part of my problem (as well as the expected-a-string-but-found-an-array message). Do I need to specify something different on the "xcodebuild" command line to build using XCode 1.5 instead of the newer version? Or is there something in the vlc.pbproj file that is 10.4 specific perhaps? Or something else i'm not aware of? This email sent to site_archiver@lists.apple.com
participants (1)
-
jmzorko@mac.com