Results 1 to 8 of 8

Thread: error while running

  1. #1
    Join Date
    Sep 2010
    Location
    Bangalore
    Posts
    169
    Thanks
    59
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Question error while running

    hi everyone!

    I'm just opening a new Qt4 GUI application. After opening, without modifying the code or adding anything new to it i start building it. But i am getting this error:

    "" :: error: unrecognized option '-static-enable-stdcall-fixup' ""

    So,what i conclude is that there is definitely a problem with my setup. Can anyone please guide me as to how to remove this error? I'm using the following package:-
    "qt-sdk-win-opensource-2010.05.exe". Do i need to add something extra to it?

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: error while running

    If -static and -enable-stdcall-fixup are one word as you posted, that's a bug.

  3. #3
    Join Date
    Sep 2010
    Location
    Bangalore
    Posts
    169
    Thanks
    59
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: error while running

    yaa,,,, i have posted the error as it was there. If it is a bug then what to do with it or rather how to deal with it?
    Tbscope, another thing which i saw just now is that in spite of the build error, it is running successfully. So, is it o.k with this bug or it needs to be eliminated?

  4. #4
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: error while running

    I don't know where the error comes from, if indeed this is an error.
    It seems to me that no sane person would let a program take options/parameters without some sort of separator, otherwise it would be impossible to know what the user wants. That's why I think it is an error.

    The error is most likely situated in your makespec file, and more specific a line called QMAKE_LFLAGS

    Try adding a seperator between the two options.

    If the build succeeds, the worst thing that happens is that the options aren't used.
    In this case I guess there will be no static build.

  5. The following user says thank you to tbscope for this useful post:

    sattu (11th January 2011)

  6. #5
    Join Date
    Sep 2010
    Location
    Bangalore
    Posts
    169
    Thanks
    59
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: error while running

    hi tbscope! What is this makespec file and where can i find it?. What are all these options you are talking about? What are alll the possible harm that could be done to the program if these options are not used?
    And also if i find the makespec file after you give it's whereabouts, what separator should i give as you mentioned? spacebar only, right?

  7. #6
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: error while running

    I'm not behind a computer with Qt installed.
    I'll see if I can provide more information later today.

  8. The following user says thank you to tbscope for this useful post:

    sattu (11th January 2011)

  9. #7
    Join Date
    Sep 2010
    Location
    Bangalore
    Posts
    169
    Thanks
    59
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: error while running

    o.kie. Thanks a lot tbscope. Anyway in which folder is that makespec file generally found(for windows)? And what is the use of that makespec file?

  10. #8
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

  11. The following user says thank you to tbscope for this useful post:

    sattu (11th January 2011)

Similar Threads

  1. Error while running in some Windows Xp
    By Ayalaskin in forum Installation and Deployment
    Replies: 5
    Last Post: 8th March 2009, 06:27
  2. Qt Embedded - error running app on CE
    By fritz.hu in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 26th September 2008, 05:43
  3. Error running 'make'
    By borker in forum Installation and Deployment
    Replies: 1
    Last Post: 1st May 2008, 14:54
  4. running error
    By Mysterious in forum Newbie
    Replies: 1
    Last Post: 3rd November 2007, 12:53
  5. Error running executable
    By Salazaar in forum Newbie
    Replies: 8
    Last Post: 21st May 2007, 06:58

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.