[Mono-dev] Compiling-Error

Marek Safar marek.safar at seznam.cz
Mon Sep 24 13:35:11 EDT 2007


Hello Michael,
>
> I was installing Olive when this error occured:
>
> make[5]: Entering directory 
> `/home/ubuntu/Desktop/olive/class/System.Data.Linq'
> MONO_PATH="../../class/lib/net_3_5:$MONO_PATH" gmcs   -d:NET_1_1 
> -d:NET_2_0 -d:NET_3_5 -langversion:linq -debug+ /noconfig /r: 
> System.dll /r:System.Core.dll /r:System.Data.dll 
> /r:System.Transactions.dll /r:System.Xml.dll  -target:library 
> -out:../../class/lib/net_3_5/System.Data.Linq.dll  
> @System.Data.Linq.dll.sources
> System.Data.Linq/Table_T.cs(97,16): error CS0246: The type or 
> namespace name `IQueryProvider' could not be found. Are you missing a 
> using directive or an assembly reference?
> Compilation failed: 1 error(s), 0 warnings
> make[5]: *** [../../class/lib/net_3_5/System.Data.Linq.dll] Error 1
> make[5]: Leaving directory 
> `/home/ubuntu/Desktop/olive/class/System.Data.Linq'
> make[4]: *** [do-all] Error 2
> make[4]: Leaving directory 
> `/home/ubuntu/Desktop/olive/class/System.Data.Linq'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/ubuntu/Desktop/olive/class'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/ubuntu/Desktop/olive'
> make[1]: *** [profile-do--net_3_5--all] Error 2
> make[1]: Leaving directory `/home/ubuntu/Desktop/olive'
> make: *** [profiles-do--all] Error 2
You have to get SVN HEAD of mono/mcs as well, particularly 
mcs/class/System.Core/*

Marek




More information about the Mono-devel-list mailing list