iv just built owncloud  on opensuse 12.2  (i tried both 32 bits and 64 
bits)  using mirall sources available in the git repo at present (i 
tried all the way to <span>commit <span>07258deaaf99e8327c76ba16902bdb7865054eb8</span></span>)
 god news is that the linux builds are working, bad news is that all my 
windows builds are not, im able to create an installer (NSIS) and it 
installs, opens all the way past the initial credentials page, then 
while attempting to sync i get this error:<br>
"<br><p> can not load the owncloud plugin for csync<br>"<br><br>here is how i built the csync:<br><br>cmake ../ocsync  -DCMAKE_BUILD_TYPE="Debug" -DCMOCKA_LIBRARIES=$HOME/opt/<div id=":16g">cmoka/build/src/libcmocka.so -DCMOCKA_INCLUDE_DIR=$HOME/opt/cmoka/cmocka-0.2.0/include  -DLOG_TO_CALLBACK=ON -DWITH_LOG4C=OFF <br>

make<br><br>and here is how i built mirall <br><br>cmake ../mirall -DCMAKE_TOOLCHAIN_FILE=$HOME/bleeding/mirall/admin/win/Toolchain-mingw32-openSUSE.cmake  -DCMAKE_BUILD_TYPE="Debug"  -DCSYNC_BINARY_DIR=$HOME/bleeding/ocsync-buildwin/   -DCSYNC_INCLUDE_PATH=$HOME/bleeding/ocsync/src/ -DCSYNC_LIBRARY=$HOME/bleeding/ocsync-buildwin/src/libocsync.dll<br>

make <br>cpack -verbose<br><br>here is my log:<br><a href="http://pastebin.com/1t2DnYXv">http://pastebin.com/1t2DnYXv</a><br>and a snapshot on XP, (actually the same thing happend on win 7) <br><a href="http://imgur.com/LvBbdQa,z1DsGOT">http://imgur.com/LvBbdQa,z1DsGOT</a><br>
</div>