Re: Mac update
"Benjamin C. Pierce" <[email protected]>
| Newsgroups | gmane.network.unison.devel |
|---|---|
| Message-ID | <[email protected]> |
Looks like the new mac GUI is basically working. Should we start folding the changes back into the trunk repo?
- Benjamin
On Jun 5, 2014, at 9:07 AM, Alan Schmitt <[email protected]> wrote:
> On 2014-05-29 15:44, Alan Shutko <[email protected]> writes:
>
>> 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:
>>
>> --- a/src/mkProjectInfo.ml
>> +++ b/src/mkProjectInfo.ml
>> @@ -42,7 +42,7 @@ let pointVersionOrigin = 504 (* Revision that corresponds to point version 0 *)
>> (* ---------------------------------------------------------------------- *)
>> (* You shouldn't need to edit below. *)
>>
>> -let revisionString = "$Rev$";;
>> +let revisionString = "$Rev: 900$";;
>>
>> let pointVersion =
>> Scanf.sscanf revisionString "$Rev: %d " (fun x -> x) - pointVersionOrigin;;
>> Modified src/strings.ml
>
> This works, thanks a lot. I'm able to build the application here.
>
> Alan
> _______________________________________________
> Unison-hackers mailing list
> [email protected]
> http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers
_______________________________________________
Unison-hackers mailing list
[email protected]
http://lists.seas.upenn.edu/mailman/listinfo/unison-hackers