[Mono-list] MDB won't compile/install

Brandon Perry bperry.volatile at gmail.com
Sat Oct 18 22:19:35 EDT 2008


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 's^\@twodir\@^/usr/local/lib/mono/2.0^g' \
        -e 's^\@libdir\@^/usr/local/lib^g' \
        < ./mdb.in > mdb.tmp \
    && mv mdb.tmp mdb
builddir=.. ; the_builddir=`cd $builddir && pwd` ; \
    sed -e
's^\@NUNIT_CONSOLE_EXE\@^/opt/mono/lib/mono/2.0/nunit-console.exe^g' \
        -e 's^\@MONO\@^/opt/mono/bin/mono^g' \
        -e 's^\@NUNIT_CONSOLE_FLAGS\@^^g' \
        -e "s^\@top_builddir\@^$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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20081018/14881475/attachment.html 


More information about the Mono-list mailing list