|
|
发表于 2006-12-19 13:06:40
|
显示全部楼层
编译不过去:
gcc -o convid3 convid3.cpp
convid3.cpp:18:20: error: id3/tag.h: 没有那个文件或目录
convid3.cpp:68: error: ‘ID3_Tag’ has not been declared
convid3.cpp:69: error: ‘ID3_Tag’ has not been declared
convid3.cpp: In function ‘int main(int, char**)’:
convid3.cpp:164: error: ‘ID3_Tag’ was not declared in this scope
convid3.cpp:164: error: expected `;' before ‘tag’
convid3.cpp:172: error: ‘tag’ was not declared in this scope
convid3.cpp:177: error: ‘tag’ was not declared in this scope
convid3.cpp: At global scope:
convid3.cpp:199: error: ‘ID3_Tag’ has not been declared
convid3.cpp: In function ‘int do_conv(char*, void**, int*)’:
convid3.cpp:205: error: request for member ‘Clear’ in ‘* tag’, which is of non-class type ‘int’
convid3.cpp:206: error: request for member ‘Link’ in ‘* tag’, which is of non-class type ‘int’
convid3.cpp:208: error: ‘ID3_Tag’ has not been declared
convid3.cpp:208: error: ‘iter_frame’ was not declared in this scope
convid3.cpp:208: error: request for member ‘CreateIterator’ in ‘* tag’, which is of non-class type ‘int’
convid3.cpp:209: error: ‘ID3_Frame’ was not declared in this scope
convid3.cpp:209: error: ‘frame’ was not declared in this scope
convid3.cpp:210: error: ‘ID3_Field’ was not declared in this scope
convid3.cpp:210: error: ‘field’ was not declared in this scope
convid3.cpp:211: error: ‘ID3_Frame’ is not a class or namespace
convid3.cpp:211: error: ‘iter_field’ was not declared in this scope
convid3.cpp:221: error: ‘ID3FTY_TEXTSTRING’ was not declared in this scope
convid3.cpp:224: error: ‘ID3TE_NUMENCODINGS’ was not declared in this scope
convid3.cpp:229: error: ‘ID3TE_IS_SINGLE_BYTE_ENC’ was not declared in this scope
convid3.cpp:232: error: ‘unicode_t’ was not declared in this scope
convid3.cpp:232: error: expected primary-expression before ‘)’ token
convid3.cpp:249: error: ‘ID3TE_IS_SINGLE_BYTE_ENC’ was not declared in this scope
convid3.cpp:252: error: ‘unicode_t’ was not declared in this scope
convid3.cpp:252: error: expected primary-expression before ‘)’ token
convid3.cpp:258: error: ‘ID3_TextEnc’ was not declared in this scope
convid3.cpp:265: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
convid3.cpp:267: error: type ‘<type error>’ argument given to ‘delete’, expected pointer
convid3.cpp:269: error: request for member ‘Update’ in ‘* tag’, which is of non-class type ‘int’
convid3.cpp: At global scope:
convid3.cpp:274: error: ‘ID3_Tag’ has not been declared
linux-d1vo:/home/superman # ./convid3
bash: ./convid3: 没有那个文件或目录 |
|