Hello,
I just gave Beta2 a shot. Latest Mono, class libraries and Gtk# compile
fine, but seems like there are problems with assembly references:

make[1]: Entering directory
`/var/tmp/portage/monodoc-0.16/work/monodoc-0.16/class'
mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma334

** (../browser/assembler.exe:30858): WARNING **: Could not find assembly
ICSharpCode.SharpZipLib, references
from /usr/lib/mono/gac/monodoc/1.0.0.0__0738eb9f132ed756/monodoc.dll
(assemblyref_index=3)
     Major/Minor: 0,31
     Build:       0,0
     Token:       1b03e6acf1164f73

I had to install older version manually with gacutil to pass this,
but 0.31 should be distributed with the tarball for clean installs.

Similar problem with xsp; I suppose I could turn off NUnitTest compiling
somehow (paacth the Makefile), but shouldn't that be checked during
configure?

make[5]: Entering directory
`/var/tmp/portage/xsp-0.14/work/xsp-0.14/tools/nunitasp/source/NUnitAspTest'
/usr/bin/mcs -debug+ -debug:full -nologo -lib:../NUnitAsp
-r:System.Web.dll -lib:../AspTest \
        -r:NUnitAsp.dll -r:nunit.framework.dll \
        -r:System.DirectoryServices.dll \
        -target:library
-out:NUnitAspTest.dll ./AssemblyInfo.cs ./HttpClientCredentialsTest.cs 
./HttpClientTest.cs ./NUnitAspTestCase.cs ./ParserTest.cs ./PerformanceTest.cs 
./SetupTest.cs ./WebAssertionTest.cs ./AspTester/ButtonTest.cs 
./AspTester/CheckBoxTest.cs ./AspTester/DataGridTest.cs 
./AspTester/DropDownListTest.cs ./AspTester/ImageButtonTest.cs 
./AspTester/LabelTest.cs ./AspTester/LinkButtonTest.cs ./AspTester/ListBoxTest.cs 
./AspTester/ListControlTest.cs ./AspTester/ListItemCollectionTest.cs 
./AspTester/RadioButtonTest.cs ./AspTester/TextBoxTest.cs 
./AspTester/UserControlTest.cs ./AspTester/ValidationSummaryTest.cs 
./HtmlTester/AnchorTest.cs ./HtmlTester/HtmlInputCheckBoxTest.cs

** (/usr/lib/mono/1.0/mcs.exe:32323): WARNING **: Could not find
assembly NUnit.Framework, references from /usr/lib/NUnitAsp.dll
(assemblyref_index=2)
     Major/Minor: 2,1
     Build:       4,0
     Token:       96d09a1eb7f44a77


regards,
artb.
-- 
only so many songs can be sung with two lips two lungs and one tongue

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to