<br><br><div class="gmail_quote">On Wed, Jun 18, 2008 at 8:49 PM, JK &lt;<a href="mailto:jknapka@kneuro.net">jknapka@kneuro.net</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
And before I get all jumped on by the clueful masses,<br>
this might work better:<br>
<br>
 &nbsp;export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig<br>
<div class="Ih2E3d"> &nbsp;pkg-config --libs taglib-sharp<br>
<br>
</div>(There may be existing stuff in PKG_CONFIG_PATH that&#39;s<br>
important.)<br>
<font color="#888888"><br>
-- JK<br>
</font><div><div></div><div class="Wj3C7c"><br>
JK wrote:<br>
&gt; OK. &nbsp;You can try this (it worked for me):<br>
&gt;<br>
&gt; export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig<br>
&gt; pkg-config --libs taglib-sharp<br>
&gt;<br>
&gt; If that works, then ./configure should work (in the same<br>
&gt; shell; ./configure needs PKG_CONFIG_PATH to be set).<br>
&gt;<br>
&gt; Basically, PKG_CONFIG_PATH needs to be set to the directory<br>
&gt; containing taglib-sharp.pc.<br>
&gt;<br>
&gt; -- JK<br>
&gt;<br>
&gt; Marc Ferguson wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 18, 2008 at 7:15 PM, JK &lt;<a href="mailto:jknapka@kneuro.net">jknapka@kneuro.net</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:jknapka@kneuro.net">jknapka@kneuro.net</a>&gt;&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Marc Ferguson wrote:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt; &nbsp; &nbsp; --define-variable=taglib-sharp=/usr/local/lib/pkgconfig/taglib-sharp.pc<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; &nbsp;&gt; Must specify package names on the command line<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; Just a guess, but it doesn&#39;t look like there are any package<br>
&gt;&gt; &nbsp; &nbsp; names<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt; &nbsp; &nbsp; on that command line?<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt; I&#39;m a linux noob. &nbsp;What do you mean by that? &nbsp;I looked at the man<br>
&gt;&gt; &nbsp; &nbsp; pages<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt; for pkg-config and I thought I ran the command correctly, but It<br>
&gt;&gt; &nbsp; &nbsp; seems<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&gt; I&#39;m not.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; I&#39;m just saying that the error seems to indicate that you&#39;re supposed<br>
&gt;&gt; &nbsp; &nbsp; to name a package on the command line, and that doesn&#39;t seem to have<br>
&gt;&gt; &nbsp; &nbsp; been done. &nbsp;I&#39;ve never used pkg-config myself. Well, until just now.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;$ pkg-config --libs libc<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;Package libc was not found in the pkg-config search path.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; Not very helpful. &nbsp;Apparently some meta-data has to be generated<br>
&gt;&gt; &nbsp; &nbsp; before pkg-config can do its thing, and that hasn&#39;t been done on<br>
&gt;&gt; &nbsp; &nbsp; my system.<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; What exactly are you trying to accomplish?<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; -- JK<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; --<br>
&gt;&gt; &nbsp; &nbsp; I do not particularly want to go where the money is -<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;it usually does not smell nice there. -- A. Stepanov<br>
&gt;&gt; &nbsp; &nbsp; _______________________________________________<br>
&gt;&gt; &nbsp; &nbsp; Ale mailing list<br>
&gt;&gt; &nbsp; &nbsp; <a href="mailto:Ale@ale.org">Ale@ale.org</a> &lt;mailto:<a href="mailto:Ale@ale.org">Ale@ale.org</a>&gt;<br>
&gt;&gt; &nbsp; &nbsp; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m trying to install Banshee 1.0 via source and during ./configure it<br>
&gt;&gt; tells me that taglib-sharp is not there. &nbsp;So; I download and installed<br>
&gt;&gt; it via source - no problem. &nbsp;I ran ./configure for banshee again and it<br>
&gt;&gt; says the same thing.<br>
&gt;&gt;<br>
&gt;&gt; ----<br>
&gt;&gt; checking for NUNIT... no<br>
&gt;&gt; configure: WARNING: Could not find nunit: tests will not be available.<br>
&gt;&gt; checking for TAGLIB_SHARP... configure: error: Package requirements<br>
&gt;&gt; (taglib-sharp &gt;= 2.0.0) were not met:<br>
&gt;&gt;<br>
&gt;&gt; No package &#39;taglib-sharp&#39; found<br>
&gt;&gt;<br>
&gt;&gt; Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>
&gt;&gt; installed software in a non-standard prefix.<br>
&gt;&gt;<br>
&gt;&gt; Alternatively, you may set the environment variables TAGLIB_SHARP_CFLAGS<br>
&gt;&gt; and TAGLIB_SHARP_LIBS to avoid the need to call pkg-config.<br>
&gt;&gt; See the pkg-config man page for more details.<br>
&gt;&gt; -----<br>
&gt;&gt;<br>
&gt;&gt; So; it looks like I need to do something with PKG_CONFIG_PATH or<br>
&gt;&gt; pkg-config in order for the system to recognize that taglib-sharp is<br>
&gt;&gt; installed. &nbsp;Currently it looks like it installed it in my /usr/local/lib<br>
&gt;&gt; and the system is setup to look in /usr/lib.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Marc F.<br>
&gt;&gt;<br>
&gt;&gt; &quot;..Grace to you and peace from Him who is and who was and who is to<br>
&gt;&gt; come..&quot; -Rev1:4<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Ale mailing list<br>
&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
--<br>
I do not particularly want to go where the money is -<br>
 &nbsp;it usually does not smell nice there. -- A. Stepanov<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</div></div></blockquote></div><br>Thanks for the help.&nbsp; That command did help, I only wish I knew what it means.&nbsp; I think I&#39;m in a bit of a bind though.&nbsp; I think I&#39;m in the situation I&#39;ve heard so much about, which is called &quot;RPM Hell&quot; or &quot;Dependency Hell&quot;.<br>
<br>I did ./configure again and now it&#39;s asking for gtk-sharp2 and glade-sharp2.&nbsp; I&#39;m running Fedora 8 btw.&nbsp; After I get through one hurdle there goes another!?&nbsp; Is there any way of finding out how repos work?&nbsp; I&#39;m quite clueless as to how to know when my repo (Fedora) will add newer packages?&nbsp; Thanks.&nbsp; This building from source is becoming a serious pain in the neck.<br clear="all">
<br>-- <br>Marc F.<br><br>&quot;..Grace to you and peace from Him who is and who was and who is to come..&quot; -Rev1:4