Skip to main content

An error accrued when execute ./configure

Hi :)

The tslib functionality test failed!
 You might need to modify the include and library search paths by editing
 QMAKE_INCDIR and QMAKE_LIBDIR in
 /root/qt-src-4.6.3-arm/mkspecs/qws/linux-arm-g++.

Thanks;

An error accrued when execute ./configure2

Hello

I am using Fedra13 and I have 2440 board.

I have downloaded  qt-everywhere-opensource-src-4.6.2 and i am using 4.3.2 toolchain.

I am following the same steps as given by you

I am getting the below error

The tslib functionality test failed!
 

I set QMAKE_INCDIR and QMAKE_LIBDIR  to "mkspecs/qws/linux-arm-g++.".
 

And I build tslib as given

http://linux-dvbh.blogspot.com/2006/12/tslib-download-and-cross-compile-...

How should I try next?

Re: An error accrued when execute ./configure2

Hi,

I had a problem like this in the past with a 2440.

Try to configure your Qt distro in this way

-no-mouse-tslib

instead of -qt-mouse-tslib

Let me know if this can help

Bye

Paolo

Re[2]: An error accrued when execute ./configure2

Thank you Paolo very much.

I could build it as you said(no-mouse-tslib).

But I can not run QT application (demos/embedded/fluidlauncher/fluidlauncher -qws),

This message is shown:     

error while loading shared library: libQtGui.so.4: can not open shared object file:

No such file or directory,

But I checked $LD_LIBRARY_PATH is true, and $QTDIR is true by echo command.

(it was set in /etc/profile)

What should I do next?

Thank you,

Re[2]: An error accrued when execute ./configure2

Are LD_LIBRARY_PATH and QTDIR pointing to the directory where the Qt .so files are stored?

Re[3]: An error accrued when execute ./configure2

 

Thank you for your repy, and sorry, LD_LIBRARY_PATH is not set.

I set this on /etc/profile, but I stared it form Application "terminal"(QT.2.2).

it is not set in Application "terminal".(QT2.2)

So I try it using shell script,

but error occured

QWSTslibMouseHandlerPrivate: ts_open() failed with error: 'No such file or directory'
Please check your tslib installation!
ERROR: Unable to open config file  "config.xml"

How could I run QT4.6.3, or should I make root_file for Qt4.6.3 instead of QT2.2?

Thank you,

Re[4]: An error accrued when execute ./configure2

Thank you and sorry,

I mistook TS_DEVICES,so I fixed it, and it could run.
but after it finished running, screen is black and thus messages are shown.
Starting leds service...
Starting Qtopia, Please waiting...
And not progressed.
Please suggestion to me.
Thank you.

../configure error

Hi Paolo

I am using Suse 11.1. I have 2440 board.

I have downloaded  qt-everywhere-opensource-src-4.6.3 and i am using 4.3.3 toolchain.

I am following the same steps as given by you

I am getting the below error

The tslib functionality test failed!

You might need to modify the include and library search paths by editing
 QMAKE_INCDIR and QMAKE_LIBDIR in
 /usr/local/Trolltech/qt-everywhere-opensource-src-4.6.3/mkspecs/qws/linux-arm-g++.

 

As per ur comment given to NAmmi i  even mofied Qmake to

QMAKE_LINK = arm-none-linux-gnueabi-g++

 

Please guide me..

 

 


 

Hi, @darkknight try to

Hi,

@darkknight

try to configure with -no-mouse-tslib

you will use tslib already available with your Mini board.

Good Luck!

paolo

An error accrued when execute ./configure

Thanks for the information.

Paolo

Erro in QMAKE_LINK

Hi Paolo

my error because : (a space)

QMAKE_LINK = arm-none-linux-gnueabi -g++

update whit : QMAKE_LINK = arm-none-linux-gnueabi-g++

Re Erro in QMAKE_LINK

Thank you Naami

Best,

paolo