Can we install qt 4.8.1 in ubuntu 18.04?
-
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 ?
-
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 " .
-
i want build and run this code "https://github.com/B9Creations/B9Creator " .
-
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
-
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
-
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
-
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
-
@mrjj Thank you..I will try ..
Can you tell me why this error generated?because i have try above step for any qt installation error is generated.If any one have without error tar file for installation qt 4.8 using above step so its appreciated ..Thanks i will try. -
@mrjj Thank you..I will try ..
Can you tell me why this error generated?because i have try above step for any qt installation error is generated.If any one have without error tar file for installation qt 4.8 using above step so its appreciated ..Thanks i will try. -
It's not a problem of the tar ball. Qt 4.8.7 was released almost 8 years ago so 4.8.1 is even older. Compilers have changed in between.
Hence our recommendation from the start: use the version provided by your distribution. It has been compiled with the compiler you are currently using.
If the application uses API that have been obsoleted, then these are likely API that shouldn't have been used from the start. Qt uses deprecation to warn people about APIs that should not be used anymore and usually obsoletes them in major release change so an obsolete API should not be taken lightly.
-
Thank you all of you for your great response..
@mrjj I have compile and run code using qt 4.8.7 .its build without single error and run also..but after run application not show name of any widget.@vaibs
Hi
Ok, that is pretty strange.
i assume normally around the green area, there would be
some buttons or similar.
I have this strange feeling it might be related to unity.
Would it be possible to try to run the exe on other linux ? -
@mrjj Thank you .. Yes I have try..but i dont get any solution for this.. any another solution for display widget on gui after run?.I cant understand why this issue is generated..