<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 20, 2015, at 11:45 AM, Kyle Sammons &lt;<a href="mailto:ksammons@macports.org" class="">ksammons@macports.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><font face="arial, helvetica, sans-serif" class="">Hey everyone,</font><div class=""><font face="arial, helvetica, sans-serif" class=""><br class=""></font></div><div class=""><font face="arial, helvetica, sans-serif" class="">The progress on Pallet is now around the point where I need some other people to try to run it, to make sure it's building and running correctly on other systems. If you're interested in doing so, I've included the details on how to build and run it below (8 to 9 total steps):</font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><br class=""></font></div><div class=""><font face="arial, helvetica, sans-serif" class="">Generating a self-signed certificate (Only have to do this once):</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">1. Go to KeyChain Access</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">2. Click on KeyChain Access -&gt; Certificate Assistant -&gt; Create A Certificate...</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">3. Set the name to, "Self-signed Applications", without quotes.&nbsp;</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">4. Set the Identity Type to "Self Signed Root"</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">5. Set the Certificate Type to, "Code Signing"</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">6. Hit "Create"</font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><br class=""></font></div><div class=""><font face="arial, helvetica, sans-serif" class="">Pulling the code:</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">1. Create a new directory to put the code into (personal preference, really)</font></div><div class=""><font face="arial, helvetica, sans-serif" class="">2. Run, "<span class="" style="line-height:14.3999996185303px">svn checkout <a href="https://svn.macports.org/repository/macports/branches/gsoc15-pallet" class="">https://svn.macports.org/repository/macports/branches/gsoc15-pallet</a>"</span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span class="" style="line-height:14.3999996185303px"><br class=""></span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span style="line-height:14.3999996185303px" class="">Building and running:</span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span style="line-height:14.3999996185303px" class="">1. Run, "sudo sh build_and_run.sh", and if everything went correctly, it should build and begin running Pallet!</span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span style="line-height:14.3999996185303px" class=""><br class=""></span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span style="line-height:14.3999996185303px" class="">If anything goes wrong (or right), if you could please tell me what happened, that'd be greatly appreciated!&nbsp;</span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span style="line-height:14.3999996185303px" class=""><br class=""></span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span style="line-height:14.3999996185303px" class="">Thanks,</span></font></div><div class=""><font face="arial, helvetica, sans-serif" class=""><span style="line-height:14.3999996185303px" class="">-Kyle</span></font></div></div>
_______________________________________________<br class="">macports-dev mailing list<br class=""><a href="mailto:macports-dev@lists.macosforge.org" class="">macports-dev@lists.macosforge.org</a><br class="">https://lists.macosforge.org/mailman/listinfo/macports-dev<br class=""></div></blockquote></div><div class=""><br class=""></div><div class="">1. Why are you using Garbage Collection? The GC runtime will be outright removed from OS X in 10.12. You absolutely cannot use this - convert it to ARC.</div>2. Why does this need root to build?<div class="">3. Why the self-signed certificates?</div><div class="">4. Don't use specific versions of OS X SDKs. Have all targets always use the latest OS X SDK available on the build machine.</div><div class=""><br class=""></div><div class="">5. The application menu still has a bunch of document app related items (File &gt; New, etc.) that look like they probably have no use in Pallet</div><div class="">6. The Info window shows white boxes until you hover over them</div><div class=""><br class=""></div><div class=""><img apple-inline="yes" id="D29088C5-3E2E-4832-A6A4-AF23011C9F71" height="439" width="642" apple-width="yes" apple-height="yes" src="cid:3A542CEE-E847-4229-ABBF-A2833F0AD601@satelsf.com" class=""><br class=""><div apple-content-edited="true" class="">7. Close main Pallet window -&gt; Authorization prompt (what??) -&gt; Cancel -&gt; SIGABRT</div><div apple-content-edited="true" class="">
--&nbsp;<br class="">Jake Petroules&nbsp;- jake.petroules at <a href="http://petroules.com" class="">petroules.com</a><br class=""><br class=""></div></div></body></html>