Opened 19 years ago

Closed 19 years ago

#383 closed defect (fixed)

Compile failure on SVN 7317, Athlon 64, FC4

Reported by: Chris Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

I get the following error well into the compile process on SVN 7317, Athlon 64, FC4, gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8):

make[2]: Entering directory `/home/STORAGE/download/multimedia/mythtv/svn/mythtv-0.18.2-stable/libs/libmythsoundtouch' qmake -o Makefile libmythsoundtouch.pro make[2]: Leaving directory `/home/STORAGE/download/multimedia/mythtv/svn/mythtv-0.18.2-stable/libs/libmythsoundtouch' make[2]: Entering directory `/home/STORAGE/download/multimedia/mythtv/svn/mythtv-0.18.2-stable/libs/libmythsoundtouch' g++ -c -pipe -march=k8 -w -O3 -Wall -Wno-switch -fomit-frame-pointer -fPIC -DPIC -D_REENTRANT -DMMX -DUSING_IVTV -DUSING_XRANDR -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib64/qt-3.3/mkspecs/default -I. -I/usr/local/include -I../.. -I/usr/lib64/qt-3.3/include -o mmx_gcc.o mmx_gcc.cpp mmx_gcc.cpp: In member function ‘virtual void FIRFilterMMX::setCoefficients(const short int*, uint, uint)’: mmx_gcc.cpp:254: error: cast from ‘short int*’ to ‘uint’ loses precision make[2]: * [mmx_gcc.o] Error 1 make[2]: Leaving directory `/home/STORAGE/download/multimedia/mythtv/svn/mythtv-0.18.2-stable/libs/libmythsoundtouch' make[1]: * [sub-libmythsoundtouch] Error 2 make[1]: Leaving directory `/home/STORAGE/download/multimedia/mythtv/svn/mythtv-0.18.2-stable/libs' make: * [sub-libs] Error 2

Change History (1)

comment:1 Changed 19 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

Fixed in trunk months ago.

Note: See TracTickets for help on using tickets.