14 Oct 21:41
2.40.61 build errors
David Phillips <dfphil <at> comcast.net>
2010-10-14 19:41:02 GMT
2010-10-14 19:41:02 GMT
I just saw the post regarding the latest build of Unison and thought I'd try to compile it. (On a OS X 10.6 intel
machine). The last version I tried to build was 2.40.16 which built - and still builds; I checked again just
now - just fine. When I attempt to build the text version of unison, after unpacking unison into my build
directory I get the following. Needless to say, this isn't a big deal as 2.40.16 is working fine for me, but I
thought I'd report the problem.
David
Command:
~/src/unison-2.40.61% make UISTYLE=text
Output:
./mkProjectInfo > Makefile.ProjectInfo
/bin/sh: ./mkProjectInfo: No such file or directory
make: *** Deleting file `Makefile.ProjectInfo'
UISTYLE = text
Building for Unix
NATIVE = true
THREADS = false
STATIC = false
OSTYPE =
OSARCH = osx
make tags
./mkProjectInfo > Makefile.ProjectInfo
/bin/sh: ./mkProjectInfo: No such file or directory
make[1]: *** Deleting file `Makefile.ProjectInfo'
if [ -f `which etags` ]; then \
etags *.mli */*.mli *.ml */*.ml */*.m *.c */*.c *.txt \
; fi
---
(Continue reading)
RSS Feed