<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Anyway to invoke Makefile in Maple IDE?</title>
		<link>http://forums.leaflabs.com/topic.php?id=1469</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:14:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=1469" rel="self" type="application/rss+xml" />

		<item>
			<title>fracting on "Anyway to invoke Makefile in Maple IDE?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1469#post-8667</link>
			<pubDate>Fri, 16 Mar 2012 00:48:32 +0000</pubDate>
			<dc:creator>fracting</dc:creator>
			<guid isPermaLink="false">8667@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;&#38;gt;.pde, as far as I know comes from the Arduino and Processing environment.&#60;br /&#62;
&#38;gt;http://filext.com/file-extension/PDE&#60;/p&#62;
&#60;p&#62;@bubulindo, thanks for you information, just found a great website!&#60;br /&#62;
Thanks for your other advice as well, I think the best result is we could get the new IDE support Makefile in the future.&#60;/p&#62;
&#60;p&#62;Regards :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fracting on "Anyway to invoke Makefile in Maple IDE?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1469#post-8666</link>
			<pubDate>Fri, 16 Mar 2012 00:30:57 +0000</pubDate>
			<dc:creator>fracting</dc:creator>
			<guid isPermaLink="false">8666@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Poslathian, thanks for reply.&#60;/p&#62;
&#60;p&#62;Glad to here the progress. Do we have a version control system to check out the latest developing IDE source code? I would like to be a pre-alpha testing user and give feedback if I find any issues.&#60;/p&#62;
&#60;p&#62;I've update the &#34;Missing Features&#34; wiki page: &#60;a href=&#34;http://wiki.leaflabs.com/index.php?title=Missing_Features&#34; rel=&#34;nofollow&#34;&#62;http://wiki.leaflabs.com/index.php?title=Missing_Features&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;BTW, I really like the Captcha, haha :)&#60;/p&#62;
&#60;p&#62;Also, do we have a bug tracking system? If no I think Bugzilla would be a good choice ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Anyway to invoke Makefile in Maple IDE?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1469#post-8645</link>
			<pubDate>Thu, 15 Mar 2012 13:25:12 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">8645@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;fracting - first off, patches always welcome!&#60;/p&#62;
&#60;p&#62;The short answer is no, the IDE is written in Java and the build system is also java, inherited from adruino/processing. We did some experiments switching is out to Make, but it was ugly to glue the old Java build system to the newer make system. &#60;/p&#62;
&#60;p&#62;The good news is if you need make, you can absolutely use our make based command line tool chain, which includes targets for uploading to RAM/Flash (see the documentation on this). &#60;/p&#62;
&#60;p&#62;Also, a make based backend for the new IDE (part of Wiring) is in the works. We agree its the right thing!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "Anyway to invoke Makefile in Maple IDE?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1469#post-8642</link>
			<pubDate>Thu, 15 Mar 2012 11:27:52 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">8642@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ups... someone delete this. Duplicate post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bubulindo on "Anyway to invoke Makefile in Maple IDE?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1469#post-8641</link>
			<pubDate>Thu, 15 Mar 2012 11:27:51 +0000</pubDate>
			<dc:creator>bubulindo</dc:creator>
			<guid isPermaLink="false">8641@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;.pde, as far as I know comes from the Arduino and Processing environment. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://filext.com/file-extension/PDE&#34; rel=&#34;nofollow&#34;&#62;http://filext.com/file-extension/PDE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not on windows now, but isn't there a file called Makefile that gets called by the IDE? I can bet there is since I used it when testing the RTC on my board. Have you looked for it? &#60;/p&#62;
&#60;p&#62;You can add your .cpp files there and use your .pde file to bring everything together. Although, you could also put your code in one of the .cpp files that you include and bypass the IDE altogether. But that would be unnecessary complication.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fracting on "Anyway to invoke Makefile in Maple IDE?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1469#post-8640</link>
			<pubDate>Thu, 15 Mar 2012 10:26:40 +0000</pubDate>
			<dc:creator>fracting</dc:creator>
			<guid isPermaLink="false">8640@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Sorry, I should post it to the Maple IDE Support forum, could admin help me to change that?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fracting on "Anyway to invoke Makefile in Maple IDE?"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1469#post-8639</link>
			<pubDate>Thu, 15 Mar 2012 10:25:37 +0000</pubDate>
			<dc:creator>fracting</dc:creator>
			<guid isPermaLink="false">8639@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi folks,&#60;/p&#62;
&#60;p&#62;I'm new to here, please let me know if I miss any discussion before.&#60;/p&#62;
&#60;p&#62;As everyone know, we can use Makefile in command line to build a maple project, what I wondering is, could we invoke Makefile in Maple IDE?&#60;br /&#62;
We have a team working together on a maple project, some of us use Linux, some prefer Windows IDE. We wish we could split our source code files to different directories, that's no problem on Linux with our customized Makefile, but seems Maple IDE could not recognize it, is that true?&#60;br /&#62;
I've read documentation, search in the forum, but no luck yet.&#60;/p&#62;
&#60;p&#62;My questions are:&#60;br /&#62;
- Does Maple IDE support Makefile?&#60;br /&#62;
- If not, is there any plan on adding this new feature?&#60;br /&#62;
- If not, patches welcome?&#60;/p&#62;
&#60;p&#62;Another question here:&#60;br /&#62;
- Why we use .pde as extension name instead .cpp for C++ source files in maple IDE?&#60;br /&#62;
Could we make Maple IDE recognize .cpp as well? (Errr, what does pde actually mean?)&#60;/p&#62;
&#60;p&#62;Thanks a lot! Excellent project.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
