Results 1 to 13 of 13

Thread: help needed with complicated project

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: help needed with complicated project

    So, what happens if you build the project with its original .pro files (eg. without using "qmake -project")?
    J-P Nurmi

  2. #2
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: help needed with complicated project

    I open the "Visual Studio 2005 Command Prompt" and go to the follow directory "D:/lol", In that directory I've the follow directories "src" but I do not go to that directory because there is linq.pro in "D:/lol".

    When I do qmake nothing happends, but generated the MAKEFILE.
    D:\hyves\src>qmake

    D:\hyves\src>

    And when I do nmake, The follow appears:
    Qt Code:
    1. Microsoft (R) Program Maintenance Utility Version 7.00.8882
    2. Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
    3.  
    4. cd zlib && D:\qt-win-4.2.0\bin\qmake.exe zlib.pro -win32 -o Makefile
    5. cd zlib && nmake -f Makefile
    6.  
    7. Microsoft (R) Program Maintenance Utility Version 7.00.8882
    8. Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
    9.  
    10. nmake -f Makefile.Release
    11.  
    12. Microsoft (R) Program Maintenance Utility Version 7.00.8882
    13. Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
    14.  
    15. cl -c -nologo -Zm200 -GS -O2 -MD -DNDEBUG -W3 -DUNICODE -DQT_LARGEFILE_S
    16. UPPORT -DWIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -I"." -I".
    17. .\..\..\qt-win-4.2.0\mkspecs\win32-msvc2005" -Forelease\ @C:\DOCUME~1\Rick\LOCAL
    18. S~1\Temp\nm169.tmp
    19. adler32.c
    20. compress.c
    21. crc32.c
    22. deflate.c
    23. example.c
    24. gzio.c
    25. infback.c
    26. inffast.c
    27. inflate.c
    28. inftrees.c
    29. minigzip.c
    30. trees.c
    31. uncompr.c
    32. zutil.c
    33. Generating Code...
    34. lib /NOLOGO /OUT:"release\zlib.lib" @C:\DOCUME~1\Rick\LOCALS~1\Temp\nm16
    35. A.tmp
    36. example.obj : warning LNK4006: _main already defined in minigzip.obj; second def
    37. inition ignored
    38. cd libcrypt && D:\qt-win-4.2.0\bin\qmake.exe libcrypt.pro -win32 -o Make
    39. file
    40. cd libcrypt && nmake -f Makefile
    41.  
    42. Microsoft (R) Program Maintenance Utility Version 7.00.8882
    43. Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
    44.  
    45. nmake -f Makefile.Release
    46.  
    47. Microsoft (R) Program Maintenance Utility Version 7.00.8882
    48. Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
    49.  
    50. cl -c -nologo -Zm200 -GS -O2 -MD -DNDEBUG -GR -EHsc -W3 -DUNICODE -DQT_L
    51. ARGEFILE_SUPPORT -DWIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
    52. -I"." -I"..\..\..\qt-win-4.2.0\mkspecs\win32-msvc2005" -Forelease\ @C:\DOCUME~1\
    53. Rick\LOCALS~1\Temp\nm16B.tmp
    54. md5.cpp
    55. cl -c -nologo -Zm200 -GS -O2 -MD -DNDEBUG -W3 -DUNICODE -DQT_LARGEFILE_S
    56. UPPORT -DWIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -I"." -I".
    57. .\..\..\qt-win-4.2.0\mkspecs\win32-msvc2005" -Forelease\ @C:\DOCUME~1\Rick\LOCAL
    58. S~1\Temp\nm16C.tmp
    59. sha.c
    60. lib /NOLOGO /OUT:"release\crypt.lib" @C:\DOCUME~1\Rick\LOCALS~1\Temp\nm1
    61. 6D.tmp
    62. cd libidn && D:\qt-win-4.2.0\bin\qmake.exe libidn.pro -win32 -o Makefile
    63.  
    64. cd libidn && nmake -f Makefile
    65.  
    66. Microsoft (R) Program Maintenance Utility Version 7.00.8882
    67. Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
    68.  
    69. nmake -f Makefile.Release
    70.  
    71. Microsoft (R) Program Maintenance Utility Version 7.00.8882
    72. Copyright (C) Microsoft Corp 1988-2000. All rights reserved.
    73.  
    74. cl -c -nologo -Zm200 -GS -O2 -MD -DNDEBUG -W0 -DUNICODE -DQT_LARGEFILE_S
    75. UPPORT -DWIN32 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -I"." -I".
    76. " -I"..\..\..\qt-win-4.2.0\mkspecs\win32-msvc2005" -Forelease\ @C:\DOCUME~1\Rick
    77. \LOCALS~1\Temp\nm16E.tmp
    78. nfkc.c
    79. d:\lol\src\libidn\stringprep.h(31) : fatal error C1083: Cannot open include fi
    80. le: 'unistd.h': No such file or directory
    81. profiles.c
    82. d:\lol\src\libidn\stringprep.h(31) : fatal error C1083: Cannot open include fi
    83. le: 'unistd.h': No such file or directory
    84. rfc3454.c
    85. d:\lol\src\libidn\stringprep.h(31) : fatal error C1083: Cannot open include fi
    86. le: 'unistd.h': No such file or directory
    87. stringprep.c
    88. d:\lol\src\libidn\stringprep.h(31) : fatal error C1083: Cannot open include fi
    89. le: 'unistd.h': No such file or directory
    90. toutf8.c
    91. d:\lol\src\libidn\stringprep.h(31) : fatal error C1083: Cannot open include fi
    92. le: 'unistd.h': No such file or directory
    93. Generating Code...
    94. NMAKE : fatal error U1077: 'cl' : return code '0x2'
    95. Stop.
    96. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
    97. make.exe"' : return code '0x2'
    98. Stop.
    99. NMAKE : fatal error U1077: 'cd' : return code '0x2'
    100. Stop.
    To copy to clipboard, switch view to plain text mode 
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

  3. #3
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: help needed with complicated project

    Do you have Platform SDK installed?
    J-P Nurmi

  4. #4
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: help needed with complicated project

    Yes I have, That was about 500 Megs. I've double checked right now since I have tested it with an sample source just made to look if windows.h will be included in VS Express.
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

  5. #5
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: help needed with complicated project

    J-P Nurmi

  6. #6
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: help needed with complicated project

    Yes, olso checked with making an Win32 example source without ATL ect ect.
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

  7. #7
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: help needed with complicated project

    Hmm, is unistd.h available on Windows at all?
    J-P Nurmi

  8. #8
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: help needed with complicated project

    Mhh downloaded a new release of that package that was needed, Working now. Gonne debug other .PRO files in order to compile, Thanks for your help!
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

Similar Threads

  1. Importing qt project to an eclipse workspace
    By isahin in forum Installation and Deployment
    Replies: 2
    Last Post: 28th January 2008, 18:00
  2. I need a project opinion.
    By hgedek in forum General Discussion
    Replies: 6
    Last Post: 25th September 2007, 18:54
  3. Qt4 open src mingw from a PC to another
    By nvictor in forum Installation and Deployment
    Replies: 11
    Last Post: 1st May 2007, 17:41

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
  •  
Qt is a trademark of The Qt Company.