Re: Okular building help request

2016-03-05 Thread Thomas Friedrichsmeier
On Sat, 5 Mar 2016 12:47:08 +1100 Jonathan Schultz wrote: > Fantastic, I now having a working Okular under Windows - version > 1.0.0 using KDE frameworks 5.20.0. For some reason the plugin loader > was looking for a file called okularpart.dll instead of > libokularpart.dll. I

Re: Okular building help request

2016-03-04 Thread Jonathan Schultz
Fantastic, I now having a working Okular under Windows - version 1.0.0 using KDE frameworks 5.20.0. For some reason the plugin loader was looking for a file called okularpart.dll instead of libokularpart.dll. I haven't found the cause of this, but just made a work-around by renaming the

Re: Okular building help request

2016-03-04 Thread Thomas Friedrichsmeier
Hi, On Fri, 4 Mar 2016 14:21:02 +1100 Jonathan Schultz wrote: [...] > I could then build and install okular successfully, but still can't > run it as it fails to find/load the okularpart plugin. I did what I > could with gdb, and found that the call to d->loader->load() on

Re: Okular building help request

2016-03-03 Thread Jonathan Schultz
Thanks Thomas, I think I'm making some progress. When I tried your first patch, I found that rather than being undefined, the symbols were multiply defined. With a bit of experimentation I managed to get rid of this error (though perhaps not the underlying problem) with the following patch:

Re: Okular building help request

2016-03-01 Thread Thomas Friedrichsmeier
Hi once more, On Tue, 1 Mar 2016 20:54:46 +1100 Jonathan Schultz wrote: > I do seem to be getting somewhere but have once again hit a bit of a > wall. Among other things I turned up the short path drive > substitution stuff just to be sure that the problem wasn't there. But

Re: Okular building help request

2016-03-01 Thread Thomas Friedrichsmeier
Hi once more, ok, here's a second patch to allow the build to finish. This one should be correct, too. Again, the other probably isn't: diff --git a/interfaces/viewerinterface.h b/interfaces/viewerinterface.h index e9e76a2..9a16ea4 100644 --- a/interfaces/viewerinterface.h +++

Re: Okular building help request

2016-03-01 Thread Thomas Friedrichsmeier
Hi Jonathan, sorry for the other mail, hit "Send" early... On Tue, 1 Mar 2016 09:43:59 +1100 Jonathan Schultz wrote: [...] > > C:/Users/Jonathan/KF5_emerge/k/download/git/okular/mobile/components/documentitem.cpp:38: > > undefined reference to > >

Re: Okular building help request

2016-03-01 Thread Thomas Friedrichsmeier
Hi Jonathan, On Tue, 1 Mar 2016 09:43:59 +1100 Jonathan Schultz wrote: > Hi Thomas, > > Thanks for that - it seems to work fine. Using it as a basis to build > okular, I get almost there, until the build falls over with: > > >

Re: Okular building help request

2016-03-01 Thread Jonathan Schultz
if --configure was successfully run before, which is included in "emerge qt". Cheers, Hannah > Subject: Re: Okular building help request > To: kde-windows@kde.org > From: jonat...@imatix.com > Date: Sun, 28 Feb 2016 10:13:19 +1100 > > Dear Hannah, > > Thanks fo

Re: Okular building help request

2016-02-29 Thread Jonathan Schultz
Hi Thomas, Thanks for that - it seems to work fine. Using it as a basis to build okular, I get almost there, until the build falls over with: mobile/components/CMakeFiles/okularplugin.dir/__/__/ui/pagepainter.cpp.obj: In function

RE: Okular building help request

2016-02-28 Thread Hannah von Reth
rs, Hannah > Subject: Re: Okular building help request > To: kde-windows@kde.org > From: jonat...@imatix.com > Date: Sun, 28 Feb 2016 10:13:19 +1100 > > Dear Hannah, > > Thanks for your reply. Unfortunately I tend to be online somewhat > sporadically and in a lonely timezo

Re: Okular building help request

2016-02-27 Thread Jonathan Schultz
t;. You can pipe the output of the build to a file like this "emerge -vvv --make qtbase 2>&1 > log.txt", we need a full log to help you to find the issue. See you soon in our channel, I can't wait for an Okular installer :) Cheers, Hannah > To: kde-windows@kde.org > Fr

Re: Okular building help request

2016-02-26 Thread Thomas Friedrichsmeier
Hi Jonathan, not sure whether this suits your needs, but I'm also a bit curious, whether my "shortcut" to a KF5 environment on Windows actually works for people: https://mail.kde.org/pipermail/kde-windows/2016-February/009586.html It's MinGW, only, ATM. I spend most of the past two days trying

RE: Okular building help request

2016-02-26 Thread Hannah von Reth
to a file like this "emerge -vvv --make qtbase 2>&1 > log.txt", we need a full log to help you to find the issue. See you soon in our channel, I can't wait for an Okular installer :) Cheers, Hannah > To: kde-windows@kde.org > From: jonat...@imatix.com > Subject: O

Okular building help request

2016-02-25 Thread Jonathan Schultz
Hello all, I've been trying to build a recent version of okular (and dependencies) for Windows using a variety of methods, with only moderate levels of success, and now putting out a cry for help. Here is a description of what I have achieved, and where I have failed: kde-installer using