<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;">Looks like the new mac GUI is basically working.  Should we start folding the changes back into the trunk repo?<div><br></div><div>    - Benjamin<br><div><br><div><br><div><br><div><div>On Jun 5, 2014, at 9:07 AM, Alan Schmitt <<a href="mailto:alan.schmitt@polytechnique.org">alan.schmitt@polytechnique.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;">On 2014-05-29 15:44, Alan Shutko <<a href="mailto:ats@acm.org">ats@acm.org</a>> writes:<br><br><blockquote type="cite">The mkProjectInfo.ml file uses a subversion keyword to get the subversion revision number to put in the makefile. That doesn't exist in a git checkout, so I had to do this workaround:<br><br>--- a/src/mkProjectInfo.ml<br>+++ b/src/mkProjectInfo.ml<br>@@ -42,7 +42,7 @@ let pointVersionOrigin = 504 (* Revision that corresponds to point version 0 *)<br>(* ---------------------------------------------------------------------- *)<br>(* You shouldn't need to edit below. *)<br><br>-let revisionString = "$Rev$";;<br>+let revisionString = "$Rev: 900$";;<br><br>let pointVersion =<span class="Apple-converted-space"> </span><br> Scanf.sscanf revisionString "$Rev: %d " (fun x -> x) - pointVersionOrigin;;<br><span class="Apple-tab-span" style="white-space: pre;">    </span>Modified   src/strings.ml<br></blockquote><br>This works, thanks a lot. I'm able to build the application here.<br><br>Alan<br>_______________________________________________<br>Unison-hackers mailing list<br><a href="mailto:Unison-hackers@lists.seas.upenn.edu">Unison-hackers@lists.seas.upenn.edu</a><br><a href="http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers">http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers</a></div></blockquote></div><br></div></div></div></div></body></html>