I am trying to compile and build Qt 4.8.3 from source. When i do. / configure, I get the following error message:
./configure: 183: ./configure: /^(QMAKE_CXX)=/ { print substr($0, index($0, "=") + 1) }: not found ERROR: Cannot set the compiler for the configuration tests
Is this because I need to explicitly specify the QMAKE_CXX variable? Thanks
source share