mpe-missingsymbols.txt

Scott Z., 06/27/2010 02:43 am

Download (5.7 kB)

 
1
Ld "build/MPlayer OSX Extended.build/Release/MPlayer OSX Extended.build/Objects-normal/x86_64/MPlayer OSX Extended" normal x86_64
cd /Users/scott/prog/mplayer/mplayerosx
setenv MACOSX_DEPLOYMENT_TARGET 10.5
/Developer/usr/bin/clang -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/scott/prog/mplayer/mplayerosx/build/Release -L/Users/scott/prog/mplayer/mplayerosx/Binaries/mpextended.mpBinaries/Contents/mpextended.mpBinaries/Contents/MacOS/lib -F/Users/scott/prog/mplayer/mplayerosx/build/Release -F/Users/scott/prog/mplayer/mplayerosx -filelist "/Users/scott/prog/mplayer/mplayerosx/build/MPlayer OSX Extended.build/Release/MPlayer OSX Extended.build/Objects-normal/x86_64/MPlayer OSX Extended.LinkFileList" -mmacosx-version-min=10.5 -licucore -framework Cocoa -framework Foundation -framework AppKit -framework Carbon -framework OpenGL -framework QuartzCore -framework Sparkle -framework IOKit -lexpat.1 -lfontconfig.1 -lfreetype.6 -liconv.2 -framework Security -framework CoreAudio -framework ExceptionHandling -o "/Users/scott/prog/mplayer/mplayerosx/build/MPlayer OSX Extended.build/Release/MPlayer OSX Extended.build/Objects-normal/x86_64/MPlayer OSX Extended"
2
Undefined symbols:
"__ZSt9terminatev", referenced from:
+[NSString(RegexKitLiteAdditions) clearStringCache] in RegexKitLite.o
rkl_isRegexValid in RegexKitLite.o
_rkl_performRegexOp in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) flushCachedRegexData] in RegexKitLite.o
"__gxx_personality_v0", referenced from:
_rkl_debugCacheSpinLock in RegexKitLite.o
_rkl_cleanup_cacheSpinLockStatus in RegexKitLite.o
+[NSString(RegexKitLiteAdditions) clearStringCache] in RegexKitLite.o
+[NSString(RegexKitLiteAdditions) captureCountForRegex:] in RegexKitLite.o
_rkl_isRegexValid in RegexKitLite.o
+[NSString(RegexKitLiteAdditions) captureCountForRegex:options:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) captureCount] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) captureCountWithOptions:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) componentsSeparatedByRegex:] in RegexKitLite.o
_rkl_performRegexOp in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) componentsSeparatedByRegex:range:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) componentsSeparatedByRegex:options:range:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) isMatchedByRegex:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) isMatchedByRegex:inRange:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) isMatchedByRegex:options:inRange:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) isRegexValid] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) isRegexValidWithOptions:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) flushCachedRegexData] in RegexKitLite.o
_rkl_clearCacheSlotSetTo in RegexKitLite.o
_rkl_clearBuffer in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) rangeOfRegex:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) rangeOfRegex:capture:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) rangeOfRegex:inRange:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) rangeOfRegex:options:inRange:capture:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) stringByMatching:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) stringByMatching:capture:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) stringByMatching:inRange:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) stringByMatching:options:inRange:capture:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) stringByReplacingOccurrencesOfRegex:withString:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) stringByReplacingOccurrencesOfRegex:withString:range:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) stringByReplacingOccurrencesOfRegex:withString:options:range:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) componentsMatchedByRegex:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) componentsMatchedByRegex:capture:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) componentsMatchedByRegex:range:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) componentsMatchedByRegex:options:range:capture:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) captureComponentsMatchedByRegex:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) captureComponentsMatchedByRegex:range:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) captureComponentsMatchedByRegex:options:range:error:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) arrayOfCaptureComponentsMatchedByRegex:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) arrayOfCaptureComponentsMatchedByRegex:range:] in RegexKitLite.o
-[NSString(RegexKitLiteAdditions) arrayOfCaptureComponentsMatchedByRegex:options:range:error:] in RegexKitLite.o
-[NSMutableString(RegexKitLiteAdditions) replaceOccurrencesOfRegex:withString:] in RegexKitLite.o
-[NSMutableString(RegexKitLiteAdditions) replaceOccurrencesOfRegex:withString:range:] in RegexKitLite.o
-[NSMutableString(RegexKitLiteAdditions) replaceOccurrencesOfRegex:withString:options:range:error:] in RegexKitLite.o
_rkl_stringFromClassAndMethod in RegexKitLite.o
_rkl_makeAssertDictionary in RegexKitLite.o
_rkl_search in RegexKitLite.o
_rkl_makeArray in RegexKitLite.o
_rkl_replaceString in RegexKitLite.o
_rkl_handleDelayedAssert in RegexKitLite.o
_rkl_userInfoDictionary in RegexKitLite.o
_rkl_replaceAll in RegexKitLite.o
_RKLCFArrayRelease in RegexKitLite.o
_rkl_getCachedRegex in RegexKitLite.o
_rkl_setCacheSlotToString in RegexKitLite.o
_rkl_clearCacheSlotRegex in RegexKitLite.o
CIE in RegexKitLite.o
ld: symbol(s) not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)