Solved Can we install qt 4.8.1 in ubuntu 18.04?
-
I want install qt 4.8.1 in ubuntu 18.04.I have try to install using "https://askubuntu.com/questions/756897/how-to-install-qt-verion-4-8-1" this link.But when i run "make " i get error ..Please help me ..I dont understand how can i install ...
-
This post is deleted! -
I found another error please help
-
Hi
Did you try
sudo apt install qt4-defaultIts version 4.8.7 but thats pretty close to 4.8.1
-
why not download and install pre-build package ?
http://download.qt.io/official_releases/qt/5.12/5.12.2/qt-opensource-linux-x64-5.12.2.run
-
This post is deleted! -
@EnormousSoft because Qt 4.8.1 is not provided through the installer. If you are thinking about 4.8.7, then as @mrjj suggested, using the one provided by the distribution will be simpler.
-
i have recommended use only qt 4.8.1 ..I have also try 4.8.7 but issue is not solved...I want compile code that is wrote on qt 4.8.1..which version we have use for compile this code?i want compile this code with all function and without error..I compiled that code on qt5.12.0 ,code is compiled but some API are not work on qt 5.12.0 .
-
What issue ? What problem do you have compiling your code with 4.8.7 that you didn't have with 4.8.1 ?
-
I dont understand ..because this code build succesfully..but some function of application is not work .I have find some obsolete API so some function of apllication work well.but i cant find other obsolete API..Because error not occure..
-
Can you please directly give more details ?
What obsolete APIs is this application using ?
-
i want build and run this code "https://github.com/B9Creations/B9Creator " .
-
@vaibs Why don't you say what exact problems do you have when you compile this app?
Do you expect others to try to compile it with Qt 4.8.1? -
No .I dont think this..I have build succefully and run ..but some function not work because some api are obsolete..But i couldnt find obsolete api..because i have not find error of obsolete api..I cant explain exact where problm is generated
-
@vaibs that's why we recommend using Qt 4.8.7.
that is fully API compatible to 4.8.1, just some bugs fixed.
-
@vaibs
Hi
What about using the debugger and step into the function that seems not to work when
clicking in the interface.?
That way you can discover why its not working. -
-
Hi
ok. it will most likely result in the same error as it seems to be something with /usr/include
What we are trying to tell you is that 4.8.7 IS very close to 4.8.1 so
the application should work and we are not sure what API should be obsolete as
it should not be the case. -
Hii,Thanks for reply.
i have trying following step for install qt 4.8.7.- gunzip qt-everywhere-opensource-src-4.8.7.tar.gz
2)tar xf qt-everywhere-opensource-src-4.8.7.tar
3)cd qt-everywhere-opensource-src-4.8.7/
4)./configure
Configure file without error,then i run "make" following error occure.I solved this error but then again generated new error while run "make".Why this happend?I couldnt install qt 4.8.7 ..how i can install qt 4.8.7 and qt 4.8.1 on ubuntu 18.04 lts without error?please help
- gunzip qt-everywhere-opensource-src-4.8.7.tar.gz
-
@vaibs
well for 4.8.7 just do
sudo apt install qt4-default