Seems like the "ide_version.h" is supposed to be created from "
ide_version.h.in" during qmake.

However I am getting this during qmake:

WARNING: Cannot open substitute for input '../../../plugins/coreplugin/
ide_version.h.in'

I used to cd into the src/ directory and run "qmake
../qtcreator.pro-recursive", but if I run "qmake
qtcreator.pro -recursive" from the qt-creator root directory, it seems to
work (well, at least qmake, nmake is still running.

So hopefully this is resolved

On Tue, Jul 12, 2011 at 9:59 AM, Thomas Ehrnhoefer <
[email protected]> wrote:

> Hi
>
> I am just trying to build qt creator 2.2.1 so I can make my plugin work
> with the newest version. I skipped 2.2.0, so 2.1 was the last version I
> compiled.
>
> Anyway, I compiles Qt 4.7.3, but failing with Qt Creator 2.2.1. After a
> couple of minutes it fails with
>
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
>
> I am a bit lost, I am following the same steps I used for compiling 4.7.2 /
> 2.1, where it worked fine. Is something different required now?
>
> I will attach more information on the build output below
>
> Thanks for any advice
> --
> Thomas Ehrnhoefer
> Software Developer, http://tasktop.com
>
>
>         cl -c -FIqtcreator_gui_pch.h -Yuqtcreator_gui_pch.h
> -Fprelease\Core_pch.pch -nologo -Zm200 -Zc:wchar_t- -wd4251 -wd4290 -wd4250
> -O2 -MD -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_LAR
> GEFILE_SUPPORT -DCORE_LIBRARY -DIDE_LIBRARY_BASENAME=\"lib\"
> -DQT_NO_CAST_TO_ASCII -DQT_USE_FAST_OPERATOR_PLUS
> -DQT_USE_FAST_CONCATENATION -D_CRT_SECURE_NO_WARNINGS -DQT_DLL -DQT_NO_DEBUG
> -DQT_PLUGIN-DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB
> -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE
> -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\QtCore"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\QtNetwork"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\QtGui"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\QtXml"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\QtSql"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\QtScript"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\QtHelp"
> -I"..\..\..\libs" -I"c:\work\Qt\dev3\qt-creator-2.2.1-src\tools"
> -I"..\..\..\plugins" -I"..\..\..\libs\3rdparty\botan\build"
> -I"..\..\..\shared\scriptwrapper" -I"..\..\..\plugins\coreplugin\dialogs"
> -I"..\..\..\plugins\coreplugin\actionmanager"
> -I"..\..\..\plugins\coreplugin\editormanager"
> -I"..\..\..\plugins\coreplugin\progressmanager"
> -I"..\..\..\plugins\coreplugin\scriptmanager"
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\include\ActiveQt"
> -I"release" -I"." -I"..\..\..\plugins\coreplugin" -I"."
> -I"c:\work\Qt\qt-everywhere-opensource-src-4.7.3\mkspecs\win32-msvc2008"
> -Forelease\ @C:\Users\TEHRNH~1\AppData\Local\Temp\nm7526.tmp
> mainwindow.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> editmode.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> fancyactionbar.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> generalsettings.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> filemanager.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> uniqueidmanager.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> outputpane.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> statusbarmanager.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> versiondialog.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> modemanager.cpp
> ..\..\..\plugins\coreplugin/coreconstants.h(41) : fatal error C1083: Cannot
> open include file: 'ide_version.h': No such file or directory
> basefilewizard.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> navigationwidget.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> manhattanstyle.cpp
> ..\..\..\plugins\coreplugin/coreconstants.h(41) : fatal error C1083: Cannot
> open include file: 'ide_version.h': No such file or directory
> sidebar.cpp
> ..\..\..\plugins\coreplugin/coreconstants.h(41) : fatal error C1083: Cannot
> open include file: 'ide_version.h': No such file or directory
> mimedatabase.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> designmode.cpp
> ..\..\..\plugins\coreplugin/coreconstants.h(41) : fatal error C1083: Cannot
> open include file: 'ide_version.h': No such file or directory
> editortoolbar.cpp
> ..\..\..\plugins\coreplugin/coreconstants.h(41) : fatal error C1083: Cannot
> open include file: 'ide_version.h': No such file or directory
> outputpanemanager.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> navigationsubwidget.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> sidebarwidget.cpp
> ..\..\..\plugins\coreplugin/coreconstants.h(41) : fatal error C1083: Cannot
> open include file: 'ide_version.h': No such file or directory
> Generating Code...
> Compiling...
> rssfetcher.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> externaltool.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> toolsettings.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> variablechooser.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> mimetypesettings.cpp
> c:\work\qt\dev3\qt-creator-2.2.1-src\src\plugins\coreplugin\coreconstants.h(41)
> : fatal error C1083: Cannot open include file: 'ide_version.h': No such file
> or directory
> Generating Code...
> NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio
> 9.0\VC\BIN\cl.EXE"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio
> 9.0\VC\BIN\nmake.exe"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: 'cd' : return code '0x2'
> Stop.
>



-- 
Thomas Ehrnhoefer
Software Developer, http://tasktop.com
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to