Results 1 to 3 of 3

Thread: Compile problem: Qt4.5.1 opensource, VisualStudio 2008 Standard

  1. #1
    Join Date
    Oct 2008
    Posts
    19
    Thanks
    6
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Compile problem: Qt4.5.1 opensource, VisualStudio 2008 Standard

    Hello Everyone,

    I'm having a problem comipling the QtOpenSource edition with VisualStudio2008. Under the VS command prompted I call configure:

    Qt Code:
    1. configure -platform win32-msvc2008
    To copy to clipboard, switch view to plain text mode 

    I get the following error output:

    Qt Code:
    1. Creating qmake...
    2. cl -c -Foproject.obj -W3 -nologo -O2 -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac -IC:\Qt\qt-win-opensource-src-4.5.1\include -IC:\Qt\qt-win-opensource-src-4.5.1\include\QtCore -IC:\Qt\qt-win-opensource-src-4.5.1\include -IC:\Qt\qt-win-opensource-src-4.5.1\include\QtCore -IC:\Qt\qt-win-opensource-src-4.5.1\src\corelib\global -IC:\Qt\qt-win-opensource-src-4.5.1\include\QtScript -IC:\Qt\qt-win-opensource-src-4.5.1\mkspecs\win32-msvc -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRAPPED -DQMAKE_OPENSOURCE_EDITION project.cpp
    3. project.cpp
    4. c:\qt\qt-win-opensource-src-4.5.1\include\qtcore\../../src/corelib/tools/qvector.h(758) : fatal error C1083: Cannot open include file: 'QtCore/QPointF': No such file or directory
    5. del qbitarray.obj
    6. del qbuffer.obj
    7. del qcryptographichash.obj
    8. del qlinkedlist.obj
    9. del qfsfileengine.obj
    10. del qfsfileengine_iterator.obj
    11. del qbytearray.obj
    12. del qvsnprintf.obj
    13. del qbytearraymatcher.obj
    14. del qdatetime.obj
    15. del qdir.obj
    16. del qdiriterator.obj
    17. del qfile.obj
    18. del qtemporaryfile.obj
    19. del qabstractfileengine.obj
    20. del qfsfileengine_win.obj
    21. del qfsfileengine_iterator_win.obj
    22. del qfileinfo.obj
    23. del qglobal.obj
    24. del qhash.obj
    25. del qiodevice.obj
    26. del qlistdata.obj
    27. del qlocale.obj
    28. del qmalloc.obj
    29. del qmap.obj
    30. del qregexp.obj
    31. del qstring.obj
    32. del qstringlist.obj
    33. del qtextstream.obj
    34. del qdatastream.obj
    35. del quuid.obj
    36. del qvector.obj
    37. del qsettings.obj
    38. del qlibraryinfo.obj
    39. del qvariant.obj
    40. del qurl.obj
    41. del qsettings_win.obj
    42. del qmetatype.obj
    43. del project.obj
    44. del main.obj
    45. del makefile.obj
    46. del unixmake.obj
    47. del unixmake2.obj
    48. del mingw_make.obj
    49. del option.obj
    50. del winmakefile.obj
    51. del projectgenerator.obj
    52. del property.obj
    53. del meta.obj
    54. del makefiledeps.obj
    55. del metamakefile.obj
    56. del xmloutput.obj
    57. del borland_bmake.obj
    58. del msvc_nmake.obj
    59. del msvc_dsp.obj
    60. del msvc_vcproj.obj
    61. del msvc_objectmodel.obj
    62. del pbuilder_pbx.obj
    63. del qnumeric.obj -del qscriptasm.obj -del qscriptast.obj -del qscriptastvisitor.obj -del qscriptcompiler.obj -del qscriptecmaarray.obj -del qscriptecmaboolean.obj -del qscriptecmacore.obj -del qscriptecmadate.obj -del qscriptecmafunction.obj -del qscriptecmaglobal.obj -del qscriptecmamath.obj -del qscriptecmanumber.obj -del qscriptecmaobject.obj -del qscriptecmaregexp.obj -del qscriptecmastring.obj -del qscriptecmaerror.obj -del qscriptcontext_p.obj -del qscriptengine.obj -del qscriptengine_p.obj -del qscriptengineagent.obj -del qscriptextenumeration.obj -del qscriptextvariant.obj -del qscriptcontext.obj -del qscriptcontextinfo.obj -del qscriptfunction.obj -del qscriptgrammar.obj -del qscriptlexer.obj -del qscriptclassdata.obj -del qscriptparser.obj -del qscriptprettypretty.obj -del qscriptsyntaxchecker.obj -del qscriptclass.obj -del qscriptclasspropertyiterator.obj -del qscriptstring.obj -del qscriptvalue.obj -del qscriptvalueimpl.obj -del qscriptvalueiterator.obj -del qscriptvalueiteratorimpl.obj
    64. del vc60.pdb
    65. del vc70.pdb
    66. del qmake.pdb
    67. del qmake.ilk
    68. del qmake.tds
    69. cl -c -Foproject.obj -W3 -nologo -O2 -I. -Igenerators -Igenerators\unix -Igenerators\win32 -Igenerators\mac -IC:\Qt\qt-win-opensource-src-4.5.1\include -IC:\Qt\qt-win-opensource-src-4.5.1\include\QtCore -IC:\Qt\qt-win-opensource-src-4.5.1\include -IC:\Qt\qt-win-opensource-src-4.5.1\include\QtCore -IC:\Qt\qt-win-opensource-src-4.5.1\src\corelib\global -IC:\Qt\qt-win-opensource-src-4.5.1\include\QtScript -IC:\Qt\qt-win-opensource-src-4.5.1\mkspecs\win32-msvc -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_NO_PCRE -DQT_BOOTSTRAPPED -DQMAKE_OPENSOURCE_EDITION project.cpp
    70. project.cpp
    71. c:\qt\qt-win-opensource-src-4.5.1\include\qtcore\../../src/corelib/tools/qvector.h(758) : fatal error C1083: Cannot open include file: 'QtCore/QPointF': No such file or directory
    72. Building qmake failed, return code 2
    To copy to clipboard, switch view to plain text mode 

    The problem appears to be that it cannot find QtCore/QPointF. I cannot figure out how to solve this problem? Any help?

    Thanks,
    Darryl

  2. #2
    Join Date
    May 2009
    Posts
    2
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Compile problem: Qt4.5.1 opensource, VisualStudio 2008 Standard

    I'm having exactly the same error with 4.5.1 on windows XP with VS2008.

    Any solutions?

  3. #3
    Join Date
    May 2009
    Posts
    2
    Qt products
    Qt/Embedded
    Platforms
    Windows

    Default Re: Compile problem: Qt4.5.1 opensource, VisualStudio 2008 Standard

    I've just built a new XP machine, this time with VS2005, and I'm still getting the same error.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.