[Unison-hackers] Compiling under Mac OS X
Benjamin Pierce
bcpierce at cis.upenn.edu
Mon Jul 20 10:06:20 EDT 2009
> It would be great if someone could try with Ocaml 3.11.1 (where this
> bug is fixed) and report back.
I tried again to get 3.11.1 working on my laptop, but I'm not quite
there yet. Any idea what's wrong? (This is with a newly compiled
OCaml.)
- B
~/current/unison/trunk/src> make
ocamlc -o mkProjectInfo unix.cma str.cma mkProjectInfo.ml
./mkProjectInfo > Makefile.ProjectInfo
UISTYLE = macnew
Building for Unix
NATIVE = true
THREADS = true
STATIC = false
OSTYPE =
OSARCH = osx
ocamlopt: ubase/rx.mli ---> ubase/rx.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/rx.mli
ocamlopt: ubase/rx.ml ---> ubase/rx.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/rx.ml
ocamlopt: unicode_tables.ml ---> unicode_tables.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
unicode_tables.ml
ocamlopt: unicode.mli ---> unicode.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
unicode.mli
ocamlopt: unicode.ml ---> unicode.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
unicode.ml
ocamlopt: bytearray.mli ---> bytearray.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
bytearray.mli
ocamlopt: bytearray.ml ---> bytearray.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
bytearray.ml
ocamlopt: system/system_generic.ml ---> system/system_generic.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
system/system_generic.ml
ocamlopt: system/generic/system_impl.ml ---> system/generic/
system_impl.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
system/generic/system_impl.ml
ocamlc: system/system_intf.ml ---> system/system_intf.cmo
ocamlc -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
system/system_intf.ml
ocamlopt: system.mli ---> system.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
system.mli
ocamlopt: system.ml ---> system.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
system.ml
echo 'let myName = "'unison'";;' > ubase/projectInfo.ml
echo 'let myVersion = "'2.37.1'";;' >> ubase/projectInfo.ml
echo 'let myMajorVersion = "'2.37'";;' >> ubase/projectInfo.ml
ocamlopt: ubase/projectInfo.ml ---> ubase/projectInfo.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/projectInfo.ml
ocamlopt: ubase/myMap.mli ---> ubase/myMap.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/myMap.mli
ocamlopt: ubase/myMap.ml ---> ubase/myMap.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/myMap.ml
ocamlopt: ubase/safelist.mli ---> ubase/safelist.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/safelist.mli
ocamlopt: ubase/safelist.ml ---> ubase/safelist.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/safelist.ml
ocamlopt: ubase/uprintf.mli ---> ubase/uprintf.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/uprintf.mli
ocamlopt: ubase/uprintf.ml ---> ubase/uprintf.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/uprintf.ml
ocamlopt: ubase/util.mli ---> ubase/util.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/util.mli
ocamlopt: ubase/util.ml ---> ubase/util.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/util.ml
ocamlopt: ubase/uarg.mli ---> ubase/uarg.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/uarg.mli
ocamlopt: ubase/uarg.ml ---> ubase/uarg.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/uarg.ml
ocamlopt: ubase/prefs.mli ---> ubase/prefs.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/prefs.mli
ocamlopt: ubase/prefs.ml ---> ubase/prefs.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/prefs.ml
ocamlopt: ubase/trace.mli ---> ubase/trace.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/trace.mli
ocamlopt: ubase/trace.ml ---> ubase/trace.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/trace.ml
ocamlopt: ubase/proplist.mli ---> ubase/proplist.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/proplist.mli
ocamlopt: ubase/proplist.ml ---> ubase/proplist.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/proplist.ml
ocamlopt: lwt/pqueue.mli ---> lwt/pqueue.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/pqueue.mli
ocamlopt: lwt/pqueue.ml ---> lwt/pqueue.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/pqueue.ml
ocamlopt: lwt/lwt.mli ---> lwt/lwt.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/lwt.mli
ocamlopt: lwt/lwt.ml ---> lwt/lwt.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/lwt.ml
ocamlopt: lwt/lwt_util.mli ---> lwt/lwt_util.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/lwt_util.mli
ocamlopt: lwt/lwt_util.ml ---> lwt/lwt_util.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/lwt_util.ml
ocamlopt: lwt/lwt_unix.mli ---> lwt/lwt_unix.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/lwt_unix.mli
ocamlopt: lwt/lwt_unix.ml ---> lwt/lwt_unix.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lwt/lwt_unix.ml
ocamlopt: case.mli ---> case.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
case.mli
ocamlopt: case.ml ---> case.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
case.ml
ocamlopt: pred.mli ---> pred.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
pred.mli
ocamlopt: pred.ml ---> pred.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
pred.ml
ocamlopt: uutil.mli ---> uutil.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uutil.mli
ocamlopt: uutil.ml ---> uutil.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uutil.ml
ocamlopt: fileutil.mli ---> fileutil.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fileutil.mli
ocamlopt: fileutil.ml ---> fileutil.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fileutil.ml
ocamlopt: name.mli ---> name.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
name.mli
ocamlopt: name.ml ---> name.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
name.ml
ocamlopt: path.mli ---> path.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
path.mli
ocamlopt: path.ml ---> path.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
path.ml
ocamlopt: fspath.mli ---> fspath.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fspath.mli
ocamlopt: fspath.ml ---> fspath.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fspath.ml
ocamlopt: fs.mli ---> fs.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fs.mli
ocamlopt: fs.ml ---> fs.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fs.ml
ocamlopt: fingerprint.mli ---> fingerprint.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fingerprint.mli
ocamlopt: fingerprint.ml ---> fingerprint.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fingerprint.ml
ocamlopt: abort.mli ---> abort.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
abort.mli
ocamlopt: abort.ml ---> abort.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
abort.ml
ocamlopt: osx.mli ---> osx.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
osx.mli
ocamlopt: osx.ml ---> osx.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
osx.ml
ocamlopt: external.mli ---> external.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
external.mli
ocamlopt: external.ml ---> external.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
external.ml
ocamlopt: props.mli ---> props.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
props.mli
ocamlopt: props.ml ---> props.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
props.ml
ocamlopt: fileinfo.mli ---> fileinfo.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fileinfo.mli
ocamlopt: fileinfo.ml ---> fileinfo.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fileinfo.ml
ocamlopt: os.mli ---> os.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
os.mli
ocamlopt: os.ml ---> os.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
os.ml
ocamlopt: lock.mli ---> lock.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lock.mli
ocamlopt: lock.ml ---> lock.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
lock.ml
ocamlopt: clroot.mli ---> clroot.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
clroot.mli
ocamlopt: clroot.ml ---> clroot.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
clroot.ml
ocamlopt: common.mli ---> common.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
common.mli
ocamlopt: common.ml ---> common.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
common.ml
ocamlopt: tree.mli ---> tree.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
tree.mli
ocamlopt: tree.ml ---> tree.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
tree.ml
ocamlopt: checksum.mli ---> checksum.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
checksum.mli
ocamlopt: checksum.ml ---> checksum.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
checksum.ml
ocamlopt: terminal.mli ---> terminal.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
terminal.mli
ocamlopt: terminal.ml ---> terminal.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
terminal.ml
ocamlopt: transfer.mli ---> transfer.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
transfer.mli
ocamlopt: transfer.ml ---> transfer.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
transfer.ml
ocamlopt: xferhint.mli ---> xferhint.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
xferhint.mli
ocamlopt: xferhint.ml ---> xferhint.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
xferhint.ml
ocamlopt: remote.mli ---> remote.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
remote.mli
ocamlopt: remote.ml ---> remote.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
remote.ml
ocamlopt: globals.mli ---> globals.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
globals.mli
ocamlopt: globals.ml ---> globals.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
globals.ml
ocamlopt: update.mli ---> update.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
update.mli
ocamlopt: update.ml ---> update.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
update.ml
ocamlopt: copy.mli ---> copy.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
copy.mli
ocamlopt: copy.ml ---> copy.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
copy.ml
ocamlopt: stasher.mli ---> stasher.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
stasher.mli
ocamlopt: stasher.ml ---> stasher.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
stasher.ml
ocamlopt: files.mli ---> files.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
files.mli
ocamlopt: files.ml ---> files.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
files.ml
ocamlopt: sortri.mli ---> sortri.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
sortri.mli
ocamlopt: sortri.ml ---> sortri.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
sortri.ml
ocamlopt: recon.mli ---> recon.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
recon.mli
ocamlopt: recon.ml ---> recon.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
recon.ml
ocamlopt: transport.mli ---> transport.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
transport.mli
ocamlopt: transport.ml ---> transport.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
transport.ml
ocamlopt: strings.mli ---> strings.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
strings.mli
ocamlopt: strings.ml ---> strings.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
strings.ml
ocamlopt: uicommon.mli ---> uicommon.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uicommon.mli
ocamlopt: uicommon.ml ---> uicommon.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uicommon.ml
ocamlopt: uitext.mli ---> uitext.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uitext.mli
ocamlopt: uitext.ml ---> uitext.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uitext.ml
ocamlopt: test.mli ---> test.cmi
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
test.mli
ocamlopt: test.ml ---> test.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
test.ml
ocamlopt: main.ml ---> main.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
main.ml
ocamlopt: uimacbridgenew.ml ---> uimacbridgenew.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uimacbridgenew.ml
ocamlopt: osxsupport.c ---> osxsupport.o
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -ccopt -o -ccopt /Users/bcpierce/current/
unison/trunk/src/osxsupport.o -c /Users/bcpierce/current/unison/trunk/
src/osxsupport.c
ocamlopt: pty.c ---> pty.o
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -ccopt -o -ccopt /Users/bcpierce/current/
unison/trunk/src/pty.o -c /Users/bcpierce/current/unison/trunk/src/pty.c
ocamlopt: bytearray_stubs.c ---> bytearray_stubs.o
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -ccopt -o -ccopt /Users/bcpierce/current/
unison/trunk/src/bytearray_stubs.o -c /Users/bcpierce/current/unison/
trunk/src/bytearray_stubs.c
Linking unison-blob.o
ocamlopt -output-obj -verbose -I lwt -I ubase -I system -thread -I
system/generic -ccopt -mmacosx-version-min=10.4 -o u-b.o unix.cmxa
str.cmxa bigarray.cmxa threads.cmxa ubase/rx.cmx unicode_tables.cmx
unicode.cmx bytearray.cmx system/system_generic.cmx system/generic/
system_impl.cmx system.cmx ubase/projectInfo.cmx ubase/myMap.cmx ubase/
safelist.cmx ubase/uprintf.cmx ubase/util.cmx ubase/uarg.cmx ubase/
prefs.cmx ubase/trace.cmx ubase/proplist.cmx lwt/pqueue.cmx lwt/
lwt.cmx lwt/lwt_util.cmx lwt/lwt_unix.cmx case.cmx pred.cmx uutil.cmx
fileutil.cmx name.cmx path.cmx fspath.cmx fs.cmx fingerprint.cmx
abort.cmx osx.cmx external.cmx props.cmx fileinfo.cmx os.cmx lock.cmx
clroot.cmx common.cmx tree.cmx checksum.cmx terminal.cmx transfer.cmx
xferhint.cmx remote.cmx globals.cmx update.cmx copy.cmx stasher.cmx
files.cmx sortri.cmx recon.cmx transport.cmx strings.cmx uicommon.cmx
uitext.cmx test.cmx main.cmx uimacbridgenew.cmx
+ as -o '/var/folders/al/al6Jx9nMEg0YTrA5zjZmt++++TI/-Tmp-/
camlstartup372e93.o' '/var/folders/al/al6Jx9nMEg0YTrA5zjZmt++++TI/-
Tmp-/camlstartup4f86bf.s'
+ ld -r -o 'u-b.o' '/var/folders/al/al6Jx9nMEg0YTrA5zjZmt++++TI/-Tmp-/
camlstartup372e93.o' 'uimacbridgenew.o' 'main.o' 'test.o' 'uitext.o'
'uicommon.o' 'strings.o' 'transport.o' 'recon.o' 'sortri.o' 'files.o'
'stasher.o' 'copy.o' 'update.o' 'globals.o' 'remote.o' 'xferhint.o'
'transfer.o' 'terminal.o' 'checksum.o' 'tree.o' 'common.o' 'clroot.o'
'lock.o' 'os.o' 'fileinfo.o' 'props.o' 'external.o' 'osx.o' 'abort.o'
'fingerprint.o' 'fs.o' 'fspath.o' 'path.o' 'name.o' 'fileutil.o'
'uutil.o' 'pred.o' 'case.o' 'lwt/lwt_unix.o' 'lwt/lwt_util.o' 'lwt/
lwt.o' 'lwt/pqueue.o' 'ubase/proplist.o' 'ubase/trace.o' 'ubase/
prefs.o' 'ubase/uarg.o' 'ubase/util.o' 'ubase/uprintf.o' 'ubase/
safelist.o' 'ubase/myMap.o' 'ubase/projectInfo.o' 'system.o' 'system/
generic/system_impl.o' 'system/system_generic.o' 'bytearray.o'
'unicode.o' 'unicode_tables.o' 'ubase/rx.o' '/usr/local/lib/ocaml/
threads/threads.a' '/usr/local/lib/ocaml/bigarray.a' '/usr/local/lib/
ocaml/str.a' '/usr/local/lib/ocaml/unix.a' '/usr/local/lib/ocaml/
stdlib.a'
ld -r -o unison-blob.o u-b.o osxsupport.o pty.o bytearray_stubs.o
rm -f u-b.o
(cd uimacnew; xcodebuild OCAMLLIBDIR="/usr/local/lib/ocaml"
SYMROOT=build)
=== BUILDING AGGREGATE TARGET Create ExternalSettings WITH THE DEFAULT
CONFIGURATION (Default) ===
Checking Dependencies...
The file âExternalSettings.xcconfigâ does not exist. (/Users/
bcpierce/current/unison/trunk/src/uimacnew/ExternalSettings.xcconfig)
PhaseScriptExecution "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build/
Script-2A124E7E0DE1C4BE00524237.sh"
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
setenv ACTION build
setenv ALWAYS_SEARCH_USER_PATHS YES
setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
setenv APPLE_INTERNAL_DIR /AppleInternal
setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/
Documentation
setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
setenv ARCHS i386
setenv BUILD_COMPONENTS "headers build"
setenv BUILD_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build
setenv BUILD_ROOT /Users/bcpierce/current/unison/trunk/src/
uimacnew/build
setenv BUILD_STYLE Default
setenv BUILD_VARIANTS normal
setenv BUILT_PRODUCTS_DIR /Users/bcpierce/current/unison/trunk/
src/uimacnew/build/Default
setenv CACHE_ROOT /Library/Caches/com.apple.Xcode.501
setenv CCHROOT /Library/Caches/com.apple.Xcode.501
setenv CHMOD /bin/chmod
setenv CHOWN /usr/sbin/chown
setenv CLASS_FILE_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build/
JavaClasses"
setenv CLEAN_PRECOMPS YES
setenv COMMAND_MODE legacy
setenv COMPOSITE_SDK_DIRS /Library/Caches/com.apple.Xcode.501/
CompositeSDKs
setenv CONFIGURATION Default
setenv CONFIGURATION_BUILD_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default
setenv CONFIGURATION_TEMP_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default
setenv COPY_PHASE_STRIP YES
setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
setenv CP /bin/cp
setenv CURRENT_ARCH i386
setenv CURRENT_VARIANT normal
setenv DEBUGGING_SYMBOLS YES
setenv DEBUG_INFORMATION_FORMAT dwarf
setenv DEPLOYMENT_LOCATION NO
setenv DERIVED_FILES_DIR "/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/Create
ExternalSettings.build/DerivedSources"
setenv DERIVED_FILE_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build/
DerivedSources"
setenv DERIVED_SOURCES_DIR "/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/Create
ExternalSettings.build/DerivedSources"
setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
setenv DEVELOPER_BIN_DIR /Developer/usr/bin
setenv DEVELOPER_DIR /Developer
setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/
Frameworks\""
setenv DEVELOPER_LIBRARY_DIR /Developer/Library
setenv DEVELOPER_SDK_DIR /Developer/SDKs
setenv DEVELOPER_TOOLS_DIR /Developer/Tools
setenv DEVELOPER_USR_DIR /Developer/usr
setenv DEVELOPMENT_LANGUAGE English
setenv DSTROOT /tmp/uimacnew.dst
setenv DWARF_DSYM_FILE_NAME .dSYM
setenv DWARF_DSYM_FOLDER_PATH /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default
setenv ENABLE_HEADER_DEPENDENCIES YES
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib
*.lproj *.framework *.gch (*) CVS .svn *.xcodeproj *.xcode *.pbproj
*.pbxproj"
setenv FIXED_FILES_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build/
FixedFiles"
setenv FRAMEWORK_VERSION A
setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
setenv GCC_VERSION 4.0
setenv GENERATE_PKGINFO_FILE NO
setenv GENERATE_PROFILING_CODE NO
setenv GID 501
setenv GROUP bcpierce
setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES
YES
setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
setenv INSTALL_DIR /tmp/uimacnew.dst
setenv INSTALL_GROUP bcpierce
setenv INSTALL_MODE_FLAG a-w,a+rX
setenv INSTALL_OWNER bcpierce
setenv INSTALL_ROOT /tmp/uimacnew.dst
setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-
Dfile.encoding=UTF8"
setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/
Resources/MacOS/JavaApplicationStub
setenv JAVA_ARCHIVE_CLASSES YES
setenv JAVA_ARCHIVE_TYPE JAR
setenv JAVA_COMPILER /usr/bin/javac
setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
setenv JAVA_JAR_FLAGS cv
setenv JAVA_SOURCE_SUBDIR .
setenv JAVA_USE_DEPENDENCIES YES
setenv JAVA_ZIP_FLAGS -urg
setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
setenv LEX /Developer/usr/bin/lex
setenv LINK_FILE_LIST_normal_i386
setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
setenv LOCAL_APPS_DIR /Applications
setenv LOCAL_DEVELOPER_DIR /Library/Developer
setenv LOCAL_LIBRARY_DIR /Library
setenv MAC_OS_X_VERSION_ACTUAL 1057
setenv MAC_OS_X_VERSION_MAJOR 1050
setenv MAC_OS_X_VERSION_MINOR 0507
setenv NATIVE_ARCH i386
setenv NATIVE_ARCH_32_BIT i386
setenv NATIVE_ARCH_64_BIT x86_64
setenv NATIVE_ARCH_ACTUAL i386
setenv NO_COMMON YES
setenv OBJECT_FILE_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build/
Objects"
setenv OBJECT_FILE_DIR_normal "/Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/Create
ExternalSettings.build/Objects-normal"
setenv OBJROOT /Users/bcpierce/current/unison/trunk/src/uimacnew/
build
setenv OCAMLLIBDIR /usr/local/lib/ocaml
setenv OPTIMIZATION_LEVEL 0
setenv OS MACOS
setenv OSAC /usr/bin/osacompile
setenv PASCAL_STRINGS YES
setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/
include /usr/local/include /System/Library/Frameworks /System/Library/
PrivateFrameworks /Developer/Headers"
setenv PKGINFO_FILE_PATH "/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/Create
ExternalSettings.build/PkgInfo"
setenv PREBINDING YES
setenv PRECOMP_DESTINATION_DIR "/Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/Create
ExternalSettings.build/PrefixHeaders"
setenv PRODUCT_NAME "Create ExternalSettings"
setenv PRODUCT_SETTINGS_PATH
setenv PROJECT uimacnew
setenv PROJECT_DERIVED_FILE_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/DerivedSources
setenv PROJECT_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew
setenv PROJECT_FILE_PATH /Users/bcpierce/current/unison/trunk/src/
uimacnew/uimacnew.xcodeproj
setenv PROJECT_NAME uimacnew
setenv PROJECT_TEMP_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build
setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
setenv REMOVE_CVS_FROM_RESOURCES YES
setenv REMOVE_SVN_FROM_RESOURCES YES
setenv REZ_COLLECTOR_DIR "/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/Create
ExternalSettings.build/ResourceManagerResources"
setenv REZ_OBJECTS_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build/
ResourceManagerResources/Objects"
setenv SCRIPT_INPUT_FILE_COUNT 0
setenv SCRIPT_OUTPUT_FILE_COUNT 0
setenv SDKROOT /Developer/SDKs/MacOSX10.4u.sdk
setenv SED /usr/bin/sed
setenv SET_DIR_MODE_OWNER_GROUP YES
setenv SET_FILE_MODE_OWNER_GROUP NO
setenv SHARED_DERIVED_FILE_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/DerivedSources
setenv SHARED_PRECOMPS_DIR /Library/Caches/com.apple.Xcode.501/
SharedPrecompiledHeaders
setenv SKIP_INSTALL YES
setenv SOURCE_ROOT /Users/bcpierce/current/unison/trunk/src/
uimacnew
setenv SRCROOT /Users/bcpierce/current/unison/trunk/src/uimacnew
setenv STRIP_INSTALLED_PRODUCT YES
setenv SYMBOL_REPOSITORY_DIR "/Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/Create
ExternalSettings.build/SymbolRepositories"
setenv SYMROOT /Users/bcpierce/current/unison/trunk/src/uimacnew/
build
setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
setenv SYSTEM_APPS_DIR /Applications
setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
setenv SYSTEM_DEMOS_DIR /Applications/Extras
setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/
Utilities/Built Examples"
setenv SYSTEM_DEVELOPER_DIR /Developer
setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/
Applications/Graphics Tools"
setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/
Java Tools"
setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/
Applications/Performance Tools"
setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC
Reference Library/releasenotes"
setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference
Library/documentation/DeveloperTools"
setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC
Reference Library/releasenotes/DeveloperTools"
setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/
Utilities
setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
setenv SYSTEM_LIBRARY_DIR /System/Library
setenv TARGETNAME "Create ExternalSettings"
setenv TARGET_BUILD_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default
setenv TARGET_NAME "Create ExternalSettings"
setenv TARGET_TEMP_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build"
setenv TEMP_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build"
setenv TEMP_FILES_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build"
setenv TEMP_FILE_DIR "/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/Create ExternalSettings.build"
setenv TEMP_ROOT /Users/bcpierce/current/unison/trunk/src/
uimacnew/build
setenv UID 501
setenv UNSTRIPPED_PRODUCT NO
setenv USER bcpierce
setenv USER_APPS_DIR /Users/bcpierce/Applications
setenv USER_HEADER_SEARCH_PATHS /usr/local/lib/ocaml
setenv USER_LIBRARY_DIR /Users/bcpierce/Library
setenv USE_DYNAMIC_NO_PIC YES
setenv VALID_ARCHS "ppc64 ppc7400 ppc970 i386 x86_64 ppc"
setenv VERBOSE_PBXCP NO
setenv VERSION_INFO_BUILDER bcpierce
setenv VERSION_INFO_FILE "Create ExternalSettings_vers.c"
setenv VERSION_INFO_STRING "\"@(#)PROGRAM:Create
ExternalSettings PROJECT:uimacnew-\""
setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
setenv XCODE_VERSION_ACTUAL 0300
setenv XCODE_VERSION_MAJOR 0300
setenv YACC /Developer/usr/bin/yacc
/bin/sh -c "\"/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/uimacnew.build/Default/Create ExternalSettings.build/
Script-2A124E7E0DE1C4BE00524237.sh\""
=== BUILDING NATIVE TARGET uimac WITH THE DEFAULT CONFIGURATION
(Default) ===
Checking Dependencies...
The file âExternalSettings.xcconfigâ does not exist. (/Users/
bcpierce/current/unison/trunk/src/uimacnew/ExternalSettings.xcconfig)
Processing /Users/bcpierce/current/unison/trunk/src/uimacnew/build/
Default/Unison.app/Contents/Info.plist Info.plist
mkdir /Users/bcpierce/current/unison/trunk/src/uimacnew/build/
Default/Unison.app/Contents
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
<com.apple.tools.info-plist-utility> /Users/bcpierce/current/
unison/trunk/src/uimacnew/Info.plist -genpkginfo /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
PkgInfo -expandbuildsettings -o /Users/bcpierce/current/unison/trunk/
src/uimacnew/build/Default/Unison.app/Contents/Info.plist
PhaseScriptExecution /Users/bcpierce/current/unison/trunk/src/uimacnew/
build/uimacnew.build/Default/uimac.build/
Script-2E282CBA0D9AE17300439D01.sh
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
setenv ACTION build
setenv ALWAYS_SEARCH_USER_PATHS YES
setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
setenv APPLE_INTERNAL_DIR /AppleInternal
setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/
Documentation
setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
setenv ARCHS i386
setenv BUILD_COMPONENTS "headers build"
setenv BUILD_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build
setenv BUILD_ROOT /Users/bcpierce/current/unison/trunk/src/
uimacnew/build
setenv BUILD_STYLE Default
setenv BUILD_VARIANTS normal
setenv BUILT_PRODUCTS_DIR /Users/bcpierce/current/unison/trunk/
src/uimacnew/build/Default
setenv CACHE_ROOT /Library/Caches/com.apple.Xcode.501
setenv CCHROOT /Library/Caches/com.apple.Xcode.501
setenv CHMOD /bin/chmod
setenv CHOWN /usr/sbin/chown
setenv CLASS_FILE_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/JavaClasses
setenv CLEAN_PRECOMPS YES
setenv COMMAND_MODE legacy
setenv COMPOSITE_SDK_DIRS /Library/Caches/com.apple.Xcode.501/
CompositeSDKs
setenv CONFIGURATION Default
setenv CONFIGURATION_BUILD_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default
setenv CONFIGURATION_TEMP_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default
setenv CONTENTS_FOLDER_PATH Unison.app/Contents
setenv COPY_PHASE_STRIP YES
setenv COPY_RESOURCES_FROM_STATIC_FRAMEWORKS YES
setenv CP /bin/cp
setenv CURRENT_ARCH i386
setenv CURRENT_VARIANT normal
setenv DEBUGGING_SYMBOLS YES
setenv DEBUG_INFORMATION_FORMAT dwarf
setenv DEPLOYMENT_LOCATION NO
setenv DERIVED_FILES_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources
setenv DERIVED_FILE_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources
setenv DERIVED_SOURCES_DIR /Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources
setenv DEVELOPER_APPLICATIONS_DIR /Developer/Applications
setenv DEVELOPER_BIN_DIR /Developer/usr/bin
setenv DEVELOPER_DIR /Developer
setenv DEVELOPER_FRAMEWORKS_DIR /Developer/Library/Frameworks
setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED "\"/Developer/Library/
Frameworks\""
setenv DEVELOPER_LIBRARY_DIR /Developer/Library
setenv DEVELOPER_SDK_DIR /Developer/SDKs
setenv DEVELOPER_TOOLS_DIR /Developer/Tools
setenv DEVELOPER_USR_DIR /Developer/usr
setenv DEVELOPMENT_LANGUAGE English
setenv DOCUMENTATION_FOLDER_PATH /Documentation
setenv DSTROOT /tmp/uimacnew.dst
setenv DWARF_DSYM_FILE_NAME Unison.app.dSYM
setenv DWARF_DSYM_FOLDER_PATH /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default
setenv ENABLE_HEADER_DEPENDENCIES YES
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "*.nib
*.lproj *.framework *.gch (*) CVS .svn *.xcodeproj *.xcode *.pbproj
*.pbxproj"
setenv EXECUTABLES_FOLDER_PATH Unison.app/Contents/Executables
setenv EXECUTABLE_FOLDER_PATH Unison.app/Contents/MacOS
setenv EXECUTABLE_NAME Unison
setenv EXECUTABLE_PATH Unison.app/Contents/MacOS/Unison
setenv FIXED_FILES_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/FixedFiles
setenv FRAMEWORKS_FOLDER_PATH Unison.app/Contents/Frameworks
setenv FRAMEWORK_FLAG_PREFIX -framework
setenv FRAMEWORK_SEARCH_PATHS " /Users/bcpierce/current/unison/
trunk/src/uimacnew"
setenv FRAMEWORK_VERSION A
setenv FULL_PRODUCT_NAME Unison.app
setenv GCC_DYNAMIC_NO_PIC YES
setenv GCC_ENABLE_OBJC_EXCEPTIONS YES
setenv GCC_INLINES_ARE_PRIVATE_EXTERN YES
setenv GCC_PFE_FILE_C_DIALECTS "c objective-c c++ objective-c++"
setenv GCC_PRECOMPILE_PREFIX_HEADER YES
setenv GCC_SYMBOLS_PRIVATE_EXTERN YES
setenv GCC_TREAT_WARNINGS_AS_ERRORS NO
setenv GCC_VERSION 4.0
setenv GENERATE_PKGINFO_FILE YES
setenv GENERATE_PROFILING_CODE NO
setenv GID 501
setenv GROUP bcpierce
setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES
YES
setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
setenv INFOPLIST_FILE Info.plist
setenv INFOPLIST_PATH Unison.app/Contents/Info.plist
setenv INFOSTRINGS_PATH /InfoPlist.strings
setenv INSTALL_DIR /tmp/uimacnew.dst/Users/bcpierce/Applications
setenv INSTALL_GROUP bcpierce
setenv INSTALL_MODE_FLAG a-w,a+rX
setenv INSTALL_OWNER bcpierce
setenv INSTALL_PATH /Users/bcpierce/Applications
setenv INSTALL_ROOT /tmp/uimacnew.dst
setenv JAVAC_DEFAULT_FLAGS "-J-Xms64m -J-XX:NewSize=4M -J-
Dfile.encoding=UTF8"
setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/
Resources/MacOS/JavaApplicationStub
setenv JAVA_ARCHIVE_CLASSES YES
setenv JAVA_ARCHIVE_TYPE JAR
setenv JAVA_COMPILER /usr/bin/javac
setenv JAVA_FOLDER_PATH Unison.app/Contents/Resources/Java
setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
setenv JAVA_JAR_FLAGS cv
setenv JAVA_SOURCE_SUBDIR .
setenv JAVA_USE_DEPENDENCIES YES
setenv JAVA_ZIP_FLAGS -urg
setenv JIKES_DEFAULT_FLAGS "+E +OLDCSO"
setenv LEX /Developer/usr/bin/lex
setenv LIBRARY_FLAG_NOSPACE YES
setenv LIBRARY_FLAG_PREFIX -l
setenv LINK_FILE_LIST_normal_i386 /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/Objects-
normal/i386/Unison.LinkFileList
setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
setenv LOCAL_APPS_DIR /Applications
setenv LOCAL_DEVELOPER_DIR /Library/Developer
setenv LOCAL_LIBRARY_DIR /Library
setenv MACH_O_TYPE mh_execute
setenv MAC_OS_X_VERSION_ACTUAL 1057
setenv MAC_OS_X_VERSION_MAJOR 1050
setenv MAC_OS_X_VERSION_MINOR 0507
setenv NATIVE_ARCH i386
setenv NATIVE_ARCH_32_BIT i386
setenv NATIVE_ARCH_64_BIT x86_64
setenv NATIVE_ARCH_ACTUAL i386
setenv NO_COMMON YES
setenv OBJECT_FILE_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/Objects
setenv OBJECT_FILE_DIR_normal /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/Objects-
normal
setenv OBJROOT /Users/bcpierce/current/unison/trunk/src/uimacnew/
build
setenv OCAMLLIBDIR /usr/local/lib/ocaml
setenv OPTIMIZATION_LEVEL 0
setenv OS MACOS
setenv OSAC /usr/bin/osacompile
setenv OTHER_LDFLAGS "-L/usr/local/lib/ocaml -lunix -lthreadsnat -
lstr -lbigarray -lasmrun"
setenv PACKAGE_TYPE com.apple.package-type.wrapper.application
setenv PASCAL_STRINGS YES
setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/
include /usr/local/include /System/Library/Frameworks /System/Library/
PrivateFrameworks /Developer/Headers"
setenv PBDEVELOPMENTPLIST_PATH Unison.app/Contents/
pbdevelopment.plist
setenv PFE_FILE_C_DIALECTS objective-c
setenv PKGINFO_FILE_PATH /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/PkgInfo
setenv PKGINFO_PATH Unison.app/Contents/PkgInfo
setenv PLUGINS_FOLDER_PATH Unison.app/Contents/PlugIns
setenv PREBINDING NO
setenv PRECOMP_DESTINATION_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/
PrefixHeaders
setenv PRIVATE_HEADERS_FOLDER_PATH Unison.app/Contents/
PrivateHeaders
setenv PRODUCT_NAME Unison
setenv PRODUCT_SETTINGS_PATH /Users/bcpierce/current/unison/trunk/
src/uimacnew/Info.plist
setenv PRODUCT_TYPE com.apple.product-type.application
setenv PROJECT uimacnew
setenv PROJECT_DERIVED_FILE_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/DerivedSources
setenv PROJECT_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew
setenv PROJECT_FILE_PATH /Users/bcpierce/current/unison/trunk/src/
uimacnew/uimacnew.xcodeproj
setenv PROJECT_NAME uimacnew
setenv PROJECT_TEMP_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build
setenv PUBLIC_HEADERS_FOLDER_PATH Unison.app/Contents/Headers
setenv RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS YES
setenv REMOVE_CVS_FROM_RESOURCES YES
setenv REMOVE_SVN_FROM_RESOURCES YES
setenv REZ_COLLECTOR_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/
ResourceManagerResources
setenv REZ_OBJECTS_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build/
ResourceManagerResources/Objects
setenv SCRIPTS_FOLDER_PATH Unison.app/Contents/Resources/Scripts
setenv SCRIPT_INPUT_FILE_COUNT 0
setenv SCRIPT_OUTPUT_FILE_COUNT 0
setenv SDKROOT /Developer/SDKs/MacOSX10.4u.sdk
setenv SED /usr/bin/sed
setenv SET_DIR_MODE_OWNER_GROUP YES
setenv SET_FILE_MODE_OWNER_GROUP NO
setenv SHARED_DERIVED_FILE_DIR /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/DerivedSources
setenv SHARED_FRAMEWORKS_FOLDER_PATH Unison.app/Contents/
SharedFrameworks
setenv SHARED_PRECOMPS_DIR /Library/Caches/com.apple.Xcode.501/
SharedPrecompiledHeaders
setenv SHARED_SUPPORT_FOLDER_PATH Unison.app/Contents/SharedSupport
setenv SOURCE_ROOT /Users/bcpierce/current/unison/trunk/src/
uimacnew
setenv SRCROOT /Users/bcpierce/current/unison/trunk/src/uimacnew
setenv STRIP_INSTALLED_PRODUCT YES
setenv STRIP_STYLE all
setenv SYMBOL_REPOSITORY_DIR /Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/SymbolRepositories
setenv SYMROOT /Users/bcpierce/current/unison/trunk/src/uimacnew/
build
setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
setenv SYSTEM_APPS_DIR /Applications
setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
setenv SYSTEM_DEMOS_DIR /Applications/Extras
setenv SYSTEM_DEVELOPER_APPS_DIR /Developer/Applications
setenv SYSTEM_DEVELOPER_BIN_DIR /Developer/usr/bin
setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Developer/Applications/
Utilities/Built Examples"
setenv SYSTEM_DEVELOPER_DIR /Developer
setenv SYSTEM_DEVELOPER_DOC_DIR "/Developer/ADC Reference Library"
setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Developer/
Applications/Graphics Tools"
setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Developer/Applications/
Java Tools"
setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Developer/
Applications/Performance Tools"
setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Developer/ADC
Reference Library/releasenotes"
setenv SYSTEM_DEVELOPER_TOOLS /Developer/Tools
setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Developer/ADC Reference
Library/documentation/DeveloperTools"
setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Developer/ADC
Reference Library/releasenotes/DeveloperTools"
setenv SYSTEM_DEVELOPER_USR_DIR /Developer/usr
setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Developer/Applications/
Utilities
setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
setenv SYSTEM_LIBRARY_DIR /System/Library
setenv TARGETNAME uimac
setenv TARGET_BUILD_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default
setenv TARGET_NAME uimac
setenv TARGET_TEMP_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build
setenv TEMP_DIR /Users/bcpierce/current/unison/trunk/src/uimacnew/
build/uimacnew.build/Default/uimac.build
setenv TEMP_FILES_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build
setenv TEMP_FILE_DIR /Users/bcpierce/current/unison/trunk/src/
uimacnew/build/uimacnew.build/Default/uimac.build
setenv TEMP_ROOT /Users/bcpierce/current/unison/trunk/src/
uimacnew/build
setenv UID 501
setenv UNLOCALIZED_RESOURCES_FOLDER_PATH Unison.app/Contents/
Resources
setenv UNSTRIPPED_PRODUCT NO
setenv USER bcpierce
setenv USER_APPS_DIR /Users/bcpierce/Applications
setenv USER_HEADER_SEARCH_PATHS /usr/local/lib/ocaml
setenv USER_LIBRARY_DIR /Users/bcpierce/Library
setenv USE_DYNAMIC_NO_PIC YES
setenv VALID_ARCHS "ppc64 ppc7400 ppc970 i386 x86_64 ppc"
setenv VERBOSE_PBXCP NO
setenv VERSIONPLIST_PATH Unison.app/Contents/version.plist
setenv VERSION_INFO_BUILDER bcpierce
setenv VERSION_INFO_FILE Unison_vers.c
setenv VERSION_INFO_STRING "\"@(#)PROGRAM:Unison
PROJECT:uimacnew-\""
setenv WARNING_CFLAGS "-Wmost -Wno-four-char-constants -Wno-
unknown-pragmas"
setenv WRAPPER_EXTENSION app
setenv WRAPPER_NAME Unison.app
setenv WRAPPER_SUFFIX .app
setenv XCODE_APP_SUPPORT_DIR /Developer/Library/Xcode
setenv XCODE_VERSION_ACTUAL 0300
setenv XCODE_VERSION_MAJOR 0300
setenv YACC /Developer/usr/bin/yacc
/bin/sh -c /Users/bcpierce/current/unison/trunk/src/uimacnew/
build/uimacnew.build/Default/uimac.build/
Script-2E282CBA0D9AE17300439D01.sh
Building unison-blob.o...
echo 'let myName = "'unison'";;' > ubase/projectInfo.ml
echo 'let myVersion = "'2.37.1'";;' >> ubase/projectInfo.ml
echo 'let myMajorVersion = "'2.37'";;' >> ubase/projectInfo.ml
ocamlopt: ubase/projectInfo.ml ---> ubase/projectInfo.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
ubase/projectInfo.ml
ocamlopt: uutil.ml ---> uutil.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uutil.ml
ocamlopt: fspath.ml ---> fspath.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fspath.ml
ocamlopt: fs.ml ---> fs.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fs.ml
ocamlopt: fingerprint.ml ---> fingerprint.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fingerprint.ml
ocamlopt: abort.ml ---> abort.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
abort.ml
ocamlopt: osx.ml ---> osx.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
osx.ml
ocamlopt: props.ml ---> props.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
props.ml
ocamlopt: fileinfo.ml ---> fileinfo.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
fileinfo.ml
ocamlopt: os.ml ---> os.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
os.ml
ocamlopt: common.ml ---> common.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
common.ml
ocamlopt: transfer.ml ---> transfer.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
transfer.ml
ocamlopt: xferhint.ml ---> xferhint.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
xferhint.ml
ocamlopt: remote.ml ---> remote.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
remote.ml
ocamlopt: globals.ml ---> globals.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
globals.ml
ocamlopt: update.ml ---> update.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
update.ml
ocamlopt: copy.ml ---> copy.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
copy.ml
ocamlopt: stasher.ml ---> stasher.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
stasher.ml
ocamlopt: files.ml ---> files.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
files.ml
ocamlopt: sortri.ml ---> sortri.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
sortri.ml
ocamlopt: recon.ml ---> recon.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
recon.ml
ocamlopt: transport.ml ---> transport.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
transport.ml
ocamlopt: uicommon.ml ---> uicommon.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uicommon.ml
ocamlopt: uitext.ml ---> uitext.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uitext.ml
ocamlopt: test.ml ---> test.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
test.ml
ocamlopt: main.ml ---> main.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
main.ml
ocamlopt: uimacbridgenew.ml ---> uimacbridgenew.cmx
ocamlopt -I lwt -I ubase -I system -thread -I system/generic -ccopt -
mmacosx-version-min=10.4 -c /Users/bcpierce/current/unison/trunk/src/
uimacbridgenew.ml
Linking unison-blob.o
ocamlopt -output-obj -verbose -I lwt -I ubase -I system -thread -I
system/generic -ccopt -mmacosx-version-min=10.4 -o u-b.o unix.cmxa
str.cmxa bigarray.cmxa threads.cmxa ubase/rx.cmx unicode_tables.cmx
unicode.cmx bytearray.cmx system/system_generic.cmx system/generic/
system_impl.cmx system.cmx ubase/projectInfo.cmx ubase/myMap.cmx ubase/
safelist.cmx ubase/uprintf.cmx ubase/util.cmx ubase/uarg.cmx ubase/
prefs.cmx ubase/trace.cmx ubase/proplist.cmx lwt/pqueue.cmx lwt/
lwt.cmx lwt/lwt_util.cmx lwt/lwt_unix.cmx case.cmx pred.cmx uutil.cmx
fileutil.cmx name.cmx path.cmx fspath.cmx fs.cmx fingerprint.cmx
abort.cmx osx.cmx external.cmx props.cmx fileinfo.cmx os.cmx lock.cmx
clroot.cmx common.cmx tree.cmx checksum.cmx terminal.cmx transfer.cmx
xferhint.cmx remote.cmx globals.cmx update.cmx copy.cmx stasher.cmx
files.cmx sortri.cmx recon.cmx transport.cmx strings.cmx uicommon.cmx
uitext.cmx test.cmx main.cmx uimacbridgenew.cmx
+ as -o '/var/folders/al/al6Jx9nMEg0YTrA5zjZmt++++TI/-Tmp-/
camlstartupa1302f.o' '/var/folders/al/al6Jx9nMEg0YTrA5zjZmt++++TI/-
Tmp-/camlstartupa5bacb.s'
+ ld -r -o 'u-b.o' '/var/folders/al/al6Jx9nMEg0YTrA5zjZmt++++TI/-Tmp-/
camlstartupa1302f.o' 'uimacbridgenew.o' 'main.o' 'test.o' 'uitext.o'
'uicommon.o' 'strings.o' 'transport.o' 'recon.o' 'sortri.o' 'files.o'
'stasher.o' 'copy.o' 'update.o' 'globals.o' 'remote.o' 'xferhint.o'
'transfer.o' 'terminal.o' 'checksum.o' 'tree.o' 'common.o' 'clroot.o'
'lock.o' 'os.o' 'fileinfo.o' 'props.o' 'external.o' 'osx.o' 'abort.o'
'fingerprint.o' 'fs.o' 'fspath.o' 'path.o' 'name.o' 'fileutil.o'
'uutil.o' 'pred.o' 'case.o' 'lwt/lwt_unix.o' 'lwt/lwt_util.o' 'lwt/
lwt.o' 'lwt/pqueue.o' 'ubase/proplist.o' 'ubase/trace.o' 'ubase/
prefs.o' 'ubase/uarg.o' 'ubase/util.o' 'ubase/uprintf.o' 'ubase/
safelist.o' 'ubase/myMap.o' 'ubase/projectInfo.o' 'system.o' 'system/
generic/system_impl.o' 'system/system_generic.o' 'bytearray.o'
'unicode.o' 'unicode_tables.o' 'ubase/rx.o' '/usr/local/lib/ocaml/
threads/threads.a' '/usr/local/lib/ocaml/bigarray.a' '/usr/local/lib/
ocaml/str.a' '/usr/local/lib/ocaml/unix.a' '/usr/local/lib/ocaml/
stdlib.a'
ld -r -o unison-blob.o u-b.o osxsupport.o pty.o bytearray_stubs.o
rm -f u-b.o
done
CpResource build/Default/Unison.app/Contents/Resources/English.lproj/
MainMenu.nib English.lproj/MainMenu.nib
mkdir /Users/bcpierce/current/unison/trunk/src/uimacnew/build/
Default/Unison.app/Contents/Resources/English.lproj
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/English.lproj/MainMenu.nib /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources/
English.lproj
CpResource build/Default/Unison.app/Contents/Resources/English.lproj/
InfoPlist.strings English.lproj/InfoPlist.strings
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/English.lproj/InfoPlist.strings /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources/English.lproj
CpResource build/Default/Unison.app/Contents/Resources/Unison.icns
Unison.icns
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/Unison.icns /Users/bcpierce/current/unison/trunk/
src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/add.tif toolbar/
add.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/add.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/diff.tif
toolbar/diff.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/diff.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/go.tif toolbar/
go.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/go.tif /Users/bcpierce/current/unison/trunk/
src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/left.tif
toolbar/left.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/left.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/merge.tif
toolbar/merge.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/merge.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/right.tif
toolbar/right.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/right.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/save.tif
toolbar/save.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/save.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/skip.tif
toolbar/skip.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/skip.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/table-
conflict.tif tableicons/table-conflict.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-conflict.tif /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/table-error.tif
tableicons/table-error.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-error.tif /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/table-left-
blue.tif tableicons/table-left-blue.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-left-blue.tif /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/table-left-
green.tif tableicons/table-left-green.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-left-green.tif /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/quit.tif
toolbar/quit.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/quit.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/restart.tif
toolbar/restart.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/restart.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/table-merge.tif
tableicons/table-merge.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-merge.tif /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/table-right-
blue.tif tableicons/table-right-blue.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-right-blue.tif /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/table-right-
green.tif tableicons/table-right-green.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-right-green.tif /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/table-skip.tif
tableicons/table-skip.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-skip.tif /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/rescan.tif
toolbar/rescan.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/toolbar/rescan.tif /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/table-mixed.tif
tableicons/table-mixed.tif
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/table-mixed.tif /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarAdvanced.png progressicons/ProgressBarAdvanced.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarAdvanced.png /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/Default/Unison.app/
Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarBlue.png progressicons/ProgressBarBlue.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarBlue.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarEndAdvanced.png progressicons/ProgressBarEndAdvanced.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarEndAdvanced.png /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/Default/Unison.app/
Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarEndBlue.png progressicons/ProgressBarEndBlue.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarEndBlue.png /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/Default/Unison.app/
Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarEndGray.png progressicons/ProgressBarEndGray.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarEndGray.png /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/Default/Unison.app/
Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarEndGreen.png progressicons/ProgressBarEndGreen.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarEndGreen.png /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/Default/Unison.app/
Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarEndWhite.png progressicons/ProgressBarEndWhite.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarEndWhite.png /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/Default/Unison.app/
Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarGray.png progressicons/ProgressBarGray.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarGray.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarGreen.png progressicons/ProgressBarGreen.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarGreen.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarLightGreen.png progressicons/ProgressBarLightGreen.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarLightGreen.png /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/Default/Unison.app/
Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/
ProgressBarWhite.png progressicons/ProgressBarWhite.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/progressicons/ProgressBarWhite.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/Outline-
Flattened.png tableicons/Outline-Flattened.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Outline-Flattened.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
Change_Created.png tableicons/Change_Created.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Change_Created.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
Change_Deleted.png tableicons/Change_Deleted.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Change_Deleted.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
Change_Modified.png tableicons/Change_Modified.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Change_Modified.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
Change_PropsChanged.png tableicons/Change_PropsChanged.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Change_PropsChanged.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
Change_Absent.png tableicons/Change_Absent.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Change_Absent.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/
Change_Unmodified.png tableicons/Change_Unmodified.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Change_Unmodified.png /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/
Resources
CpResource build/Default/Unison.app/Contents/Resources/Outline-
Deep.png tableicons/Outline-Deep.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Outline-Deep.png /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CpResource build/Default/Unison.app/Contents/Resources/Outline-
Flat.png tableicons/Outline-Flat.png
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-
debug-symbols -resolve-src-symlinks /Users/bcpierce/current/unison/
trunk/src/uimacnew/tableicons/Outline-Flat.png /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/Default/Unison.app/Contents/Resources
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
main.o /Users/bcpierce/current/unison/trunk/src/uimacnew/main.m normal
i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/main.m -o /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/Objects-
normal/i386/main.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
MyController.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
MyController.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/MyController.m -o /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/
Objects-normal/i386/MyController.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
ProfileController.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
ProfileController.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/ProfileController.m -o /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/uimacnew.build/Default/
uimac.build/Objects-normal/i386/ProfileController.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
ReconItem.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
ReconItem.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/ReconItem.m -o /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/
Objects-normal/i386/ReconItem.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
ReconTableView.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
ReconTableView.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/ReconTableView.m -o /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/
Objects-normal/i386/ReconTableView.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
PreferencesController.o /Users/bcpierce/current/unison/trunk/src/
uimacnew/PreferencesController.m normal i386 objective-c
com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/PreferencesController.m -o /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/uimacnew.build/Default/
uimac.build/Objects-normal/i386/PreferencesController.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
ProfileTableView.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
ProfileTableView.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/ProfileTableView.m -o /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/uimacnew.build/Default/
uimac.build/Objects-normal/i386/ProfileTableView.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
NotificationController.o /Users/bcpierce/current/unison/trunk/src/
uimacnew/NotificationController.m normal i386 objective-c
com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/NotificationController.m -o /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/uimacnew.build/Default/
uimac.build/Objects-normal/i386/NotificationController.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
UnisonToolbar.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
UnisonToolbar.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/UnisonToolbar.m -o /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/
Objects-normal/i386/UnisonToolbar.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
Bridge.o /Users/bcpierce/current/unison/trunk/src/uimacnew/Bridge.m
normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/Bridge.m -o /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/Objects-
normal/i386/Bridge.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
ProgressCell.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
ProgressCell.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/ProgressCell.m -o /Users/bcpierce/current/
unison/trunk/src/uimacnew/build/uimacnew.build/Default/uimac.build/
Objects-normal/i386/ProgressCell.o
CompileC build/uimacnew.build/Default/uimac.build/Objects-normal/i386/
ImageAndTextCell.o /Users/bcpierce/current/unison/trunk/src/uimacnew/
ImageAndTextCell.m normal i386 objective-c com.apple.compilers.gcc.4_0
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -Wno-
trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -fmessage-
length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Unison.hmap -Wmost -Wno-four-char-constants -Wno-
unknown-pragmas -F/Users/bcpierce/current/unison/trunk/src/uimacnew/
build/Default -F/Users/bcpierce/current/unison/trunk/src/uimacnew -I/
usr/local/lib/ocaml -I/Users/bcpierce/current/unison/trunk/src/
uimacnew/build/Default/include -I/Users/bcpierce/current/unison/trunk/
src/uimacnew/build/uimacnew.build/Default/uimac.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/bcpierce/current/
unison/trunk/src/uimacnew/ImageAndTextCell.m -o /Users/bcpierce/
current/unison/trunk/src/uimacnew/build/uimacnew.build/Default/
uimac.build/Objects-normal/i386/ImageAndTextCell.o
Ld /Users/bcpierce/current/unison/trunk/src/uimacnew/build/Default/
Unison.app/Contents/MacOS/Unison normal i386
mkdir /Users/bcpierce/current/unison/trunk/src/uimacnew/build/
Default/Unison.app/Contents/MacOS
cd /Users/bcpierce/current/unison/trunk/src/uimacnew
/Developer/usr/bin/gcc-4.0 -o /Users/bcpierce/current/unison/
trunk/src/uimacnew/build/Default/Unison.app/Contents/MacOS/Unison -L/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/Default -F/
Users/bcpierce/current/unison/trunk/src/uimacnew/build/Default -F/
Users/bcpierce/current/unison/trunk/src/uimacnew -filelist /Users/
bcpierce/current/unison/trunk/src/uimacnew/build/uimacnew.build/
Default/uimac.build/Objects-normal/i386/Unison.LinkFileList -framework
Cocoa -framework Security -framework Growl -framework
ExceptionHandling -arch i386 -mmacosx-version-min=10.4 -L/usr/local/
lib/ocaml -lunix -lthreadsnat -lstr -lbigarray -lasmrun -isysroot /
Developer/SDKs/MacOSX10.4u.sdk
Undefined symbols:
"_fcntl$UNIX2003", referenced from:
_caml_sys_open in libasmrun.a(sys.o)
_unix_set_nonblock in libunix.a(fcntl.o)
_unix_set_nonblock in libunix.a(fcntl.o)
_unix_clear_nonblock in libunix.a(fcntl.o)
_unix_clear_nonblock in libunix.a(fcntl.o)
_unix_set_close_on_exec in libunix.a(fcntl.o)
_unix_set_close_on_exec in libunix.a(fcntl.o)
_unix_clear_close_on_exec in libunix.a(fcntl.o)
_unix_clear_close_on_exec in libunix.a(fcntl.o)
_unix_lockf in libunix.a(lockf.o)
_unix_lockf in libunix.a(lockf.o)
_unix_lockf in libunix.a(lockf.o)
_unix_lockf in libunix.a(lockf.o)
_unix_lockf in libunix.a(lockf.o)
_unix_lockf in libunix.a(lockf.o)
"_tcdrain$UNIX2003", referenced from:
_unix_tcdrain in libunix.a(termios.o)
"_pthread_cond_init$UNIX2003", referenced from:
_caml_thread_reinitialize in libthreadsnat.a(posix_n.o)
_caml_threadstatus_new in libthreadsnat.a(posix_n.o)
_caml_condition_new in libthreadsnat.a(posix_n.o)
"_open$UNIX2003", referenced from:
_caml_sys_open in libasmrun.a(sys.o)
_unix_open in libunix.a(open.o)
"_write$UNIX2003", referenced from:
_unix_write in libunix.a(write.o)
_unix_single_write in libunix.a(write.o)
_do_write in libasmrun.a(io.o)
_caml_ba_map_file in libbigarray.a(mmap_unix.o)
"_waitpid$UNIX2003", referenced from:
_unix_waitpid in libunix.a(wait.o)
"_strerror$UNIX2003", referenced from:
_caml_sys_error in libasmrun.a(sys.o)
_caml_pthread_check in libthreadsnat.a(posix_n.o)
_unix_error_message in libunix.a(errmsg.o)
"_sigsuspend$UNIX2003", referenced from:
_unix_sigsuspend in libunix.a(signals.o)
"_kill$UNIX2003", referenced from:
_unix_kill in libunix.a(kill.o)
"_fchmod$UNIX2003", referenced from:
_unix_fchmod in libunix.a(fchmod.o)
"_getrlimit$UNIX2003", referenced from:
_segv_handler in libasmrun.a(signals_asm.o)
"_close$UNIX2003", referenced from:
_caml_sys_close in libasmrun.a(sys.o)
_caml_close_channel in libasmrun.a(io.o)
_caml_ml_close_channel in libasmrun.a(io.o)
_unix_close in libunix.a(close.o)
_alloc_sockaddr in libunix.a(socketaddr.o)
"_pthread_sigmask$UNIX2003", referenced from:
_caml_thread_tick in libthreadsnat.a(posix_n.o)
_caml_thread_sigmask in libthreadsnat.a(posix_n.o)
"_strtod$UNIX2003", referenced from:
_caml_float_of_substring in libasmrun.a(floats.o)
_caml_float_of_string in libasmrun.a(floats.o)
"_read$UNIX2003", referenced from:
_caml_do_read in libasmrun.a(io.o)
_unix_read in libunix.a(read.o)
"_caml_apply2", referenced from:
_caml_callback2_exn in libasmrun.a(i386.o)
"_caml_apply3", referenced from:
_caml_callback3_exn in libasmrun.a(i386.o)
"_wait$UNIX2003", referenced from:
_unix_wait in libunix.a(wait.o)
"_sleep$UNIX2003", referenced from:
_unix_sleep in libunix.a(sleep.o)
"_select$UNIX2003", referenced from:
_caml_thread_tick in libthreadsnat.a(posix_n.o)
_unix_select in libunix.a(select.o)
"_fputs$UNIX2003", referenced from:
_caml_fatal_error in libasmrun.a(misc.o)
_caml_parse_engine in libasmrun.a(parsing.o)
"_sigaltstack$UNIX2003", referenced from:
_caml_init_signals in libasmrun.a(signals_asm.o)
"_nice$UNIX2003", referenced from:
_unix_nice in libunix.a(nice.o)
"_sigwait$UNIX2003", referenced from:
_caml_wait_signal in libthreadsnat.a(posix_n.o)
"_chmod$UNIX2003", referenced from:
_unix_chmod in libunix.a(chmod.o)
"_system$UNIX2003", referenced from:
_caml_sys_system_command in libasmrun.a(sys.o)
"_mktime$UNIX2003", referenced from:
_unix_mktime in libunix.a(gmtime.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
** BUILD FAILED **
make: *** [macexecutable] Error 1
~/current/unison/trunk/src>
More information about the Unison-hackers
mailing list