SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
So look something... I change the file io_helpers and now...when i run make it returns this error to me..
Quote:
cc1plus: warning: command line option "-Wmissing-declarations" is valid for C/ObjC but not for C++
io_helpers.cpp: In function ‘size_t dami::io::writeUnicodeText(ID3_Writer&, dami::String, bool)’:
io_helpers.cpp:375: error: expected primary-expression before ‘unsigned’
io_helpers.cpp:375: error: expected `;' before ‘unsigned’
io_helpers.cpp:378: error: ‘pdata’ was not declared in this scope
make[2]: *** [io_helpers.lo] Error 1
make[2]: Leaving directory `/home/d4emon/Desktop/id3lib/id3lib-3.8.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/d4emon/Desktop/id3lib/id3lib-3.8.3'
make: *** [all] Error 2
Any ideas on how to fix this bad bug ?
Why i receive this error ?
Use the id3lib.tar.gz from the directory I linked to. Unpack it and move the source tarball insie the unpacked directory. the cd into there and run './id3lib.SlackBuild'
The id3lib.tar.gz archive should contain all the needed files except for the sources themselves. When executed, the SlackBuild script runs the patch commands before configuring and compiling.
It would help to know which distro and version you are running as thewre may be compatibility problesm with your compiler or library versions.
Display native language translation of a textual message.
-d, --domain=TEXTDOMAIN retrieve translated messages from TEXTDOMAIN
-e enable expansion of some escape sequences
-E (ignored for compatibility)
-h, --help display this help and exit
-n suppress trailing newline
-V, --version display version information and exit
[TEXTDOMAIN] MSGID retrieve translated message corresponding
to MSGID from TEXTDOMAIN
If the TEXTDOMAIN parameter is not given, the domain is determined from the
environment variable TEXTDOMAIN. If the message catalog is not found in the
regular directory, another location can be specified with the environment
variable TEXTDOMAINDIR.
When used with the -s option the program behaves like the `echo' command.
But it does not simply copy its arguments to stdout. Instead those messages
found in the selected catalog are translated.
Standard search directory: /usr/share/locale
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.