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(
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
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
> 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
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
---
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
-
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
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
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
> 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
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
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,
>> 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
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
> 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
> 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
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
--- 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
18 matches
Mail list logo