| 208 | | print "It seems as if your system isn't even able to compile any C-/C++-programs. Probably you don't have gcc and g++ installed. Compiling a package from source without a working compiler is very hard to do, please install the needed packages.\nHint: on *ubuntu you need both gcc- and g++-packages installed, easiest solution is to install build-essential which depends on gcc and g++." |
|---|
| | 208 | print "\nIt seems as if your system isn't even able to compile any C-/C++-programs. Probably you don't have gcc and g++ installed. Compiling a package from source without a working compiler is very hard to do, please install the needed packages.\nHint: on *ubuntu you need both gcc- and g++-packages installed, easiest solution is to install build-essential which depends on gcc and g++." |
|---|
| | 209 | Exit( 1 ) |
|---|
| | 210 | |
|---|
| | 211 | # Check for pkg-config before using pkg-config to check for other dependencies. |
|---|
| | 212 | if not conf.CheckForPKGConfig(): |
|---|
| | 213 | print "\nThe program 'pkg-config' could be found.\nEither you have to install the corresponding package first or make sure that PATH points to the right directions." |
|---|