...and here we go again...what Q DID NOT "INSTALL"
-
Re: Project ERROR: Cannot run compiler 'clang++'. Output
JUST SHARING
I have partially solved my Qt ( version intentionally NOT supplied ) problem.- Upgrading my OS ( Linux flavor intentionally not supplied...) practically destroyed my OS ability to load / run anything , including OS , and reboot without turning the power off /on.
- It also destroyed my perfectly working QtCreator.
- I have recovered ONE working OS and its current Qt IDE (!) version which lacks "clang"....
- I am currently busy implementing GCC....
In conclusion
There is nothing new and unusual (!) for "upgrade" anything software to screw things up , and "backup your data " DOES NOT HELP if OS is the one failing!Request / question / suggestion
- Publish all Q vendor products / components / etc. and its NUMBERING scheme - include the current one !
- Publish SEPARATELY from Q vendor oodles of links document explaining how to download / implement /etc. ALL necessary stuff to SUPPORT Qt IDE .
IN SOME FORUMS IT IS CALLED "STICKIES" - a real reference to stuff NOT covered elsewhere.
Here is a sample - terminology in "free style" and for Linux
- install development library
- install compiler / linker of your choice
- install anything Bluetooth Qt IDE will need ...
- install OpenXX of your choice ....
- plug it in , it will work better, then watch for smoke
And here is the REAL McCoy :
**sudo apt-get install libglu1-mesa-dev -y
Fixes "cannot find -lGL "**
Cheers
-
Re: Project ERROR: Cannot run compiler 'clang++'. Output
JUST SHARING
I have partially solved my Qt ( version intentionally NOT supplied ) problem.- Upgrading my OS ( Linux flavor intentionally not supplied...) practically destroyed my OS ability to load / run anything , including OS , and reboot without turning the power off /on.
- It also destroyed my perfectly working QtCreator.
- I have recovered ONE working OS and its current Qt IDE (!) version which lacks "clang"....
- I am currently busy implementing GCC....
In conclusion
There is nothing new and unusual (!) for "upgrade" anything software to screw things up , and "backup your data " DOES NOT HELP if OS is the one failing!Request / question / suggestion
- Publish all Q vendor products / components / etc. and its NUMBERING scheme - include the current one !
- Publish SEPARATELY from Q vendor oodles of links document explaining how to download / implement /etc. ALL necessary stuff to SUPPORT Qt IDE .
IN SOME FORUMS IT IS CALLED "STICKIES" - a real reference to stuff NOT covered elsewhere.
Here is a sample - terminology in "free style" and for Linux
- install development library
- install compiler / linker of your choice
- install anything Bluetooth Qt IDE will need ...
- install OpenXX of your choice ....
- plug it in , it will work better, then watch for smoke
And here is the REAL McCoy :
**sudo apt-get install libglu1-mesa-dev -y
Fixes "cannot find -lGL "**
Cheers
@AnneRanch said in ...and here we go again...what Q DID NOT "INSTALL":
install development library
which? use your OS package manager...
install compiler / linker of your choice
use your OS package manager
install anything Bluetooth Qt IDE will need ...
There is no 'Qt IDE' around. Only QtCreator but why should QtCreator need Bluetooth?
install OpenXX of your choice ....
use your OS package manager
-
Hi,
And here comes the answer you do not appreciate but are still at the core of the learning phase of a framework: the Linux requirements including OpenGL is located in the Linux Chapter of Qt's documentation.
As for the Bluetooth related information, they are located in the starting page of the Bluetooth module in Qt's documentation.