I am trying to compile UE4 on linux

Thanx for the reply @. i got it to work. the real problem were the gtk3 development packages were not installed.
so i installed them using the following command:

sudo apt-get install libgtk-3-dev

and this solved all my problems!! Wonder why didn’t the Septup.sh included this by default.