https://bugs.kde.org/show_bug.cgi?id=342481
Bug ID: 342481 Summary: Provide Build Instructions for Windows Product: digikam Version: 4.6.0 Platform: MS Windows OS: MS Windows Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: [hidden email] Reporter: [hidden email] I am trying (again) to build my own digikam binary from sources. My last attempt (#340286) failed because of outdated instructions. I'm having not much more luck this time. I would like to request more detailed build instructions than what's on this page: https://www.digikam.org/download/tarball I tried Downloading the tarball and executing `bootstrap.msvc.bat`. Here is what failed so far and that should be in some kind of "HowTo". * It failed for the lack of *cmake* (which is normal on a fresh windows install), so i installed that from http://www.cmake.org/. * It then didn't find *KDE* (which i gathered from reading the .bat file, which is not part of windows). I installed it from https://windows.kde.org/ (4.10.2 in my case) * It then complained that there's no *compiler* (which is also not available by default on windows). I installed the Visual Studio Community Edition 2013, available here: http://www.visualstudio.com/downloads/download-visual-studio-vs Now it complains about missing *kde4-config* - and i can't find how i would get that? It's not available in the KDE (expert mode) installer. I can't locate a binary or something similar for windows. Can anyone help me get started developing Digikam? Reproducible: Always (i view "build system broken" (or undocumented) as a major flaw in an open source project, hence i categorized it as major.) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=342481
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Portability CC| |[hidden email], | |[hidden email] -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|4.6.0 |4.7.0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #1 from Claudius <[hidden email]> --- I really wish, i could contribute to this project. I would take vague pointers, if there were any. Right now, i'm just stuck. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #2 from Claudius <[hidden email]> --- I'm going to keep bumping this (roughly) every two weeks. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
Piter Dias <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[hidden email] --- Comment #3 from Piter Dias <[hidden email]> --- Have you tried emerge as explained at https://techbase.kde.org/Getting_Started/Build/KDE4/Windows/emerge? Also I would downgrade the compiler in one or two versions, just in case. Try to figure out which KDE version digiKam for Linux is really compiled against before installing emerge. I tried this a while ago but gave up when digiKam 4.5 was released. The porting from Linux to Windows (and vice-versa) is a pain (mainly when C/C++ code is used) and I can't blame the maintainers. A lot of packages do the same, like Darktable that I use in a under powered Linux box over network, for example, because there is no Windows version. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #4 from Claudius <[hidden email]> --- I did not know about emerge. I'll give it a try, thanks! -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #5 from Piter Dias <[hidden email]> --- I just checked my digiKam 4.5 install and I can confirm that it is using Visual C++ 2010. It is worth a VC++ downgrade to try building in a environment digiKam maintainers also use. If I happen to know the exactly KDE version I post as well. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #6 from Piter Dias <[hidden email]> --- There it is KDE 4.10.2. C:\Program Files\digiKam\bin>kded4.exe -version C:\Program Files\digiKam\bin>Qt: 4.8.4 KDE Development Platform: 4.10.2 KDE Daemon: $Id$ -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #7 from Claudius <[hidden email]> --- I just spent 2 hours with kde / emerge. I got to a point where it produced readable error messages (meaning: i went into their powershell and python code to find out what went wrong for long stretches of this task). Here's a list of things i tried until i got there (in case anyone else tries this on windows): * before doing the `. .\kdeenv.ps1` you need to allow script execution (d'uh). Be advised that this is a potential security risk. Run this from an elevated powershell: `Set-ExecutionPolicy Unrestricted` * emerg.bat does not use the python that's configured in etc\kdesettings.ini (make sure the right one is on your path, even though the readme explicitly claims, emerg would take care of that). This may be related to the next point, though. * kdeenv.ps1:182 tries to get the "PYTHONPATH" from the settings (ini), but that is not actually in there. Nicely enough, there is even a TODO tag nearby (line 181) informing me that this can't actually work. * the required "subst"s (long paths made into drive letters) didn't set up correctly on my system. I simply set those up by hand to match the tiny table kdeenv outputs for reference. After fixing these, i now get an error with the digest of putty. I'm not yet sure if i will continue this ordeal, though. (Line numbers refer to the current state of branch kde-4.10, which is commit 1ce6a19c) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #8 from Claudius <[hidden email]> --- i can run the `emerge qt` over and over again, and each time another package will throw an error. After enough runs, it has settled on jom (digest), mysql (digest), ActivePerl(404), putty (digest) ... also, this seems fairly random. Not as if there was a specific order of things. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #9 from Gilles Caulier <[hidden email]> --- Note : digiKam 4.7.0 for Windows is available : http://download.kde.org/stable/digikam/digiKam-installer-4.7.0-1-win32.exe.mirrorlist Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #10 from Gilles Caulier <[hidden email]> --- Ananta, Perhaps you can provide the instruction the build windows installer somewhere on KDE Wiki ? Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #11 from Claudius <[hidden email]> --- Thank you for the heads up! I haven't given up hope yet ;-) I guess most people are pushing for the 5.0 version, and that is great. Maybe this will get some attention in the second half of 2015. I think it's likely that the build system for 5.0 will have to look at least somewhat different, so I'd rather wait for those than have 4.x instructions. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #12 from Gilles Caulier <[hidden email]> --- digiKam 4.11.0 Windows installer is available for download : http://download.kde.org/stable/digikam/digiKam-installer-4.11.0-win32.exe.mirrorlist -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |5.0.0 --- Comment #13 from [hidden email] --- The Windows build workflow is now fully not dependent of Windows operating system. Thant to cross-compiler and MXE project (http://mxe.cc/) to facilitate the whole dependencies, the core implementation, all KDE framework, and the NSIS installer, to be compilable as well under Linux ! All instructions are simple and 90% automatized here : https://quickgit.kde.org/?p=digikam-software-compilation.git&a=blob&f=project%2Fmxe%2FREADME With next digiKam 5.0.0, we will provide a Windows version fully cross-compiled https://www.flickr.com/photos/digikam/27033685570/in/dateposted-public/ The Windows installer is available here to test : https://drive.google.com/open?id=0B7yq-xFihT0_SzhxVzF1RDhPbFE Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #14 from Claudius <[hidden email]> --- To clarify: does it mean digikam can _only_ be cross-compiled? If so, it would be nice to make this very clear at the beginning of the build instructions. Novices might need a while to figure this out. The installer just ran, and digikam 5 seems to be running on my machine (win 10, 64 bit, 32 bit installer). Thanks for making this possible! -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
--- Comment #15 from [hidden email] --- No, native windows building is possible but is just a BIG PAIN. Cross compiling is easy to do and do not require Windows to build executable/dlls and also the NSIS installer. Yes, all can be done on Linux as well. Gilles Caulier -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Claudius
https://bugs.kde.org/show_bug.cgi?id=342481
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Portability |Bundle-Windows -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |