Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#696 closed defect (fixed)
Make error in the last SVN
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | critical | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | high | Keywords: | svn make compilation error |
Cc: | Ticket locked: | no |
Description
I'm trying the latest SVN version of MythTV. I configured MythTV with che command
./configure --enable-dvb --dvb-path=/usr/src/linux-headers-2.6.12-1/include/ --enable-dvb-eit
I ran "qmake mythtv.pro" and then I ran "make".
After about 30 minutes of making I get this error:
osd.cpp: In constructor 'OSD::OSD(const QRect&, int, const QRect&, float, float)': osd.cpp:53: error: 'sqrt' was not declared in this scope osd.cpp: In member function 'void OSD::Reinit(const QRect&, int, const QRect&, float, float)': osd.cpp:243: error: 'sqrt' was not declared in this scope make[2]: * [osd.o] Error 1 make[2]: Leaving directory /home/mattia/mythtv/libs/libmythtv' make[1]: * [sub-libmythtv] Error 2 make[1]: Leaving directory /home/mattia/mythtv/libs' make: * [sub-libs] Error 2
Update to the last SVN.