[Qt-creator] nmake qtcreator from source failed

mirchd mirchd at 126.com
Mon Feb 25 10:00:31 CET 2019


After execute these command, and rebuild again,
these link error has gone, but
still build error,
----

cmd:
 D:\program\qt5\qtbase\bin\qmake.exe -o Makefile ..\..\..\..\..\..\src\libs\3rdparty\syntax-highlighting\data\data.pro
        "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\nmake.exe" -f Makefile.Debug
--error
NMAKE : fatal error U1073: how to generate “D:\program\src\libs\3rdparty\syntax-highlighting\data\syntax\alert.xml”
Stop.


please help, thank you








At 2019-02-25 15:44:16, "Christian Stenger" <Christian.Stenger at qt.io> wrote:
>Checked the sources on latest master and their fine..
>
>if you're doing an insource build:
>
>git submodule foreach git clean -dxf
>
>
>if you're doing a shadow build: go into the build directory and remove the folder (and its content)
>
>src/shared/qbs
>
>Kind regards,
>Christian
>
>________________________________________
>From: mirchd <mirchd at 126.com>
>Sent: Monday, February 25, 2019 8:33:46 AM
>To: Christian Stenger
>Cc: qt-creator at qt-project.org
>Subject: Re:Re: [Qt-creator] nmake qtcreator from source failed
>
>thanks for your help,
>I execute this command,
>submodule is up to date.
>but it still links error for some methods in "joblimits.cpp"
>
>
>
>
>
>
>At 2019-02-25 14:55:56, "Christian Stenger" <Christian.Stenger at qt.io> wrote:
>>Hi,
>>
>>I'm not aware of any (current) build issues..
>>Sounds like submodule is out of sync? if this does not help you might need to clean (parts of the) build directory
>>
>>Try running
>>
>>git submodule update --init
>>
>>inside the QC repository.
>>
>>Kind regards,
>>Christian
>>
>>________________________________________
>>From: Qt-creator <qt-creator-bounces at qt-project.org> on behalf of mirchd <mirchd at 126.com>
>>Sent: Monday, February 25, 2019 6:59:44 AM
>>To: qt-creator at qt-project.org
>>Subject: [Qt-creator] nmake qtcreator from source failed
>>
>>Hello,
>>
>>it says,
>>--
>>link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /DLL /SUBSYSTEM:WINDOWS /VERSION:1.12 /MANIFEST:embed /OUT:..\..\..\..\..\..\lib\qtcreator\qbscored1.dll @C:\Users\CHENDI~1.NIN\AppData\Local\Temp\nmAFA0.tmp
>>  create lib ..\..\..\..\..\..\lib\qtcreator\qbscored1.lib  ..\..\..\..\..\..\lib\qtcreator\qbscored1.exp
>>moc_executor.obj : error LNK2001: unresolved external symbol "public: int __cdecl qbs::JobLimits::getLimit(class QString const &)const " (?getLimit at JobLimits@qbs@@QEBAHAEBVQString@@@Z)
>>
>>--
>>vs2017 15.9.7
>>nmake debug x64
>>win10
>>qt-creator branch:master
>>QMAKE_SPEC:win32-msvc
>>QMAKE_XSPEC:win32-msvc
>>QMAKE_VERSION:3.1
>>QT_VERSION:5.12.2
>>
>>please help,
>>
>>Best Wishes,
>>Dian Chen
>>
>>
>>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20190225/6adcc3ef/attachment.html>


More information about the Qt-creator mailing list