Форум русскоязычного сообщества Ubuntu


Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?
Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!

Автор Тема: Проблемка с компиляцией дров  (Прочитано 1680 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн zim666666

  • Автор темы
  • Новичок
  • *
  • Сообщений: 4
    • Просмотр профиля
Проблемка с компиляцией дров
« : 10 Февраля 2010, 03:42:47 »
В общем скачал ихсодник дров на видеокарту, требуют компиляции
В файлике INSTALL описана пошаговая инструкция вроде как)
1. введите путь к папке cd /ололо/пыщпыщпыщ/адынадынадын
2.Наберите ./configure
3.введите make
4.введите make install
5. make clean для очистки временных файлов созданных при конфиге.

Но вот возникает проблемка эдак на 3 шаге после ввода make получаю:
make: *** Не заданы цели и не найден make-файл.  Останов.

и на этом весь процесс компиляции и установки явно заканчивается) Кто знает в чем может быть проблемка помогите)

вот на всякий случай то что выдает мне при ./configure мож чего доставить надо:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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
checking for gcc option to accept ISO C99... -std=gnu99
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for GEN4ASM... no
checking for ANSI C header files... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mprotect... yes
checking if XINERAMA is defined... no
checking if RANDR is defined... no
checking if RENDER is defined... no
checking if XF86DRI is defined... no
checking if DPMSExtension is defined... no
checking for XORG... configure: error: Package requirements (xorg-server >= 1.6 xproto fontsproto ) were not met:

No package 'xorg-server' found
No package 'xproto' found
No package 'fontsproto' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.



Оффлайн Alie Alexandross

  • Старожил
  • *
  • Сообщений: 1576
    • Просмотр профиля
Re: Проблемка с компиляцией дров
« Ответ #1 : 10 Февраля 2010, 05:01:11 »
No package 'xorg-server' found
No package 'xproto' found
No package 'fontsproto' found
dev пакеты доустановите...
Подпись автора jillsmitt истинна...

Оффлайн zim666666

  • Автор темы
  • Новичок
  • *
  • Сообщений: 4
    • Просмотр профиля
Re: Проблемка с компиляцией дров
« Ответ #2 : 10 Февраля 2010, 12:56:30 »
Где их взять?:)

Или же вот нашёл на оф сайте интела дровишки если кто разберется что и как тыкните носом что делать) http://file.qip.ru/file/119308674/af2b96ab/i915Graphicstar.html

« Последнее редактирование: 10 Февраля 2010, 13:18:40 от zim666666 »

serenitatis

  • Гость
Re: Проблемка с компиляцией дров
« Ответ #3 : 10 Февраля 2010, 13:17:16 »
В Синаптике.

Оффлайн Alie Alexandross

  • Старожил
  • *
  • Сообщений: 1576
    • Просмотр профиля
Re: Проблемка с компиляцией дров
« Ответ #4 : 10 Февраля 2010, 13:31:49 »
sudo aptitude search ....
Подпись автора jillsmitt истинна...

Оффлайн Упс

  • Старожил
  • *
  • Сообщений: 3231
    • Просмотр профиля
Re: Проблемка с компиляцией дров
« Ответ #5 : 10 Февраля 2010, 14:25:46 »
Если ткнуть мышкой в кружочек со знаком вопрос на верхней панели, то можно найти: - "Установите пакет build-essential. ". Собрать дровишки это необходимость ?
« Последнее редактирование: 10 Февраля 2010, 14:28:05 от Упс »
xUbuntu 12.04

Оффлайн arrecck

  • Старожил
  • *
  • Сообщений: 1725
    • Просмотр профиля
Re: Проблемка с компиляцией дров
« Ответ #6 : 10 Февраля 2010, 15:29:15 »
проблема не в том, что компилить и для чего, а то что люди не читают руководства,  если лень книжку читать, хотя бы в гугл ошибку вбить, все равно лень

 

Страница сгенерирована за 0.035 секунд. Запросов: 23.