[Mono-devel-list] Someone broke mcs/nunit20 compilation

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Mar 28 16:19:39 EST 2003


El vie, 28 de 03 de 2003 a las 19:31, Martin Baulig escribió:
> Hi guys,
> 
> after updating from CVS, I get:
> 
> ====
> make[2]: Entering directory `/home/martin/monocvs/mcs/nunit20/framework'
> mono ../../mcs/mcs.exe -g -o ../../class/lib/NUnit.Framework.dll /resource:Transform.resources,NUnit.Framework.Transform.resources @.response-exe
> error CS5001: Program ../../class/lib/NUnit.Framework.dll does not have an entry point defined
> Compilation failed: 1 error(s), 0 warnings
> make[2]: *** [../../class/lib/NUnit.Framework.dll] Error 1
> make[2]: Leaving directory `/home/martin/monocvs/mcs/nunit20/framework'
> ====

I run make -f makefile.gnu in nunit20/framework and it does:
make[1]: Entering directory
`/home/gpanjav/go-mono/mcs/nunit20/framework'
cat list.unix |egrep '\.cs$' >.response-exe
mono ../../mcs/mcs.exe --target library -o
../../class/lib/NUnit.Framework.dll
/resource:Transform.resources,NUnit.Framework.Transform.resources
@.response-exe
Compilation succeeded






More information about the Mono-devel-list mailing list