Results 1 to 3 of 3

Thread: Building qt 4.7 in windowd xp

  1. #1
    Join Date
    Mar 2011
    Posts
    120
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Building qt 4.7 in windowd xp

    Hi everyone,
    I install qt 4.7 in windows xp (sp2).When i am trying to built i am getting an error :: "error: [tmp/obj/debug_shared/main.o] Error 1"
    In compile output
    Qt Code:
    1. 'C:\DOCUME~1\BISWA' is not recognized as an internal or external command,
    2.  
    3. operable program or batch file.
    4.  
    5. The system cannot find the path specified.
    6.  
    7. mingw32-make[1]: *** [tmp/obj/debug_shared/main.o] Error 1
    8.  
    9. mingw32-make: *** [debug-all] Error 2
    10.  
    11. The process "C:/Qt/2010.05/mingw/bin/mingw32-make.exe" exited with code %2.
    12. Error while building project untitled (target: Desktop)
    13. When executing build step 'Make'
    To copy to clipboard, switch view to plain text mode 

    Path variable in my system is
    Qt Code:
    1. PATH=C:\Qt\2010.05\qt\bin;C:\Qt\2010.05\bin;C:\Qt\2010.05\mingw\bin;C:\WINDOWS\System32
    To copy to clipboard, switch view to plain text mode 

    Is there any thing am i missing ?

  2. #2
    Join Date
    May 2011
    Posts
    239
    Qt products
    Qt4
    Platforms
    Unix/X11 Symbian S60
    Thanks
    4
    Thanked 35 Times in 35 Posts

    Default Re: Building qt 4.7 in windowd xp

    C:\DOCUME~1\BISWA probably is a short name of a directory under C:\Documents and Settings\

    If you have your project located there, it should be moved under a directory with no spaces in the path.

    Also, if you are building Qt itself, I wonder where did the project "unnamed" come from.

  3. #3
    Join Date
    Mar 2011
    Posts
    120
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanked 1 Time in 1 Post

    Default Re: Building qt 4.7 in windowd xp

    My project is present in C:\Qt\2010.05\.
    It also has no space.Actually i am building a programme after installing qt.

Similar Threads

  1. Errors while building
    By T0bi4s in forum Qt Programming
    Replies: 1
    Last Post: 12th March 2010, 01:15
  2. Building X11 on Mac
    By wjlyerly in forum Installation and Deployment
    Replies: 1
    Last Post: 14th February 2010, 16:59
  3. Building Qt 4.6 rc
    By eekhoorn12 in forum Installation and Deployment
    Replies: 4
    Last Post: 3rd December 2009, 07:13
  4. Building on OSX
    By sbauer in forum Newbie
    Replies: 4
    Last Post: 4th September 2009, 14:08
  5. Record update windowd entered data saving
    By MarkoSan in forum Qt Programming
    Replies: 56
    Last Post: 18th January 2006, 18:50

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.