锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲狠狠婷婷综合久久蜜芽,99久久综合国产精品二区,久久久www免费人成精品http://m.shnenglu.com/JonsenElizee/category/13507.htmlC++ Blog
<BR>
<BR>
"An idea is fragile . It can be killed by a scornful smile or a yawn .It can be mound down by irony and scared to death by a cold look."
<BR>
"Most cultures throughout human history have not liked creative individuals .They ignore them or kill them.It is a very efficient way of stopping creativity."
<BR>
<BR>
------Advertising boss Charles Browe and Howard Gardner ,professor at Harvard zh-cnFri, 20 Aug 2010 08:50:56 GMTFri, 20 Aug 2010 08:50:56 GMT60Nokia QT4 SDK Tryhttp://m.shnenglu.com/JonsenElizee/archive/2010/08/19/123906.htmlJonsenElizeeJonsenElizeeWed, 18 Aug 2010 17:18:00 GMThttp://m.shnenglu.com/JonsenElizee/archive/2010/08/19/123906.htmlhttp://m.shnenglu.com/JonsenElizee/comments/123906.htmlhttp://m.shnenglu.com/JonsenElizee/archive/2010/08/19/123906.html#Feedback0http://m.shnenglu.com/JonsenElizee/comments/commentRss/123906.htmlhttp://m.shnenglu.com/JonsenElizee/services/trackbacks/123906.htmlFirst, let's solve this error: Nokia QT4 SDK Beginner s Error FcFree TypeQuery Face. Here is the way to solve this error for QT newbie, as me.
Now I will show how to build QT project with out this error. Precondition: my system is RHEL5.5 and my QT SDK is qt-sdk-linux-x86-opensource-2010.04.bin
Error: FcFree TypeQuery Face
Solution: download fontconfig-2.4.2.tar.gz tar zxvf it and configure and make, but do not make install it. here is the configure cmd string: ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
my QT SDK is intalled here: /opt/ins/qt4/qtsdk-2010.04/lib ________________________________________________________________________________ lrwxrwxrwx 1 root root 17 Aug 18 23:53 libQtGui.so.4 -> libQtGui.so.4.7.0 -rwxr-xr-x 1 root root 13M Jun 21 05:01 libQtGui.so.4.7.0 [root@localhost lib]#
here is the cmd: cd /usr/lib mv libfontconfig.so.1 libfontconfig.so.1.bak ln -s /opt/pro/uti/fontconfig/fontconfig-2.4.2/src/.libs/libfontconfig.so.1 /usr/lib/libfontconfig.so.1
after "make" of fontconfig, the so files are here: /opt/pro/uti/fontconfig/fontconfig-2.4.2/src/.libs/libfontconfig.so.1 and you need to link it to /usr/lib/libfontconfig.so.1
close QT SDK and reboot it to build your project. that's okay.
If you really want to update rpm, just download fontconfig-2.4.2-3.fc7.i386.rpm and fontconfig-devel-2.4.2-3.fc7.i386.rpm. install them without dependence check: