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

Errors building Qt 5.4 Alpha for Linux ( error: cannot find -lQt5Multimedia ) ?

$
0
0
My goal is to build Qt 5.4 Alpha for Android. Since I failed at that, I figured I should start with something easier and build Qt 5.4 for Linux. Configure is happy after installing recommended dependencies: http://qt-project.org/doc/qt-5/linux-requirements.html make clean ./configure -v The error I get is: error: cannot find -lQt5Multimedia qtbase/lib -L/home/edward3/projects/qt5.4-alpha/qt-everywhere-opensource-src-5.4.0-alpha/qtmultimedia/lib -lQt5Multimedia -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lGL -lpthread /usr/bin/ld.gold: error: cannot find -lQt5Multimedia collect2: error: ld returned 1 exit status make[5]: *** [maroon] Error 1 make[5]: Leaving directory `/home/edward3/projects/qt5.4-alpha/qt-everywhere-opensource-src-5.4.0-alpha/qtdeclarative/examples/quick/demos/maroon' make[4]: *** [sub-maroon-make_first] Error 2 make[4]: Leaving directory `/home/edward3/projects/qt5.4-alpha/qt-everywhere-opensource-src-5.4.0-alpha/qtdeclarative/examples/quick/demos' make[3]: *** [sub-demos-make_first] Error 2 make[3]: Leaving directory `/home/edward3/projects/qt5.4-alpha/qt-everywhere-opensource-src-5.4.0-alpha/qtdeclarative/examples/quick' make[2]: *** [sub-quick-make_first] Error 2 make[2]: Leaving directory `/home/edward3/projects/qt5.4-alpha/qt-everywhere-opensource-src-5.4.0-alpha/qtdeclarative/examples' make[1]: *** [sub-examples-make_first] Error 2 make[1]: Leaving directory `/home/edward3/projects/qt5.4-alpha/qt-everywhere-opensource-src-5.4.0-alpha/qtdeclarative' make: *** [module-qtdeclarative-make_first] Error 2 edward3@ubuntu-14-04-x64:~/projects/qt5.4-alpha/qt-everywhere-opensource-src-5.4. I see many Qt libs in the lib folder were successfully built but not Qt5Multimedia. I read the default configure option was to build Qt5Multimedia? Thanks in advance, -Ed

Viewing all articles
Browse latest Browse all 2113

Trending Articles