"cannot find -lGL" error
-
Hi,
I am trying to build QT weatherinfo example in my ubuntu machine but i got this error:error: cannot find -lGL
What is the reason of this?
-
@rapid84
You should nstall package "libgl1-mesa-dev" using:sudo apt-get install libgl1-mesa-dev
Sometimes this helps
sudo apt-get install libglu1-mesa-dev -y
-
@rapid84
I think you should upgrade the build machines usingsudo apt-get install build-essential
-
Hi
I think you need to install SSL in ubuntu if not already install
maybe
sudo apt-get install libssl-dev -
Hi
I think you need to install SSL in ubuntu if not already install
maybe
sudo apt-get install libssl-dev -
but do u use SSL?
-
-
The instructions have solved my problem :
But when i run it , it holds the "Loading weather data" screen and it does not show anything