Alright so...I just re-ran the build script for portmidi and the header file is now included with two others that weren&#39;t in the package when I tried to build it yesterday.  I&#39;m just not sure at all why.  The package I got yesterday showed /usr/include but no files installed to it.  Now there are three. I am stumped but I&#39;m not going to complain.  Hydrogen is building as we speak.  I really appreciate you looking into it and I wish I could say what happened :D<br>
<br>Regards,<br>Tim<br><br><div class="gmail_quote">On Thu, May 6, 2010 at 10:41 PM, JK Wood <span dir="ltr">&lt;<a href="mailto:joshuakwood@gmail.com">joshuakwood@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thursday, May 6, 2010, David Woodfall &lt;<a href="mailto:dave@unrealize.co.uk">dave@unrealize.co.uk</a>&gt; wrote:<br>
&gt; On (12:34 06/05/10), Tim King &lt;<a href="mailto:datimmay@gmail.com">datimmay@gmail.com</a>&gt; put forth the proposition:<br>
&gt;<br>
&gt; Hi thanks for checking David.<br>
&gt;<br>
&gt; Yes I&#39;m using the script from SBo for hydrogen and all depends including<br>
&gt; portmidi.  I AM using multilib as well (which I neglected to mention), but I<br>
&gt; am not using the 32 bit environment at all.  All of my build commands look<br>
&gt; like so:<br>
&gt;<br>
&gt; ARCH=x86_64 ./portmidi.SlackBuild<br>
&gt;<br>
&gt; Does all this need to be built 32 bit instead or is there something I need<br>
&gt; to do differently because of the multilib?<br>
&gt;<br>
&gt;<br>
&gt; I just built on x86_64 without problems, except I needed to edit the<br>
&gt; ladspa slackbuild.<br>
&gt;<br>
&gt; I really don&#39;t know if multilib will affect things. I would be<br>
&gt; inclined to think passing ARCH=x86_64 would just build as if it&#39;s<br>
&gt; plain x86_64.<br>
&gt;<br>
&gt; Perhaps someone else on the list will know more about that.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Tim<br>
&gt;<br>
<br>
</div>Occasionally, you have to force it to use the correct libraries in a<br>
multilib environment. SlackBuilds.org recommends<br>
LDFLAGS=&quot;-L/usr/lib${LIBSUFFIX}&quot; but I invariably use<br>
LDFLAGS=&quot;-L/lib${LIBSUFFIX} -L/usr/lib${LIBSUFFIX}&quot; in front of your<br>
configure lines.<br>
<br>
Otherwise, assuming you still have problems, you might want to look<br>
for a Gentoo patch for multilib or something.<br>
<font color="#888888"><br>
--JK<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</div></div></blockquote></div><br>