Menu

#10 Config file not recognizing QT version

open
nobody
None
5
2010-12-05
2010-12-05
Andrew Lea
No

I apologize, I am not good with Linux, but I believe I have encountered a bug.

I am using Ubuntu 10.10 64bit, and I have QT 4.7.4 installed.

I extracted the tarball into a folder on my desktop using Ubuntu's GUI extractor so I could follow the install instructions directly, then moved the tar.gz to the root directory like the install file shows and began the installation.

I extracted successfully, then cd to the src folder and when running the config file, it says: "Error: you need at least Qt version 4.2 to use this program issue"
I did it a few times to ensure it is reproducible.
Here is the install attempt in terminal from the beginning:

andrew@Linus:/$ sudo tar -xzvf qjoypad-4.1.0.tar.gz
./qjoypad-4.1.0/
./qjoypad-4.1.0/README.txt
./qjoypad-4.1.0/LICENSE.txt
./qjoypad-4.1.0/src/
./qjoypad-4.1.0/src/event.h
./qjoypad-4.1.0/src/keycode.cpp
./qjoypad-4.1.0/src/axis_edit.cpp
./qjoypad-4.1.0/src/layout_edit.cpp
./qjoypad-4.1.0/src/buttonw.cpp
./qjoypad-4.1.0/src/joyslider.h
./qjoypad-4.1.0/src/joypadw.h
./qjoypad-4.1.0/src/button_edit.h
./qjoypad-4.1.0/src/quickset.h
./qjoypad-4.1.0/src/joypad.cpp
./qjoypad-4.1.0/src/axisw.cpp
./qjoypad-4.1.0/src/qjoypad.pro
./qjoypad-4.1.0/src/main.cpp
./qjoypad-4.1.0/src/icon.h
./qjoypad-4.1.0/src/joyslider.cpp
./qjoypad-4.1.0/src/getkey.h
./qjoypad-4.1.0/src/icon.cpp
./qjoypad-4.1.0/src/getkey.cpp
./qjoypad-4.1.0/src/configure
./qjoypad-4.1.0/src/keycode.h
./qjoypad-4.1.0/src/event.cpp
./qjoypad-4.1.0/src/constant.h
./qjoypad-4.1.0/src/quickset.cpp
./qjoypad-4.1.0/src/config
./qjoypad-4.1.0/src/axisw.h
./qjoypad-4.1.0/src/axis.h
./qjoypad-4.1.0/src/button.h
./qjoypad-4.1.0/src/error.h
./qjoypad-4.1.0/src/joypadw.cpp
./qjoypad-4.1.0/src/button.cpp
./qjoypad-4.1.0/src/joypad.h
./qjoypad-4.1.0/src/button_edit.cpp
./qjoypad-4.1.0/src/layout.cpp
./qjoypad-4.1.0/src/device.h
./qjoypad-4.1.0/src/layout_edit.h
./qjoypad-4.1.0/src/axis_edit.h
./qjoypad-4.1.0/src/axis.cpp
./qjoypad-4.1.0/src/buttonw.h
./qjoypad-4.1.0/src/flash.h
./qjoypad-4.1.0/src/layout.h
./qjoypad-4.1.0/src/flash.cpp
./qjoypad-4.1.0/INSTALL.txt
./qjoypad-4.1.0/icons/
./qjoypad-4.1.0/icons/gamepad3-64x64.png
./qjoypad-4.1.0/icons/gamepad2-64x64.png
./qjoypad-4.1.0/icons/gamepad1-24x24.png
./qjoypad-4.1.0/icons/gamepad4-64x64.png
./qjoypad-4.1.0/icons/gamepad1-64x64.png
./qjoypad-4.1.0/icons/gamepad3-24x24.png
./qjoypad-4.1.0/icons/gamepad4-24x24.png
./qjoypad-4.1.0/icons/gamepad2-24x24.png
andrew@Linus:/$ cd qjoypad-4.1.0/src/
andrew@Linus:/qjoypad-4.1.0/src$ ./config
Error: you need at least Qt version 4.2 to use this program
andrew@Linus:/qjoypad-4.1.0/src$

I definitely have QT4.7.4 installed, and I am running Ubuntu 10.10 64 bit on an older Toshiba satellite with dual core AMD Turion 64 1.6GHz

I hope this is enough to make it reproducible...

Speculation:
It seems pretty straight-forward and I am concerned that you won't be able to reproduce the issue, unless I am the first person to try QJoyPad in Ubuntu 10.10?... But that is crazy.

I hope this helps,
Thank you
Andrew Lea

Discussion


Log in to post a comment.