[Mono-list] Inifite make loop
Nick Drochak
ndrochak@gol.com
Thu, 23 Aug 2001 08:09:07 +0900
Hi all,
When I make windows in mcs, it seems to go into an infinite loop. When it
goes into the corlib directory I get this error because I have no Unix
directory:
cat: Unix/common.src: No such file or directory
cat: Unix/windows.src: No such file or directory
...
System.IO\FileStream.cs(11,7): error CS0246: The type or namespace name
'Unix' could not
be found (are you missing a using directive or an assembly
reference?)
And then a few lines down I get:
make[1]: Leaving directory `/home/Administrator/mcs/class'
cd: can't cd to tools
make[1]: Entering directory `/home/Administrator/mcs'
for i in jay mcs class tools; do \
(cd $i; make windows) \
done
It just starts repeating this sequence.
Any one else have this problem? Maybe I just am not updating correctly with
cvs. Do I have to do something besides a 'cvs update'?
Thanks,
Nick Drochak (there's 3 Nicks now)