AmaroK 1.4, RusXMMS2 и русские тэги mp3 (AmaroK 1.4, RusXMMS2 и русские тэги mp3)

PCLinuxOS

Модератор: Bizdelnick

Аватара пользователя
Minton
Сообщения: 1588
Статус: openSUSE Localization Team
ОС: openSUSE Tumbleweed x86-64

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение Minton »

alex_root писал(а):
25.11.2007 20:14
Ну вот это точно денег не просит:
http://easytag.sourceforge.net/
прога путанная и в Убунте ничего перегнать не мог. В мандриве не пробовал(и не буду) ибо всё это поделия.

Зато под Вайном прекрасно работает и всё перегоняет Mp3Tag (www.mp3tag.de) :)
Русский раздел на forums.opensuse.org :)

"Настоящие мужчины используют поиск" ©Goodvin
Спасибо сказали:
Аватара пользователя
_GV
Сообщения: 107
Статус: секта красных утюгов
ОС: Gentoo linux

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение _GV »

Кстати, у меня после установки пропатченного taglib'а вообще русские тэги исчезли.
Танцы со шрифтами не помогли.

Вываливает TagLib: String::prepare() - Unicode conversion error.
Спасибо сказали:
Аватара пользователя
_GV
Сообщения: 107
Статус: секта красных утюгов
ОС: Gentoo linux

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение _GV »

Все. Победил. Просмотрел, что librcc у меня не постаилась. Переставил, все заработало. Всем спасибо
Спасибо сказали:
Аватара пользователя
Mifodix
Сообщения: 373
ОС: Fedora 17 x86_64

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение Mifodix »

поставил librcd, librcc, а вот с применением патча taglib-csa3.tar.bz2(ес-но архив распаковал и файл taglib-ds-rcc.patch кинул к файлам taglib-1.4) возникла проблема:
сначала выполняю cat taglib-ds-rcc.patch | patch -p1

Код: Выделить всё

patching file configure.in
patching file configure.in.in
patching file taglib/mpeg/id3v1/id3v1tag.cpp
patching file taglib/mpeg/id3v2/frames/commentsframe.cpp
patching file taglib/mpeg/id3v2/frames/textidentificationframe.cpp
patching file taglib/toolkit/Makefile.am
patching file taglib/toolkit/rccpatch.cpp
patching file taglib/toolkit/rccpatch.h
patching file taglib/toolkit/tstring.cpp
patching file taglib/toolkit/tstring.h


потом успешно выполняется ./configure, получаю "Good - your configure finished. Start make now"

А вот дальше начинаются проблемы с make:

Код:

cd . && /bin/sh /home/kostyan/Desktop/taglib-1.4/taglib-1.4/admin/missing --run aclocal-1.9 /home/kostyan/Desktop/taglib-1.4/taglib-1.4/admin/missing: line 46: aclocal-1.9: команда не найдена WARNING: `aclocal-1.9' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /home/kostyan/Desktop/taglib-1.4/taglib-1.4/admin/missing --run automake-1.9 --foreign /home/kostyan/Desktop/taglib-1.4/taglib-1.4/admin/missing: line 46: automake-1.9: команда не найдена WARNING: `automake-1.9' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && perl admin/am_edit cd . && perl admin/am_edit Makefile.in cd . && rm -f configure cd . && make -f admin/Makefile.common configure make[1]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4' make[1]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4' /bin/sh ./config.status --recheck running /bin/sh ./configure --prefix /usr/local --no-create --no-recursion checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU 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 dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E 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 whether gcc is blacklisted... no checking whether g++ supports -Wmissing-format-attribute... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether g++ supports -Wundef... yes checking whether g++ supports -Wno-long-long... yes checking whether g++ supports -Wnon-virtual-dtor... yes checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fno-common... yes checking whether g++ supports -fexceptions... yes checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -O0... yes checking whether g++ supports -Wl,--no-undefined... yes checking whether g++ supports -Wl,--allow-shlib-undefined... yes not using lib directory suffix checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/i586-suse-linux/bin/ld checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes checking for /usr/i586-suse-linux/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 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 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 pghpf... no 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... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes 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 supports -c -o file.o... yes checking whether the gcc linker (/usr/i586-suse-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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... 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 libtool checking for ld used by g++... /usr/i586-suse-linux/bin/ld checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/i586-suse-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 stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking for rccInit in -lrcc... yes checking librcc.h usability... yes checking librcc.h presence... yes checking for librcc.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking if bindings should be compiled... yes checking if examples should be compiled... yes checking if taglib should be compiled... yes checking if tests should be compiled... yes configure: creating ./config.status wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1114. Good - your configure finished. Start make now /bin/sh ./config.status config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating bindings/Makefile config.status: WARNING: bindings/Makefile.in seems to ignore the --datarootdir setting config.status: creating bindings/c/Makefile config.status: WARNING: bindings/c/Makefile.in seems to ignore the --datarootdir setting config.status: creating examples/Makefile config.status: WARNING: examples/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/Makefile config.status: WARNING: taglib/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/ape/Makefile config.status: WARNING: taglib/ape/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/flac/Makefile config.status: WARNING: taglib/flac/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/mpc/Makefile config.status: WARNING: taglib/mpc/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/mpeg/Makefile config.status: WARNING: taglib/mpeg/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/mpeg/id3v1/Makefile config.status: WARNING: taglib/mpeg/id3v1/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/mpeg/id3v2/Makefile config.status: WARNING: taglib/mpeg/id3v2/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/mpeg/id3v2/frames/Makefile config.status: WARNING: taglib/mpeg/id3v2/frames/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/ogg/Makefile config.status: WARNING: taglib/ogg/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/ogg/flac/Makefile config.status: WARNING: taglib/ogg/flac/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/ogg/vorbis/Makefile config.status: WARNING: taglib/ogg/vorbis/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/toolkit/Makefile config.status: WARNING: taglib/toolkit/Makefile.in seems to ignore the --datarootdir setting config.status: creating tests/Makefile config.status: WARNING: tests/Makefile.in seems to ignore the --datarootdir setting config.status: creating taglib/taglib-config config.status: creating taglib/taglib.pc config.status: creating config.h config.status: executing depfiles commands Makefile:718: предупреждение: переопределение команд для цели `clean-bcheck' Makefile:696: предупреждение: старые команды для цели `clean-bcheck' игнорируются Makefile:723: предупреждение: переопределение команд для цели `bcheck-am' Makefile:701: предупреждение: старые команды для цели `bcheck-am' игнорируются Makefile:755: предупреждение: переопределение команд для цели `clean-bcheck' Makefile:718: предупреждение: старые команды для цели `clean-bcheck' игнорируются Makefile:760: предупреждение: переопределение команд для цели `bcheck-am' Makefile:723: предупреждение: старые команды для цели `bcheck-am' игнорируются cd . && /bin/sh /home/kostyan/Desktop/taglib-1.4/taglib-1.4/admin/missing --run autoheader rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h make all-recursive make[1]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4' Makefile:718: предупреждение: переопределение команд для цели `clean-bcheck' Makefile:696: предупреждение: старые команды для цели `clean-bcheck' игнорируются Makefile:723: предупреждение: переопределение команд для цели `bcheck-am' Makefile:701: предупреждение: старые команды для цели `bcheck-am' игнорируются Makefile:755: предупреждение: переопределение команд для цели `clean-bcheck' Makefile:718: предупреждение: старые команды для цели `clean-bcheck' игнорируются Makefile:760: предупреждение: переопределение команд для цели `bcheck-am' Makefile:723: предупреждение: старые команды для цели `bcheck-am' игнорируются Making all in taglib make[2]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib' Making all in toolkit make[3]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/toolkit' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT tstring.lo -MD -MP -MF ".deps/tstring.Tpo" -c -o tstring.lo tstring.cpp; \ then mv -f ".deps/tstring.Tpo" ".deps/tstring.Plo"; else rm -f ".deps/tstring.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT tstringlist.lo -MD -MP -MF ".deps/tstringlist.Tpo" -c -o tstringlist.lo tstringlist.cpp; \ then mv -f ".deps/tstringlist.Tpo" ".deps/tstringlist.Plo"; else rm -f ".deps/tstringlist.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT tbytevector.lo -MD -MP -MF ".deps/tbytevector.Tpo" -c -o tbytevector.lo tbytevector.cpp; \ then mv -f ".deps/tbytevector.Tpo" ".deps/tbytevector.Plo"; else rm -f ".deps/tbytevector.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT tbytevectorlist.lo -MD -MP -MF ".deps/tbytevectorlist.Tpo" -c -o tbytevectorlist.lo tbytevectorlist.cpp; \ then mv -f ".deps/tbytevectorlist.Tpo" ".deps/tbytevectorlist.Plo"; else rm -f ".deps/tbytevectorlist.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT tfile.lo -MD -MP -MF ".deps/tfile.Tpo" -c -o tfile.lo tfile.cpp; \ then mv -f ".deps/tfile.Tpo" ".deps/tfile.Plo"; else rm -f ".deps/tfile.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT tdebug.lo -MD -MP -MF ".deps/tdebug.Tpo" -c -o tdebug.lo tdebug.cpp; \ then mv -f ".deps/tdebug.Tpo" ".deps/tdebug.Plo"; else rm -f ".deps/tdebug.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT unicode.lo -MD -MP -MF ".deps/unicode.Tpo" -c -o unicode.lo unicode.cpp; \ then mv -f ".deps/unicode.Tpo" ".deps/unicode.Plo"; else rm -f ".deps/unicode.Tpo"; exit 1; fi /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libtoolkit.la tstring.lo tstringlist.lo tbytevector.lo tbytevectorlist.lo tfile.lo tdebug.lo unicode.lo make[3]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/toolkit' Making all in mpeg make[3]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg' Making all in id3v1 make[4]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v1' if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v1tag.lo -MD -MP -MF ".deps/id3v1tag.Tpo" -c -o id3v1tag.lo id3v1tag.cpp; \ then mv -f ".deps/id3v1tag.Tpo" ".deps/id3v1tag.Plo"; else rm -f ".deps/id3v1tag.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v1genres.lo -MD -MP -MF ".deps/id3v1genres.Tpo" -c -o id3v1genres.lo id3v1genres.cpp; \ then mv -f ".deps/id3v1genres.Tpo" ".deps/id3v1genres.Plo"; else rm -f ".deps/id3v1genres.Tpo"; exit 1; fi /bin/sh ../../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libid3v1.la id3v1tag.lo id3v1genres.lo make[4]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v1' Making all in id3v2 make[4]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v2' Making all in frames make[5]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v2/frames' if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../taglib -I../../../../taglib/toolkit -I../../../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT attachedpictureframe.lo -MD -MP -MF ".deps/attachedpictureframe.Tpo" -c -o attachedpictureframe.lo attachedpictureframe.cpp; \ then mv -f ".deps/attachedpictureframe.Tpo" ".deps/attachedpictureframe.Plo"; else rm -f ".deps/attachedpictureframe.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../taglib -I../../../../taglib/toolkit -I../../../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT commentsframe.lo -MD -MP -MF ".deps/commentsframe.Tpo" -c -o commentsframe.lo commentsframe.cpp; \ then mv -f ".deps/commentsframe.Tpo" ".deps/commentsframe.Plo"; else rm -f ".deps/commentsframe.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../taglib -I../../../../taglib/toolkit -I../../../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT relativevolumeframe.lo -MD -MP -MF ".deps/relativevolumeframe.Tpo" -c -o relativevolumeframe.lo relativevolumeframe.cpp; \ then mv -f ".deps/relativevolumeframe.Tpo" ".deps/relativevolumeframe.Plo"; else rm -f ".deps/relativevolumeframe.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../taglib -I../../../../taglib/toolkit -I../../../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT textidentificationframe.lo -MD -MP -MF ".deps/textidentificationframe.Tpo" -c -o textidentificationframe.lo textidentificationframe.cpp; \ then mv -f ".deps/textidentificationframe.Tpo" ".deps/textidentificationframe.Plo"; else rm -f ".deps/textidentificationframe.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../taglib -I../../../../taglib/toolkit -I../../../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT uniquefileidentifierframe.lo -MD -MP -MF ".deps/uniquefileidentifierframe.Tpo" -c -o uniquefileidentifierframe.lo uniquefileidentifierframe.cpp; \ then mv -f ".deps/uniquefileidentifierframe.Tpo" ".deps/uniquefileidentifierframe.Plo"; else rm -f ".deps/uniquefileidentifierframe.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../taglib -I../../../../taglib/toolkit -I../../../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT unknownframe.lo -MD -MP -MF ".deps/unknownframe.Tpo" -c -o unknownframe.lo unknownframe.cpp; \ then mv -f ".deps/unknownframe.Tpo" ".deps/unknownframe.Plo"; else rm -f ".deps/unknownframe.Tpo"; exit 1; fi /bin/sh ../../../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libframes.la attachedpictureframe.lo commentsframe.lo relativevolumeframe.lo textidentificationframe.lo uniquefileidentifierframe.lo unknownframe.lo make[5]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v2/frames' make[5]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v2' if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -I../../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v2framefactory.lo -MD -MP -MF ".deps/id3v2framefactory.Tpo" -c -o id3v2framefactory.lo id3v2framefactory.cpp; \ then mv -f ".deps/id3v2framefactory.Tpo" ".deps/id3v2framefactory.Plo"; else rm -f ".deps/id3v2framefactory.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -I../../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v2synchdata.lo -MD -MP -MF ".deps/id3v2synchdata.Tpo" -c -o id3v2synchdata.lo id3v2synchdata.cpp; \ then mv -f ".deps/id3v2synchdata.Tpo" ".deps/id3v2synchdata.Plo"; else rm -f ".deps/id3v2synchdata.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -I../../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v2tag.lo -MD -MP -MF ".deps/id3v2tag.Tpo" -c -o id3v2tag.lo id3v2tag.cpp; \ then mv -f ".deps/id3v2tag.Tpo" ".deps/id3v2tag.Plo"; else rm -f ".deps/id3v2tag.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -I../../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v2header.lo -MD -MP -MF ".deps/id3v2header.Tpo" -c -o id3v2header.lo id3v2header.cpp; \ then mv -f ".deps/id3v2header.Tpo" ".deps/id3v2header.Plo"; else rm -f ".deps/id3v2header.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -I../../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v2frame.lo -MD -MP -MF ".deps/id3v2frame.Tpo" -c -o id3v2frame.lo id3v2frame.cpp; \ then mv -f ".deps/id3v2frame.Tpo" ".deps/id3v2frame.Plo"; else rm -f ".deps/id3v2frame.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -I../../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v2footer.lo -MD -MP -MF ".deps/id3v2footer.Tpo" -c -o id3v2footer.lo id3v2footer.cpp; \ then mv -f ".deps/id3v2footer.Tpo" ".deps/id3v2footer.Plo"; else rm -f ".deps/id3v2footer.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/mpeg -I../../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT id3v2extendedheader.lo -MD -MP -MF ".deps/id3v2extendedheader.Tpo" -c -o id3v2extendedheader.lo id3v2extendedheader.cpp; \ then mv -f ".deps/id3v2extendedheader.Tpo" ".deps/id3v2extendedheader.Plo"; else rm -f ".deps/id3v2extendedheader.Tpo"; exit 1; fi /bin/sh ../../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libid3v2.la id3v2framefactory.lo id3v2synchdata.lo id3v2tag.lo id3v2header.lo id3v2frame.lo id3v2footer.lo id3v2extendedheader.lo ./frames/libframes.la -lz make[5]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v2' make[4]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg/id3v2' make[4]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ape -I../../taglib/mpeg/id3v2 -I./id3v2 -I../../taglib/mpeg/id3v1 -I./id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mpegfile.lo -MD -MP -MF ".deps/mpegfile.Tpo" -c -o mpegfile.lo mpegfile.cpp; \ then mv -f ".deps/mpegfile.Tpo" ".deps/mpegfile.Plo"; else rm -f ".deps/mpegfile.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ape -I../../taglib/mpeg/id3v2 -I./id3v2 -I../../taglib/mpeg/id3v1 -I./id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mpegproperties.lo -MD -MP -MF ".deps/mpegproperties.Tpo" -c -o mpegproperties.lo mpegproperties.cpp; \ then mv -f ".deps/mpegproperties.Tpo" ".deps/mpegproperties.Plo"; else rm -f ".deps/mpegproperties.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ape -I../../taglib/mpeg/id3v2 -I./id3v2 -I../../taglib/mpeg/id3v1 -I./id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mpegheader.lo -MD -MP -MF ".deps/mpegheader.Tpo" -c -o mpegheader.lo mpegheader.cpp; \ then mv -f ".deps/mpegheader.Tpo" ".deps/mpegheader.Plo"; else rm -f ".deps/mpegheader.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ape -I../../taglib/mpeg/id3v2 -I./id3v2 -I../../taglib/mpeg/id3v1 -I./id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT xingheader.lo -MD -MP -MF ".deps/xingheader.Tpo" -c -o xingheader.lo xingheader.cpp; \ then mv -f ".deps/xingheader.Tpo" ".deps/xingheader.Plo"; else rm -f ".deps/xingheader.Tpo"; exit 1; fi /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libmpeg.la mpegfile.lo mpegproperties.lo mpegheader.lo xingheader.lo ./id3v2/libid3v2.la ./id3v1/libid3v1.la make[4]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg' make[3]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpeg' Making all in ogg make[3]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg' Making all in vorbis make[4]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg/vorbis' if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/ogg -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT vorbisfile.lo -MD -MP -MF ".deps/vorbisfile.Tpo" -c -o vorbisfile.lo vorbisfile.cpp; \ then mv -f ".deps/vorbisfile.Tpo" ".deps/vorbisfile.Plo"; else rm -f ".deps/vorbisfile.Tpo"; exit 1; fi if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/ogg -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT vorbisproperties.lo -MD -MP -MF ".deps/vorbisproperties.Tpo" -c -o vorbisproperties.lo vorbisproperties.cpp; \ then mv -f ".deps/vorbisproperties.Tpo" ".deps/vorbisproperties.Plo"; else rm -f ".deps/vorbisproperties.Tpo"; exit 1; fi /bin/sh ../../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libvorbis.la vorbisfile.lo vorbisproperties.lo make[4]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg/vorbis' Making all in flac make[4]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg/flac' if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../taglib -I../../../taglib/toolkit -I../../../taglib/ogg -I../../../taglib/flac -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT oggflacfile.lo -MD -MP -MF ".deps/oggflacfile.Tpo" -c -o oggflacfile.lo oggflacfile.cpp; \ then mv -f ".deps/oggflacfile.Tpo" ".deps/oggflacfile.Plo"; else rm -f ".deps/oggflacfile.Tpo"; exit 1; fi /bin/sh ../../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o liboggflac.la oggflacfile.lo make[4]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg/flac' make[4]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT oggfile.lo -MD -MP -MF ".deps/oggfile.Tpo" -c -o oggfile.lo oggfile.cpp; \ then mv -f ".deps/oggfile.Tpo" ".deps/oggfile.Plo"; else rm -f ".deps/oggfile.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT oggpage.lo -MD -MP -MF ".deps/oggpage.Tpo" -c -o oggpage.lo oggpage.cpp; \ then mv -f ".deps/oggpage.Tpo" ".deps/oggpage.Plo"; else rm -f ".deps/oggpage.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT oggpageheader.lo -MD -MP -MF ".deps/oggpageheader.Tpo" -c -o oggpageheader.lo oggpageheader.cpp; \ then mv -f ".deps/oggpageheader.Tpo" ".deps/oggpageheader.Plo"; else rm -f ".deps/oggpageheader.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT xiphcomment.lo -MD -MP -MF ".deps/xiphcomment.Tpo" -c -o xiphcomment.lo xiphcomment.cpp; \ then mv -f ".deps/xiphcomment.Tpo" ".deps/xiphcomment.Plo"; else rm -f ".deps/xiphcomment.Tpo"; exit 1; fi /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libogg.la oggfile.lo oggpage.lo oggpageheader.lo xiphcomment.lo ./vorbis/libvorbis.la ./flac/liboggflac.la make[4]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg' make[3]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ogg' Making all in flac make[3]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/flac' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ogg -I../../taglib/mpeg/id3v2 -I../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT flacfile.lo -MD -MP -MF ".deps/flacfile.Tpo" -c -o flacfile.lo flacfile.cpp; \ then mv -f ".deps/flacfile.Tpo" ".deps/flacfile.Plo"; else rm -f ".deps/flacfile.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ogg -I../../taglib/mpeg/id3v2 -I../../taglib/mpeg/id3v1 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT flacproperties.lo -MD -MP -MF ".deps/flacproperties.Tpo" -c -o flacproperties.lo flacproperties.cpp; \ then mv -f ".deps/flacproperties.Tpo" ".deps/flacproperties.Plo"; else rm -f ".deps/flacproperties.Tpo"; exit 1; fi /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libflac.la flacfile.lo flacproperties.lo make[3]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/flac' Making all in ape make[3]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ape' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT apetag.lo -MD -MP -MF ".deps/apetag.Tpo" -c -o apetag.lo apetag.cpp; \ then mv -f ".deps/apetag.Tpo" ".deps/apetag.Plo"; else rm -f ".deps/apetag.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT apefooter.lo -MD -MP -MF ".deps/apefooter.Tpo" -c -o apefooter.lo apefooter.cpp; \ then mv -f ".deps/apefooter.Tpo" ".deps/apefooter.Plo"; else rm -f ".deps/apefooter.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT apeitem.lo -MD -MP -MF ".deps/apeitem.Tpo" -c -o apeitem.lo apeitem.cpp; \ then mv -f ".deps/apeitem.Tpo" ".deps/apeitem.Plo"; else rm -f ".deps/apeitem.Tpo"; exit 1; fi /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libape.la apetag.lo apefooter.lo apeitem.lo make[3]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/ape' Making all in mpc make[3]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpc' if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ape -I../../taglib/mpeg/id3v1 -I../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mpcfile.lo -MD -MP -MF ".deps/mpcfile.Tpo" -c -o mpcfile.lo mpcfile.cpp; \ then mv -f ".deps/mpcfile.Tpo" ".deps/mpcfile.Plo"; else rm -f ".deps/mpcfile.Tpo"; exit 1; fi if /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../taglib -I../../taglib/toolkit -I../../taglib/ape -I../../taglib/mpeg/id3v1 -I../../taglib/mpeg/id3v2 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT mpcproperties.lo -MD -MP -MF ".deps/mpcproperties.Tpo" -c -o mpcproperties.lo mpcproperties.cpp; \ then mv -f ".deps/mpcproperties.Tpo" ".deps/mpcproperties.Plo"; else rm -f ".deps/mpcproperties.Tpo"; exit 1; fi /bin/sh ../../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libmpc.la mpcfile.lo mpcproperties.lo make[3]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib/mpc' make[3]: Entering directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib' if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../taglib/toolkit -I../taglib/mpeg -I../taglib/ogg -I../taglib/flac -I../taglib/mpc -I../taglib/ogg/vorbis -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT tag.lo -MD -MP -MF ".deps/tag.Tpo" -c -o tag.lo tag.cpp; \ then mv -f ".deps/tag.Tpo" ".deps/tag.Plo"; else rm -f ".deps/tag.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../taglib/toolkit -I../taglib/mpeg -I../taglib/ogg -I../taglib/flac -I../taglib/mpc -I../taglib/ogg/vorbis -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT fileref.lo -MD -MP -MF ".deps/fileref.Tpo" -c -o fileref.lo fileref.cpp; \ then mv -f ".deps/fileref.Tpo" ".deps/fileref.Plo"; else rm -f ".deps/fileref.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../taglib/toolkit -I../taglib/mpeg -I../taglib/ogg -I../taglib/flac -I../taglib/mpc -I../taglib/ogg/vorbis -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT audioproperties.lo -MD -MP -MF ".deps/audioproperties.Tpo" -c -o audioproperties.lo audioproperties.cpp; \ then mv -f ".deps/audioproperties.Tpo" ".deps/audioproperties.Plo"; else rm -f ".deps/audioproperties.Tpo"; exit 1; fi /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wno-non-virtual-dtor -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o libtag.la -rpath /usr/local/lib -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -version-info 5:0:4 tag.lo fileref.lo audioproperties.lo ./mpeg/libmpeg.la ./ogg/libogg.la ./flac/libflac.la ./mpc/libmpc.la ./ape/libape.la ./toolkit/libtoolkit.la ./toolkit/.libs/libtoolkit.a(tstring.o): In function `TagLib::String::ID3WType(TagLib::String::Type)': tstring.cpp:(.text+0xf5): undefined reference to `rccPatchGetID3Type()' ./toolkit/.libs/libtoolkit.a(tstring.o): In function `TagLib::String::prepare(TagLib::String::Type)': tstring.cpp:(.text+0x143d): undefined reference to `rccPatchRecodeInput(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' tstring.cpp:(.text+0x16af): undefined reference to `rccPatchRecodeInputID3(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' tstring.cpp:(.text+0x18b9): undefined reference to `rccPatchGetLocaleType()' ./toolkit/.libs/libtoolkit.a(tstring.o): In function `.L501': tstring.cpp:(.text+0x2679): undefined reference to `rccPatchRecodeOutput(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' ./toolkit/.libs/libtoolkit.a(tstring.o): In function `.L504': tstring.cpp:(.text+0x2a05): undefined reference to `rccPatchGetLocaleType()' tstring.cpp:(.text+0x2a7d): undefined reference to `rccPatchRecodeOutputID3(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' collect2: ld returned 1 exit status make[3]: *** [libtag.la] Ошибка 1 make[3]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib' make[2]: *** [all-recursive] Ошибка 1 make[2]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4/taglib' make[1]: *** [all-recursive] Ошибка 1 make[1]: Leaving directory `/home/kostyan/Desktop/taglib-1.4/taglib-1.4' make: *** [all] Ошибка 2


прошу помощи! openSUSE 10.3

ЗЫ блин, поиск юзал, не посмотрел что в разделе Мандривы :D :D :D. ну да чёрт с ним, это самая толковая тема имхо:)
Спасибо сказали:
Аватара пользователя
eduard_pustobaev
Сообщения: 2629
Статус: Ленивец
ОС: Arch/Debian.

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение eduard_pustobaev »

Для последних версий taglib патч не подходит. Увы, но факт.
В дисгармонии со вселенной.
Спасибо сказали:
Аватара пользователя
Mifodix
Сообщения: 373
ОС: Fedora 17 x86_64

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение Mifodix »

eduard_pustobaev писал(а):
23.01.2008 18:51
Для последних версий taglib патч не подходит. Увы, но факт.


дайте старую версию тогда, пожалуйста:) других решений кроме конвертирвоания тэгов нет?
Спасибо сказали:
Аватара пользователя
eduard_pustobaev
Сообщения: 2629
Статус: Ленивец
ОС: Arch/Debian.

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение eduard_pustobaev »

Mifodix писал(а):
23.01.2008 18:53
дайте старую версию тогда, пожалуйста:) других решений кроме конвертирвоания тэгов нет?

Можно с sourceforge качнуть бинарники уже патченого таглиба. Когда последний раз пробовал, вроде без проблем работало.

P.S. С какой версии таглиба патч не подходит - не знаю.
В дисгармонии со вселенной.
Спасибо сказали:
Аватара пользователя
Mifodix
Сообщения: 373
ОС: Fedora 17 x86_64

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение Mifodix »

eduard_pustobaev писал(а):
23.01.2008 19:02
Mifodix писал(а):
23.01.2008 18:53
дайте старую версию тогда, пожалуйста:) других решений кроме конвертирвоания тэгов нет?

Можно с sourceforge качнуть бинарники уже патченого таглиба. Когда последний раз пробовал, вроде без проблем работало.

P.S. С какой версии таглиба патч не подходит - не знаю.


не мог бы ты подкинуть ссылочку на эти самые бинарники? не могу найти чего-то:(
Спасибо сказали:
Аватара пользователя
eduard_pustobaev
Сообщения: 2629
Статус: Ленивец
ОС: Arch/Debian.

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение eduard_pustobaev »

В дисгармонии со вселенной.
Спасибо сказали:
Аватара пользователя
Mifodix
Сообщения: 373
ОС: Fedora 17 x86_64

Re: AmaroK 1.4, RusXMMS2 и русские тэги mp3

Сообщение Mifodix »



спасибо, но ничего не вышло:) буду конвертить тэги
Спасибо сказали: