[Mono-list] cvs woes...

Chris Turchin chris@turchin.net
Wed, 05 May 2004 01:05:57 +0200


hi,

for the last few days i have not gotten cvs to build correctly.  tonight
i even installed the newest  monocharge (w/ recharge.sh) and checked out
clean versions of mono and mcs from cvs. make fullbuild is  giving me:

make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/mono/profiler'
make[2]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/mono/profiler'
make[2]: Entering directory
`/home/chris/Documents/dev/mono-cvs/mono/mono'
make[3]: Entering directory
`/home/chris/Documents/dev/mono-cvs/mono/mono'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/mono'
make[2]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/mono'
make[1]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/mono'
cd runtime && make dist_monobins_DATA=mcs.exe install-dist_monobinsDATA
make[1]: Entering directory
`/home/chris/Documents/dev/mono-cvs/mono/runtime'
make[1]: *** No rule to make target `install-dist_monobinsDATA'.  Stop.
make[1]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/runtime'
make: *** [xinstall-runtime] Error 2

and regular make issues another error: 

if test -f ../../mcs/mcs/mcs.exe; then f=../../mcs/mcs/mcs.exe; else
f=/mcs.exe; fi; \
echo "cp -f $f ."; \
cp -f $f .
cp -f ../../mcs/mcs/mcs.exe .
if test -f ../../mcs/mbas/mbas.exe; then f=../../mcs/mbas/mbas.exe; else
f=/mbas.exe; fi; \
echo "cp -f $f ."; \
cp -f $f .
cp -f /mbas.exe .
cp: cannot stat `/mbas.exe': No such file or directory
make[3]: *** [mbas.exe] Error 1
make[3]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/runtime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/chris/Documents/dev/mono-cvs/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/chris/Documents/dev/mono-cvs/mono'
make: *** [all] Error 2


i am out of ideas on my  end. can someone from the list offer an
enlightening word  or two?

thanks.

regards,

--chris

ps. mdk 9.1, gcc 3.2.2, automake1.6-1.7.2-3mdk