Last active
December 14, 2015 03:19
-
-
Save jacobvosmaer/5020163 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@lucid32:~/taglib-ruby$ uname -a | |
Linux lucid32 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:13:04 UTC 2012 i686 GNU/Linux | |
vagrant@lucid32:~/taglib-ruby$ | |
vagrant@lucid32:~/taglib-ruby$ git log -1 | |
commit bbbdb3b7f7016c8351d9e4d8787c2bdef3d18b9f | |
Author: Robin Stocker <[email protected]> | |
Date: Sat Sep 29 16:32:36 2012 +0200 | |
Add building section to contributing | |
vagrant@lucid32:~/taglib-ruby$ rake | |
mkdir -p tmp/i686-linux/taglib_base/1.9.3 | |
cd tmp/i686-linux/taglib_base/1.9.3 | |
/home/vagrant/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -I. ../../../../ext/taglib_base/extconf.rb | |
checking for main() in -lstdc++... yes | |
checking for main() in -ltag... yes | |
creating Makefile | |
cd - | |
cd tmp/i686-linux/taglib_base/1.9.3 | |
make | |
compiling ../../../../ext/taglib_base/taglib_base_wrap.cxx | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option "-Wimplicit-function-declaration" is valid for C/ObjC but not for C++ | |
linking shared-object taglib_base.so | |
cd - | |
install -c tmp/i686-linux/taglib_base/1.9.3/taglib_base.so lib/taglib_base.so | |
mkdir -p tmp/i686-linux/taglib_mpeg/1.9.3 | |
cd tmp/i686-linux/taglib_mpeg/1.9.3 | |
/home/vagrant/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -I. ../../../../ext/taglib_mpeg/extconf.rb | |
checking for main() in -lstdc++... yes | |
checking for main() in -ltag... yes | |
creating Makefile | |
cd - | |
cd tmp/i686-linux/taglib_mpeg/1.9.3 | |
make | |
compiling ../../../../ext/taglib_mpeg/taglib_mpeg_wrap.cxx | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option "-Wimplicit-function-declaration" is valid for C/ObjC but not for C++ | |
linking shared-object taglib_mpeg.so | |
cd - | |
install -c tmp/i686-linux/taglib_mpeg/1.9.3/taglib_mpeg.so lib/taglib_mpeg.so | |
mkdir -p tmp/i686-linux/taglib_id3v1/1.9.3 | |
cd tmp/i686-linux/taglib_id3v1/1.9.3 | |
/home/vagrant/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -I. ../../../../ext/taglib_id3v1/extconf.rb | |
checking for main() in -lstdc++... yes | |
checking for main() in -ltag... yes | |
creating Makefile | |
cd - | |
cd tmp/i686-linux/taglib_id3v1/1.9.3 | |
make | |
compiling ../../../../ext/taglib_id3v1/taglib_id3v1_wrap.cxx | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option "-Wimplicit-function-declaration" is valid for C/ObjC but not for C++ | |
linking shared-object taglib_id3v1.so | |
cd - | |
install -c tmp/i686-linux/taglib_id3v1/1.9.3/taglib_id3v1.so lib/taglib_id3v1.so | |
mkdir -p tmp/i686-linux/taglib_id3v2/1.9.3 | |
cd tmp/i686-linux/taglib_id3v2/1.9.3 | |
/home/vagrant/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -I. ../../../../ext/taglib_id3v2/extconf.rb | |
checking for main() in -lstdc++... yes | |
checking for main() in -ltag... yes | |
creating Makefile | |
cd - | |
cd tmp/i686-linux/taglib_id3v2/1.9.3 | |
make | |
compiling ../../../../ext/taglib_id3v2/taglib_id3v2_wrap.cxx | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option "-Wimplicit-function-declaration" is valid for C/ObjC but not for C++ | |
../../../../ext/taglib_id3v2/taglib_id3v2_wrap.cxx: In function 'VALUE SWIG_AUX_NUM2DBL(VALUE*)': | |
../../../../ext/taglib_id3v2/taglib_id3v2_wrap.cxx:2324: warning: unused variable 'type' | |
linking shared-object taglib_id3v2.so | |
cd - | |
install -c tmp/i686-linux/taglib_id3v2/1.9.3/taglib_id3v2.so lib/taglib_id3v2.so | |
mkdir -p tmp/i686-linux/taglib_ogg/1.9.3 | |
cd tmp/i686-linux/taglib_ogg/1.9.3 | |
/home/vagrant/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -I. ../../../../ext/taglib_ogg/extconf.rb | |
checking for main() in -lstdc++... yes | |
checking for main() in -ltag... yes | |
creating Makefile | |
cd - | |
cd tmp/i686-linux/taglib_ogg/1.9.3 | |
make | |
compiling ../../../../ext/taglib_ogg/taglib_ogg_wrap.cxx | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option "-Wimplicit-function-declaration" is valid for C/ObjC but not for C++ | |
linking shared-object taglib_ogg.so | |
cd - | |
install -c tmp/i686-linux/taglib_ogg/1.9.3/taglib_ogg.so lib/taglib_ogg.so | |
mkdir -p tmp/i686-linux/taglib_vorbis/1.9.3 | |
cd tmp/i686-linux/taglib_vorbis/1.9.3 | |
/home/vagrant/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -I. ../../../../ext/taglib_vorbis/extconf.rb | |
checking for main() in -lstdc++... yes | |
checking for main() in -ltag... yes | |
creating Makefile | |
cd - | |
cd tmp/i686-linux/taglib_vorbis/1.9.3 | |
make | |
compiling ../../../../ext/taglib_vorbis/taglib_vorbis_wrap.cxx | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option "-Wimplicit-function-declaration" is valid for C/ObjC but not for C++ | |
linking shared-object taglib_vorbis.so | |
cd - | |
install -c tmp/i686-linux/taglib_vorbis/1.9.3/taglib_vorbis.so lib/taglib_vorbis.so | |
mkdir -p tmp/i686-linux/taglib_flac/1.9.3 | |
cd tmp/i686-linux/taglib_flac/1.9.3 | |
/home/vagrant/.rvm/rubies/ruby-1.9.3-p392/bin/ruby -I. ../../../../ext/taglib_flac/extconf.rb | |
checking for main() in -lstdc++... yes | |
checking for main() in -ltag... yes | |
creating Makefile | |
cd - | |
cd tmp/i686-linux/taglib_flac/1.9.3 | |
make | |
compiling ../../../../ext/taglib_flac/taglib_flac_wrap.cxx | |
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++ | |
cc1plus: warning: command line option "-Wimplicit-function-declaration" is valid for C/ObjC but not for C++ | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1867:32: error: taglib/flacpicture.h: No such file or directory | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1979: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1979: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1979: error: template argument 1 is invalid | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE taglib_flac_picturelist_to_ruby_array(const int&)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1980: error: request for member 'size' in 'list', which is of non-class type 'const int' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1981: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1981: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1981: error: template argument 1 is invalid | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1981: error: expected initializer before 'it' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1981: error: 'it' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1981: error: request for member 'end' in 'list', which is of non-class type 'const int' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1982: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:1982: error: 'picture' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Properties_signature(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2575: error: 'const class TagLib::FLAC::Properties' has no member named 'signature' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: At global scope: | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2588: error: variable or field 'free_TagLib_FLAC_MetadataBlock' declared void | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2588: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2588: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_MetadataBlock_code(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2595: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2595: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2595: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2595: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2595: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2608: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2608: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2608: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2608: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2608: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2608: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2609: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2609: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2609: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_MetadataBlock_render(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2619: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2619: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2619: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2619: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2619: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2632: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2632: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2632: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2632: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2632: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2632: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2633: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2633: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2633: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_new_Picture__SWIG_0(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2647: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2647: error: 'result' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2652: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2652: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2652: error: expected ';' before 'new' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_new_Picture__SWIG_1(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2682: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2682: error: 'result' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2691: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2691: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2691: error: expected ';' before 'new' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: At global scope: | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2732: error: variable or field 'free_TagLib_FLAC_Picture' declared void | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2732: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2732: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_type(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2739: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2739: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2739: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2739: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2739: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2742: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2742: error: expected ';' before 'result' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2752: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2752: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2752: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2752: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2752: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2752: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2753: error: 'result' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2753: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2753: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2753: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_typee___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2763: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2763: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2763: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2763: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2763: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2764: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2764: error: expected ';' before 'arg2' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2777: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2777: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2777: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2777: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2777: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2777: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2782: error: 'arg2' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2782: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2782: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2782: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2782: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2782: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_mime_type(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2792: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2792: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2792: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2792: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2792: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2805: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2805: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2805: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2805: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2805: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2805: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2806: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2806: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2806: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_mime_typee___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2818: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2818: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2818: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2818: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2818: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2831: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2831: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2831: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2831: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2831: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2831: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_description(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2845: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2845: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2845: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2845: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2845: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2858: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2858: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2858: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2858: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2858: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2858: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2859: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2859: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2859: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_descriptione___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2871: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2871: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2871: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2871: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2871: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2884: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2884: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2884: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2884: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2884: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2884: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_width(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2898: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2898: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2898: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2898: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2898: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2911: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2911: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2911: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2911: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2911: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2911: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2912: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2912: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2912: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_widthe___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2922: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2922: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2922: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2922: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2922: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2936: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2936: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2936: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2936: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2936: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2936: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_height(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2951: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2951: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2951: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2951: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2951: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2964: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2964: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2964: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2964: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2964: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2964: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2965: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2965: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2965: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_heighte___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2975: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2975: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2975: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2975: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2975: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2989: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2989: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2989: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2989: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2989: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:2989: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_color_depth(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3004: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3004: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3004: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3004: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3004: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3017: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3017: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3017: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3017: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3017: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3017: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3018: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3018: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3018: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_color_depthe___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3028: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3028: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3028: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3028: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3028: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3042: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3042: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3042: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3042: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3042: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3042: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_num_colors(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3057: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3057: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3057: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3057: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3057: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3070: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3070: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3070: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3070: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3070: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3070: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3071: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3071: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3071: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_num_colorse___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3081: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3081: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3081: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3081: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3081: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3095: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3095: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3095: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3095: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3095: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3095: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_data(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3110: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3110: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3110: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3110: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3110: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3123: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3123: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3123: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3123: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3123: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3123: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3124: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3124: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3124: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_datae___(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3136: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3136: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3136: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3136: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3136: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3149: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3149: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3149: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3149: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3149: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3149: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_code(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3163: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3163: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3163: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3163: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3163: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3176: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3176: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3176: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3176: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3176: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3176: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3177: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3177: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3177: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_render(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3187: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3187: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3187: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3187: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3187: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3200: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3200: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3200: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3200: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3200: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3200: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3201: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3201: error: expected ')' before 'const' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3201: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_Picture_parse(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3213: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3213: error: 'arg1' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3213: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3213: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3213: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3228: error: expected type-specifier | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3228: error: expected '>' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3228: error: expected '(' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3228: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3228: error: expected primary-expression before '>' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:3228: error: expected ')' before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_File_picture_list(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4052: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4052: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4052: error: template argument 1 is invalid | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4052: error: template argument 1 is invalid | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4052: error: invalid type in declaration before ';' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4063: error: 'class TagLib::FLAC::File' has no member named 'pictureList' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_File_remove_pictures(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4087: error: 'class TagLib::FLAC::File' has no member named 'removePictures' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'VALUE _wrap_File_add_picture(int, VALUE*, VALUE)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4097: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4097: error: 'arg2' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4097: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4097: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4097: error: expected ';' before numeric constant | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4116: error: 'class TagLib::FLAC::File' has no member named 'addPicture' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'void* _p_TagLib__FLAC__PictureTo_p_TagLib__FLAC__MetadataBlock(void*, int*)': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4154: error: 'MetadataBlock' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4154: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4154: error: 'Picture' is not a member of 'TagLib::FLAC' | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4154: error: expected primary-expression before ')' token | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx: In function 'void Init_taglib_flac()': | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4512: error: 'TagLib::FLAC::MetadataBlock' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4513: error: 'TagLib::FLAC::MetadataBlock' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4514: error: 'TagLib::FLAC::MetadataBlock' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4515: error: 'TagLib::FLAC::MetadataBlock' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4516: error: 'TagLib::FLAC::MetadataBlock' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4517: error: 'TagLib::FLAC::MetadataBlock' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4518: error: 'TagLib::FLAC::MetadataBlock' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4522: error: 'free_TagLib_FLAC_MetadataBlock' was not declared in this scope | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4529: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4530: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4531: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4532: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4533: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4534: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4535: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4536: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4537: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4538: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4539: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4540: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4541: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4542: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4543: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4544: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4545: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4546: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4547: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4548: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4549: error: 'TagLib::FLAC::Picture' has not been declared | |
../../../../ext/taglib_flac/taglib_flac_wrap.cxx:4570: error: 'free_TagLib_FLAC_Picture' was not declared in this scope | |
make: *** [taglib_flac_wrap.o] Error 1 | |
rake aborted! | |
Command failed with status (2): [make...] | |
/home/vagrant/.rvm/gems/ruby-1.9.3-p392/gems/rake-compiler-0.8.3/lib/rake/extensiontask.rb:112:in `block (2 levels) in define_compile_tasks' | |
/home/vagrant/.rvm/gems/ruby-1.9.3-p392/gems/rake-compiler-0.8.3/lib/rake/extensiontask.rb:111:in `block in define_compile_tasks' | |
/home/vagrant/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `eval' | |
/home/vagrant/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `<main>' | |
Tasks: TOP => default => compile => compile:i686-linux => compile:taglib_flac:i686-linux => copy:taglib_flac:i686-linux:1.9.3 => tmp/i686-linux/taglib_flac/1.9.3/taglib_flac.so | |
(See full trace by running task with --trace) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yeah, I have the very same problem just know: Have you been able to solve this?!