<div>Hello Kyle, </div><div><br></div><div>Yeah I do not know what those lines mean. But these are the &quot;#include &lt;&gt;&quot; lines in my program: </div><div><br></div><div>#include &lt;/usr/local/include/taglib/tag.h&gt;</div>
<div>#include &lt;/usr/local/include/taglib/fileref.h&gt;</div><div><br></div><div>Is this correct? If it is then how I can fix the error message returned by g++?</div><br><div class="gmail_quote">On Tue, Jun 28, 2011 at 6: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="margin:0 0 0 .8ex;border-left:1px #ccc solid;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 &#39;help&#39; 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 &quot;Re: Contents of taglib-devel digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Compile C++/TagLib with g++? (Phong Cao)<br>
   2. Re: Compile C++/TagLib with g++? (Kyle)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 28 Jun 2011 00:52:37 -0400<br>
From: Phong Cao &lt;<a href="mailto:phngcv@gmail.com">phngcv@gmail.com</a>&gt;<br>
Subject: Compile C++/TagLib with g++?<br>
To: <a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
Message-ID: &lt;<a href="mailto:BANLkTikWa1fCk_7R5Pqt90OO1fA29AfPLA@mail.gmail.com">BANLkTikWa1fCk_7R5Pqt90OO1fA29AfPLA@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hello everybody,<br>
<br>
I am trying to build a small music manager that uses TagLib to read metadata<br>
from audio streams. However, I was unable to compile the program. Here is<br>
what I tried:<br>
<br>
g++ -g /home/phongcao/dingo/main.cc -o /home/phongcao/dingo/main `pkg-config<br>
taglib-config --cflags --libs gtkmm-2.4`<br>
<br>
And this was what g++ returned:<br>
<br>
Package taglib-config was not found in the pkg-config search path.<br>
Perhaps you should add the directory containing `taglib-config.pc&#39;<br>
to the PKG_CONFIG_PATH environment variable<br>
No package &#39;taglib-config&#39; found<br>
<br>
According to the TagLib API documentation: &quot;TagLib installs a taglib-config<br>
and pkg-config file to make it easier to integrate into various build<br>
systems&quot;.<br>
<br>
However, I am a total newbie on TagLib and do not know how to compile it<br>
using g++, and there was nothing more than the above statement in the API<br>
documentation.<br>
<br>
Does any of you guys here know how to compile TagLib with g++? if so please<br>
share!<br>
<br>
Thank you for reading my message! Have a good day!<br>
<br>
<br>
Best regards,<br>
<br>
--<br>
Phong V. Cao<br>
<a href="mailto:phngcv@gmail.com">phngcv@gmail.com</a><br>
<a href="mailto:caoph@rider.edu">caoph@rider.edu</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mail.kde.org/pipermail/taglib-devel/attachments/20110628/95dee97d/attachment-0001.htm" target="_blank">http://mail.kde.org/pipermail/taglib-devel/attachments/20110628/95dee97d/attachment-0001.htm</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 28 Jun 2011 01:26:19 -0400<br>
From: Kyle &lt;<a href="mailto:gonemad@gmail.com">gonemad@gmail.com</a>&gt;<br>
Subject: Re: Compile C++/TagLib with g++?<br>
To: <a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
Message-ID: &lt;<a href="mailto:BANLkTik258APAgL4o6-kxAx4MGXmU_R90g@mail.gmail.com">BANLkTik258APAgL4o6-kxAx4MGXmU_R90g@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
isnt there a NO_CONFIG define or something? i remember setting something<br>
like that when i built it<br>
<br>
On Tue, Jun 28, 2011 at 12:52 AM, Phong Cao &lt;<a href="mailto:phngcv@gmail.com">phngcv@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hello everybody,<br>
&gt;<br>
&gt; I am trying to build a small music manager that uses TagLib to read<br>
&gt; metadata from audio streams. However, I was unable to compile the program.<br>
&gt; Here is what I tried:<br>
&gt;<br>
&gt; g++ -g /home/phongcao/dingo/main.cc -o /home/phongcao/dingo/main<br>
&gt; `pkg-config taglib-config --cflags --libs gtkmm-2.4`<br>
&gt;<br>
&gt; And this was what g++ returned:<br>
&gt;<br>
&gt; Package taglib-config was not found in the pkg-config search path.<br>
&gt; Perhaps you should add the directory containing `taglib-config.pc&#39;<br>
&gt; to the PKG_CONFIG_PATH environment variable<br>
&gt; No package &#39;taglib-config&#39; found<br>
&gt;<br>
&gt; According to the TagLib API documentation: &quot;TagLib installs a taglib-config<br>
&gt; and pkg-config file to make it easier to integrate into various build<br>
&gt; systems&quot;.<br>
&gt;<br>
&gt; However, I am a total newbie on TagLib and do not know how to compile it<br>
&gt; using g++, and there was nothing more than the above statement in the API<br>
&gt; documentation.<br>
&gt;<br>
&gt; Does any of you guys here know how to compile TagLib with g++? if so please<br>
&gt; share!<br>
&gt;<br>
&gt; Thank you for reading my message! Have a good day!<br>
&gt;<br>
&gt;<br>
&gt; Best regards,<br>
&gt;<br>
&gt; --<br>
&gt; Phong V. Cao<br>
&gt; <a href="mailto:phngcv@gmail.com">phngcv@gmail.com</a><br>
&gt; <a href="mailto:caoph@rider.edu">caoph@rider.edu</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; taglib-devel mailing list<br>
&gt; <a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
&gt; <a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
-Kyle<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mail.kde.org/pipermail/taglib-devel/attachments/20110628/92576c0a/attachment-0001.htm" target="_blank">http://mail.kde.org/pipermail/taglib-devel/attachments/20110628/92576c0a/attachment-0001.htm</a><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 84, Issue 18<br>
********************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Phong V. Cao<div><a href="mailto:phngcv@gmail.com" target="_blank">phngcv@gmail.com</a></div><div><a href="mailto:caoph@rider.edu" target="_blank">caoph@rider.edu</a></div>
<div><br></div><br>