|
Posted by William.Deans on 09/25/91 11:36
Thank you very much seani. In case anyone else reads this thread the
application had compile errors on Fedora Core 3 with gcc 3.4.4
I sent the authors the following e-mail about it:
Dear Sirs:
I download your program, mp3info, from http://www.ibiblio.org/mp3info/.
When I tried to compile your program I received the following errors:
gmp3info.c: In function `about_mp3info':
gmp3info.c:487: error: missing terminating " character
gmp3info.c:488: error: `An' undeclared (first use in this function)
gmp3info.c:488: error: (Each undeclared identifier is reported only
once
gmp3info.c:488: error: for each function it appears in.)
gmp3info.c:488: error: syntax error before "ID3"
gmp3info.c:488: error: stray '\' in program
gmp3info.c:488: error: stray '\' in program
gmp3info.c:489: error: stray '@' in program
gmp3info.c:490: error: stray '@' in program
gmp3info.c:491: error: stray '@' in program
gmp3info.c:491: error: stray '\' in program
gmp3info.c:491: error: stray '\' in program
gmp3info.c:492: error: stray '\' in program
gmp3info.c:492: error: stray '\' in program
gmp3info.c:492: error: missing terminating " character
I fixed this issue by adding double quotes on each line mentioned above
(please find modified code attached).
Hope this helps,
William
PS: If you need any more information that what I have provided please
let me know and I will attempt to provide you with what you need. If
http://www.ibiblio.org/mp3info/ simply contains an old version please
let them know.
[deans@localhost mp3info-0.8.4]$ uname -a
Linux localhost.localdomain 2.6.12-1.1381_FC3 #1 Fri Oct 21 03:46:55
EDT
2005 i686 i686 i386 GNU/Linux
[deans@localhost mp3info-0.8.4]$ gcc --version
gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Navigation:
[Reply to this message]
|