Hi Ernst,
I'm trying to compile simias from svn but I get the following error:

Making all in SimiasLib.dll
make[3]: Entering directory `/home/ernstp/Desktop/simias/src/core/SimiasLibdll' mcs /out:SimiasLib.dll /optimize+ /d:LINUX /d:MONO /warn:4 /d:TRACE /target:library /unsafe /r:System.dll /r:System.Data.dll /r:System.Xml.dll
[...]

/../CollectionStore/Identity.cs(193,29): warning CS0219: The variable `csp' is assigned but its value is never used /../CollectionStore/Store.cs(708,4): warning CS1717: Assignment made to same variable; did you mean to assign something else? *./../Simias.Web/SharedCollection.cs(1010,7): error CS0246: The type or namespace name `Stat' could not be found. Are you missing a using directive or an assembly reference?* *./../Simias.Web/SharedCollection.cs(1018,9): error CS0246: The type or namespace name `Stat' could not be found. Are you missing a using directive or an assembly reference?* /../Sync/SyncPolicy.cs(56,11): warning CS0219: The variable `member' is assigned but its value is never used
Compilation failed: 2 error(s), 4 warnings

Hasn't anyone else seen this? Perhaps I'm using a too new mono toolchain:

I had the same problem when compiling some months ago, and I applied the following fix(*) :

Add the "/d:MONONATIVE" directive to CSCFLAGS in configure.in so it reads :

   CSCFLAGS='/d:MONO /d:MONONATIVE /warn:4 /d:TRACE'


Cheers,

            Manuel

(*) from http://www.ifolder.com/index.php/HowTo:Building_iFolder_Enterprise_Server_on_Dapper
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to