<?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: IDE bugs</title>
		<link>http://forums.leaflabs.com/topic.php?id=1278</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:18:15 +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=1278" rel="self" type="application/rss+xml" />

		<item>
			<title>kiwidude on "IDE bugs"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1278#post-7653</link>
			<pubDate>Sun, 15 Jan 2012 03:35:32 +0000</pubDate>
			<dc:creator>kiwidude</dc:creator>
			<guid isPermaLink="false">7653@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Any chance of bringing the IDE up to scratch with current Arduino version 1.0? It seems several versions behind.&#60;/p&#62;
&#60;p&#62;Please in any case fix these bugs:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;--- maple-ide-v0.0.12/maple-ide.orig    2011-09-13 22:52:36.000000000 +1200
+++ maple-ide-v0.0.12/maple-ide 2011-11-29 14:05:03.000000000 +1300
-APPDIR=&#38;quot;$(dirname -- &#38;quot;${0}&#38;quot;)&#38;quot;
+APPDIR=&#38;quot;$(dirname -- $(readlink -f -- &#38;quot;${0}&#38;quot;) )&#38;quot;
-    CLASSPATH=&#38;quot;${CLASSPATH}:${APPDIR}/${LIB}&#38;quot;
+    CLASSPATH=&#38;quot;${CLASSPATH}:${LIB}&#38;quot;
-LD_LIBRARY_PATH=&#38;lt;code&#38;gt;pwd&#38;lt;/code&#38;gt;/lib:${LD_LIBRARY_PATH}
+LD_LIBRARY_PATH=&#38;lt;code&#38;gt;pwd&#38;lt;/code&#38;gt;/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The first allows the program to start when creating a symlink in a bin directory pointing to maple-ide-v0.0.12/maple-ide so the IDE archive can be unpacked anywhere. The other two start the program correctly and were fixed in 0021 (which was a while ago) and 0022.&#60;/p&#62;
&#60;p&#62;The librxtxSerial.so shipped with the IDE crashes on startup 64bit Linux. It shares that feature with every Arduino IDE release too, except for Arduino 0021 - that one actually works. Beginning with Arduino 0022 there also is a librxtxSerial64.so - no idea what for, since it doesn't even get loaded on 64bit systems.&#60;/p&#62;
&#60;p&#62;The RXTXcomm.jar works but unfortunately the serial monitor in the maple IDE doesn't have a selection of which line endings to send.&#60;/p&#62;
&#60;p&#62;Another change the original made a while ago is to compile the user program first. You already know the core will compile, so it doesn't take so long to reach the first error.&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
