<![CDATA[Latest posts for the topic "Thắc mắc về xvnkb for kubuntu "]]> /hvaonline/posts/list/24.html JForum - http://www.jforum.net Thắc mắc về xvnkb for kubuntu /hvaonline/posts/list/12263.html#71352 /hvaonline/posts/list/12263.html#71352 GMT Re: Thắc mắc về xvnkb for kubuntu /hvaonline/posts/list/12263.html#71361 /hvaonline/posts/list/12263.html#71361 GMT Thắc mắc về xvnkb for kubuntu sudo apt-get install build-essential gcc xlibs-dev libxft-dev xserver-xorg-dev sau đó gõ Code:
./configure
Chú ý: Sau khi gõ ./configure thì rất có thể là nó sẽ tạo ra makefile bị sai (lỗi gặp ở ubuntu), bạn phải vào config.h và xóa cái -e ở trong dòng -e #ifndef __VK_CONFIG_H đi là được. Tiếp theo thì đơn giản thôi : Code:
make
make install
Xong! chúc thành công.]]>
/hvaonline/posts/list/12263.html#72025 /hvaonline/posts/list/12263.html#72025 GMT
Thắc mắc về xvnkb for kubuntu Code:
sudo apt-get install build-essential gcc xlibs-dev libxft-dev xserver-xorg-dev
Báo tất cả đều : build-essential is already the newest version. gcc is already the newest version. xlibs-dev is already the newest version. libxft-dev is already the newest version. xserver-xorg-dev is already the newest version. và sau đó gõ ==================================== legenday@legenday-desktop:~/xvnkb-0.2.9a$ ./configure Configuration for xvnkb 0.2.9a on Linux Type "./configure --help" for more information Checking uchar... no Checking ushort... yes Checking uint... yes Checking ulong... yes Checking dynamic linking loader... yes Checking X11 lib... /usr/X11R6 Checking pkg-config... yes Checking Xft... yes Compile options: Enable XFT: yes Enable spell checking: yes Enable extended keystroke: no Enable ABC liked Telex keystroke: no done. Type "make" to compile ==================================== Báo Checking uchar... no ( không hiểu còn thiếu thư viện nào nữa) Dùng make thì báo như sau: ( có 1 lỗi) 6/include -c button.c cc -O3 -s data.o flash.o main.o event.o mainwin.o menu.o hotkey.o systray.o mode.o property.o session.o xconfig.o xresource.o label.o button.o msgbox.o -o xvnkb -L/usr/X11R6/lib -lX11 -ldl -lXft -lXrender -lfontconfig -lfreetype -lz -lX11 msgbox.o: In function `VKMsgBoxDraw':msgbox.c:(.text+0x19d): undefined reference to `vk_fontset' msgbox.o: In function `VKCreateMsgBoxWindow':msgbox.c:(.text+0x431): undefined reference to `vk_fontset' :msgbox.c:(.text+0x49d): undefined reference to `vk_fontset' :msgbox.c:(.text+0x5b0): undefined reference to `vk_fontset' collect2: ld returned 1 exit status make: *** [xvnkb] Error 1]]>
/hvaonline/posts/list/12263.html#73320 /hvaonline/posts/list/12263.html#73320 GMT
Re: Thắc mắc về xvnkb for kubuntu tuantub để giải quyết trở ngại.]]> /hvaonline/posts/list/12263.html#73322 /hvaonline/posts/list/12263.html#73322 GMT Re: Thắc mắc về xvnkb for kubuntu

conmale wrote:
Đọc lại bài của tuantub để giải quyết trở ngại. 
dạ thưa anh : Trước khi em post bài em đã đọc bài của bạn tuantub rồi ạ .Không biết có phải ý anh conmale nói đọc lại bài là về việc kiểm tra file config.h . Em cũng đã kiểm tra file config.h xem có lỗi như bạn tuantub nói không nhưng không thấy có chữ -e ở đầu dòng :#ifndef __VK_CONFIG_H
Chú ý: Sau khi gõ ./configure thì rất có thể là nó sẽ tạo ra makefile bị sai (lỗi gặp ở ubuntu), bạn phải vào config.h và xóa cái -e ở trong dòng -e #ifndef __VK_CONFIG_H đi là được.  
Đây là nội dung file :config.h ạ. Code:
#ifndef __VK_CONFIG_H
#define __VK_CONFIG_H
#define VK_CHECK_SPELLING
#define VK_NEED_UCHAR
#endif
Dạ có một điều em thắc mắc là Đoạn Checking uchar... no ( là do thiếu thư viện gì ạ) . ]]>
/hvaonline/posts/list/12263.html#73329 /hvaonline/posts/list/12263.html#73329 GMT
Re: Thắc mắc về xvnkb for kubuntu /hvaonline/posts/list/12263.html#73337 /hvaonline/posts/list/12263.html#73337 GMT Thắc mắc về xvnkb for kubuntu /hvaonline/posts/list/12263.html#73339 /hvaonline/posts/list/12263.html#73339 GMT