LINUX.ORG.RU

сборка xorg


0

0

привет,хочу собрать Xorg7.1,среди прочих зависимостей libXfont -не собирается начинает ругаться (вроде не на зависимость)

★★★★★
Ответ на: комментарий от anonymous

типа того

-------make--------- bla-bla... ftfuncs.c:57:10: error: #include expects "FILENAME" or <FILENAME> ftfuncs.c:59:10: error: #include expects "FILENAME" or <FILENAME> ftfuncs.c:60:10: error: #include expects "FILENAME" or <FILENAME> ftfuncs.c: In function 'FreeTypeOpenInstance': ftfuncs.c:467: error: 'TT_Face' undeclared (first use in this function) ftfuncs.c:467: error: (Each undeclared identifier is reported only once ftfuncs.c:467: error: for each function it appears in.) ftfuncs.c:467: error: expected ';' before 'tt_face' ftfuncs.c:471: error: 'SFNT_Service' undeclared (first use in this function) ftfuncs.c:471: error: expected ';' before 'sfnt' ftfuncs.c:472: error: 'tt_face' undeclared (first use in this function) ftfuncs.c:472: error: expected ';' before 'face' ftfuncs.c:486: error: 'sfnt' undeclared (first use in this function) ftfuncs.c:486: error: expected ';' before 'tt_face' ftfuncs.c: In function 'tt_get_metrics': ftfuncs.c:815: error: 'TT_LongMetrics' undeclared (first use in this function) ftfuncs.c:815: error: expected ';' before 'longs_m' ftfuncs.c:824: error: 'longs_m' undeclared (first use in this function) ftfuncs.c:824: error: expected ';' before 'header' ftfuncs.c:829: error: 'TT_ShortMetrics' undeclared (first use in this function) ftfuncs.c:829: error: expected expression before ')' token ftfuncs.c:830: error: expected ')' before 'header' ftfuncs.c: In function 'ft_get_very_lazy_bbox': ftfuncs.c:845: error: 'TT_Face' undeclared (first use in this function) ftfuncs.c:845: error: expected ';' before 'ttface' ftfuncs.c:852: error: 'ttface' undeclared (first use in this function) ftfuncs.c: In function 'FT_Do_SBit_Metrics': ftfuncs.c:914: error: 'SFNT_Service' undeclared (first use in this function) ftfuncs.c:914: error: expected ';' before 'sfnt' ftfuncs.c:915: error: 'TT_Face' undeclared (first use in this function) ftfuncs.c:915: error: expected ';' before 'face' ftfuncs.c:918: error: 'TT_SBit_Strike' undeclared (first use in this function) ftfuncs.c:918: error: expected ';' before 'strike' ftfuncs.c:919: error: 'TT_SBit_Range' undeclared (first use in this function) ftfuncs.c:919: error: expected ';' before 'range' ftfuncs.c:920: error: 'TT_SBit_MetricsRec' undeclared (first use in this function) ftfuncs.c:920: error: expected ';' before 'elem_metrics' ftfuncs.c:931: error: 'face' undeclared (first use in this function) ftfuncs.c:931: error: expected ';' before 'ft_face' ftfuncs.c:932: error: 'sfnt' undeclared (first use in this function) ftfuncs.c:932: error: expected ';' before 'face' ftfuncs.c:938: error: 'range' undeclared (first use in this function) ftfuncs.c:938: error: 'strike' undeclared (first use in this function) ftfuncs.c:955: warning: implicit declaration of function 'FT_STREAM_POS' ftfuncs.c:955: warning: nested extern declaration of 'FT_STREAM_POS' ftfuncs.c:958: warning: implicit declaration of function 'FT_STREAM_SEEK' ftfuncs.c:958: warning: nested extern declaration of 'FT_STREAM_SEEK' ftfuncs.c:961: error: 'elem_metrics' undeclared (first use in this function) make[3]: *** [ftfuncs.lo] Ошибка 1 make[2]: *** [all-recursive] Ошибка 1 make[1]: *** [all-recursive] Ошибка 1 make: *** [all] Ошибка 2

S_Paul ★★★★★
() автор топика
Ответ на: комментарий от S_Paul

ps -configure вроде нормольно и чёт тут с форматированием

S_Paul ★★★★★
() автор топика
Ответ на: комментарий от Gharik

Debian netinstaller(etch) пытаюсь прикрутить Xorg7.1 ,пакетов от него уже поставил немеряно и вот на libXfont такая срань чего обновлять то о?

S_Paul ★★★★★
() автор топика
Ответ на: комментарий от S_Paul

1. собирать из сорцов в пакетных дистрибутивах противопоказано, а уж собирать семейство вроде модульных иксов - редкостный мазохизм

2. ошибка вызвана мисматчем версии какой-то зависимости(которая как уже заметили скорее всего не обновлена), читай вывод ./configure

Syncro ★★★★★
()
Ответ на: комментарий от Syncro

читаю(ем:)

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes

S_Paul ★★★★★
() автор топика
Ответ на: комментарий от Syncro

Зависимость судя по буковкам какой-то кусок freetype. Автору вопроса --- в ближайшее время выйдет Xorg 7.2 и ты пересобирать всё опять будешь.

anonymous
()
Ответ на: комментарий от anonymous

здесь почему-то всё не влезает,но configure не ругается,правда сначала ищет d77,f77 -может они нужны?(у меня установлены gpp cpp g++....), 
как писал выше -хочу иксы на Debian-netinstaller поставить
какие советы дадите, народ?

S_Paul ★★★★★
() автор топика
Ответ на: комментарий от S_Paul

з.ы 
freetype установлен а пакеты от Xorg из одного "набора"-7.1

S_Paul ★★★★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.