Re: [rkward-devel] Windows packaging

2010-11-05 Thread Thomas Friedrichsmeier
Hi, On Thursday 04 November 2010, Prasenjit Kapat wrote: > Yes, that is what I meant. Ideally, a "make clean" analogue would be > nice... Now, w/ or w/o build directory I get the same error, see > below. well, make clean is "mingw32-make clean" on Windows. But removing the build- directory is eve

Re: [rkward-devel] Windows packaging

2010-11-04 Thread Prasenjit Kapat
Hi Thomas, On Thu, Nov 4, 2010 at 2:33 AM, Thomas Friedrichsmeier wrote: > On Thursday 04 November 2010, Prasenjit Kapat wrote: >> What do I exactly do to re-compile RKWard (w/o deleting the svn dir >> and re-checkout)? > > You mean a full re-compilation from scratch? It's easiest to delete the >

Re: [rkward-devel] Windows packaging

2010-11-03 Thread Thomas Friedrichsmeier
On Thursday 04 November 2010, Prasenjit Kapat wrote: > What do I exactly do to re-compile RKWard (w/o deleting the svn dir > and re-checkout)? You mean a full re-compilation from scratch? It's easiest to delete the "build" directory inside windows_nsis, then. > I changed ADD_CMAKE_FLAGS (se PS)

Re: [rkward-devel] Windows packaging

2010-11-03 Thread Prasenjit Kapat
Hi, What do I exactly do to re-compile RKWard (w/o deleting the svn dir and re-checkout)? I changed ADD_CMAKE_FLAGS (se PS) and deleted windows_nsis\build\CMakeCache.txt... I am getting this error: CMake Error at D:/KDE4/share/apps/cmake/modules/FindKDEWin.cmake:75 (message): Could NOT find KDE

Re: [rkward-devel] Windows packaging

2010-11-03 Thread Thomas Friedrichsmeier
Hi, On Wednesday 03 November 2010, Prasenjit Kapat wrote: > libstdc++ is NOT included in either of the two KDE installations on my > machine! sorry, I meant that libstc++ is *inside* of the Qt .dlls (although, I'm not too sure any longer that it is), not as a separate file. > On my system libst

Re: [rkward-devel] Windows packaging

2010-11-02 Thread Prasenjit Kapat
Hi, Sorry for the delay, I am not getting much time these days... On Tue, Oct 26, 2010 at 2:48 AM, Thomas Friedrichsmeier wrote: >>> yes and no. libstdc++ is certainly needed (by all KDE apps), but it should >>> already be included in the Qt / and or KDE libraries. Either this is not the >>> cas

Re: [rkward-devel] Windows packaging

2010-10-25 Thread Thomas Friedrichsmeier
> Mine's 4.5.0 (as seen from g++.exe --version). Should a different > version matter? After all the compilation was done with this MinGW as > well. Note: C:\MinGW\bin is not in my %PATH%, I only add it in the > make_release.bat file. I would be surprised, if it matters, but I'm trying to spot diff

Re: [rkward-devel] Windows packaging

2010-10-25 Thread Prasenjit Kapat
On Mon, Oct 25, 2010 at 7:09 AM, Thomas Friedrichsmeier wrote: > Hi, > > On Monday 25 October 2010, Prasenjit Kapat wrote: >> "The application has failed to start because libstdc++-6.dll was not >> found. Re-installing the application may fix this problem." >> >> Now, libstdc++-6.dll is located at

Re: [rkward-devel] Windows packaging

2010-10-25 Thread Thomas Friedrichsmeier
Hi, On Monday 25 October 2010, Prasenjit Kapat wrote: > "The application has failed to start because libstdc++-6.dll was not > found. Re-installing the application may fix this problem." > > Now, libstdc++-6.dll is located at C:\MinGW\bin but should it be > needed at runtime for RKWard? yes and

Re: [rkward-devel] Windows packaging

2010-10-24 Thread Prasenjit Kapat
Hi, So, I have tried doing this from scratch and things (seem to) have gone well. After installing RKWard, when attempting to start it using rkward.bat I get the following error: "The application has failed to start because libstdc++-6.dll was not found. Re-installing the application may fix this

Re: [rkward-devel] Windows packaging

2010-10-17 Thread Thomas Friedrichsmeier
Hi, On Sunday 17 October 2010, Prasenjit Kapat wrote: > So, this is only in > KDEDIR\share\apps\cmake\modules\KDELibs4LibraryTargets-release.cmake > (~lines 20 and 36), right? quite possible. Since I've already done the replacement in my copy, I can't check. > And it suffices to replace "U:" b

Re: [rkward-devel] Windows packaging

2010-10-16 Thread Prasenjit Kapat
On Thu, Oct 14, 2010 at 3:05 AM, Thomas Friedrichsmeier wrote: > On Thursday 14 October 2010, Prasenjit Kapat wrote: >> mingw32-make[2]: *** No rule to make target `U:/lib/libkdewin.dll.a', >> needed by `rkward/rkward.bin.exe'.  Stop. >> mingw32-make[1]: *** [rkward/CMakeFiles/rkward.bin.dir/all]

Re: [rkward-devel] Windows packaging

2010-10-14 Thread Thomas Friedrichsmeier
On Thursday 14 October 2010, Prasenjit Kapat wrote: > mingw32-make[2]: *** No rule to make target `U:/lib/libkdewin.dll.a', > needed by `rkward/rkward.bin.exe'. Stop. > mingw32-make[1]: *** [rkward/CMakeFiles/rkward.bin.dir/all] Error 2 > mingw32-make: *** [all] Error 2 > > Is "U:/lib/..." hard c

Re: [rkward-devel] Windows packaging

2010-10-13 Thread Prasenjit Kapat
On Wed, Oct 13, 2010 at 4:01 AM, Thomas Friedrichsmeier wrote: > Hi, > > On Wednesday 13 October 2010, Prasenjit Kapat wrote: > >> CMake Error at >> D:/RKWard_devel/KDE4/cmake/modules/FindKDE4Internal.cmake:485 (include): >>   include could not find load file: >> >>     D:/RKWard_devel/KDE4/cmake/

Re: [rkward-devel] Windows packaging

2010-10-13 Thread Thomas Friedrichsmeier
Hi, On Wednesday 13 October 2010, Prasenjit Kapat wrote: > > (And move the contents of [KDE]/cmake/modules into > > [KDE]/share/apps/cmake/modules.) > > will try that.. but that should, ideally, not be done, right? this certainly feels like a dirty trick. However, I'm really surprised that thes

Re: [rkward-devel] Windows packaging

2010-10-13 Thread Prasenjit Kapat
On Wed, Oct 13, 2010 at 4:01 AM, Thomas Friedrichsmeier wrote: > Hi, > > On Wednesday 13 October 2010, Prasenjit Kapat wrote: >> So this needs perl as well? > > yes, apparently. I find I have perl installed and in my path. Sorry about all > this mess. I should have documented this while actively f

Re: [rkward-devel] Windows packaging

2010-10-13 Thread Thomas Friedrichsmeier
On Wednesday 13 October 2010, Thomas Friedrichsmeier wrote: > Could you try adding > -DKDE4_DATA_DIR=D:/RKWard_devel/KDE4/share/apps > to the cmake options? (And move the contents of [KDE]/cmake/modules into > [KDE]/share/apps/cmake/modules.) ... and, for good measure, remove windows_nsis\build\

Re: [rkward-devel] Windows packaging

2010-10-13 Thread Thomas Friedrichsmeier
Hi, On Wednesday 13 October 2010, Prasenjit Kapat wrote: > So this needs perl as well? yes, apparently. I find I have perl installed and in my path. Sorry about all this mess. I should have documented this while actively fumbling my way through all of this, instead of over a year later... > CM

Re: [rkward-devel] Windows packaging

2010-10-12 Thread Prasenjit Kapat
On Tue, Oct 12, 2010 at 12:34 PM, Thomas Friedrichsmeier wrote: > On Tuesday 12 October 2010, Prasenjit Kapat wrote: > > I seem to have version 4.3.2 installed, so this one should work for you, too: > http://www.winkde.org/pub/kde/ports/win32/repository-4.3/kde/automoc- > mingw4-4.3.2-bin.tar.bz2

Re: [rkward-devel] Windows packaging

2010-10-12 Thread Thomas Friedrichsmeier
On Tuesday 12 October 2010, Prasenjit Kapat wrote: > The problem is that there is no automoc available through the installer! Indeed, I see. > Unfortunately it does not. I'll try to grab automoc4 from one of the > official kde mirrors and see. I seem to have version 4.3.2 installed, so this one

Re: [rkward-devel] Windows packaging

2010-10-12 Thread Prasenjit Kapat
On Tue, Oct 12, 2010 at 4:12 AM, Thomas Friedrichsmeier wrote: > On Monday 11 October 2010, Prasenjit Kapat wrote: >> CMake Error at >> D:/RKWard_devel/KDE4/share/cmake-2.6/Modules/FindPackageHandleStandardArgs >> .cmake:57 (MESSAGE): >>   Did not find automoc4 (part of kdesupport).  Searched for

Re: [rkward-devel] Windows packaging

2010-10-12 Thread Thomas Friedrichsmeier
On Monday 11 October 2010, Prasenjit Kapat wrote: > CMake Error at > D:/RKWard_devel/KDE4/share/cmake-2.6/Modules/FindPackageHandleStandardArgs > .cmake:57 (MESSAGE): > Did not find automoc4 (part of kdesupport). Searched for > Automoc4Config.cmake in using suffixes automoc4 lib/automoc4 > l

Re: [rkward-devel] Windows packaging

2010-10-10 Thread Prasenjit Kapat
On Fri, Oct 8, 2010 at 5:42 AM, Thomas Friedrichsmeier wrote: > > On Friday 08 October 2010, Prasenjit Kapat wrote: > > Ok, probably it's best to add >  PATH=%KDEPREFIXDRIVE%/%KDEPREFIX%/bin;%PATH% > to make_release.bat, then, to make sure the KDE directory is in the path > during compilation. Ye

Re: [rkward-devel] Windows packaging

2010-10-08 Thread Thomas Friedrichsmeier
Hi, On Friday 08 October 2010, Prasenjit Kapat wrote: > Can you explain the variables in make_release.bat? I've edited the > wiki, check and if needed fix them there. looks correct. > Now, I had to provide the full path to cmake: > > %KDEPREFIXDRIVE%\%KDEPREFIX%\bin\cmake (instead of just cma

Re: [rkward-devel] Windows packaging

2010-10-07 Thread Prasenjit Kapat
Hi, On Sun, Oct 3, 2010 at 1:51 PM, Thomas Friedrichsmeier wrote: > > Quite likely something is missing here or there, so let me know what goes > wrong. Can you explain the variables in make_release.bat? I've edited the wiki, check and if needed fix them there. Now, I had to provide the full pa

Re: [rkward-devel] Windows packaging

2010-10-07 Thread Thomas Friedrichsmeier
On Thursday 07 October 2010, Prasenjit Kapat wrote: > BTW, reading the wiki, I assume I need to install the KDE packages > twice - once for actually compiling RKWard, which installed system > wide, and later while packaging up as 7zip file, which is installed > inside the RKWard directory. Is this

Re: [rkward-devel] Windows packaging

2010-10-07 Thread Prasenjit Kapat
Hi, On Thu, Oct 7, 2010 at 3:05 PM, Thomas Friedrichsmeier wrote: > Hi, > > On Thursday 07 October 2010, Prasenjit Kapat wrote: >> What version of KDE do you use? I was trying with 4.4.4 (only other >> option is 4.2.2) - it does not install subverson, although it is >> listed, packages for konsol

Re: [rkward-devel] Windows packaging

2010-10-07 Thread Thomas Friedrichsmeier
Hi, On Thursday 07 October 2010, Prasenjit Kapat wrote: > What version of KDE do you use? I was trying with 4.4.4 (only other > option is 4.2.2) - it does not install subverson, although it is > listed, packages for konsole, dolphin, kwrite (kate is there though) > are missing. I used 4.4.4 for c

Re: [rkward-devel] Windows packaging

2010-10-07 Thread Prasenjit Kapat
On Tue, Oct 5, 2010 at 11:42 PM, Prasenjit Kapat wrote: > > On Sun, Oct 3, 2010 at 1:51 PM, Thomas Friedrichsmeier >> However, I have also created a page with and outline of the steps needed to >> create both the single installer, and the installation bundle. Again, it's >> too >> late to ask you

Re: [rkward-devel] Windows packaging

2010-10-05 Thread Prasenjit Kapat
Hi, Sorry was out of the loop for a while. On Sun, Oct 3, 2010 at 1:51 PM, Thomas Friedrichsmeier wrote: > Hi! > > As stated quite a while ago, I'd like to get some help with creating the > windows packages, if possible. Prasenjit volunteered to help back then, but I > simply forgot to take the