bluehazzard
bluehazzard
This seems to be more complex than i thought... I can not test MS compiler locally, so it worked fine for me and i was thinking i can make a...
Ok, clang and gcc should now work. I can not test ms compilers and the automated test on appveyor seems to fail in places i did not modify? 'PRED' should...
`_longstr[i] = localeconv()->decimal_point[0];` i don't think this is a good idea, because for example in arabic the decimal point is (or can be, depending on the code page) a multi...
I know now why the provided binary of squirrel ("sq") works. The internal locale is "C". I don't know why it is using this locale, because LANG is set to...
> > > > Why have you closed it? > > It is not clear whether it is necessary or not. If needed. I will create a request again. cbMemoryView...
I have tried some things and got some results ``` diff --git a/src/generic/notifmsgg.cpp b/src/generic/notifmsgg.cpp index 8566831470..5bbe3f539f 100644 --- a/src/generic/notifmsgg.cpp +++ b/src/generic/notifmsgg.cpp @@ -160,7 +160,7 @@ wxNotificationMessageWindow::wxNotificationMessageWindow(wxGenericNotificationMe m_messageTitle = new wxStaticText(m_messagePanel,...
i have tried on an arch linux distribution. Compiling normally leads to a working notification by using the system notifications (uses libnotify by default). Compiling with `./configure --with-libnotify=no` leads to...