I installed the Qt SDK for Linux/X11 32-bit on a system using Red Hat Enterprise Linux 5. When I try to build some of the simple examples in Qt Creator, I get errors. Here is the error I get when I attempt to build the SDI example:
Any idea what the cause of these errors are? Any help would be greatly appreciated.g++ -Wl,-rpath,/home/user/qtsdk-2010.02/qt/lib -o sdi main.o mainwindow.o moc_mainwindow.o qrc_sdi.o -L/home/user/qtsdk-2010.02/qt/lib -lQtGui -L/home/user/qtsdk-2010.02/qt/lib -L/usr/X11R6/lib -lQtCore -lpthread
/home/user/qtsdk-2010.02/qt/lib/libQtGui.so: undefined reference to `FcFreeTypeQueryFace'
collect2: ld returned 1 exit status
make: Leaving directory `/home/user/qtsdk-2010.02/qt/examples/mainwindows/sdi'
make: *** [sdi] Error 1
Exited with code 2.
Error while building project sdi
When executing build step 'Make'
Bookmarks