Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Need Help: (QT 4.8.5 and Mavericks 10.9.4) ld: symbol(s) not found for architecture i386

$
0
0
Hello, I am having a hard time with an error I got running make and I think it may be a problem with QT. Before the error: Undefined symbols for architecture i386:   "_WKCreateMediaUIBackgroundView", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKCreateMediaUIControl", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTClearMediaDownloadCache", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTClearMediaDownloadCacheForSite", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTGetSitesInMediaDownloadCache", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTIncludeOnlyModernMediaFileTypes", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieDataRate", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieDisableComponent", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieGetType", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieHasClosedCaptions", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieMaxTimeLoaded", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieMaxTimeLoadedChangeNotification", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieMaxTimeSeekable", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieResolvedURL", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieSelectPreferredAlternates", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieSetShowClosedCaptions", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKQTMovieViewSetDrawSynchronously", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKWindowSetAlpha", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o   "_WKWindowSetScaledFrame", referenced from:       InitWebCoreSystemInterface() in WebSystemInterface.o The error itself: ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [../../../../../../lib/QtWebKit.framework/QtWebKit] Error 1 make[2]: *** [release] Error 2 make[1]: *** [sub-WebKit-qt-QtWebKit-pro-make_default-ordered] Error 2 make: *** [sub-webkit-make_default-ordered] Error 2 The error seems to be coming from something I am missing or doing wrong with QT. I am not experienced in building so I really appreciate any help I can get on this since this error is standing in the way of completing my project. I am using QT 4.8.5 and Mavericks 10.9.4 and am trying to build an open source project called qcad. Thanks everyone

Viewing all articles
Browse latest Browse all 2113

Trending Articles