Compiling a fresh Qt 6 App results in massive errors
-
wrote on 28 Apr 2021, 15:33 last edited by
So i made a new Qt 6 project and tried to compile out of the box fresh but got a ton of errors
the output was so big i was not allowed to post it here... aaand pastebin is down atm for maint....
Compile Output - https://controlc.com/d9e170c6
Everything relates to qnamespace.h
-
wrote on 28 Apr 2021, 16:33 last edited by
This is a stinker to debug if you didn't see it before and it has to do with
#include
being basically a copy-paste machine.
You probably forgot;
at the end of a class definition in one of the headers you include before the Qt ones -
This is a stinker to debug if you didn't see it before and it has to do with
#include
being basically a copy-paste machine.
You probably forgot;
at the end of a class definition in one of the headers you include before the Qt oneswrote on 28 Apr 2021, 16:44 last edited by@VRonin said in Compiling a fresh Qt 6 App results in massive errors:
You probably forgot
;
at the end of a class definition in one of the headers you include before the Qt onesNice :) Compilers are so human-friendly... ;-)
-
This is a stinker to debug if you didn't see it before and it has to do with
#include
being basically a copy-paste machine.
You probably forgot;
at the end of a class definition in one of the headers you include before the Qt oneswrote on 28 Apr 2021, 17:03 last edited by@VRonin what are you talking about?
You probably forgot ;
me? did you not read the post?Compiling a fresh Qt 6 App results
So i made a new Qt 6 project and tried to compile out of the box fresh
this was a totaly fresh and new project, NO code added! just the standard that comes with all project creation!
-
wrote on 28 Apr 2021, 17:48 last edited by
Did you compile Qt yourself or downloaded from the site?
1/5