No subject


Fri Feb 8 08:55:55 EST 2008


nothing is hanging...

>  make run-test shows the following error::
> 
> admin at BLR-MONO-RITVIK ~/src/mcs/mbas/Test/rerrors
>  make run-test
> make run-test-local
> make[1]: Entering directory `/home/admin/src/mcs/mbas/Test/rerrors'
> vbc.exe /lib:../../../class/lib/default   -d:NET_1_1 -d:ONLY_1_1
> /debug+ /debug:
> full /target:library /out:rerrors_btest_default.dll
> /r:../../../class/lib/defaul
> t/rerrors.dll -r:../../../class/lib/default/nunit.framework.dll
> -r:../../../clas
> s/lib/default/nunit.core.dll
> -r:../../../class/lib/default/nunit.util.dll  @../.
> ./../build/deps/rerrors_btest_default.dll.response
> --------
> MonoBASIC: THIS IS AN ALPHA SOFTWARE.
> --------
> error BC2001: Source file '/lib' could not be found!!!
> error BC2001: Source file '/debug+' could not be found!!!
> error BC2001: Source file '../../../class/lib/default' could not be
> found!!!
> Compilation failed: 3 Error(s), 0 warnings
> make[1]: *** [rerrors_btest_default.dll] Error 1
> make[1]: Leaving directory `/home/admin/src/mcs/mbas/Test/rerrors'
> make: *** [run-test] Error 2
> 
> any suggestion ?

I've corrected some things on mbas (see below)

> /lib is not supported by vbc but it supports /debug+

You are wrong vbc supports short forms of options /lib is the
short-form for /libpath. Now in SVN HEAD mbas also supports that short
form. Beware you need to be using the newest Mono.GetOptions from SVN
HEAD.

 Now SVN HEAD Mono.GetOptions allows for vbc style boolean options:
/debug+ or /debug-.  The newest mbas uses this new feature. Also it
uses the /help2 feature of Mono.GetOptions.

> With Regards,
> Ritvik

Thanks a lot Ritvik,

-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.



More information about the Mono-devel-list mailing list