Hello,

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/SimiasLib.dll'
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 /r:System.Security.dll 
/r:System.Runtime.Remoting.dll /r:System.Web.dll /r:System.Web.Services.dll 
/r:SimiasClientdll /r:Mono.Posix.dll /lib:../SimiasClient  ./AssemblyInfo.cs 
./../Encryption/Blowfish.cs ./../Events/DefaultSubscriber.cs 
./../Events/EventBroker.cs ./../Events/EventPublisher.cs 
./../Events/IProcEventServer.cs ./../Events/IProcEventSubscriber.cs 
./../Events/NotifyEventSubscriber.cs ./../ChangeLog/ChangeLog.cs 
./../CollectionStore/EventSubscriber.cs ./../CollectionStore/AccessControl.cs 
./../CollectionStore/BaseFileNode.cs ./../CollectionStore/Collection.cs 
./../CollectionStore/Collision.cs ./../CollectionStore/DirNode.cs 
./../CollectionStore/Domain.cs ./../CollectionStore/Exception.cs 
./../CollectionStore/FileNode.cs ./../CollectionStore/HostNode.cs 
./../CollectionStore/ICSEnumerator.cs ./../CollectionStore/Identity.cs 
./../CollectionStore/LinkNode.cs ./../CollectionStore/LocalDatabase.cs 
./../CollectionStore/Member.cs ./../CollectionStore/MultiValuedList.cs 
./../CollectionStore/Node.cs ./../CollectionStore/NodeCache.cs 
./../CollectionStore/Policy.cs ./../CollectionStore/Property.cs 
./../CollectionStore/PropertyList.cs ./../CollectionStore/ShallowNode.cs 
./../CollectionStore/Store.cs ./../CollectionStore/StoreFileNode.cs 
./../Common/CertificateStore.cs ./../Common/Configuration.cs 
./../Common/Defaults.cs ./../Common/Exception.cs ./../Common/ISimiasLog.cs 
./../Common/SimiasLog.cs ./../Common/SimiasLogManager.cs 
./../Common/WebState.cs ./../Credentials/Credentials.cs
bla bla bla....
/../Sync/ServerFile.cs(225,21): warning CS0108:
`Simias.Sync.ServerOutFile.GetHashMap(out int, out int)' hides inherited
member `Simias.Sync.OutFile.GetHashMap(out int, out int)'. Use the new
keyword if hiding was intended
/../Sync/SyncFile.cs(181,21): (Location of the symbol related to
previous warning)
/../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:

mono -V
Mono JIT compiler version 1.2.2.1, (C) 2002-2006 Novell, Inc and
Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       normal
        Disabled:      none

BR
/Ernst Persson
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to