You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.
when trying to build the version published here, I get this error:
make[1]: Entering directory `/home/kaefert/src/unison/git/src'
./mkProjectInfo > Makefile.ProjectInfo
Fatal error: exception Scanf.Scan_failure("scanf: bad input at char number 4: 'looking for ':', found '$''")
make[1]: *** Deleting file `Makefile.ProjectInfo'
building the svn trunk gives this error:
File "/home/kaefert/src/unison/trunk/src/uigtk2.ml", line 4015, characters 19-23:
Error: This expression has type unit but an expression was expected of type
< misc : GObj.misc_ops; .. >
make[1]: *** [uigtk2.cmx] Error 2
make[1]: Leaving directory `/home/kaefert/src/unison/trunk/src'
make: *** [src] Error 2
so for my current customization needs I used the branch of the 2.48 release (found it in the svn) which builds just fine on my machine after installing
when trying to build the version published here, I get this error:
building the svn trunk gives this error:
so for my current customization needs I used the branch of the 2.48 release (found it in the svn) which builds just fine on my machine after installing
The text was updated successfully, but these errors were encountered: