I put the mozilla directory in my home directory and here is what i got now:

U mozilla/xulrunner/installer/windows/Header.bmp
U mozilla/xulrunner/installer/windows/Makefile.in
U mozilla/xulrunner/installer/windows/Watermrk.bmp
cvs -q -z 3 co SeaMonkeyAll
cvs checkout: in directory .:
cvs [checkout aborted]: *PANIC* administration files missing
checkout finish: Sun Nov 21 00:21:23 EST 2004
make[2]: Leaving directory `/Users/otusweb'
make[1]: Leaving directory `/Users/otusweb'
cd /Users/otusweb && cvs -q -z 3 co -P  mozilla/camino.mk
make[1]: Entering directory `/Users/otusweb'
cvs -q -z 3 co mozilla/camino
cvs checkout: in directory .:
cvs [checkout aborted]: *PANIC* administration files missing
make[1]: *** [real_checkout] Error 1
make[1]: Leaving directory `/Users/otusweb'
make: *** [checkout] Error 2
make: Leaving directory `/Users/otusweb/mozilla'


Olivier Destrebecq http://www-personal.si.umich.edu/~olivier/portfolio/Resume.html On Nov 20, 2004, at 8:09 PM, Olivier Destrebecq wrote:

i'm using tcsh.
When i type pwd in the terminal i get: /Users/otusweb which is the path to my home directory
I should say that i put the camino stuff on a second hard drive, since my main hard drive does not have 2Gb of available space. Do i need to do anything special for that?


Olivier
http://www-personal.si.umich.edu/~olivier/home/
On Nov 20, 2004, at 5:41 PM, Geoff Beier wrote:

The first line of your output:
usage: dirname path
Indicates that dirname is being called with no argument. The only place
dirname is used in camino.mk, it's called with the cwd as an argument:


ROOTDIR   := $(shell dirname $(CWD))

CWD is set here:

CWD := $(shell pwd)

ifeq "$(CWD)" "/"
CWD := /.
endif

So if cwd is blank, that means that pwd is returning nothing from your
shell. What shell are you using? Have you tried with bash or tcsh? What does
pwd do normally on your system?


Anyway, I'd suspect that this is the source of your troubles.

HTH,

Geoff


_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino

_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino

_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino

Reply via email to