Search found 9 matches

by unxed
Mon Aug 03, 2020 4:43 pm
Forum: Compiler / Linking / IDE Related
Topic: CMake cannot find wxwidgets 3.1
Replies: 13
Views: 14480

Re: CMake cannot find wxwidgets 3.1

Similar issue on Linux Mint 20 (solved).
by unxed
Mon Aug 03, 2020 4:25 pm
Forum: Compiler / Linking / IDE Related
Topic: problems with wx-config from codelite's 3.1.3 on ubuntu 20.04
Replies: 4
Views: 4122

Re: problems with wx-config from codelite's 3.1.3 on ubuntu 20.04

It took me a long time, but I finally realised that it's failing on Mint because of a '/bin/' '/usr/bin/' issue. Thanks for spending your time solving this issue, David! sudo ln -s /bin/grep /usr/bin/grep sudo ln -s /bin/egrep /usr/bin/egrep did the trick for me! Now I am able to build at least wit...
by unxed
Mon Aug 03, 2020 2:28 am
Forum: Compiler / Linking / IDE Related
Topic: problems with wx-config from codelite's 3.1.3 on ubuntu 20.04
Replies: 4
Views: 4122

problems with wx-config from codelite's 3.1.3 on ubuntu 20.04

I'm trying to build far2l with wx 3.1.3 from codelite . Cmake fails with the following error: CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES wxWidgets_INCLUDE_DIRS) Call Stack (most recent call fi...
by unxed
Sat Dec 21, 2019 12:35 pm
Forum: Platform Related Issues
Topic: Any chanse to get Alt key with non-latin characters working with GTK backend?
Replies: 8
Views: 1699

Re: Any chanse to get Alt key with non-latin characters working with GTK backend?

ONEEYEMAN wrote: Wed Dec 11, 2019 3:25 pm Hi,
Try to send an e-mail to wx-users ML first. There you will catch core developers of the library (Vadim included) and you will get a responce whether it is a bug(s) or expected behavior.

Thank you.
Hope I am doing it right :) https://groups.google.com/forum/#!topic ... H5qzP5mxtM
by unxed
Wed Dec 11, 2019 2:57 pm
Forum: Platform Related Issues
Topic: Any chanse to get Alt key with non-latin characters working with GTK backend?
Replies: 8
Views: 1699

Re: Any chanse to get Alt key with non-latin characters working with GTK backend?

I think Vadim fixed this problem recently... Still there is a minor issue in this case: event.GetKeyCode() for such key combinations (like Alt+"б") always return zero. event.GetUnicodeKey() values are correct though, so still usable, but a bit annoying. Should I open a new bug report abou...
by unxed
Wed Dec 11, 2019 9:34 am
Forum: Platform Related Issues
Topic: Any chanse to get Alt key with non-latin characters working with GTK backend?
Replies: 8
Views: 1699

Re: Any chanse to get Alt key with non-latin characters working with GTK backend?

1. Install git client package 2. Clone wxWidgets repository (documentation at wxWidgets.org explains how to do that. See: http://www.wxwidgets.org/develop/code-repository/) 3. Do this: cd wxWidgets && mkdir buildGTK && cd buildGTK && ../configure --enable-debug && ma...
by unxed
Tue Dec 10, 2019 7:56 am
Forum: Platform Related Issues
Topic: Any chanse to get Alt key with non-latin characters working with GTK backend?
Replies: 8
Views: 1699

Re: Any chanse to get Alt key with non-latin characters working with GTK backend?

ONEEYEMAN wrote: Mon Dec 09, 2019 10:47 pm Hi,
What's your wx version?
Can you try Git master? I think Vadim fixed this problem recently...

Thank you.
Thanks for quick reply! I am building with 3.0 which is default on Ubuntu 18.04.
I have never built wx by myself, will try to digg into it :)
by unxed
Mon Dec 09, 2019 9:00 pm
Forum: Platform Related Issues
Topic: Any chanse to get Alt key with non-latin characters working with GTK backend?
Replies: 8
Views: 1699

Any chanse to get Alt key with non-latin characters working with GTK backend?

There is long standing bug in wx (http://trac.wxwidgets.org/ticket/17643) with key events (EVT_KEY_DOWN/EVT_KEY_UP/EVT_CHAR) do not fireing if letter key is pressed together with Alt and non-latin keyboard layout is selected. For example, you can not bind event listener to shortcuts like "alt+б...