g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT greedyh.o -MD -MP -MF .deps/greedyh.Tpo -c -o greedyh.o `test -f '../plugins/greedyh.cpp' || echo './'`../plugins/greedyh.cpp
In file included from ../plugins/greedyh.cpp:35:
../plugins/greedyh.asm:21: error: extra qualification 'DScalerFilterGreedyH::' on member 'filterDScaler_SSE'
In file included from ../plugins/greedyh.cpp:43:
../plugins/greedyh.asm:21: error: extra qualification 'DScalerFilterGreedyH::' on member 'filterDScaler_3DNOW'
In file included from ../plugins/greedyh.cpp:51:
../plugins/greedyh.asm:21: error: extra qualification 'DScalerFilterGreedyH::' on member 'filterDScaler_MMX'
make[2]: *** [greedyh.o] Error 1
make[2]: Leaving directory `/home/rosc/work/pchdtv/tvtime-cvs/src'
Tried compiling with the latest cvs version and tvtime-1.0.1 and get the same error on both. Vanilla slackware system, kernel 2.6.33.1, etc. See this error reported elsewhere with a patch http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358884
--- nm I just noticed there's a version 1.0.2 but its not linked on the sf site:
https://sourceforge.net/projects/tvtime/files/
So I guess this bug is about the sf page not being updated :))
ok maybe the error still exists in v 1.0.2, just tried to compile that and get the same prob:
In file included from ../plugins/greedyh.cpp:35:
../plugins/greedyh.asm:21: error: extra qualification 'DScalerFilterGreedyH::' on member 'filterDScaler_SSE'
In file included from ../plugins/greedyh.cpp:43:
../plugins/greedyh.asm:21: error: extra qualification 'DScalerFilterGreedyH::' on member 'filterDScaler_3DNOW'
In file included from ../plugins/greedyh.cpp:51:
../plugins/greedyh.asm:21: error: extra qualification 'DScalerFilterGreedyH::' on member 'filterDScaler_MMX'
make[2]: *** [greedyh.o] Error 1
make[2]: Leaving directory `/home/rosc/work/tvtime-1.0.2/src'
make[1]: *** [all-recursive] Error 1
The debian patch I found works to fix the compile error
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358884
debian patch
Still the same, no progress here since years. Take the patch.
Btw. some more patches here: stapelspeicher.org/tvtime/patches/
This is also not to be updated in foreseeable time.