Alright so...I just re-ran the build script for portmidi and the header file is now included with two others that weren't in the package when I tried to build it yesterday. I'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'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"><<a href="mailto:joshuakwood@gmail.com">joshuakwood@gmail.com</a>></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 <<a href="mailto:dave@unrealize.co.uk">dave@unrealize.co.uk</a>> wrote:<br>
> On (12:34 06/05/10), Tim King <<a href="mailto:datimmay@gmail.com">datimmay@gmail.com</a>> put forth the proposition:<br>
><br>
> Hi thanks for checking David.<br>
><br>
> Yes I'm using the script from SBo for hydrogen and all depends including<br>
> portmidi. I AM using multilib as well (which I neglected to mention), but I<br>
> am not using the 32 bit environment at all. All of my build commands look<br>
> like so:<br>
><br>
> ARCH=x86_64 ./portmidi.SlackBuild<br>
><br>
> Does all this need to be built 32 bit instead or is there something I need<br>
> to do differently because of the multilib?<br>
><br>
><br>
> I just built on x86_64 without problems, except I needed to edit the<br>
> ladspa slackbuild.<br>
><br>
> I really don't know if multilib will affect things. I would be<br>
> inclined to think passing ARCH=x86_64 would just build as if it's<br>
> plain x86_64.<br>
><br>
> Perhaps someone else on the list will know more about that.<br>
><br>
><br>
><br>
> Tim<br>
><br>
<br>
</div>Occasionally, you have to force it to use the correct libraries in a<br>
multilib environment. SlackBuilds.org recommends<br>
LDFLAGS="-L/usr/lib${LIBSUFFIX}" but I invariably use<br>
LDFLAGS="-L/lib${LIBSUFFIX} -L/usr/lib${LIBSUFFIX}" 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>