<div dir="ltr">Nope, I&#39;m using gcc:<br><br>&quot;<br>Invoking: GCC C++ Compiler<br>
 &nbsp; &nbsp; &nbsp; &nbsp; g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF&quot;main.d&quot;<br>
-MT&quot;main.d&quot; -o&quot;main.o&quot; &quot;../main.cpp&quot;<br>&quot;<br><br><div class="gmail_quote">On Thu, Oct 2, 2008 at 7:00 AM,  <span dir="ltr">&lt;<a href="mailto:taglib-devel-request@kde.org">taglib-devel-request@kde.org</a>&gt;</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>
 &nbsp; &nbsp; &nbsp; &nbsp;<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>
 &nbsp; &nbsp; &nbsp; &nbsp;<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 &#39;help&#39; to<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<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>
 &nbsp; &nbsp; &nbsp; &nbsp;<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 &quot;Re: Contents of taglib-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &nbsp; 1. No matching function error (Douglas Schmidt)<br>
 &nbsp; 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: &quot;Douglas Schmidt&quot; &lt;<a href="mailto:douglaslondrina@gmail.com">douglaslondrina@gmail.com</a>&gt;<br>
Subject: No matching function error<br>
To: <a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
Message-ID:<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;<a href="mailto:30b248350810011201g3f39c147i1b9b065a265cbbac@mail.gmail.com">30b248350810011201g3f39c147i1b9b065a265cbbac@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi,<br>
<br>
Sorry for the &quot;help-me to fix&quot; question, but I&#39;m having a &quot;No matching<br>
function error&quot; for the TagLib::FileRef described bellow:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; make all<br>
 &nbsp; &nbsp; &nbsp; &nbsp; Building file: ../main.cpp<br>
 &nbsp; &nbsp; &nbsp; &nbsp; Invoking: GCC C++ Compiler<br>
 &nbsp; &nbsp; &nbsp; &nbsp; g++ -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF&quot;main.d&quot;<br>
-MT&quot;main.d&quot; -o&quot;main.o&quot; &quot;../main.cpp&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; In file included from ../main.cpp:2:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:107: error: &#39;File&#39; declared as<br>
a &#39;virtual&#39; field<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:107: error: expected &#39;;&#39; before<br>
&#39;*&#39; token<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:127: error: expected `)&#39; before<br>
&#39;fileName&#39;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:136: error: expected `)&#39; before<br>
&#39;*&#39; token<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:179: error: expected &#39;;&#39; before<br>
&#39;*&#39; token<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:216: error: &#39;StringList&#39; does<br>
not name a type<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:250: error: expected &#39;;&#39; before<br>
&#39;*&#39; token<br>
 &nbsp; &nbsp; &nbsp; &nbsp; ../main.cpp: In function &#39;int main()&#39;:<br>
 &nbsp; &nbsp; &nbsp; &nbsp; ../main.cpp:6: error: no matching function for call to<br>
&#39;TagLib::FileRef::FileRef(const char [50])&#39;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:141: note: candidates are:<br>
TagLib::FileRef::FileRef(const TagLib::FileRef&amp;)<br>
 &nbsp; &nbsp; &nbsp; &nbsp; /usr/local/include/taglib/fileref.h:116: note:<br>
TagLib::FileRef::FileRef()<br>
 &nbsp; &nbsp; &nbsp; &nbsp; make: *** [main.o] Error 1<br>
<br>
Is the &quot;TagLib::FileRef::FileRef(const char [50])&quot; normal?<br>
The same error occurs when I try to pass a const char*, and a cast to<br>
(FileName) returns that FileName doesn&#39;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&#39;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 &lt;<a href="mailto:wheeler@kde.org">wheeler@kde.org</a>&gt;<br>
Subject: Re: No matching function error<br>
To: <a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
Message-ID: &lt;<a href="mailto:48E3CA92.2020102@kde.org">48E3CA92.2020102@kde.org</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Douglas Schmidt wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Sorry for the &quot;help-me to fix&quot; question, but I&#39;m having a &quot;No matching<br>
&gt; function error&quot; 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>