root@Ubuntu32:/home/zhangbin/vlc/x86/vlc#
root@Ubuntu32:/home/zhangbin/vlc/x86/libgcrypt-1.5.1# ./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... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
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 how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gawk... (cached) gawk
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /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 how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
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/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 windres... no
checking whether byte ordering is bigendian... no
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 4
checking size of unsigned long long... 8
checking for uintptr_t... yes
checking which symmetric ciphers to include... arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia
checking which public-key ciphers to include... dsa elgamal rsa ecc
checking which message digests to include... crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool
checking which random module to use... default
checking whether use of /dev/random is requested... yes
checking whether the experimental random daemon is requested... no
checking whether MPI assembler modules are requested... yes
checking whether memory guard is requested... no
checking whether use of capabilities is requested... no
checking whether a HMAC binary check is requested... no
checking whether padlock support is requested... yes
checking whether AESNI support is requested... yes
checking whether a -O flag munging is requested... yes
checking for gpg-error-config... no
checking for GPG Error - version >= 1.8... no
configure: error: libgpg-error is needed.
See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .
root@Ubuntu32:/home/zhangbin/vlc/x86/libgcrypt-1.5.1# apt-get install libgcrypt-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgcrypt11-dev' instead of 'libgcrypt-dev'
The following extra packages will be installed:
libgpg-error-dev
Suggested packages:
libgcrypt11-doc
The following NEW packages will be installed:
libgcrypt11-dev libgpg-error-dev
0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
Need to get 381 kB of archives.
After this operation, 1,170 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libgpg-error-dev i386 1.10-2ubuntu1 [23.1 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgcrypt11-dev i386 1.5.0-3ubuntu0.1 [357 kB]
Fetched 381 kB in 21s (17.7 kB/s)
Selecting previously unselected package libgpg-error-dev.
(Reading database ... 218071 files and directories currently installed.)
Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-2ubuntu1_i386.deb) ...
Selecting previously unselected package libgcrypt11-dev.
Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-3ubuntu0.1_i386.deb) ...
Processing triggers for man-db ...
Setting up libgpg-error-dev (1.10-2ubuntu1) ...
Setting up libgcrypt11-dev (1.5.0-3ubuntu0.1) ...
root@Ubuntu32:/home/zhangbin/vlc/x86/libgcrypt-1.5.1#
ot found
checking for QT... no
checking for QT... yes
checking whether Qt uses Xlib... yes
checking for moc-qt4... no
checking for moc... /opt/QtSDK/Desktop/Qt/4.8.1/gcc/bin/moc
checking for rcc... /opt/QtSDK/Desktop/Qt/4.8.1/gcc/bin/rcc
checking for uic-qt4... no
checking for uic... /opt/QtSDK/Desktop/Qt/4.8.1/gcc/bin/uic
checking for XPM... no
checking for XINERAMA... no
checking for XEXT... yes
configure: WARNING: Skins2 interface disabled due to missing dependencies.
checking for NCURSES... no
checking lirc/lirc_client.h usability... no
checking lirc/lirc_client.h presence... no
checking for lirc/lirc_client.h... no
checking for GOOM... no
configure: WARNING: Library libgoom2 needed for goom was not found
checking for PROJECTM... yes
checking for PROJECTM2... yes
checking for VSXU... no
configure: WARNING: No package 'libvsxu' found.
checking for BONJOUR... yes
checking for UDEV... no
configure: WARNING: Library libudev >= 142 needed for udev was not found
checking for MTP... no
configure: WARNING: Library libmtp >= 1.0.0 needed for mtp was not found
checking for UPNP... yes
checking for LIBXML2... no
configure: WARNING: Library libxml-2.0 >= 2.5 needed for libxml2 was not found
checking whether GCRYCTL_SET_THREAD_CBS is declared... yes
checking for gcry_control in -lgcrypt... yes
checking for GNUTLS... no
configure: error: Package p11-kit-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `p11-kit-1.pc'
to the PKG_CONFIG_PATH environment variable
Package 'p11-kit-1', required by 'GnuTLS', not found.)
root@Ubuntu32:/home/zhangbin/vlc/x86/vlc# apt-get install p11-kit-1*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libp11-kit-dev' for regex 'p11-kit-1*'
The following NEW packages will be installed:
libp11-kit-dev
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 45.6 kB of archives.
After this operation, 339 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libp11-kit-dev i386 0.12-2ubuntu1 [45.6 kB]
Fetched 45.6 kB in 1s (31.4 kB/s)
Selecting previously unselected package libp11-kit-dev.
(Reading database ... 218102 files and directories currently installed.)
Unpacking libp11-kit-dev (from .../libp11-kit-dev_0.12-2ubuntu1_i386.deb) ...
Setting up libp11-kit-dev (0.12-2ubuntu1) ...
root@Ubuntu32:/home/zhangbin/vlc/x86/vlc#
root@Ubuntu32:/home/zhangbin/vlc/x86/vlc# apt-get install libxml2-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libxml2-dev
0 upgraded, 1 newly installed, 0 to remove and 16 not upgraded.
Need to get 761 kB of archives.
After this operation, 2,207 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libxml2-dev i386 2.7.8.dfsg-5.1ubuntu4.4 [761 kB]
Fetched 761 kB in 8s (87.1 kB/s)
Selecting previously unselected package libxml2-dev.
(Reading database ... 218139 files and directories currently installed.)
Unpacking libxml2-dev (from .../libxml2-dev_2.7.8.dfsg-5.1ubuntu4.4_i386.deb) ...
Processing triggers for man-db ...
Setting up libxml2-dev (2.7.8.dfsg-5.1ubuntu4.4) ...
root@Ubuntu32:/home/zhangbin/vlc/x86/vlc#
root@Ubuntu32:/home/zhangbin/vlc/x86/taglib-1.8# gedit INSTALL
root@Ubuntu32:/home/zhangbin/vlc/x86/taglib-1.8# cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_RELEASE_TYPE=Release .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.3.4")
-- Ensure you cppunit installed version is at least 1.12.0
-- Looking for __RTTI___ in Crun
-- Looking for __RTTI___ in Crun - not found
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_RELEASE_TYPE
-- Build files have been written to: /home/zhangbin/vlc/x86/taglib-1.8
root@Ubuntu32:/home/zhangbin/vlc/x86/taglib-1.8#
root@Ubuntu32:/home/zhangbin/vlc/x86/taglib-1.8# make
Scanning dependencies of target tag
[ 1%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/mpegfile.cpp.o
[ 2%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/mpegproperties.cpp.o
[ 3%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/mpegheader.cpp.o
[ 4%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/xingheader.cpp.o
[ 5%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v1/id3v1tag.cpp.o
[ 6%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v1/id3v1genres.cpp.o
[ 7%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/id3v2framefactory.cpp.o
[ 8%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/id3v2synchdata.cpp.o
[ 9%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/id3v2tag.cpp.o
[ 10%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/id3v2header.cpp.o
[ 11%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/id3v2frame.cpp.o
[ 13%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/id3v2footer.cpp.o
[ 14%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/id3v2extendedheader.cpp.o
[ 15%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/attachedpictureframe.cpp.o
[ 16%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/commentsframe.cpp.o
[ 17%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp.o
[ 18%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/ownershipframe.cpp.o
[ 19%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/popularimeterframe.cpp.o
[ 20%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/privateframe.cpp.o
[ 21%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/relativevolumeframe.cpp.o
[ 22%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/textidentificationframe.cpp.o
[ 23%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/uniquefileidentifierframe.cpp.o
[ 25%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/unknownframe.cpp.o
[ 26%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/unsynchronizedlyricsframe.cpp.o
[ 27%] Building CXX object taglib/CMakeFiles/tag.dir/mpeg/id3v2/frames/urllinkframe.cpp.o
[ 28%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/oggfile.cpp.o
[ 29%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/oggpage.cpp.o
[ 30%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/oggpageheader.cpp.o
[ 31%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/xiphcomment.cpp.o
[ 32%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/vorbis/vorbisfile.cpp.o
[ 33%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/vorbis/vorbisproperties.cpp.o
[ 34%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/flac/oggflacfile.cpp.o
[ 35%] Building CXX object taglib/CMakeFiles/tag.dir/mpc/mpcfile.cpp.o
[ 36%] Building CXX object taglib/CMakeFiles/tag.dir/mpc/mpcproperties.cpp.o
[ 38%] Building CXX object taglib/CMakeFiles/tag.dir/ape/apetag.cpp.o
[ 39%] Building CXX object taglib/CMakeFiles/tag.dir/ape/apefooter.cpp.o
[ 40%] Building CXX object taglib/CMakeFiles/tag.dir/ape/apeitem.cpp.o
[ 41%] Building CXX object taglib/CMakeFiles/tag.dir/ape/apefile.cpp.o
[ 42%] Building CXX object taglib/CMakeFiles/tag.dir/ape/apeproperties.cpp.o
[ 43%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tstring.cpp.o
[ 44%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tstringlist.cpp.o
[ 45%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tbytevector.cpp.o
[ 46%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tbytevectorlist.cpp.o
[ 47%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tbytevectorstream.cpp.o
[ 48%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tiostream.cpp.o
[ 50%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tfile.cpp.o
[ 51%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tfilestream.cpp.o
[ 52%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tdebug.cpp.o
[ 53%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/tpropertymap.cpp.o
[ 54%] Building CXX object taglib/CMakeFiles/tag.dir/toolkit/unicode.cpp.o
[ 55%] Building CXX object taglib/CMakeFiles/tag.dir/flac/flacfile.cpp.o
[ 56%] Building CXX object taglib/CMakeFiles/tag.dir/flac/flacpicture.cpp.o
[ 57%] Building CXX object taglib/CMakeFiles/tag.dir/flac/flacproperties.cpp.o
[ 58%] Building CXX object taglib/CMakeFiles/tag.dir/flac/flacmetadatablock.cpp.o
[ 59%] Building CXX object taglib/CMakeFiles/tag.dir/flac/flacunknownmetadatablock.cpp.o
[ 60%] Building CXX object taglib/CMakeFiles/tag.dir/wavpack/wavpackfile.cpp.o
[ 61%] Building CXX object taglib/CMakeFiles/tag.dir/wavpack/wavpackproperties.cpp.o
[ 63%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/speex/speexfile.cpp.o
[ 64%] Building CXX object taglib/CMakeFiles/tag.dir/ogg/speex/speexproperties.cpp.o
[ 65%] Building CXX object taglib/CMakeFiles/tag.dir/trueaudio/trueaudiofile.cpp.o
[ 66%] Building CXX object taglib/CMakeFiles/tag.dir/trueaudio/trueaudioproperties.cpp.o
[ 67%] Building CXX object taglib/CMakeFiles/tag.dir/riff/rifffile.cpp.o
[ 68%] Building CXX object taglib/CMakeFiles/tag.dir/riff/aiff/aifffile.cpp.o
[ 69%] Building CXX object taglib/CMakeFiles/tag.dir/riff/aiff/aiffproperties.cpp.o
[ 70%] Building CXX object taglib/CMakeFiles/tag.dir/riff/wav/wavfile.cpp.o
[ 71%] Building CXX object taglib/CMakeFiles/tag.dir/riff/wav/wavproperties.cpp.o
[ 72%] Building CXX object taglib/CMakeFiles/tag.dir/asf/asftag.cpp.o
[ 73%] Building CXX object taglib/CMakeFiles/tag.dir/asf/asffile.cpp.o
[ 75%] Building CXX object taglib/CMakeFiles/tag.dir/asf/asfproperties.cpp.o
[ 76%] Building CXX object taglib/CMakeFiles/tag.dir/asf/asfattribute.cpp.o
[ 77%] Building CXX object taglib/CMakeFiles/tag.dir/asf/asfpicture.cpp.o
[ 78%] Building CXX object taglib/CMakeFiles/tag.dir/mp4/mp4file.cpp.o
[ 79%] Building CXX object taglib/CMakeFiles/tag.dir/mp4/mp4atom.cpp.o
[ 80%] Building CXX object taglib/CMakeFiles/tag.dir/mp4/mp4tag.cpp.o
[ 81%] Building CXX object taglib/CMakeFiles/tag.dir/mp4/mp4item.cpp.o
[ 82%] Building CXX object taglib/CMakeFiles/tag.dir/mp4/mp4properties.cpp.o
[ 83%] Building CXX object taglib/CMakeFiles/tag.dir/mp4/mp4coverart.cpp.o
[ 84%] Building CXX object taglib/CMakeFiles/tag.dir/mod/modfilebase.cpp.o
[ 85%] Building CXX object taglib/CMakeFiles/tag.dir/mod/modfile.cpp.o
[ 86%] Building CXX object taglib/CMakeFiles/tag.dir/mod/modtag.cpp.o
[ 88%] Building CXX object taglib/CMakeFiles/tag.dir/mod/modproperties.cpp.o
[ 89%] Building CXX object taglib/CMakeFiles/tag.dir/s3m/s3mfile.cpp.o
[ 90%] Building CXX object taglib/CMakeFiles/tag.dir/s3m/s3mproperties.cpp.o
[ 91%] Building CXX object taglib/CMakeFiles/tag.dir/it/itfile.cpp.o
[ 92%] Building CXX object taglib/CMakeFiles/tag.dir/it/itproperties.cpp.o
[ 93%] Building CXX object taglib/CMakeFiles/tag.dir/xm/xmfile.cpp.o
[ 94%] Building CXX object taglib/CMakeFiles/tag.dir/xm/xmproperties.cpp.o
[ 95%] Building CXX object taglib/CMakeFiles/tag.dir/tag.cpp.o
[ 96%] Building CXX object taglib/CMakeFiles/tag.dir/tagunion.cpp.o
[ 97%] Building CXX object taglib/CMakeFiles/tag.dir/fileref.cpp.o
[ 98%] Building CXX object taglib/CMakeFiles/tag.dir/audioproperties.cpp.o
Linking CXX shared library libtag.so
[ 98%] Built target tag
Scanning dependencies of target tag_c
[100%] Building CXX object bindings/c/CMakeFiles/tag_c.dir/tag_c.cpp.o
Linking CXX shared library libtag_c.so
[100%] Built target tag_c
root@Ubuntu32:/home/zhangbin/vlc/x86/taglib-1.8#
root@Ubuntu32:/home/zhangbin/vlc/x86/taglib-1.8# make install
[ 98%] Built target tag
[100%] Built target tag_c
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/bin/taglib-config
-- Installing: /usr/local/lib/pkgconfig/taglib.pc
-- Installing: /usr/local/lib/libtag.so.1.12.0
-- Installing: /usr/local/lib/libtag.so.1
-- Installing: /usr/local/lib/libtag.so
-- Installing: /usr/local/include/taglib/tag.h
-- Installing: /usr/local/include/taglib/fileref.h
-- Installing: /usr/local/include/taglib/audioproperties.h
-- Installing: /usr/local/include/taglib/taglib_export.h
-- Installing: /usr/local/include/taglib/taglib_config.h
-- Installing: /usr/local/include/taglib/taglib.h
-- Installing: /usr/local/include/taglib/tstring.h
-- Installing: /usr/local/include/taglib/tlist.h
-- Installing: /usr/local/include/taglib/tlist.tcc
-- Installing: /usr/local/include/taglib/tstringlist.h
-- Installing: /usr/local/include/taglib/tbytevector.h
-- Installing: /usr/local/include/taglib/tbytevectorlist.h
-- Installing: /usr/local/include/taglib/tbytevectorstream.h
-- Installing: /usr/local/include/taglib/tiostream.h
-- Installing: /usr/local/include/taglib/tfile.h
-- Installing: /usr/local/include/taglib/tfilestream.h
-- Installing: /usr/local/include/taglib/tmap.h
-- Installing: /usr/local/include/taglib/tmap.tcc
-- Installing: /usr/local/include/taglib/tpropertymap.h
-- Installing: /usr/local/include/taglib/mpegfile.h
-- Installing: /usr/local/include/taglib/mpegproperties.h
-- Installing: /usr/local/include/taglib/mpegheader.h
-- Installing: /usr/local/include/taglib/xingheader.h
-- Installing: /usr/local/include/taglib/id3v1tag.h
-- Installing: /usr/local/include/taglib/id3v1genres.h
-- Installing: /usr/local/include/taglib/id3v2extendedheader.h
-- Installing: /usr/local/include/taglib/id3v2frame.h
-- Installing: /usr/local/include/taglib/id3v2header.h
-- Installing: /usr/local/include/taglib/id3v2synchdata.h
-- Installing: /usr/local/include/taglib/id3v2footer.h
-- Installing: /usr/local/include/taglib/id3v2framefactory.h
-- Installing: /usr/local/include/taglib/id3v2tag.h
-- Installing: /usr/local/include/taglib/attachedpictureframe.h
-- Installing: /usr/local/include/taglib/commentsframe.h
-- Installing: /usr/local/include/taglib/generalencapsulatedobjectframe.h
-- Installing: /usr/local/include/taglib/ownershipframe.h
-- Installing: /usr/local/include/taglib/popularimeterframe.h
-- Installing: /usr/local/include/taglib/privateframe.h
-- Installing: /usr/local/include/taglib/relativevolumeframe.h
-- Installing: /usr/local/include/taglib/textidentificationframe.h
-- Installing: /usr/local/include/taglib/uniquefileidentifierframe.h
-- Installing: /usr/local/include/taglib/unknownframe.h
-- Installing: /usr/local/include/taglib/unsynchronizedlyricsframe.h
-- Installing: /usr/local/include/taglib/urllinkframe.h
-- Installing: /usr/local/include/taglib/oggfile.h
-- Installing: /usr/local/include/taglib/oggpage.h
-- Installing: /usr/local/include/taglib/oggpageheader.h
-- Installing: /usr/local/include/taglib/xiphcomment.h
-- Installing: /usr/local/include/taglib/vorbisfile.h
-- Installing: /usr/local/include/taglib/vorbisproperties.h
-- Installing: /usr/local/include/taglib/oggflacfile.h
-- Installing: /usr/local/include/taglib/speexfile.h
-- Installing: /usr/local/include/taglib/speexproperties.h
-- Installing: /usr/local/include/taglib/flacfile.h
-- Installing: /usr/local/include/taglib/flacpicture.h
-- Installing: /usr/local/include/taglib/flacproperties.h
-- Installing: /usr/local/include/taglib/flacmetadatablock.h
-- Installing: /usr/local/include/taglib/apefile.h
-- Installing: /usr/local/include/taglib/apeproperties.h
-- Installing: /usr/local/include/taglib/apetag.h
-- Installing: /usr/local/include/taglib/apefooter.h
-- Installing: /usr/local/include/taglib/apeitem.h
-- Installing: /usr/local/include/taglib/mpcfile.h
-- Installing: /usr/local/include/taglib/mpcproperties.h
-- Installing: /usr/local/include/taglib/wavpackfile.h
-- Installing: /usr/local/include/taglib/wavpackproperties.h
-- Installing: /usr/local/include/taglib/trueaudiofile.h
-- Installing: /usr/local/include/taglib/trueaudioproperties.h
-- Installing: /usr/local/include/taglib/rifffile.h
-- Installing: /usr/local/include/taglib/aifffile.h
-- Installing: /usr/local/include/taglib/aiffproperties.h
-- Installing: /usr/local/include/taglib/wavfile.h
-- Installing: /usr/local/include/taglib/wavproperties.h
-- Installing: /usr/local/include/taglib/asffile.h
-- Installing: /usr/local/include/taglib/asfproperties.h
-- Installing: /usr/local/include/taglib/asftag.h
-- Installing: /usr/local/include/taglib/asfattribute.h
-- Installing: /usr/local/include/taglib/asfpicture.h
-- Installing: /usr/local/include/taglib/mp4file.h
-- Installing: /usr/local/include/taglib/mp4atom.h
-- Installing: /usr/local/include/taglib/mp4tag.h
-- Installing: /usr/local/include/taglib/mp4item.h
-- Installing: /usr/local/include/taglib/mp4properties.h
-- Installing: /usr/local/include/taglib/mp4coverart.h
-- Installing: /usr/local/include/taglib/modfilebase.h
-- Installing: /usr/local/include/taglib/modfile.h
-- Installing: /usr/local/include/taglib/modtag.h
-- Installing: /usr/local/include/taglib/modproperties.h
-- Installing: /usr/local/include/taglib/itfile.h
-- Installing: /usr/local/include/taglib/itproperties.h
-- Installing: /usr/local/include/taglib/s3mfile.h
-- Installing: /usr/local/include/taglib/s3mproperties.h
-- Installing: /usr/local/include/taglib/xmfile.h
-- Installing: /usr/local/include/taglib/xmproperties.h
-- Installing: /usr/local/lib/libtag_c.so.0.0.0
-- Installing: /usr/local/lib/libtag_c.so.0
-- Installing: /usr/local/lib/libtag_c.so
-- Removed runtime path from "/usr/local/lib/libtag_c.so.0.0.0"
-- Installing: /usr/local/include/taglib/tag_c.h
-- Installing: /usr/local/lib/pkgconfig/taglib_c.pc
root@Ubuntu32:/home/zhangbin/vlc/x86/taglib-1.8#