Сайт | Скачать | Видео | Wiki

Автор Тема: Компиляция deadbeef  (Прочитано 5543 раз)

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

Оффлайн ars

  • Новичок
  • *
  • Сообщений: 2
  • Репутация: +0/-0
  • Автор темы
Компиляция deadbeef
« : 06 Июль 2010, 10:12:57 »
Система PuppyRus Jeans 1.3.0
Пробовал ставить pet пакет с форума PuppyLinux, пробовал пакет под Lupu- оно все вроде ставилось, но просило библиотеки. Библиотеки нашел, позакидывал куда надо, но все равно не стартовало и в консоли никаких ошибок. Решил скомпилировать. Консоль выдала:
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
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 for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... 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 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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/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... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/i486-slackware-linux/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 object... ok
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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i486-slackware-linux/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... yes
checking for ld used by g++... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether byte ordering is bigendian... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DEPS... configure: error: Package requirements (samplerate) were not met:

No package 'samplerate' 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 DEPS_CFLAGS
and DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details

Я так понял что ругается на отсутствие пакета samplerate- нашел, скомпилил, поставил. Установилось все это дело в:
Library directory : ........... /usr/local/lib
    Program directory : ........... /usr/local/bin
    Pkgconfig directory : ......... /usr/local/lib/pkgconfig

При повторной конфигурации deadbeef выдает тоже самое.Хотя ищет он там же (как я понял):
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/X11R7/bin
PATH: /root/my-applications/bin

Что я делаю не так подскажите пожалуйста
« Последнее редактирование: 06 Июль 2010, 10:16:29 от ars »

Оффлайн kom3s

  • Постоялец
  • ***
  • Сообщений: 195
  • Репутация: +19/-0
Re: Компиляция deadbeef
« Ответ #1 : 06 Июль 2010, 11:29:20 »
Попробуй скомпилить samplerate с параметром --prefix=/usr

Оффлайн myname

  • Старожил
  • ****
  • Сообщений: 373
  • Репутация: +15/-1
Re: Компиляция deadbeef
« Ответ #2 : 06 Июль 2010, 18:20:11 »
А ldd чё показует? Чёта вроде ругается на нестандартный префикс...
« Последнее редактирование: 06 Июль 2010, 18:38:05 от myname »

Оффлайн ars

  • Новичок
  • *
  • Сообщений: 2
  • Репутация: +0/-0
  • Автор темы
Re: Компиляция deadbeef
« Ответ #3 : 07 Июль 2010, 17:43:03 »
Гавкнулся винт  >:(, поэтому попытки компиляции приостановлены пока не найду другой.Кстати  может кто то подскажет какие нибудь маны со всякими пефиксами и прочими ньюансами на русском - вобщем как правильно собирать из исходников, буду очень признателен.
Р.S. Спасибо всем за участие

Оффлайн myname

  • Старожил
  • ****
  • Сообщений: 373
  • Репутация: +15/-1
Re: Компиляция deadbeef
« Ответ #4 : 07 Июль 2010, 18:18:14 »
Думаю,лучших знатоков и маны по компиляции,нужно поискать на форумах гентушников и арчеводов...

Оффлайн kom3s

  • Постоялец
  • ***
  • Сообщений: 195
  • Репутация: +19/-0
Re: Компиляция deadbeef
« Ответ #5 : 07 Июль 2010, 20:09:15 »
Кстати  может кто то подскажет какие нибудь маны со всякими пефиксами и прочими ньюансами на русском - вобщем как правильно собирать из исходников, буду очень признателен.
Файл INSTALL в исходниках часто содержит ценную информацию о сборке, начинать компиляцию желательно с команды:
Код
./configure --help
- покажет существующие параметры сборки конкретно для этой программы.