Лаборатория Ubuntu
Опыт установки, настройки и использования
Ubuntu Linux Вопросы и ответы Об Ubuntu Новости Игры Записки для новичка
Поиск:

Установка GTK+ | Форум


Вернуться к спискам тем

 Пётр Ермаков создал тему 10.03.2009 в 21:56
 Новичок  Сообщений: 7
 Репутация: 13

 Сейчас не на форуме
1) скачал gtk+-2.14.7.tar.bz2 с оф.сайта2) распаковываю вручную в /home/3) в командной строке:petr@petr-laptop:~036; cd /home/petr/gtk+-2.14.7/petr@petr-laptop:~/gtk+-2.14.7036; ./configure --prefix=/opt/gtkchecking 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 036;(MAKE) . yes checking build system type . i686-pc-linux-gnu checking host system type . i686-pc-linux-gnu checking for native Win32 . no 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 ISO C89 . none needed checking for style of include used by make . GNU checking dependency style of gcc . gcc3 checking for c++ . c++ checking whether we are using the GNU C++ compiler . yes checking whether c++ accepts -g . yes checking dependency style of c++ . gcc3 checking for a sed that does not truncate output . /bin/sed checking for grep that handles long lines and -e . /bin/grepchecking for egrep . /bin/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 recognize 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 checking dlfcn.h usability . yes checking dlfcn.h presence . yes checking for dlfcn.h . yes checking how to run the C++ preprocessor . c++ -E checking for g77 . no checking for xlf . no checking for f77 . no checking for frt . no checking for pgf77 . no checking for cf77 . no checking for fort77 . no checking for fl32 . no checking for af77 . no checking for xlf90 . no checking for f90 . no checking for pgf90 . no checking for
Цитировать

 Менеджер по рекламе рекомендует
 Знаток своего дела  Сообщений: 1987
 Репутация: 5055

 Сейчас на форуме

 Пётр Ермаков ответил 10.03.2009 в 21:57
 Новичок  Сообщений: 7
 Репутация: 13

 Сейчас не на форуме
продолжение:checking for epcf90 . no checking for gfortran . no checking for g95 . no checking for xlf95 . no checking for f95 . no checking for fort . no checking for ifort . no checking for ifc . no checking for efc . no checking for pgf95 . no checking for lf95 . no checking for ftn . no checking whether we are using the GNU Fortran 77 compiler . nochecking whether accepts -g . no checking the maximum length of command line arguments . 1572864checking command to parse /usr/bin/nm -B output from gcc object . okchecking for objdir . .libs checking for ar . ar checking for ranlib . ranlib checking for strip . strip checking if gcc supports -fno-rtti -fno-exceptions . no checking for gcc option to produce PIC . -fPIC checking if gcc PIC flag -fPIC works . yes checking if gcc static flag -static works . yes checking if gcc supports -c -o file.o . yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries . yeschecking 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 configure: creating libtool appending configuration tag CXX to libtoolchecking for ld used by c++ . /usr/bin/ldchecking if the linker (/usr/bin/ld) is GNU ld . yeschecking whether the c++ linker (/usr/bin/ld) supports shared libraries . yeschecking for c++ option to produce PIC . -fPICchecking if c++ PIC flag -fPIC works . yeschecking if c++ static flag -static works . yeschecking if c++ supports -c -o file.o . yeschecking whether the c++ linker (/usr/bin/ld) supports shared libraries . yeschecking dynamic linker characteristics . GNU/Linux ld.so(cached) (cached) checking how to hardcode library paths into programs . immediateappending configuration tag F77 to libtoolchecking for special C compiler options needed for large files . nochecking for _FILE_OFFSET_BITS value needed for large files . 64checking for nm . /usr/bin/nm -Bchecking whether to enable maintainer-specific portions of Makefiles . nochecking for some Win32 platform . nochecking whether build environment is sane . yeschecking for library containing strerror . none requiredchecking for gcc option to accept ANSI C . none neededchecking for a BSD-compatible install . /usr/bin/install -cchecking whether make sets 036;(MAKE) . (cached) yeschecking for pkg-config . nochecking for BASE_DEPENDENCIES . configure: error: in `/home/petr/gtk+-2.14.739;:configure: error: The pkg-config script could not be found or is too old. Make sure itis in your PATH or set the PKG_CONFIG environment variable to the full
Цитировать

 Пётр Ермаков ответил 10.03.2009 в 21:57
 Новичок  Сообщений: 7
 Репутация: 13

 Сейчас не на форуме
продолжение:path to pkg-config.Alternatively, you may set the environment variables BASE_DEPENDENCIES_CFLAGSand BASE_DEPENDENCIES_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details.To get pkg-config, see lt;http://pkg-config.freedesktop.org/gt;.See `config.log39; for more details.конец работы в консоле.Что-то видимо не так пошло. Что и как это исправить?
Цитировать

 Станислав Холковский ответил 10.03.2009 в 22:12
 Спец  Сообщений: 536
 Репутация: 224

 Сейчас не на форуме
checking for pkg-config . no помойму ясно написанно ) не видит он pkg-config , либо в ./config его местоположения передавать , либо установить ) а вобще проверь если в env PKG_CONFIG есть
Цитировать

 Пётр Ермаков ответил 10.03.2009 в 22:36
 Новичок  Сообщений: 7
 Репутация: 13

 Сейчас не на форуме
скачал http://www.opennet.ru/docs/RUS/blfs6/general/pkgconf .Сделал все как там написано.Результат не из лучших. Выдал кучу кучу всего. Конец таков: make[1]: Вход в каталог `/home/petr/pkgconfig-0.15.039; make[2]: Вход в каталог `/home/petr/pkgconfig-0.15.039; /bin/sh ./mkinstalldirs /usr/bin /bin/sh ./libtool --mode=install /usr/bin/install -c pkg-config /usr/bin/pkg-config /usr/bin/install -c pkg-config /usr/bin/pkg-config /usr/bin/install: cannot create regular file `/usr/bin/pkg-config39;: Permission denied make[2]: *** [install-binPROGRAMS] Ошибка 1 make[2]: Выход из каталога `/home/petr/pkgconfig-0.15.039; make[1]: *** [install-am] Ошибка 2 make[1]: Выход из каталога `/home/petr/pkgconfig-0.15.039; make: *** [install-recursive] Ошибка 1
Цитировать

 Станислав Холковский ответил 10.03.2009 в 22:56
 Спец  Сообщений: 536
 Репутация: 224

 Сейчас не на форуме
/usr/bin/install: cannot create regular file `/usr/bin/pkg-config39;: Permission denied sudo / sudo -s тебе в помощьа вобще на твои вопросы все ответы на форуме убунты либо на офф сайте проектов
Цитировать

 Станислав Холковский ответил 10.03.2009 в 23:23
 Спец  Сообщений: 536
 Репутация: 224

 Сейчас не на форуме
скачал gtk+ и норм конфигурация прошла , pkg-config с репов установленый , + libtiff и libjasper запросил
Цитировать

 Пётр Ермаков ответил 10.03.2009 в 23:51
 Новичок  Сообщений: 7
 Репутация: 13

 Сейчас не на форуме
Как установить pkg-config с репозитория?
Цитировать

 Станислав Холковский ответил 11.03.2009 в 0:52
 Спец  Сообщений: 536
 Репутация: 224

 Сейчас не на форуме
о.О 036;sudo apt-get install pkg-config
Цитировать

 Пётр Ермаков ответил 11.03.2009 в 17:58
 Новичок  Сообщений: 7
 Репутация: 13

 Сейчас не на форуме
не ставил. пришлось ставить из исхрдников
Цитировать


Чтобы ответить, нужно авторизоваться здесь

Страницы: 1 2


Пользователь
Авторизация на сайте:
Email:
Пароль:
Запомнить (Регистрация)

Новости
Ubuntu
Linux
Сайт
Игры
 Игры для Ubuntu
Текущие проблемы:
При обновлении слетает драйвер NVIDIA.
Дата создания: 15.05.2010 8:50
Использование памяти в Ubuntu 10.04
Дата создания: 15.05.2010 7:28
Transmission Как открыть порты УБУНТУ 10.04
Дата создания: 15.05.2010 1:46
{ip cam}--[хаб]--|PC|--(internet)--me
Дата создания: 15.05.2010 1:35
проблема с sudo apt-get update и software-center
Дата создания: 15.05.2010 0:18
Ubuntu 10.04 Live CD [Решено]
Дата создания: 14.05.2010 23:39

2010-2012 © Лаборатория Ubuntu