<?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: object building in windows with netbeans</title>
		<atom:link href="http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 02:03:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-35276</guid>
					<title><![CDATA[object building in windows with netbeans]]></title>
					<link>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-35276</link>
					<pubDate>Tue, 08 Jan 2008 23:21:05 +0000</pubDate>
					<dc:creator>peripatitis</dc:creator>

					<description>
						<![CDATA[
						<p>I am very new in c programming as well as object building for max/msp .<br />
I have made a few first atempts in oscx enviroment , however since my main computer is a xp machine i&#8217;ve been trying to configure it in windows.<br />
Up until now i&#8217;ve managed to use netbeans with cygwin for general c programming , however i still have trouble trying to configure cygwin or netbeans to build max-msp objects.</p>
<p>I&#8217;ve read the text on cygwin configuration , however i haven&#8217;t been able to do what it says (i can&#8217;t access any folders outside the cygwin root directory)<br />
I also tried to build a project in netbeans that includes the header files, etc but i don&#8217;t seem to be able to make this work either .<br />
Any ideas about how i should go in making this works ?</p>
<p>thanks for any help</p>
<p>p </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-120081</guid>
					<title><![CDATA[Re: object building in windows with netbeans]]></title>
					<link>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-120081</link>
					<pubDate>Wed, 23 Jan 2008 20:36:06 +0000</pubDate>
					<dc:creator>thezer0ist@gmail.com</dc:creator>

					<description>
						<![CDATA[
						<p>[quote](i can&#8217;t access any folders outside the cygwin root directory)[/quote]</p>
<p>i run xp and use cygwin heavily (as in, i *always* have a bash shell open in rxvt). however, i&#8217;ve been using visual studio for years now and i&#8217;ve grown accustomed to it&#8230; so i can&#8217;t recall having ever compiled max externals from within cygwin.</p>
<p>however&#8230;  a useful thing to note about cygwin:</p>
<p>cygwin contains directory mappings for the root folder of each drive (partition) on your computer&#8230; but they&#8217;re hard to find. they don&#8217;t exactly show up in normal directory listings or auto-completion in the shell. but, you can access them at<br />
&#8220;/cygdrive/*&#8221; where the * is the drive letter&#8230; so for &#8220;C:&#8221; use &#8220;/cygdrive/c/&#8221;<br />
to make life easier i make sym-links (or hard-links if you&#8217;re particularly nuts) to them in my root cygwin directory<br />
so (&#8220;ln -s /cygdrive/c /c&#8221;)</p>
<p>from there you should be able to access any file on any drive&#8230; which might be what you need</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-120082</guid>
					<title><![CDATA[Re: object building in windows with netbeans]]></title>
					<link>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-120082</link>
					<pubDate>Thu, 24 Jan 2008 02:48:46 +0000</pubDate>
					<dc:creator>bbnickell</dc:creator>

					<description>
						<![CDATA[
						<p>zer0ist is right &#8212; /cygwin/c is prefixed in all the paths; one thing<br />
you&#8217;ll want to verify in your configurations is running env to se what<br />
environment variables are set with this prefix (this is possible in XP<br />
since bash &#038; env should be a part of the cygwin distribution). Running<br />
&#8216;env&#8217; you&#8217;ll see all of the /cygdrive prefixes.</p>
<p>On Jan 23, 2008 12:36 PM, thezer0ist
<thezer0ist @gmail.com> wrote:<br />
><br />
> [quote](i can&#8217;t access any folders outside the cygwin root directory)[/quote]<br />
><br />
> i run xp and use cygwin heavily (as in, i *always* have a bash shell open in rxvt). however, i&#8217;ve been using visual studio for years now and i&#8217;ve grown accustomed to it&#8230; so i can&#8217;t recall having ever compiled max externals from within cygwin.<br />
><br />
> however&#8230;  a useful thing to note about cygwin:<br />
><br />
> cygwin contains directory mappings for the root folder of each drive (partition) on your computer&#8230; but they&#8217;re hard to find. they don&#8217;t exactly show up in normal directory listings or auto-completion in the shell. but, you can access them at<br />
> &#8220;/cygdrive/*&#8221; where the * is the drive letter&#8230; so for &#8220;C:&#8221; use &#8220;/cygdrive/c/&#8221;<br />
> to make life easier i make sym-links (or hard-links if you&#8217;re particularly nuts) to them in my root cygwin directory<br />
> so (&#8220;ln -s /cygdrive/c /c&#8221;)<br />
><br />
> from there you should be able to access any file on any drive&#8230; which might be what you need<br />
><br />
><br />
><br />
></thezer0ist></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-120083</guid>
					<title><![CDATA[Re: object building in windows with netbeans]]></title>
					<link>http://cycling74.com/forums/topic/object-building-in-windows-with-netbeans/#post-120083</link>
					<pubDate>Thu, 24 Jan 2008 02:49:42 +0000</pubDate>
					<dc:creator>bbnickell</dc:creator>

					<description>
						<![CDATA[
						<p>/cygdrive/c/</p>
<p>On Jan 23, 2008 6:48 PM, Brandon Nickell <bbnickell @gmail.com> wrote:<br />
> zer0ist is right &#8212; /cygwin/c is prefixed in all the paths; one thing<br />
> you&#8217;ll want to verify in your configurations is running env to se what<br />
> environment variables are set with this prefix (this is possible in XP<br />
> since bash &#038; env should be a part of the cygwin distribution). Running<br />
> &#8216;env&#8217; you&#8217;ll see all of the /cygdrive prefixes.<br />
><br />
><br />
> On Jan 23, 2008 12:36 PM, thezer0ist
<thezer0ist @gmail.com> wrote:<br />
> ><br />
> > [quote](i can&#8217;t access any folders outside the cygwin root directory)[/quote]<br />
> ><br />
> > i run xp and use cygwin heavily (as in, i *always* have a bash shell open in rxvt). however, i&#8217;ve been using visual studio for years now and i&#8217;ve grown accustomed to it&#8230; so i can&#8217;t recall having ever compiled max externals from within cygwin.<br />
> ><br />
> > however&#8230;  a useful thing to note about cygwin:<br />
> ><br />
> > cygwin contains directory mappings for the root folder of each drive (partition) on your computer&#8230; but they&#8217;re hard to find. they don&#8217;t exactly show up in normal directory listings or auto-completion in the shell. but, you can access them at<br />
> > &#8220;/cygdrive/*&#8221; where the * is the drive letter&#8230; so for &#8220;C:&#8221; use &#8220;/cygdrive/c/&#8221;<br />
> > to make life easier i make sym-links (or hard-links if you&#8217;re particularly nuts) to them in my root cygwin directory<br />
> > so (&#8220;ln -s /cygdrive/c /c&#8221;)<br />
> ><br />
> > from there you should be able to access any file on any drive&#8230; which might be what you need<br />
> ><br />
> ><br />
> ><br />
> ><br />
></thezer0ist></bbnickell></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

