mythtv doesn't build on upgraded ubuntu dapper
Submitted by stga on Mon, 2006-09-04 20:43.
Build mythtv | mythtv build environment
After upgrading ubunto to dapper from breezy mythtv get some compiler errors. You must reinstall mesa-common-dev packages to get it to work again.
Errors:
make
...snipp...
/usr/include/GL/glu.h:331: error: "GLenum" has not been declared
/usr/include/GL/glu.h:331: error: "GLdouble" has not been declared
/usr/include/GL/glu.h:332: error: "GLdouble" has not been declared
/usr/include/GL/glu.h:332: error: "GLvoid" has not been declared
/usr/include/GL/glu.h:333: error: "GLint" does not name a type
/usr/include/GL/glu.h:334: error: "GLint" does not name a type
/usr/include/qt3/qsqldatabase.h:63: varning: "class QSqlDriverCreatorBase" has virtual functions but non-virtual destructor
make[2]: *** [mythmainwindow.o] Fel 1
make[2]: Leaving directory `/home/stga/dev/release-0.19-fixes/mythtv/libs/libmythui'
make[1]: *** [sub-libmythui] Fel 2
make[1]: Leaving directory `/home/stga/dev/release-0.19-fixes/mythtv/libs'
make: *** [sub-libs] Fel 2
...snipp...
/usr/include/GL/glu.h:331: error: "GLenum" has not been declared
/usr/include/GL/glu.h:331: error: "GLdouble" has not been declared
/usr/include/GL/glu.h:332: error: "GLdouble" has not been declared
/usr/include/GL/glu.h:332: error: "GLvoid" has not been declared
/usr/include/GL/glu.h:333: error: "GLint" does not name a type
/usr/include/GL/glu.h:334: error: "GLint" does not name a type
/usr/include/qt3/qsqldatabase.h:63: varning: "class QSqlDriverCreatorBase" has virtual functions but non-virtual destructor
make[2]: *** [mythmainwindow.o] Fel 1
make[2]: Leaving directory `/home/stga/dev/release-0.19-fixes/mythtv/libs/libmythui'
make[1]: *** [sub-libmythui] Fel 2
make[1]: Leaving directory `/home/stga/dev/release-0.19-fixes/mythtv/libs'
make: *** [sub-libs] Fel 2
Reinstallation of mesa-common-dev, OBS! check packages that will be removed when executeing "apt-get remove" due to dependencies, You might want to reinstall these packages.
sudo apt-get remove mesa-common-dev
sudo apt-get install mesa-common-dev kdelibs4-dev libarts1-dev libavahi-qt3-dev libopenexr-dev libqt3-mt-dev libsdl1.2-dev libglu1-mesa-dev libgl1-mesa-dev
sudo apt-get install mesa-common-dev kdelibs4-dev libarts1-dev libavahi-qt3-dev libopenexr-dev libqt3-mt-dev libsdl1.2-dev libglu1-mesa-dev libgl1-mesa-dev
» login to post comments