Skip to content

Instantly share code, notes, and snippets.

@tav
Created July 7, 2009 16:19
Show Gist options
  • Select an option

  • Save tav/142184 to your computer and use it in GitHub Desktop.

Select an option

Save tav/142184 to your computer and use it in GitHub Desktop.
Ld /Users/tav/work/third_party/generic/webkit_titanium/WebKitBuild/titanium_pr4/Debug/WebCore.framework/Versions/A/WebCore normal i386
cd /Users/tav/work/third_party/generic/webkit_titanium/WebCore
setenv MACOSX_DEPLOYMENT_TARGET 10.5
/Developer/usr/bin/g++-4.0 -arch i386 -dynamiclib -L/Users/tav/work/third_party/generic/webkit_titanium/WebKitBuild/titanium_pr4/Debug -F/Users/tav/work/third_party/generic/webkit_titanium/WebKitBuild/titanium_pr4/Debug -F/System/Library/Frameworks/Carbon.framework/Frameworks -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks -filelist /Users/tav/work/third_party/generic/webkit_titanium/WebKitBuild/titanium_pr4/WebCore.build/Debug/WebCore.build/Objects-normal/i386/WebCore.LinkFileList -Wl,--no-demangle -exported_symbols_list /Users/tav/work/third_party/generic/webkit_titanium/WebKitBuild/titanium_pr4/Debug/DerivedSources/WebCore/WebCore.exp -install_name /Users/tav/work/third_party/generic/webkit_titanium/WebKitBuild/titanium_pr4/Debug/WebCore.framework/Versions/A/WebCore -mmacosx-version-min=10.5 -lWebCoreSQLite3 -lobjc -sub_library libobjc -umbrella WebKit -framework ApplicationServices -framework Carbon -framework Cocoa -framework JavaScriptCore -framework QuartzCore -framework SystemConfiguration -licucore -lobjc -lxml2 -Wl,-single_module -compatibility_version 1 -current_version 530.4 -o /Users/tav/work/third_party/generic/webkit_titanium/WebKitBuild/titanium_pr4/Debug/WebCore.framework/Versions/A/WebCore
Undefined symbols:
"__ZN7WebCore13ScriptElement18addScriptEvaluatorEPNS_15ScriptEvaluatorE.objc_class_name_DOMSVGAElement", referenced from:
-exported_symbols_list command line option
"__Z9interpretPcS_", referenced from:
__ZN7WebCore19PyPyScriptEvaluator8evaluateERKNS_6StringERKNS_16ScriptSourceCodeEPv in PyPy.o
"__Z19RPython_StartupCodev", referenced from:
__ZN7WebCore19PyPyScriptEvaluator8evaluateERKNS_6StringERKNS_16ScriptSourceCodeEPv in PyPy.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment