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