Установка TvTime (Проблема....)

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

Аватара пользователя
Hunter
Сообщения: 215
ОС: Debian GNU/Linux

Установка TvTime

Сообщение Hunter »

Проблема при установке... ./configure проходит нормально, на make - ошибки....

Код:

[deymos@localhost tvtime-1.0.1]$ make make all-recursive make[1]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1' Making all in intl make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/intl' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/intl' Making all in m4 make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/m4' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/m4' Making all in docs make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' Making all in man make[3]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' Making all in de make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/de' make[4]: Цель `all' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/de' Making all in en make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/en' make[4]: Цель `all' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/en' Making all in es make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/es' make[4]: Цель `all' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/es' make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' make[4]: Цель `all-am' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' make[3]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' make[3]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' make[3]: Цель `all-am' не требует выполнения команд. make[3]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' Making all in data make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/data' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/data' Making all in plugins make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/plugins' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/plugins' Making all in src make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-mixer.o -MD -MP -MF ".deps/tvtime-mixer.Tpo" \ -c -o tvtime-mixer.o `test -f 'mixer.c' || echo './'`mixer.c; \ then mv -f ".deps/tvtime-mixer.Tpo" ".deps/tvtime-mixer.Po"; \ else rm -f ".deps/tvtime-mixer.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-videoinput.o -MD -MP -MF ".deps/tvtime-videoinput.Tpo" \ -c -o tvtime-videoinput.o `test -f 'videoinput.c' || echo './'`videoinput.c; \ then mv -f ".deps/tvtime-videoinput.Tpo" ".deps/tvtime-videoinput.Po"; \ else rm -f ".deps/tvtime-videoinput.Tpo"; exit 1; \ fi In file included from videoinput.c:39: videodev2.h:19:46: error: linux/compiler.h: Нет такого файла или каталога distcc[28209] ERROR: compile videoinput.c on localhost failed make[2]: *** [tvtime-videoinput.o] Ошибка 1 make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/src' make[1]: *** [all-recursive] Ошибка 1 make[1]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1' make: *** [all] Ошибка 2


В чём может быть проблема? Компиляторы вродь все установил...
Дист. - Мандрива 2008
Спасибо сказали:
Аватара пользователя
Forsberg
Сообщения: 176
Статус: Ведущий астрофизик
ОС: Debian squeeze/sid

Re: Установка TvTime

Сообщение Forsberg »

навероное нужно kernel-headers поставить
Спасибо сказали:
Аватара пользователя
Hunter
Сообщения: 215
ОС: Debian GNU/Linux

Re: Установка TvTime

Сообщение Hunter »

kernel-headers мне неайти не получилось.... зато нашёл файл compiler.h, кинул его в usr/include/linux и всё вродь даж начало компилироваться.... только потом снова ошибки...

Код:

[deymos@localhost tvtime-1.0.1]$ make make all-recursive make[1]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1' Making all in intl make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/intl' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/intl' Making all in m4 make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/m4' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/m4' Making all in docs make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' Making all in man make[3]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' Making all in de make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/de' make[4]: Цель `all' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/de' Making all in en make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/en' make[4]: Цель `all' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/en' Making all in es make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/es' make[4]: Цель `all' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man/es' make[4]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' make[4]: Цель `all-am' не требует выполнения команд. make[4]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' make[3]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs/man' make[3]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' make[3]: Цель `all-am' не требует выполнения команд. make[3]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/docs' Making all in data make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/data' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/data' Making all in plugins make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/plugins' make[2]: Цель `all' не требует выполнения команд. make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/plugins' Making all in src make[2]: Entering directory `/home/deymos/Загрузки/tvtime-1.0.1/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-mixer.o -MD -MP -MF ".deps/tvtime-mixer.Tpo" \ -c -o tvtime-mixer.o `test -f 'mixer.c' || echo './'`mixer.c; \ then mv -f ".deps/tvtime-mixer.Tpo" ".deps/tvtime-mixer.Po"; \ else rm -f ".deps/tvtime-mixer.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-videoinput.o -MD -MP -MF ".deps/tvtime-videoinput.Tpo" \ -c -o tvtime-videoinput.o `test -f 'videoinput.c' || echo './'`videoinput.c; \ then mv -f ".deps/tvtime-videoinput.Tpo" ".deps/tvtime-videoinput.Po"; \ else rm -f ".deps/tvtime-videoinput.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-rtctimer.o -MD -MP -MF ".deps/tvtime-rtctimer.Tpo" \ -c -o tvtime-rtctimer.o `test -f 'rtctimer.c' || echo './'`rtctimer.c; \ then mv -f ".deps/tvtime-rtctimer.Tpo" ".deps/tvtime-rtctimer.Po"; \ else rm -f ".deps/tvtime-rtctimer.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-leetft.o -MD -MP -MF ".deps/tvtime-leetft.Tpo" \ -c -o tvtime-leetft.o `test -f 'leetft.c' || echo './'`leetft.c; \ then mv -f ".deps/tvtime-leetft.Tpo" ".deps/tvtime-leetft.Po"; \ else rm -f ".deps/tvtime-leetft.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-osdtools.o -MD -MP -MF ".deps/tvtime-osdtools.Tpo" \ -c -o tvtime-osdtools.o `test -f 'osdtools.c' || echo './'`osdtools.c; \ then mv -f ".deps/tvtime-osdtools.Tpo" ".deps/tvtime-osdtools.Po"; \ else rm -f ".deps/tvtime-osdtools.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-tvtimeconf.o -MD -MP -MF ".deps/tvtime-tvtimeconf.Tpo" \ -c -o tvtime-tvtimeconf.o `test -f 'tvtimeconf.c' || echo './'`tvtimeconf.c; \ then mv -f ".deps/tvtime-tvtimeconf.Tpo" ".deps/tvtime-tvtimeconf.Po"; \ else rm -f ".deps/tvtime-tvtimeconf.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-pngoutput.o -MD -MP -MF ".deps/tvtime-pngoutput.Tpo" \ -c -o tvtime-pngoutput.o `test -f 'pngoutput.c' || echo './'`pngoutput.c; \ then mv -f ".deps/tvtime-pngoutput.Tpo" ".deps/tvtime-pngoutput.Po"; \ else rm -f ".deps/tvtime-pngoutput.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-tvtimeosd.o -MD -MP -MF ".deps/tvtime-tvtimeosd.Tpo" \ -c -o tvtime-tvtimeosd.o `test -f 'tvtimeosd.c' || echo './'`tvtimeosd.c; \ then mv -f ".deps/tvtime-tvtimeosd.Tpo" ".deps/tvtime-tvtimeosd.Po"; \ else rm -f ".deps/tvtime-tvtimeosd.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-input.o -MD -MP -MF ".deps/tvtime-input.Tpo" \ -c -o tvtime-input.o `test -f 'input.c' || echo './'`input.c; \ then mv -f ".deps/tvtime-input.Tpo" ".deps/tvtime-input.Po"; \ else rm -f ".deps/tvtime-input.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-cpu_accel.o -MD -MP -MF ".deps/tvtime-cpu_accel.Tpo" \ -c -o tvtime-cpu_accel.o `test -f 'cpu_accel.c' || echo './'`cpu_accel.c; \ then mv -f ".deps/tvtime-cpu_accel.Tpo" ".deps/tvtime-cpu_accel.Po"; \ else rm -f ".deps/tvtime-cpu_accel.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-speedy.o -MD -MP -MF ".deps/tvtime-speedy.Tpo" \ -c -o tvtime-speedy.o `test -f 'speedy.c' || echo './'`speedy.c; \ then mv -f ".deps/tvtime-speedy.Tpo" ".deps/tvtime-speedy.Po"; \ else rm -f ".deps/tvtime-speedy.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-pnginput.o -MD -MP -MF ".deps/tvtime-pnginput.Tpo" \ -c -o tvtime-pnginput.o `test -f 'pnginput.c' || echo './'`pnginput.c; \ then mv -f ".deps/tvtime-pnginput.Tpo" ".deps/tvtime-pnginput.Po"; \ else rm -f ".deps/tvtime-pnginput.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-deinterlace.o -MD -MP -MF ".deps/tvtime-deinterlace.Tpo" \ -c -o tvtime-deinterlace.o `test -f 'deinterlace.c' || echo './'`deinterlace.c; \ then mv -f ".deps/tvtime-deinterlace.Tpo" ".deps/tvtime-deinterlace.Po"; \ else rm -f ".deps/tvtime-deinterlace.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-videotools.o -MD -MP -MF ".deps/tvtime-videotools.Tpo" \ -c -o tvtime-videotools.o `test -f 'videotools.c' || echo './'`videotools.c; \ then mv -f ".deps/tvtime-videotools.Tpo" ".deps/tvtime-videotools.Po"; \ else rm -f ".deps/tvtime-videotools.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-performance.o -MD -MP -MF ".deps/tvtime-performance.Tpo" \ -c -o tvtime-performance.o `test -f 'performance.c' || echo './'`performance.c; \ then mv -f ".deps/tvtime-performance.Tpo" ".deps/tvtime-performance.Po"; \ else rm -f ".deps/tvtime-performance.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-vbidata.o -MD -MP -MF ".deps/tvtime-vbidata.Tpo" \ -c -o tvtime-vbidata.o `test -f 'vbidata.c' || echo './'`vbidata.c; \ then mv -f ".deps/tvtime-vbidata.Tpo" ".deps/tvtime-vbidata.Po"; \ else rm -f ".deps/tvtime-vbidata.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-vbiscreen.o -MD -MP -MF ".deps/tvtime-vbiscreen.Tpo" \ -c -o tvtime-vbiscreen.o `test -f 'vbiscreen.c' || echo './'`vbiscreen.c; \ then mv -f ".deps/tvtime-vbiscreen.Tpo" ".deps/tvtime-vbiscreen.Po"; \ else rm -f ".deps/tvtime-vbiscreen.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-fifo.o -MD -MP -MF ".deps/tvtime-fifo.Tpo" \ -c -o tvtime-fifo.o `test -f 'fifo.c' || echo './'`fifo.c; \ then mv -f ".deps/tvtime-fifo.Tpo" ".deps/tvtime-fifo.Po"; \ else rm -f ".deps/tvtime-fifo.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-commands.o -MD -MP -MF ".deps/tvtime-commands.Tpo" \ -c -o tvtime-commands.o `test -f 'commands.c' || echo './'`commands.c; \ then mv -f ".deps/tvtime-commands.Tpo" ".deps/tvtime-commands.Po"; \ else rm -f ".deps/tvtime-commands.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-videofilter.o -MD -MP -MF ".deps/tvtime-videofilter.Tpo" \ -c -o tvtime-videofilter.o `test -f 'videofilter.c' || echo './'`videofilter.c; \ then mv -f ".deps/tvtime-videofilter.Tpo" ".deps/tvtime-videofilter.Po"; \ else rm -f ".deps/tvtime-videofilter.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-station.o -MD -MP -MF ".deps/tvtime-station.Tpo" \ -c -o tvtime-station.o `test -f 'station.c' || echo './'`station.c; \ then mv -f ".deps/tvtime-station.Tpo" ".deps/tvtime-station.Po"; \ else rm -f ".deps/tvtime-station.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-utils.o -MD -MP -MF ".deps/tvtime-utils.Tpo" \ -c -o tvtime-utils.o `test -f 'utils.c' || echo './'`utils.c; \ then mv -f ".deps/tvtime-utils.Tpo" ".deps/tvtime-utils.Po"; \ else rm -f ".deps/tvtime-utils.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-pulldown.o -MD -MP -MF ".deps/tvtime-pulldown.Tpo" \ -c -o tvtime-pulldown.o `test -f 'pulldown.c' || echo './'`pulldown.c; \ then mv -f ".deps/tvtime-pulldown.Tpo" ".deps/tvtime-pulldown.Po"; \ else rm -f ".deps/tvtime-pulldown.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-hashtable.o -MD -MP -MF ".deps/tvtime-hashtable.Tpo" \ -c -o tvtime-hashtable.o `test -f 'hashtable.c' || echo './'`hashtable.c; \ then mv -f ".deps/tvtime-hashtable.Tpo" ".deps/tvtime-hashtable.Po"; \ else rm -f ".deps/tvtime-hashtable.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-cpuinfo.o -MD -MP -MF ".deps/tvtime-cpuinfo.Tpo" \ -c -o tvtime-cpuinfo.o `test -f 'cpuinfo.c' || echo './'`cpuinfo.c; \ then mv -f ".deps/tvtime-cpuinfo.Tpo" ".deps/tvtime-cpuinfo.Po"; \ else rm -f ".deps/tvtime-cpuinfo.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-menu.o -MD -MP -MF ".deps/tvtime-menu.Tpo" \ -c -o tvtime-menu.o `test -f 'menu.c' || echo './'`menu.c; \ then mv -f ".deps/tvtime-menu.Tpo" ".deps/tvtime-menu.Po"; \ else rm -f ".deps/tvtime-menu.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-outputfilter.o -MD -MP -MF ".deps/tvtime-outputfilter.Tpo" \ -c -o tvtime-outputfilter.o `test -f 'outputfilter.c' || echo './'`outputfilter.c; \ then mv -f ".deps/tvtime-outputfilter.Tpo" ".deps/tvtime-outputfilter.Po"; \ else rm -f ".deps/tvtime-outputfilter.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-xmltv.o -MD -MP -MF ".deps/tvtime-xmltv.Tpo" \ -c -o tvtime-xmltv.o `test -f 'xmltv.c' || echo './'`xmltv.c; \ then mv -f ".deps/tvtime-xmltv.Tpo" ".deps/tvtime-xmltv.Po"; \ else rm -f ".deps/tvtime-xmltv.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-copyfunctions.o -MD -MP -MF ".deps/tvtime-copyfunctions.Tpo" \ -c -o tvtime-copyfunctions.o `test -f 'copyfunctions.c' || echo './'`copyfunctions.c; \ then mv -f ".deps/tvtime-copyfunctions.Tpo" ".deps/tvtime-copyfunctions.Po"; \ else rm -f ".deps/tvtime-copyfunctions.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-xfullscreen.o -MD -MP -MF ".deps/tvtime-xfullscreen.Tpo" \ -c -o tvtime-xfullscreen.o `test -f 'xfullscreen.c' || echo './'`xfullscreen.c; \ then mv -f ".deps/tvtime-xfullscreen.Tpo" ".deps/tvtime-xfullscreen.Po"; \ else rm -f ".deps/tvtime-xfullscreen.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-xvoutput.o -MD -MP -MF ".deps/tvtime-xvoutput.Tpo" \ -c -o tvtime-xvoutput.o `test -f 'xvoutput.c' || echo './'`xvoutput.c; \ then mv -f ".deps/tvtime-xvoutput.Tpo" ".deps/tvtime-xvoutput.Po"; \ else rm -f ".deps/tvtime-xvoutput.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-xcommon.o -MD -MP -MF ".deps/tvtime-xcommon.Tpo" \ -c -o tvtime-xcommon.o `test -f 'xcommon.c' || echo './'`xcommon.c; \ then mv -f ".deps/tvtime-xcommon.Tpo" ".deps/tvtime-xcommon.Po"; \ else rm -f ".deps/tvtime-xcommon.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-linear.o -MD -MP -MF ".deps/tvtime-linear.Tpo" \ -c -o tvtime-linear.o `test -f '../plugins/linear.c' || echo './'`../plugins/linear.c; \ then mv -f ".deps/tvtime-linear.Tpo" ".deps/tvtime-linear.Po"; \ else rm -f ".deps/tvtime-linear.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-scalerbob.o -MD -MP -MF ".deps/tvtime-scalerbob.Tpo" \ -c -o tvtime-scalerbob.o `test -f '../plugins/scalerbob.c' || echo './'`../plugins/scalerbob.c; \ then mv -f ".deps/tvtime-scalerbob.Tpo" ".deps/tvtime-scalerbob.Po"; \ else rm -f ".deps/tvtime-scalerbob.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-linearblend.o -MD -MP -MF ".deps/tvtime-linearblend.Tpo" \ -c -o tvtime-linearblend.o `test -f '../plugins/linearblend.c' || echo './'`../plugins/linearblend.c; \ then mv -f ".deps/tvtime-linearblend.Tpo" ".deps/tvtime-linearblend.Po"; \ else rm -f ".deps/tvtime-linearblend.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-vfir.o -MD -MP -MF ".deps/tvtime-vfir.Tpo" \ -c -o tvtime-vfir.o `test -f '../plugins/vfir.c' || echo './'`../plugins/vfir.c; \ then mv -f ".deps/tvtime-vfir.Tpo" ".deps/tvtime-vfir.Po"; \ else rm -f ".deps/tvtime-vfir.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-greedy.o -MD -MP -MF ".deps/tvtime-greedy.Tpo" \ -c -o tvtime-greedy.o `test -f '../plugins/greedy.c' || echo './'`../plugins/greedy.c; \ then mv -f ".deps/tvtime-greedy.Tpo" ".deps/tvtime-greedy.Po"; \ else rm -f ".deps/tvtime-greedy.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-weave.o -MD -MP -MF ".deps/tvtime-weave.Tpo" \ -c -o tvtime-weave.o `test -f '../plugins/weave.c' || echo './'`../plugins/weave.c; \ then mv -f ".deps/tvtime-weave.Tpo" ".deps/tvtime-weave.Po"; \ else rm -f ".deps/tvtime-weave.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-weavetff.o -MD -MP -MF ".deps/tvtime-weavetff.Tpo" \ -c -o tvtime-weavetff.o `test -f '../plugins/weavetff.c' || echo './'`../plugins/weavetff.c; \ then mv -f ".deps/tvtime-weavetff.Tpo" ".deps/tvtime-weavetff.Po"; \ else rm -f ".deps/tvtime-weavetff.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-weavebff.o -MD -MP -MF ".deps/tvtime-weavebff.Tpo" \ -c -o tvtime-weavebff.o `test -f '../plugins/weavebff.c' || echo './'`../plugins/weavebff.c; \ then mv -f ".deps/tvtime-weavebff.Tpo" ".deps/tvtime-weavebff.Po"; \ else rm -f ".deps/tvtime-weavebff.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-kdetv_greedyh.o -MD -MP -MF ".deps/tvtime-kdetv_greedyh.Tpo" \ -c -o tvtime-kdetv_greedyh.o `test -f '../plugins/kdetv_greedyh.c' || echo './'`../plugins/kdetv_greedyh.c; \ then mv -f ".deps/tvtime-kdetv_greedyh.Tpo" ".deps/tvtime-kdetv_greedyh.Po"; \ else rm -f ".deps/tvtime-kdetv_greedyh.Tpo"; exit 1; \ fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. `/usr/bin/freetype-config --cflags` -Wall -pedantic -I. -DDATADIR="\"/usr/share/tvtime\"" -DCONFDIR="\"/etc/tvtime\"" -DFIFODIR="\"/tmp\"" -D_LARGEFILE64_SOURCE -DLOCALEDIR="\"/usr/share/locale\"" -I../plugins -I/usr/include/libxml2 -g -O3 -fomit-frame-pointer -std=gnu99 -MT tvtime-kdetv_tomsmocomp.o -MD -MP -MF ".deps/tvtime-kdetv_tomsmocomp.Tpo" \ -c -o tvtime-kdetv_tomsmocomp.o `test -f '../plugins/kdetv_tomsmocomp.c' || echo './'`../plugins/kdetv_tomsmocomp.c; \ then mv -f ".deps/tvtime-kdetv_tomsmocomp.Tpo" ".deps/tvtime-kdetv_tomsmocomp.Po"; \ else rm -f ".deps/tvtime-kdetv_tomsmocomp.Tpo"; exit 1; \ fi if g++ -DHAVE_CONFIG_H -I. -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; \ then mv -f ".deps/greedyh.Tpo" ".deps/greedyh.Po"; \ else rm -f ".deps/greedyh.Tpo"; exit 1; \ fi In file included from ../plugins/greedyh.cpp:35: ../plugins/greedyh.asm:21: ошибка: extra qualification ‘DScalerFilterGreedyH::’ on member ‘filterDScaler_SSE’ In file included from ../plugins/greedyh.cpp:43: ../plugins/greedyh.asm:21: ошибка: extra qualification ‘DScalerFilterGreedyH::’ on member ‘filterDScaler_3DNOW’ In file included from ../plugins/greedyh.cpp:51: ../plugins/greedyh.asm:21: ошибка: extra qualification ‘DScalerFilterGreedyH::’ on member ‘filterDScaler_MMX’ distcc[30622] ERROR: compile (null) on localhost failed distcc[30621] ERROR: compile ../plugins/greedyh.cpp on localhost failed make[2]: *** [greedyh.o] Ошибка 1 make[2]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1/src' make[1]: *** [all-recursive] Ошибка 1 make[1]: Leaving directory `/home/deymos/Загрузки/tvtime-1.0.1' make: *** [all] Ошибка 2
Спасибо сказали:
Аватара пользователя
diesel
Бывший модератор
Сообщения: 5989
ОС: OS X, openSuSE, ROSA, Debian

Re: Установка TvTime

Сообщение diesel »

пожалуйста для вставки цитат более чем на 10-15 строк используйте тэг codebox вместо code. спасибо.
Спасибо сказали: