[Mono-list] Compilation with MBAS (MCS works still fine)
B Anirban
banirban@novell.com
Thu, 03 Jun 2004 02:43:40 -0600
Hi Jochen,
The problem is fixed and checked in cvs. Please update driver.cs in
your local area.
I had filed a bug (59540) and closed it to keep track of the problem.
Thanks.
Anirban.
>>> "Jochen Wezel" <jwezel@compumaster.de> 02-Jun-04 2:24:14 PM >>>
After refreshing my RedHat 9 system with Beta 2 from download page, I
cannot compile assemblies with references to standard libraries with a
normal compilation command.
The first version works fine, but not the second:
=================================================
[root@lwezel mono-dev]# mbas testmbas.vb
/r:/usr/lib/mono/1.0/System.dll
--------
MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR
OWN
RISK.
--------
Compilation succeeded
[root@lwezel mono-dev]# mbas testmbas.vb /r:System.dll
--------
MonoBASIC: THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT YOUR
OWN
RISK.
--------
error BC0006: Can not find assembly `System.dll'
Log:
Compilation failed: 1 Error(s), 0 warnings
[root@lwezel mono-dev]#
And MCS works fine:
===================
[root@lwezel mono-dev]# mcs test.cs /r:System.dll
Compilation succeeded
-Jochen
_______________________________________________
Mono-list maillist - Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list