Hi,

I am using Qt Embedded(4.4) on my machine.
When i install tslib package on my machine i am getting below error...

[root@localhost tests]# make
gcc -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Trolltech/QT-4/mkspecs/linux-g++ -I. -I/usr/local/Trolltech/QT-4/include/QtCore -I/usr/local/Trolltech/QT-4/include/QtCore -I/usr/local/Trolltech/QT-4/include/QtGui -I/usr/local/Trolltech/QT-4/include/QtGui -I/usr/local/Trolltech/QT-4/include -I. -I. -I. -o fbutils.o fbutils.c
fbutils.c:13:20: error: config.h: No such file or directory
make: *** [fbutils.o] Error 1


Can anybody explain how to install tslib?