Entering Turkish character from keyboard..
-
wrote on 15 Mar 2016, 12:48 last edited by
Hi all,
A make a static compile on linux for test pusposes ...
I compile the software with this options...
./configure -debug-and-release -opensource -confirm-license -c++11 -static -largefile -platform linux-g++ -prefix /home/burak/qt551static -xcb -tslib -gtkstyle -icu -gui -xinput2 -xcb-xlib -fontconfig -glib -opengl desktop -qt-sql-psql -nomake examples -nomake tests -no-compile-examples -v
but I cannot type turkish character "i" and "ı" from keyboard but application shows this characters very well... problem is from key board..
The Linux system or other applications doesn't have this kind of problem... I typing this from the same machine..
If I use the distribution from qt shared libraries which I downloaded from qt.io doesn't have this problem..
any ideas..
-
wrote on 15 Mar 2016, 19:18 last edited by
@Moderators I really need help I strugling this for a week.... for compiling...
this is my 2nd topic...
please help.. -
Hi,
If it's only for testing purpose then I'd rather start by just building with the defaults and let auto-detect work i.e.
./configure -debug-and-release -opensource -confirm-license -static -nomake example -nomake tests
-
wrote on 15 Mar 2016, 20:51 last edited by
Hi!
Did you try a very simple configuration like the following?
./configure -opensource -confirm-license -static -prefix /home/burak/qt551static
-
wrote on 16 Mar 2016, 09:36 last edited by
I make the compiling again from a fresh source nothing changed.. I'll make a clean linux install and try your suggestion again..
thanks I'll inform u after clean linux compile..
-
wrote on 17 Mar 2016, 21:57 last edited by zeroptr
Hi @Moderators
I make two clean linux installations.. One is LinuxMint 17.3 and the Ubuntu 14.04 LTS becouse my enviroment depends on Ubuntu 14.04 LTSI installed this libs dev files to system.
libfontconfig1-dev libfreetype6-dev libx11-dev libxext-dev libxfixes-dev libxi-dev libxrender-dev libxcb1-dev libx11-xcb-dev libxcb-glx0-dev libxcb-keysyms1-dev libxcb-image0-dev libxcb-shm0-dev libxcb-icccm4-dev libxcb-sync0-dev libxcb-xfixes0-dev libxcb-shape0-dev libxcb-randr0-dev
libpq5 libpq-dev unixodbc unixodbc-dev./configure -opensource -confirm-license -static -qt-sql-psql -prefix /home/burak/qt551static -nomake examples -nomake tests -no-compile-examples -v
every time use clean source from the original tar.gz source..
The problem continues..
I cannot type "ı" and "i" from keyboard,when I use the new kit... Otherwise the default kit and the systems other X applications doesn't have any problem like this...any ideas ?
-
wrote on 17 Mar 2016, 23:25 last edited by
-
wrote on 17 Mar 2016, 23:30 last edited by
@zeroptr Glad to hear you could solve it. Do you know what caused the issue?
-
wrote on 18 Mar 2016, 08:29 last edited by
I think problem coused from dependent dev libraries...
sudo apt-get build-dep qt5-default
solved the problem..
6/9