Hi, I am trying to compile the debugger, but when I run make, I get the
following error...

make[2]: Entering directory `/home/bperry/Projects/mono-2-0/debugger/build'
sed -e '[EMAIL PROTECTED]@^/usr/local/lib/mono/2.0^g' \
        -e '[EMAIL PROTECTED]@^/usr/local/lib^g' \
        < ./mdb.in > mdb.tmp \
    && mv mdb.tmp mdb
builddir=.. ; the_builddir=`cd $builddir && pwd` ; \
    sed -e
'[EMAIL PROTECTED]@^/opt/mono/lib/mono/2.0/nunit-console.exe^g' \
        -e '[EMAIL PROTECTED]@^/opt/mono/bin/mono^g' \
        -e '[EMAIL PROTECTED]@^^g' \
        -e "[EMAIL PROTECTED]@^$the_builddir^g" \
        < ./runtests.in > runtests.tmp \
    && mv runtests.tmp runtests && chmod 755 runtests
cp
/opt/mono/lib/mono/gac/Mono.Cecil/0.6.8.8607__0738eb9f132ed756/Mono.Cecil.dll

cp: missing destination file operand after
`/opt/mono/lib/mono/gac/Mono.Cecil/0.6.8.8607__0738eb9f132ed756/Mono.Cecil.dll'
Try `cp --help' for more information.
make[2]: *** [Mono.Cecil.dll] Error 1
make[2]: Leaving directory `/home/bperry/Projects/mono-2-0/debugger/build'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bperry/Projects/mono-2-0/debugger'
make: *** [all] Error 2
[mono] ~/Projects/mono-2-0/debugger @

This is with the latest SVN checkout. Any thoughts?

-- 
http://www.volatileminds.net
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to