Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Andrius da Costa Ribas
add_definitions(${KDE4_ENABLE_EXCEPTIONS}) seems to interfere with RC.exe when I try to add a kde4_add_app_icon. fatal error RC1106: invalid option: -EHsc any hint with that? -- Andrius. 2012/7/26 Andrius da Costa Ribas > Hello, > > In src/systemexception.h: > return m_msg.toStdString().c_str(

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Andrius da Costa Ribas
Hello, In src/systemexception.h: return m_msg.toStdString().c_str(); ^ my Qt copy was built with no support to toStdString, please consider changing it to: return m_msg.toLatin1(); -- Andrius. 2012/7/25 Jakob Gruber > On 07/25/2012 11:44 PM, Laszlo Papp wrote: > >> KERNELBASE.dll!RaiseExceptio

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Jakob Gruber
On 07/25/2012 11:44 PM, Laszlo Papp wrote: >> KERNELBASE.dll!RaiseException() [[unknown] @ -1] at 0x75f7b727 >> MSVCR100.dll!CxxThrowException() [[unknown] @ -1] at 0x64617819 >> picmi.exe!Renderer::loadResources() >> [c:\projects\picmi\src\gui\renderer.cpp @ 73] at 0xec028f >> picmi.exe!GetCommand

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Laszlo Papp
> KERNELBASE.dll!RaiseException() [[unknown] @ -1] at 0x75f7b727 > MSVCR100.dll!CxxThrowException() [[unknown] @ -1] at 0x64617819 > picmi.exe!Renderer::loadResources() > [c:\projects\picmi\src\gui\renderer.cpp @ 73] at 0xec028f > picmi.exe!GetCommandLineW() [[unknown] @ -1] at 0xed233d > picmi.exe

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Laszlo Papp
Some of the content may be familiar from irc, but just for the record. > This is basically a convenience makefile and is not part of the actual > cmake build system (= it can be ignored). Following SaroEngels' > suggestion, it has been renamed to GNUmakefile - this way it should only > be executed

Re: Review Request: kjs: Implement JSON.stringify

2012-07-25 Thread Bernd Buschinski
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105057/ --- (Updated July 25, 2012, 2:54 p.m.) Review request for kdelibs. Changes -

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Patrick Spendrin
Am 25.07.2012 12:57, schrieb Jakob Gruber: > I spent this morning setting up KDE Windows (thanks SaroEngels for all > the help). The good news is that picmi > compiles and runs without any changes to the source code (mingw and KDE > 4.8). > > I have not set up a build with MSVC or KDE trunk, so I

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Jakob Gruber
I spent this morning setting up KDE Windows (thanks SaroEngels for all the help). The good news is that picmi compiles and runs without any changes to the source code (mingw and KDE 4.8). I have not set up a build with MSVC or KDE trunk, so I can't say anything about these yet. On to specific iss

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Rolf Eike Beer
Am 25.07.2012 10:50, schrieb Patrick Spendrin: Am 25.07.2012 10:13, schrieb Andras Mantia: I keep telling to Patrick to just use Linux, but he is hard headed, so he has to leave with the pain and fix our mess. ;) :-D If I ever stop working on KDE on Windows I will switch. Looks like we wi

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Laszlo Papp
> Sure, but you have to admit, that there is a subtle difference between Linux > different versions and Linux vs. Windows. I am just saying that, it can happen someone is unable to have an access to Linux for some reasons. This is for instance the situation at my company without finding workaround

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Andras Mantia
On Wednesday, July 25, 2012 09:49:46 AM Laszlo Papp wrote: > >> Although, it is a bit more here than "does not work". It does even > >> compile. :-) > > > > The usual reason is that the developer doesn't even have a MS compiler or > > Windows. And nobody can be forced to have one. ;) > > You coul

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Patrick Spendrin
Am 25.07.2012 10:13, schrieb Andras Mantia: > On Wednesday, July 25, 2012 08:57:13 AM Laszlo Papp wrote: >>> There was never a requirement for software that wants to be part of KDE to >>> work on Windows, and I'd like to keep this as it is. >> >> Perhaps, but I can still raise my personal opinion,

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Laszlo Papp
>> Although, it is a bit more here than "does not work". It does even >> compile. :-) > > The usual reason is that the developer doesn't even have a MS compiler or > Windows. And nobody can be forced to have one. ;) You could theoritically say the same for Linux (or certain softwares, versions etc

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Andras Mantia
On Wednesday, July 25, 2012 08:57:13 AM Laszlo Papp wrote: > > There was never a requirement for software that wants to be part of KDE to > > work on Windows, and I'd like to keep this as it is. > > Perhaps, but I can still raise my personal opinion, just as you can Sure. :) > . > Although, it i

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Laszlo Papp
> Perhaps, but I can still raise my personal opinion, just as you can. > Although, it is a bit more here than "does not work". It does even > compile. :-) Err... silly typo: it does /not/ even compile. Best Regards, Laszlo Papp

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Laszlo Papp
> There was never a requirement for software that wants to be part of KDE to > work on Windows, and I'd like to keep this as it is. Perhaps, but I can still raise my personal opinion, just as you can. Although, it is a bit more here than "does not work". It does even compile. :-) I do think a min

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Andras Mantia
On Wednesday, July 25, 2012 06:10:21 AM Laszlo Papp wrote: > (sorry for sounding blunt but > Windows should not really be considered as something unimportnat for > KDE in my opinion). There was never a requirement for software that wants to be part of KDE to work on Windows, and I'd like to keep

Re: playground/games/picmi moved to KDE Review

2012-07-25 Thread Albert Astals Cid
--- El mié, 25/7/12, Ben Cooksley escribió: > On Wed, Jul 25, 2012 at 5:10 PM, > Laszlo Papp > wrote: > >> I'd like to clarify that all of the points > mentioned in this mail > >> concern libkdegames (and compilation thereof on > Windows) and not picmi > >> in particular, therefore I'm forwarding