[Mono-dev] Problem compiling mono from SVN
Chris Toshok
toshok at ximian.com
Fri Jan 27 10:06:30 EST 2006
On Fri, 2006-01-27 at 10:12 -0200, Alexandre Rocha Lima e Marcondes
wrote:
> I have been facing problems compiling mono from SVN since yesterday.
>
> please, take a look on the messages:
> System.Web.Configuration_2.0/SystemWebSectionGroup.cs(210,10): error
> CS0246: The type or namespace name `WebServicesSection' could not be
> found. Are you missing a using directive or an assembly reference?
There is a circular dep between System.Web.dll and
System.Web.Services.dll, so System.Web.dll is built twice (like
System.dll). The makefile code to figure out if it's the second pass
keys off the existence of System.Web.Services.dll, which you probably
have laying around from a previous build. Try removing
class/lib/net_2_0/System.Web.Services.dll and rebuilding.
Chris
More information about the Mono-devel-list
mailing list