hey,
...while compiling a version of pd with the cvs app package method,
I've come across the following error:
test -d noncvs/doc/5.reference && \
install -p -m0644 noncvs/doc/5.reference/*.* /Users/tigital/
puredataDev/packages/darwin_app/build/Pd.app/Contents/Resources/doc/
5.reference
make: *** [darwin_app_noncvs] Error 1
...now what's weird to me is that I don't have a "noncvs/doc"
directory in packages/darwin_pkg...so I tried "cvs update -dP", and
got the following, which seems to indicate there is such a thing, but
perhaps it's been deleted?
? darwin_app/!
? darwin_app/Makefile.tiger
? darwin_app/tiger.diff
cvs update: Updating .
cvs update: Updating darwin_app
M darwin_app/Makefile
cvs update: Updating darwin_app/noncvs
cvs update: Updating darwin_app/noncvs/abstractions
cvs update: Updating darwin_app/noncvs/doc
cvs update: Updating darwin_app/noncvs/extra
cvs update: Updating darwin_app/patches
cvs update: Updating darwin_pkg
cvs update: Updating darwin_pkg/double-clickers
cvs update: Updating darwin_pkg/noncvs
cvs update: Updating darwin_pkg/noncvs/doc
cvs update: Updating darwin_pkg/noncvs/doc/5.reference
cvs update: Updating darwin_pkg/noncvs/extra
cvs update: Updating debian
cvs update: Updating win32_inno
cvs update: Updating win32_inno/noncvs
cvs update: Updating win32_inno/noncvs/abstractions
cvs update: Updating win32_inno/noncvs/doc
cvs update: Updating win32_inno/noncvs/extra
...is this something to ignore & edit out, or...?
jamie