On Thu, Oct 14, 2010 at 3:05 AM, Thomas Friedrichsmeier <thomas.friedrichsme...@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 ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ RKWard-devel mailing list RKWard-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-devel