Troubles compiling with ./configure
-
Hello everyone, i downloaded the online installer and installed all dependencies. But when i run ./configure i get: https://paste.debian.net/1298786/
-
Hi,
Are you really starting from a clean slate ?
It looks like you are in a folder where configure ran already. -
@rock37 said in Troubles compiling with ./configure:
also if i remove CMakeCache.txt and CMakeFiles i get the same result...
You should remove the complete build folder and start over.
Looks like you did an in-source build. Remove the sources, extract them again, do an out-of-source build as described everywhere. -
@rock37 said in Troubles compiling with ./configure:
found the problem...
This is not really informative - it would be good for others to post the actual solution and also mark the topic as solved afterwards.