[rkward-devel] Windows packaging

Prasenjit Kapat kapatp at gmail.com
Sun Oct 17 03:36:12 UTC 2010


On Thu, Oct 14, 2010 at 3:05 AM, Thomas Friedrichsmeier
<thomas.friedrichsmeier at ruhr-uni-bochum.de> 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] Error 2
>> mingw32-make: *** [all] Error 2
>>
>> Is "U:/lib/..." hard coded somewhere?
>
> Yes, it's a known (and long standing bug). See this mail:
> http://mail.kde.org/pipermail/kde-windows/2009-April/003655.html . You need to
> fix all occurrences (two or three, IIRC), manually, in
> KDEDIR\share\apps\cmake\modules .

So, this is only in
KDEDIR\share\apps\cmake\modules\KDELibs4LibraryTargets-release.cmake
(~lines 20 and 36), right?

And it suffices to replace "U:" by "${_IMPORT_PREFIX}", right?

The compilation seems to proceed w/o errors now. The move statement
spits out this error:

D:\RKWard_devel\release_branch_0.5.4\windows_nsis\build>move
"D:\RKWard_devel\release_branch_0.5.4\windows_nsis\/install/Program
Files/R/R-2.11.1"
D:\RKWard_devel\release_branch_0.5.4\windows_nsis\/install/_RHOME_
The system cannot find the path specified.

I see that the directory created is actually this:
D:\RKWard_devel\release_branch_0.5.4\windows_nsis\install\ProgramFiles\R\R-2.11.1

Note: "ProgramFiles" instead of "Program Files" in the path. So does
this mean I need to install R to a path w/o spaces? Not a problem,
I'll just start over.

-- 
Prasenjit




More information about the Rkward-devel mailing list