Re: [Mono-devel-list] make test error

2005-07-06 Thread Toan Ly
Thank you, when I make test, it compiled. However, when I make run-test
I got thefollowing error

$ make run-testok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $okmake[1]: Entering directory `/monosrc/mcs/mbas'make[2]: Entering directory `/monosrc/mcs/mbas/Test'ok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $okmake[3]: Entering directory `/monosrc/mcs/mbas/Test'make[4]: Entering directory `/monosrc/mcs/mbas/Test/misc'ok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $okmake[5]: Entering directory `/monosrc/mcs/mbas/Test/misc'make[5]: Leaving directory `/monosrc/mcs/mbas/Test/misc'make[5]: Entering directory `/monosrc/mcs/mbas/Test/misc'/monosrc/mono/runtime/mono-wrapper --debug WriteOK.exe --sayho /about -say:this,that,those /say:what?The assembly mscorlib.dll was not found or could not be loaded.It should have been installed in the `C:\devel\cygwin\monosrc\mono\mono\lib\mono\1.0\mscorlib.dll' directory.make[5]: ***
 [run-test-local] Error 1make[5]: Leaving directory `/monosrc/mcs/mbas/Test/misc'make[4]: *** [do-run-test] Error 1make[4]: Leaving directory `/monosrc/mcs/mbas/Test/misc'make[3]: *** [run-test-recursive] Error 1make[3]: Leaving directory `/monosrc/mcs/mbas/Test'make[3]: Entering directory `/monosrc/mcs/mbas/Test'make[3]: Leaving directory `/monosrc/mcs/mbas/Test'make[2]: *** [do-run-test] Error 1make[2]: Leaving directory `/monosrc/mcs/mbas/Test'make[1]: *** [run-test-recursive] Error 1make[1]: Leaving directory `/monosrc/mcs/mbas'make[1]: Entering directory `/monosrc/mcs/mbas'make[1]: Leaving directory `/monosrc/mcs/mbas'make: *** [do-run-test] Error 1



I checked in my mono folder which is 'C:\devel\cygwin\monosrc\mono',there's no such folder 'C:\devel\cygwin\monosrc\mono\mono\lib\'. I wonder how mono-wrapper locate mscorlib, Rafael Teixeira [EMAIL PROTECTED] wrote:
You need to svn update and make/make installmcs/class/Mono.GetOptions, that mbas uses for command-line optionsprocessing.:)On 7/5/05, Toan Ly <[EMAIL PROTECTED]>wrote: Hi Rafael Teixeira,   Thank you for your response. I followed exactly your instruction but then it still give me the same error when I try to 'make test'. So I decided to 'svn update' the 'mbas' folder and 'make' and 'make test' but it gave me the following error [EMAIL PROTECTED] /monosrc/mcs/mbas $ make test make[1]: Entering directory `/monosrc/mcs/mbas/Test' make[2]: Entering directory `/monosrc/mcs/mbas/Test/misc' make test-local make[3]: Entering directory `/monosrc/mcs/mbas/Test/misc' vbc.exe /lib:../../../class/lib/default -d:NET_1_1 -d:ONLY_1_1 /debu
 g+
 /debug: full --stacktrace --reference=Mono.GetOptions -r:System.Data,System.Messaging -- main WriteOK WriteOK.vb WriteOK2.mbs RedimPreserve.vb AssemblyInfo.vb  verbose .log Option debug can be used at most 1 times. Ignoring extras... MonoBASIC Compiler 0.96.2.0 - (c)2002, 2003, 2004, 2005 Rafael Teixeira  THIS IS AN ALPHA SOFTWARE.  make[3]: *** [WriteOK.exe] Error 1 make[3]: Leaving directory `/monosrc/mcs/mbas/Test/misc' make[2]: *** [do-test] Error 2 make[2]: Leaving directory `/monosrc/mcs/mbas/Test/misc' make[1]: *** [test-recursive] Error 1 make[1]: Leaving directory `/monosrc/mcs/mbas/Test' error BC2001: Source file 'full' could not be found!!!  at Mono.MonoBASIC.Report.RealError () at Mono.MonoBASIC.Report.Error () at Mono.Languages.GenericParser.Parse () at
 Mono.Languages.Driver.ParseAllSourceFiles () at System.MulticastDelegate.invoke_bool () at Mono.Languages.Driver.Execute () at Mono.Languages.Driver.Main () make: *** [test-recursive] Error 1   if there is something I missed out, please dont hesistate to point them out. thanks in advance, Rafael Teixeira <[EMAIL PROTECTED]>wrote:  Hi Toan Ly,  Sorry there was a bug inside Mono.GetOptions that prevented mbas from accepting those forms (/debug:full or /debug:pdbonly).  Attached is a newer version of that library in a compacted file, just uncompact:  tar -jxf Mono.GetOptions.tar.bz2  and install (as root) to the GAC with gacutil, like this:  gacutil /i Mono.GetOptions.dll /f /gacdir /usr/lib /root /usr/lib /package 1.0  It is also corrected in SVN if you prefer.
 
  Note that anyway mbas will just think /debug:full or I /debug:pdbonly are the same as /debug.  Thanks for spotting that bug,  On 7/4/05, Toan Ly wrote:  You are right, its my bad.It was /debug:full ...   and I still have the problem "error BC2001: Source file 'full' could not be  found!!!" that I dont know how to fix it... THIS IS AN ALPHA SOFTWARE.    error BC2001: Source file 'full' could not be found!!!  Compilation failed: 1 Error(s), 0 warnings  Exit code: 1  FAIL: 5118.vb: compilation  *** vbc.exe /lib:../../../../class/lib/default -d:NET_1_1  -d:ONLY_1_1 /debug+ /  debug:full 5118.vb MainModule.vbRafael Teixeira wrote:   Your message says you've mistyped:   
 ; /debug
 full instead of /debug:fullJust write it correc

[Mono-devel-list] make test error

2005-07-03 Thread Toan Ly
Hello 

I have the following error. I suspect it was caused by /debug:full but I m not so sure. Please give me some directions, thank you in advance.

vbc.exe /lib:../../../class/lib/default -d:NET_1_1 -d:ONLY_1_1 /debug+ /debugfull /target:library /out:rerrors_btest_default.dll /r:../../../class/lib/defaut/rerrors.dll -r:../../../class/lib/default/nunit.framework.dll -r:../../../clas/lib/default/nunit.core.dll -r:../../../class/lib/default/nunit.util.dll @.././../build/deps/rerrors_btest_default.dll.responseOption debug can be used at most 1 times. Ignoring extras...MonoBASIC Compiler 0.96.2.0 - (c)2002, 2003, 2004, 2005 Rafael TeixeiraTHIS IS AN ALPHA SOFTWARE.error BC2001: Source file 'full' could not be found!!!Compilation failed: 1 Error(s), 0 warningsmake[2]: *** [rerrors_btest_default.dll] Error 1make[2]: Target `test-local' not remade because of errors.make[2]: Leaving directory `/monosrc/mcs/mbas/Test/rerrors'make[1]: *** [do-test] Error 2make[1]: Target `test' not remade because of errors.make[1]: Leavi
 ng
 directory `/monosrc/mcs/mbas/Test/rerrors'make: *** [test-recursive] Error 1make: Target `test' not remade because of errors.
__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-devel-list] build mono using mono compiler

2005-05-24 Thread Toan Ly

Hello

I follow this article http://www.ondotnet.com/pub/a/dotnet/2005/02/07/monowindows.html?page=2

but when I 'make', I have the following error, I know there s something to do with library.make try to find a file in '-include' but I dont know what is it.
If anyone know about this, please let me know, Thanks in advance.

TL

../../build/library.make:306: no file name for `-include'make all-localmake[8]: Entering directory `/download/mono/mcs/class/corlib'../../build/library.make:306: no file name for `-include'csc.exe /nowarn:649 /nowarn:169 -nowarn:612 -nowarn:618 -d:INSIDE_CORLIB /nologo/optimize -d:NET_1_1 -d:ONLY_1_1 /debug+ /debug:full /noconfig /unsafe /nostdlib /target:library /out:mscorlib.dll @../../build/deps/net_1_1_bootstrap_corlib.dll.responseSystem\Array.cs(905) error CS1501: No overload for method `System.Object' takes`1' argumentsSystem\Array.cs(905) error CS1501: New invocation: Can not find a constructor in`System.Array+Swapper' for this argument listSystem\Array.cs(907) error CS1501: No overload for method `System.Object' takes`1' argumentsSystem\Array.cs(907) error CS1501: New invocation: Can not find a constructor in`System.Array+Swapper' for this argument listSystem\Array.cs(909) err
 or
 CS1501: No overload for method `System.Object' takes`1' argumentsSystem\Array.cs(909) error CS1501: New invocation: Can not find a constructor in`System.Array+Swapper' for this argument listSystem\Array.cs(911) error CS1501: No overload for method `System.Object' takes`1' argumentsSystem\Array.cs(911) error CS1501: New invocation: Can not find a constructor in`System.Array+Swapper' for this argument listSystem\Array.cs(980) error CS0119: _Expression denotes a `variable' where a `method group' was expectedSystem\Array.cs(1167) error CS0119: _Expression denotes a `variable' where a `method group' was expectedSystem\Array.cs(1190) error CS0119: _Expression denotes a `variable' where a `method group' was expectedSystem\Array.cs(1213) error CS0119: _Expression denotes a `variable' where a `method group' was expectedCompilation failed: 12 error(s), 0 warningsmake[8]: ***
 [../../class/lib/net_1_1_bootstrap/mscorlib.dll] Error 1make[8]: Leaving directory `/download/mono/mcs/class/corlib'make[7]: *** [all.real] Error 2make[7]: Leaving directory `/download/mono/mcs/class/corlib'make[6]: *** [all-recursive] Error 1make[6]: Leaving directory `/download/mono/mcs/class'make[5]: *** [all-recursive] Error 1make[5]: Leaving directory `/download/mono/mcs'make[4]: *** [profile-do--net_1_1_bootstrap--all] Error 2make[4]: Leaving directory `/download/mono/mcs'make[3]: *** [profiles-do--all] Error 2make[3]: Leaving directory `/download/mono/mcs'make[2]: *** [all-local] Error 2make[2]: Leaving directory `/download/mono/mono/runtime'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/download/mono/mono'make: *** [all] Error 2Post your free ad now! Yahoo! Canada Personals___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-devel-list] build mono under cygwin

2005-05-24 Thread Toan Ly
Hello, 

I got this error while 'make'ing mcs

make[8]: Entering directory `/download/mono/mcs/class/Managed.Windows.Forms'Creating ../../build/deps/default_System.Windows.Forms.dll.response ...make[8]: *** No rule to make target `System.Windows.Forms/DataGridPreferredColumnWidthTypeConverter.cs', needed by `../../class/lib/default/System.Windows.Forms.dll'. Stop.make[8]: Leaving directory `/download/mono/mcs/class/Managed.Windows.Forms'make[7]: *** [do-all] Error 2make[7]: Leaving directory `/download/mono/mcs/class/Managed.Windows.Forms'make[6]: *** [all-recursive] Error 1make[6]: Leaving directory `/download/mono/mcs/class'make[5]: *** [all-recursive] Error 1make[5]: Leaving directory `/download/mono/mcs'make[4]: *** [profile-do--default--all] Error 2make[4]: Leaving directory `/download/mono/mcs'make[3]: *** [profiles-do--all] Error 2make[3]: Leaving directory `/download/mono/mcs'make[2]: *** [all-local] Error 2make[2]: Leaving directory
 `/download/mono/mono/runtime'make[1]: *** [all-recursive] Error 1make[1]: Leaving directory `/download/mono/mono'make: *** [all] Error 2

what should I do to make it build? thanks in advance,
TLPost your free ad now! Yahoo! Canada Personals___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list