Entering Turkish character from keyboard..
-
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..
-
@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
-
Hi!
Did you try a very simple configuration like the following?
./configure -opensource -confirm-license -static -prefix /home/burak/qt551static
-
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 ?
-