<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Max5 SDK bollockses Pluggo</title>
		<atom:link href="http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 15:05:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-42223</guid>
					<title><![CDATA[Max5 SDK bollockses Pluggo]]></title>
					<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-42223</link>
					<pubDate>Tue, 10 Feb 2009 10:30:57 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>I get this in the Console when Ableton Live tries to load my Pluggo  <br />
stuff:</p>
<p>10/02/2009 10:23:35 Live[14387] Error loading /Library/Application  <br />
Support/C74 Plug-in Support/VstPlugLib.bundle/Contents/MacOS/ <br />
VstPlugLib:  dlopen(/Library/Application Support/C74 Plug-in Support/ <br />
VstPlugLib.bundle/Contents/MacOS/VstPlugLib, 262): Symbol not found:  <br />
_path_translate<br />
   Referenced from: /Library/Application Support/C74 Plug-in Support/ <br />
VstPlugLib.bundle/Contents/MacOS/VstPlugLib<br />
   Expected in: /Library/Frameworks/MaxAPI.framework/Versions/A/MaxAPI</p>
<p>This is presumably due to the Max5 SDK Framework being there (as of a  <br />
few days ago when I installed it).</p>
<p>I was just following orders:</p>
<p>Copy frameworks (MaxAPI.framework etc.) from<br />
/Applications/MaxMSP.app/Contents/Frameworks<br />
to<br />
/Library/Frameworks [sic.]</p>
<p>I notice that the frameworks are also included verbatim in the SDK  <br />
release.</p>
<p>I guess I now need to reinstall Pluggo. What&#8217;s the best method to make  <br />
sure they coexist? I assume Max5 uses its own internal frameworks.</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.last.fm/music/cassiel" rel="nofollow">http://www.last.fm/music/cassiel</a><br />
<a href="http://www.reverbnation.com/cassiel" rel="nofollow">http://www.reverbnation.com/cassiel</a><br />
<a href="http://www.linkedin.com/in/cassiel" rel="nofollow">http://www.linkedin.com/in/cassiel</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151060</guid>
					<title><![CDATA[Re: Max5 SDK bollockses Pluggo]]></title>
					<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151060</link>
					<pubDate>Tue, 10 Feb 2009 16:03:43 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151061</guid>
					<title><![CDATA[Re: Max5 SDK bollockses Pluggo]]></title>
					<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151061</link>
					<pubDate>Tue, 10 Feb 2009 23:14:03 +0000</pubDate>
					<dc:creator>Brad Garton</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Nick &#8211;</p>
<p>I ran into the exact same problem this past weekend.  I had renamed my  <br />
Max4 Frameworks (and the sub-contents) things like &#8220;MaxAPI-4.x&#8221; and  <br />
changed my Xcode projects to pick up on that name, but then I found  <br />
that Pluggo was not a happy camper.  It seems that the Max5 SDK is a  <br />
bit more flexible about where you place the MaxAudioAPI and MaxAPI  <br />
frameworks, so I&#8217;ve kept them in the max-includes/ and msp-includes/  <br />
directories and have Xcode look for them there.</p>
<p>I thought I was set by renaming the Max4*API frameworks until the  <br />
pluggo issue happened.  I think the problem is that trying to compile  <br />
Max5 projects might pick up the Max4 frameworks if they are named  <br />
&#8220;MaxAudioAPI&#8221; and &#8220;MaxAPI&#8221; and are in the /Library/Frameworks/  <br />
directory, so it looks like I&#8217;ll have to shuttle them in and out when  <br />
doing development work and/or using pluggo.</p>
<p>You don&#8217;t need to reinstall pluggo &#8212; just grab the two frameworks  <br />
from the Max4 SDK and put them into /Library/Frameworks.</p>
<p>brad</p>
<p><a href="http://music.columbia.edu/~brad" rel="nofollow">http://music.columbia.edu/~brad</a></p>
<p>
On Feb 10, 2009, at 5:30 AM, Nick Rothwell wrote:</p>
<p>> I get this in the Console when Ableton Live tries to load my Pluggo  <br />
> stuff:<br />
><br />
> 10/02/2009 10:23:35 Live[14387] Error loading /Library/Application  <br />
> Support/C74 Plug-in Support/VstPlugLib.bundle/Contents/MacOS/ <br />
> VstPlugLib:  dlopen(/Library/Application Support/C74 Plug-in Support/ <br />
> VstPlugLib.bundle/Contents/MacOS/VstPlugLib, 262): Symbol not found:  <br />
> _path_translate<br />
>  Referenced from: /Library/Application Support/C74 Plug-in Support/ <br />
> VstPlugLib.bundle/Contents/MacOS/VstPlugLib<br />
>  Expected in: /Library/Frameworks/MaxAPI.framework/Versions/A/MaxAPI<br />
><br />
> This is presumably due to the Max5 SDK Framework being there (as of  <br />
> a few days ago when I installed it).<br />
><br />
> I was just following orders:<br />
><br />
> Copy frameworks (MaxAPI.framework etc.) from<br />
> /Applications/MaxMSP.app/Contents/Frameworks<br />
> to<br />
> /Library/Frameworks [sic.]<br />
><br />
> I notice that the frameworks are also included verbatim in the SDK  <br />
> release.<br />
><br />
> I guess I now need to reinstall Pluggo. What&#8217;s the best method to  <br />
> make sure they coexist? I assume Max5 uses its own internal  <br />
> frameworks.<br />
><br />
> 	&#8211; N.<br />
><br />
><br />
> Nick Rothwell / Cassiel.com Limited<br />
> <a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
> <a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
> <a href="http://www.last.fm/music/cassiel" rel="nofollow">http://www.last.fm/music/cassiel</a><br />
> <a href="http://www.reverbnation.com/cassiel" rel="nofollow">http://www.reverbnation.com/cassiel</a><br />
> <a href="http://www.linkedin.com/in/cassiel" rel="nofollow">http://www.linkedin.com/in/cassiel</a><br />
> <a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a><br />
><br />
></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151062</guid>
					<title><![CDATA[Re: Max5 SDK bollockses Pluggo]]></title>
					<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151062</link>
					<pubDate>Wed, 11 Feb 2009 07:03:24 +0000</pubDate>
					<dc:creator>martinrobinson</dc:creator>

					<description>
						<![CDATA[
						<p>&#8230;and the SDK still has multiple copies of the header files due to resolved symlinks</p>
<p>try:</p>
<p>zip -ryX MaxSDK-5.0.6.zip MaxSDK-5.0.6 -x *.DS_Store* *.svn*</p>
<p>then it&#8217;s only 5MB</p>
<p>..sorry to mention this again.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151063</guid>
					<title><![CDATA[Re: Max5 SDK bollockses Pluggo]]></title>
					<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151063</link>
					<pubDate>Wed, 11 Feb 2009 13:02:14 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>On 11 Feb 2009, at 07:03, Martin Robinson wrote:</p>
<p>> &#8230;and the SDK still has multiple copies of the header files due to  <br />
> resolved symlinks</p>
<p>I was going to report that as well.</p>
<p>It&#8217;s not totally clear to me why the SDK has the frameworks &#8211; won&#8217;t  <br />
most developers have a copy of Max 5 and the technical nonce to copy  <br />
the frameworks out of the application bundle?</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.last.fm/music/cassiel" rel="nofollow">http://www.last.fm/music/cassiel</a><br />
<a href="http://www.reverbnation.com/cassiel" rel="nofollow">http://www.reverbnation.com/cassiel</a><br />
<a href="http://www.linkedin.com/in/cassiel" rel="nofollow">http://www.linkedin.com/in/cassiel</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151064</guid>
					<title><![CDATA[Re: Max5 SDK bollockses Pluggo]]></title>
					<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151064</link>
					<pubDate>Wed, 11 Feb 2009 13:06:40 +0000</pubDate>
					<dc:creator>nick rothwell / cassiel</dc:creator>

					<description>
						<![CDATA[
						<p>On 10 Feb 2009, at 23:14, Brad Garton wrote:</p>
<p>> I think the problem is that trying to compile Max5 projects might  <br />
> pick up the Max4 frameworks if they are named &#8220;MaxAudioAPI&#8221; and  <br />
> &#8220;MaxAPI&#8221; and are in the /Library/Frameworks/ directory</p>
<p>I just modified a project to refer to the (broken-symlink) copy that  <br />
shipped with the SDK and it seemed to build OK. I presume I could also  <br />
build against the frameworks embedded in MaxMSP.app as well.</p>
<p>	&#8211; N.</p>
<p>
Nick Rothwell / Cassiel.com Limited<br />
<a href="http://www.cassiel.com" rel="nofollow">http://www.cassiel.com</a><br />
<a href="http://www.myspace.com/cassieldotcom" rel="nofollow">http://www.myspace.com/cassieldotcom</a><br />
<a href="http://www.last.fm/music/cassiel" rel="nofollow">http://www.last.fm/music/cassiel</a><br />
<a href="http://www.reverbnation.com/cassiel" rel="nofollow">http://www.reverbnation.com/cassiel</a><br />
<a href="http://www.linkedin.com/in/cassiel" rel="nofollow">http://www.linkedin.com/in/cassiel</a><br />
<a href="http://www.loadbang.net" rel="nofollow">http://www.loadbang.net</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151065</guid>
					<title><![CDATA[Re: Max5 SDK bollockses Pluggo]]></title>
					<link>http://cycling74.com/forums/topic/max5-sdk-bollockses-pluggo/#post-151065</link>
					<pubDate>Wed, 11 Feb 2009 20:11:11 +0000</pubDate>
					<dc:creator>martinrobinson</dc:creator>

					<description>
						<![CDATA[
						<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
> On 11 Feb 2009, at 07:03, Martin Robinson wrote:<br />
> <br />
> > &#8230;and the SDK still has multiple copies of the header files due to  <br />
> > resolved symlinks<br />
> <br />
> I was going to report that as well.<br />
> <br />
> It&#8217;s not totally clear to me why the SDK has the frameworks &#8211; won&#8217;t  <br />
> most developers have a copy of Max 5 and the technical nonce to copy  <br />
> the frameworks out of the application bundle?<br />
> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I seem to remember they have a different set of headers in the Max.app Frameworks.</p>
<p>i.e., missing headers e.g., &#8220;ext_drag.h&#8221;, &#8220;ext_time.h&#8221;,  &#8220;ext_itm.h&#8221;, &#8220;ext_atomic.h&#8221;</p>
<p>I was hoping to link to these headers without copying them, for example.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

