Hi,
I compile moonlight like this way:

1. checkout
svn co http://anonsvn.mono-project.com/source/trunk/moon
svn co -r 155093 http://anonsvn.mono-project.com/source/trunk/mono
svn co -r 155093 http://anonsvn.mono-project.com/source/trunk/mcs
svn co -r 155093 http://anonsvn.mono-project.com/source/trunk/mono-basic  

2. compile
cd moon 
./autogen.sh (ok)
make (error in RESPACK compilation:

...
Making all in tools/respack
make[2]: Entering directory
`/home/jackspoon/mono3.0/trunk/moon/tools/respack'
sed -e 's,[...@]moondir[@],/usr/local/lib/moonlight,g' -e
's,[...@]version[@],2.99.0.5.99,g' -e 's,[...@]tool[@],respack.exe,g' <
./../launcher.in > respack
chmod +x respack
sed -e 's,[...@]moondir[@],/usr/local/lib/moonlight,g' -e
's,[...@]version[@],2.99.0.5.99,g' -e 's,[...@]tool[@],respack.exe -u,g' <
./../launcher.in > unrespack
chmod +x unrespack
gmcs -d:LINQ -debug -out:respack.exe ./respack.cs ./../Options.cs
-r:System.Windows.Forms.dll

error CS0006: cannot find metadata file `System.Windows.Forms.dll'

Compilation failed: 1 error(s), 0 warnings
...
)

make install (not done)

What's can be wrong? Thank you.
-- 
View this message in context: 
http://n4.nabble.com/moonlight-compile-from-svn-problem-with-Respack-tp1837418p1837418.html
Sent from the Moonlight mailing list archive at Nabble.com.
_______________________________________________
Moonlight-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/moonlight-list

Reply via email to