Re: [rkward-devel] the error of the compiling
Hi! I'm keeping rkward-devel in CC. Others may be interested in compiling on Windows (and the associated pitfalls) as well. On Friday 19 September 2014 17:08:19 you wrote: 1. Are you _really_ sure you want to compile RKWard from source, or do you simply want to _use_ RKWard on Windows? Yes,I want to compile RKWard from source. Ok. 2. In your latest attempt, have you succeeded in compiling RKWard (following my instructions in the previous mail)? 2b. If not, what's the error message this time around? Yes, I have succeeded in compiling RKWard without any error, but some warings. Good. 3. What exactly is the rkward.exe you are running? Where is it located, how did you install it (if compilation did not succeed), what messages does it show when running with rkward.exe --debug-level 5? The rkward.exe is the icon on the desktop, and it located in D:\kderoot\k\bin\rkward.bat. I do not understand how to running with rkward.exe --debug-level 5. Is it in cmd commond. Ok, we're getting closer to the issue. 1. Make sure your newly compiled rkward was really installed: cd %KDEROOT%\build\kdeapps\rkward-20121211\work\mingw4...\ (replace the dots as appropriate, of course) mingw32-make install (usually emerge should have done that, but it kind of looks like emerge got confused somewhere along the way). Double-check the file modification time of D:\kderoot\k\bin\rkward.exe and rkward.frontend.exe to make sure they are really the files you compiled, not some older version. 2. Remove D:\kderoot\k\bin\rkward.bat . This is a leftover of a previous installed version of rkward. The current version does not include this. This should have been removed by emerge --unmerge rkward. I'm not sure, why it's still there. 3. Remove the desktop icon, too. You can re-create it, when all other causes of trouble are ruled out. 4. Open a console, and do cd D:\kderoot\k\bin rkward.exe (optionally rkward.exe --debug-level 5, if problems persist). If all this works, you can create a shortcut to D:\kderoot\k\bin\rkward.exe on your Desktop. 4. Sorry, if I haven't been clear enough: I'm looking for log files from your latest run, not parts of your build tree. One is going to be called rkward.frontend.XYZ, another is going to be called rkward.rbackend.XYZ. These are exactly _two_ text files in the same directory, somewhere in your Documents and Settings folder inside your home directory. They will have a timestamp corresponding to the time you tried to run, not compile rkward. I have ziped up all the files and email you. Thank you for you help again. Well, only in case problems persist: No, I do not need your build tree, or any other complete folder. I need *two text files* located somewhere in the Documents and Settings folder inside your home directory, *outside* your build tree. Regards Thomas -- Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk ___ RKWard-devel mailing list RKWard-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-devel
Re: [rkward-devel] the error of the compiling
Win7 Qt-Version 4.8.4 KDE 4.10 automoc4 R-3.0.2 At 2014-09-18 16:05:15,白杨 baiyangby...@163.com wrote: (1) When I compile the source for rkward_0.6.1, there always exists the error message: Linking CXX executable rkward.rbackend.exe CMakeFiles\rkward.rbackend.dir/objects.a(rkrbackend.obj):rkrbackend.cpp:(.text+0 x993): undefined reference to `libintl_bindtextdomain' CMakeFiles\rkward.rbackend.dir/objects.a(rkrbackend.obj):rkrbackend.cpp:(.text+0 x9a7): undefined reference to `libintl_bind_textdomain_codeset' C:\MinGW\bin/ld.exe: CMakeFiles\rkward.rbackend.dir/objects.a(rkrbackend.obj): b ad reloc address 0x0 in section `.data' collect2.exe: error: ld returned 1 exit status rkward\rbackend\CMakeFiles\rkward.rbackend.dir\build.make:364: recipe for target 'rkward/rbackend/rkward.rbackend.exe' failed mingw32-make[2]: *** [rkward/rbackend/rkward.rbackend.exe] Error 1 CMakeFiles\Makefile2:481: recipe for target 'rkward/rbackend/CMakeFiles/rkward.r backend.dir/all' failed mingw32-make[1]: *** [rkward/rbackend/CMakeFiles/rkward.rbackend.dir/all] Error 2 Makefile:115: recipe for target 'all' failed mingw32-make: *** [all] Error 2 C:\Users\by\Desktop\12\rkward_0.6.1_3\windows_nsis\buildIF 2 NEQ 0 GOTO ERROR C:\Users\by\Desktop\12\rkward_0.6.1_3\windows_nsis\buildecho There has been an error. Aborting. There has been an error. Aborting. How may I compile the source or how to solve? Thank you for your help for me. Please state it in detail. (2)This is the second question in the following. When I run the RKWard,there are such error. Problem Event Name: APPCRASH Application Name: rkward.frontend.exe Application Version: 0.0.0.0 Application Timestamp: 085e28b9 Fault Module Name: QtCore4.dll Fault Module Version: 4.8.4.0 The time stamp module with the error: 51718a67 Exception Code: c005 Exception Offset: 000e2544 OS Version: 6.1.7601.2.1.0.768.2 Language Code: 2052 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789 How I may run this program? Thank you for your help for me. -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk___ RKWard-devel mailing list RKWard-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-devel
Re: [rkward-devel] the error of the compiling
Hi! Let's check some basics first, so we know what setup we are talking about. Here are my current assumptions on what you are doing. Please let me know, if any of these are incorrect: - You are starting from an emerge tree of KDE 4.10.2. Probably the snapshot we provide at http://sourceforge.net/projects/rkwardextras/files/Windows/Development/ - You have done emerge --update rkward, successfully. In essence, you don't need anything else for using rkward. Running make_release.bat is for creating an _installer_ for RKWard, and not needed for end users. In either case, I have done some work on the windows version during the past few days, fixing some issues, so you should try again with emerge --update rkward If that produces an error (check %KDEROOT%\buildlogs!), do emerge unmerge rkward rmdir /s %KDEROOT%\build\kdeapps\rkward-20121211 emerge rkward (The make_release.bat script was also updated, in case you really need it). On Thursday 18 September 2014 16:13:30 白杨 wrote: (2)This is the second question in the following. When I run the RKWard,there are such error. [...] How I may run this program? Thank you for your help for me. Always start using rkward.exe, _in the installed version_ (not inside the build tree). I.e. %KDEROOT%\bin\rkward.exe . *If problems persist*, start as rkward.exe --debug-level 5 in order to gather debugging diagnostics. I can't ever remember where exactly to find the generated log files on the various flavours of Windows. Search your user directory for files name rkward.frontend.* and rkward.rbackend.*, zip up and post the latest pair of these two files. Regards Thomas -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191iu=/4140/ostg.clktrk ___ RKWard-devel mailing list RKWard-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-devel