On Friday, 13 July 2018 21:21:32 PDT Lubomir I. Ivanov wrote:
> building qt on windows with mingw (can't look at the version number right
> now).
> 
> i was getting a compiler error somewhere in the qmake source
> (something about a duplicate "escape path" method), when building the
> 5.11 branch of qtbase.
> cleaning object code didn't help. to solve this, i removed the qtbase
> submodule completely, initialized it again but this time built the
> 5.10 branch.

qmake is special because it's not built with qmake (circular dependency). So 
its Makefile is much simpler and is not as complete.

When I have such an issue, I do:
 rm -rf qmake
 cmd \ /c config.status

If you're in a regular DOS prompt, probably

 rd /s /q qmake
 config.status

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center



_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to