Steps to Compile OpenSUSE 13.2 (In a VM) Only repo's added are all from the mingw32-gcc oneclick install for toolchains. openssl-1.0.2h from openssl.org/source
make clean
cmake . -DCMAKE_TOOLCHAIN_FILE=./admin/win/Toolchain-mingw32-openSUSE.cmake
-DOPENSSL_ROOT_DIR=/usr/local/ssl -DOPENSSL_LIBRARIES=/usr/local/ssl/lib
-DWITH_CRASHREPORTER=ON
make
make package
Any ideas where I could be going wrong? There is a possiblity that was hinted at that it could be the qt5 libs that are being used. if so, a pointer to the right version would be helpful.
Initially, it is mostly as a tool to re-learn the fundamentals of linux, as it has been a while since I last used it. I kinda want to make my own changes to the Owncloud client & figure out properly how Qt5 works for my own future projects, and it seems like a worthwhile endeavour.
Updated Qt5core5 from 5.3 to 5.4.2 & updated all QT related packages. Same error. Missing icui18n56.dll & icuuc56.dll. Still requires libharfbuzz-0.dll.
You mean running this command in admin/win/docker;
docker build . -t owncloud-client-win32:<version>
That is the first thing I did & it installed that version of the mingw32 files. There isn't even a default repo for those files without running the docker instance anyway.
Oh, and you might want to fix your docs. The actual line is
docker build -t owncloud-client-win:<version> .
The rest of the commands were invalid so I had to do some hunting for the rest.
If indeed, the "icui18n56.dll/icuuc56.dll" error is a Qt5 problem...
And the official binaries were indeed compiled with 5.4, and both 5.3 and 5.5 produce the same error message... What special CMake parameters, or changes to the Makefile that isn't automatically generated did you use to compile Owncloud with?
Please use the exact OBS repo specified in our compile guide (https://github.com/owncloud/client/blob/2.2/admin/win/docker/Dockerfile#L12). If you really use this repo, you will get the right Qt. Note that this is NOT about the Qt version, but about the fact that the ownCloud Qt toolchain build without ICU, which increases the binary size of ownCloud without much gain.