Hi everyone -
I am so glad there is a group for this. Not sure why I've never heard
of iFolder before but I really like it. I was able to install it on a
32bit Desktop Ubuntu machine, but the 64bit server is giving me
trouble.
Ubuntu 10.10 Server (64bit)
I am following the directions here:
https://help.ubuntu.com/community/iFolderInstall
When I run: bzr-buildpackage
I get the following errors.
I am a bit puzzled ... am I missing a dependency?
./../Domain/DomainAgent.cs(1016,42): warning CS0219: The variable
`status2' is assigned but its value is never used
./../Domain/DomainAgent.cs(1459,34): warning CS0168: The variable `ex'
is declared but never used
./../Domain/DomainAgent.cs(1429,36): warning CS0219: The variable
`domainColl' is assigned but its value is never used
./../Simias.Web/SharedCollection.cs(1103,49): 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(1111,65): error CS0246: The type
or namespace name `Stat' could not be found. Are you missing a using
directive or an assembly reference?
./../Sync/StartSyncInfo.cs(104,30): warning CS0168: The variable `ex'
is declared but never used
./../Sync/SyncNode.cs(309,30): warning CS0219: The variable `tempnode'
is assigned but its value is never used
./../Sync/SyncPolicy.cs(80,32): warning CS0219: The variable `member'
is assigned but its value is never used
Compilation failed: 2 error(s), 24 warnings
make[5]: *** [SimiasLib.dll] Error 1
make[5]: Leaving directory `/tmp/build-area/simias-1.8.3.10200.0/src/
core/SimiasLib.dll'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/tmp/build-area/simias-1.8.3.10200.0/src/
core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/build-area/simias-1.8.3.10200.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/build-area/simias-1.8.3.10200.0'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/tmp/build-area/simias-1.8.3.10200.0'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1337:
dpkg-buildpackage -rfakeroot -D -us -uc failed
bzr: ERROR: The build failed.