Re: Building Calligra/Kexi on Windows - attica with CMake 2.8.12.2

2014-07-23 Thread Jörg Knobloch
Hi all, I am trying to build Kexi on Windows. I am following the (sadly very outdated) instructions at https://community.kde.org/Calligra/Building_Calligra_on_Windows which I am updating at the same time. Currently I'm fighting with "emerge kdelibs". I commented out making qca and soprano, bu

Re: Building Calligra/Kexi on Windows - attica with CMake 2.8.12.2

2014-07-23 Thread Jörg Knobloch
Hi all, I am trying to build Kexi on Windows. I am following the (sadly very outdated) instructions at https://community.kde.org/Calligra/Building_Calligra_on_Windows which I am updating at the same time. Currently I'm fighting with "emerge kdelibs". I commented out making qca and soprano, bu

emerge fails on ECM while building Calligra/Kexi on Windows - attica with CMake 2.8.12.2

2014-07-23 Thread Jörg Knobloch
Further to my previous message: I read: http://mail.kde.org/pipermail/kde-windows/2014-July/008760.html (Jul 3, 2014) Apparently the problem is fixed, but not for me. Following: https://community.kde.org/Calligra/Building_Calligra_on_Windows git clone git://anongit.kde.org/emerge.git cd emerge

Re: Building Calligra/Kexi on Windows - attica with CMake 2.8.12.2

2014-07-28 Thread Jörg Knobloch
Thanks for the attempt to help ;-) As per the instructions for building calligra, I'm using kde-4.8. I added "-DQT4_BUILD= " as indicated, sadly without success (see below). I will now try with kde-4.13. CMake Error at CMakeLists.

Compile error in kfilemetainfo.cpp on "emerge kdelibs" for KDE 4.13

2014-07-29 Thread Jörg Knobloch
As the subject says: Compile error in kfilemetainfo.cpp on "emerge kdelibs" for KDE 4.13: [ 47%] Building CXX object kio/CMakeFiles/kio.dir/kio/kfilemetainfo.obj kfilemetainfo.cpp q:\kdelibs\kio\kio\predicateproperties.h(104) :

Compile error in kfilemetainfo.cpp on "emerge kdelibs" for KDE 4.13

2014-07-29 Thread Jörg Knobloch
(Sorry for sending it again, this time as plain text) As the subject says: Compile error in kfilemetainfo.cpp on "emerge kdelibs" for KDE 4.13: [ 47%] Building CXX object kio/CMakeFiles/kio.dir/kio/kfilemetainfo.obj kfilemetainfo.cpp q:\kdelibs\kio\kio\predicateproperties.h(104) : warning C4996

Re: Re: Building Calligra/Kexi on Windows - attica with CMake 2.8.12.2

2014-07-29 Thread Jörg Knobloch
On 28/07/2014 22:52, Jaroslaw Staniek wrote: You could remove the build directory for attica and try again. Sadly that's not an option as kdelibs depends on attica: - -- The following REQUIRED packages could NOT be locat

Compile error in kfilemetainfo.cpp on "emerge kdelibs" for KDE 4.13 - fixed

2014-07-29 Thread Jörg Knobloch
[ 47%] Building CXX object kio/CMakeFiles/kio.dir/kio/kfilemetainfo.obj kfilemetainfo.cpp === q:\kdelibs\kio\kio\kfilemetainfo.cpp(425) : error C2556: 'const KFileMetaInfo &KFileMetaInfo::operator =(const KFileMetaInfo &)' : overloaded function differs only by return type from 'KFileMetaInfo &

Not being able to start Calligra apps

2014-07-30 Thread Jörg Knobloch
Following https://community.kde.org/Calligra/Building_Calligra_on_Windows I managed to build some Calligra apps based on KDE 4.13. I built KDE into c:\kderoot and Calligra into c:\kde4. I prepared a batch file as follows: kde.bat === @set KDEDIRS=c:\kderoot @set KDEROOT=c:\kderoot @set KDEDIRS=

Not being able to "emerge kde-runtime" using KDE 4.13 - missing: LIBGCRYPT_LIBRARY LIBGCRYPT_INCLUDE_DIR

2014-07-30 Thread Jörg Knobloch
Following https://techbase.kde.org/Getting_Started/Build/Windows I ran: emerge qt emerge kdelibs After that: "emerge kde-runtime" failed as follows. The strange thing is, that I ran that yesterday, and then it worked. Today I tried to "emerge kde-baseapps" and it failed on the kde-runtime. Any

Re: [kde-windows] [Bug 338319] kde-4.13 build fails on win32-mscv2013 due to old qt - which compiler for x64 build?

2014-08-22 Thread Jörg Knobloch
On 20/08/2014 21:58, Cristian Oneț wrote: If you need a stable KDE4 build on Windows use the kde-4.12 branch. Which compiler should be used for a x64 build? kdesettings-example.bat suggests "mingw4", so effectively "mingw64". I get problems in \kderoot\emerge\portage\dev-util\msys\msys2\msys2

Re: [kde-windows] [Bug 338319] kde-4.13 build fails on win32-mscv2013 due to old qt - which compiler for x64 build?

2014-08-22 Thread Jörg Knobloch
Thank you for your reply. My ultimate aim is to compile Kexi which is part of Calligra. I've tried a few things, all failed. I sent some stuff to the mailing list, most of it was ignored. Check http://mail.kde.org/pipermail/kde-windows/2014-July/date.html and look for "Jörg Knob

Building KDE 4.12 on Windows with MSVC 2013

2014-08-26 Thread Jörg Knobloch
On 26/08/2014 11:44, Cristian Oneț wrote: So I picked MSVC2013. I ended up needing to do a lot of small patches mostly removing stuff that was added because previous versions of MSVC were lacking some functions which were added in 2013. I took me two days to build KMyMoney and now I need to colle