[Interest] (no subject)

Liang Jian jianliang79 at gmail.com
Thu Oct 8 13:54:42 CEST 2020


    Each time before building Qt I will run the following command:
    git clean -dfx
    git submodule foreach --recursive 'git clean -dfx'

    I think that will clean any make files or cached files.
    Anyway, when I build qt the second try, the build succeeded. I don't
know why.
    Thank you for the reply!

On Thu, Oct 8, 2020 at 4:11 PM Kai Köhne <Kai.Koehne at qt.io> wrote:

> > I build qt 5.15 (latest from git) under windows 10 with msvc 2019 with
> the following commands:
> > configure -developer-build -opensource -confirm-license -opengl desktop
> -no-feature-accessibility -mp -nomake examples -
> > nomake tests -skip qt3d -skip qtwebengine
> >    nmake
> >
> >    Build failed with the following error message:
> >
> > NMAKE : fatal error U1073: don't know how to make
> 'D:\qt5\qtbase\include\QtGui\5.15.0\QtGui\private\qcssparser_p.h'
> > Stop.
> > [...]
> >    The
> file D:\qt5\qtbase\include\QtGui\5.15.0\QtGui\private\qcssparser_p.h
> doesn't exist, instead the file
> D:\qt5\qtbase\include\QtGui\5.15.2\QtGui\private\qcssparser_p.h exist
>
> This sounds like you have a tainted build directory. Just delete all
> artifacts and start from scratch.
>
> Kai
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20201008/245f185e/attachment.html>


More information about the Interest mailing list