taglib-devel Digest, Vol 52, Issue 1
Douglas Schmidt
douglaslondrina at gmail.com
Thu Oct 2 13:50:48 CEST 2008
Nope, I'm using gcc:
"
Invoking: GCC C++ Compiler
g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main.d"
-MT"main.d" -o"main.o" "../main.cpp"
"
On Thu, Oct 2, 2008 at 7:00 AM, <taglib-devel-request at kde.org> wrote:
> Send taglib-devel mailing list submissions to
> taglib-devel at kde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://mail.kde.org/mailman/listinfo/taglib-devel
> or, via email, send a message with subject or body 'help' to
> taglib-devel-request at kde.org
>
> You can reach the person managing the list at
> taglib-devel-owner at kde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of taglib-devel digest..."
>
>
> Today's Topics:
>
> 1. No matching function error (Douglas Schmidt)
> 2. Re: No matching function error (Scott Wheeler)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 1 Oct 2008 16:01:59 -0300
> From: "Douglas Schmidt" <douglaslondrina at gmail.com>
> Subject: No matching function error
> To: taglib-devel at kde.org
> Message-ID:
> <30b248350810011201g3f39c147i1b9b065a265cbbac at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> Sorry for the "help-me to fix" question, but I'm having a "No matching
> function error" for the TagLib::FileRef described bellow:
>
> make all
> Building file: ../main.cpp
> Invoking: GCC C++ Compiler
> g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"main.d"
> -MT"main.d" -o"main.o" "../main.cpp"
> In file included from ../main.cpp:2:
> /usr/local/include/taglib/fileref.h:107: error: 'File' declared as
> a 'virtual' field
> /usr/local/include/taglib/fileref.h:107: error: expected ';' before
> '*' token
> /usr/local/include/taglib/fileref.h:127: error: expected `)' before
> 'fileName'
> /usr/local/include/taglib/fileref.h:136: error: expected `)' before
> '*' token
> /usr/local/include/taglib/fileref.h:179: error: expected ';' before
> '*' token
> /usr/local/include/taglib/fileref.h:216: error: 'StringList' does
> not name a type
> /usr/local/include/taglib/fileref.h:250: error: expected ';' before
> '*' token
> ../main.cpp: In function 'int main()':
> ../main.cpp:6: error: no matching function for call to
> 'TagLib::FileRef::FileRef(const char [50])'
> /usr/local/include/taglib/fileref.h:141: note: candidates are:
> TagLib::FileRef::FileRef(const TagLib::FileRef&)
> /usr/local/include/taglib/fileref.h:116: note:
> TagLib::FileRef::FileRef()
> make: *** [main.o] Error 1
>
> Is the "TagLib::FileRef::FileRef(const char [50])" normal?
> The same error occurs when I try to pass a const char*, and a cast to
> (FileName) returns that FileName doesn't name a type.
>
> I already tried the Debian 1.5.3 dev package and to compile the 1.5 source,
> both with same results.
>
> What I'm missing?
>
> Thanks in advance.
> --
> -
> Douglas Schmidt
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mail.kde.org/pipermail/taglib-devel/attachments/20081001/20b6d705/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Wed, 01 Oct 2008 21:08:02 +0200
> From: Scott Wheeler <wheeler at kde.org>
> Subject: Re: No matching function error
> To: taglib-devel at kde.org
> Message-ID: <48E3CA92.2020102 at kde.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Douglas Schmidt wrote:
> > Hi,
> >
> > Sorry for the "help-me to fix" question, but I'm having a "No matching
> > function error" for the TagLib::FileRef described bellow:
>
> Is this perhaps on cygwin?
>
> -Scott
>
>
> ------------------------------
>
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>
>
> End of taglib-devel Digest, Vol 52, Issue 1
> *******************************************
>
--
-
Douglas Schmidt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/taglib-devel/attachments/20081002/e63f6df8/attachment.htm
More information about the taglib-devel
mailing list