Beiträge von nedi

    hatte das Problem auch

    Zitat

    ...
    ./../../include/vdr/tools.h:52: `template <class T> void swap(T &, T &)' previously declared here /usr/lib/gcc-lib/i386-linux/2.95.4/../../../../include/g++-3/stl_algobase.h:76: redefinition of `void swap(_Tp &, _Tp &)' ../../../include/vdr/tools.h:52: `void swap(T &, T &)' previously defined here make[1]: *** [display.o] Error 1


    Ich hab debian-woody mit gcc-2.95 laufen
    nach


    apt-get install gcc-3.0
    apt-get install g++-3.0
    ln -s /usr/bin/gcc-3.0 /usr/bin/gcc
    ln -s /usr/bin/g++-3.0 /usr/bin/g++


    lief der compiler durch.


    mfg nedi

    Hallo,
    Ich bin zwar nicht der Erschaffer der "Monohead" aber ich hatte das gleiche Problem.
    Im Kernel des "Monohead" gibts die function "vmalloc_to_page" nicht (keine Ahnung, weshalb? ?( )


    Im DVB-Treiber gibts aber eine compat.c, einfach in Zeile 73

    Code
    #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,19))


    ändern in:

    Code
    #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,20))


    das gleiche in compat.h in Zeile 51.


    danach läuft alles.:vdr1