Re: make from cvs file

2003-07-10 Thread alex hardy
ok thanks Elfyn works ok now "Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, 10 Jul 2003, alex hardy wrote: > > > Mixy and Andrew (no need to post here) Thankyou > > > > Elfyn here is what the output gave > > > > This is the result: > > $ [ -f"./src/minion/ma

Re: make from cvs file

2003-07-10 Thread Don Sharp
alex hardy wrote: > > I am having a problem with make > > When I downloaded the file minion from the net > it would make but not test make, so I was told > to download the files from a cvs site, however > on invoking make this is my problem > > [EMAIL PROTECTED] ~/src/minion > $ make -f ./src/mi

Re: make from cvs file

2003-07-10 Thread Elfyn McBratney
On Thu, 10 Jul 2003, alex hardy wrote: > Mixy and Andrew (no need to post here) Thankyou > > Elfyn here is what the output gave > > This is the result: > $ [ -f"./src/minion/makefile"] > bash: [: missing `]' > > $ cd /src/minion > bash: cd: /src/minion: No such file or directory > > > I am unsure

Re: make from cvs file

2003-07-10 Thread alex hardy
minion. thanks Elfyn Alex - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 4:21 AM Subject: Re: make from cvs file > On Thu, 10 Jul 2003, alex hard

Re: make from cvs file

2003-07-10 Thread andrew goa
n McBratney" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 4:21 AM Subject: Re: make from cvs file > On Thu, 10 Jul 2003, alex hardy wrote: > > > this is my cygcheck -svr > > [...] > > Alex, > > > >

Re: make from cvs file(win2k sp4)

2003-07-10 Thread mixy
n McBratney" <[EMAIL PROTECTED]> Newsgroups: gmane.os.cygwin Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 4:21 AM Subject: Re: make from cvs file > On Thu, 10 Jul 2003, alex hardy wrote: > > > this is my cygcheck -svr > > [...] > > Alex, > > &

Re: make from cvs file

2003-07-10 Thread Elfyn McBratney
On Thu, 10 Jul 2003, alex hardy wrote: > this is my cygcheck -svr > [...] Alex, > > Does `./src/minion/makefile' exist? e.g. does > > > > [ -f "./src/minion/makefile" ] && echo makefile exists What does the above output? How about if you cd ./src/minion make from a bash shell. Does tha

Re: make from cvs file

2003-07-10 Thread alex hardy
this is my cygcheck -svr E:\cygwin\bin\id.exe output (nontsec) UID: 500(Administrator) GID: 513(None) 513(None) E:\cygwin\bin\id.exe output (ntsec) UID: 500(Administrator) GID: 513(None) 513(None)544(Administrators) 545(Users) SysDir: E:\WINNT\system32 WinDir: E:\WINNT HOME

Re: make from cvs file

2003-07-10 Thread Elfyn McBratney
On Thu, 10 Jul 2003, alex hardy wrote: > I am having a problem with make > > When I downloaded the file minion from the net > it would make but not test make, so I was told > to download the files from a cvs site, however > on invoking make this is my problem > > > [EMAIL PROTECTED] ~/src/minion >

make from cvs file

2003-07-10 Thread alex hardy
I am having a problem with make When I downloaded the file minion from the net it would make but not test make, so I was told to download the files from a cvs site, however on invoking make this is my problem [EMAIL PROTECTED] ~/src/minion $ make -f ./src/minion/makefile make: ./src/minion/makef