Results 1 to 2 of 2

Thread: Static build of Qt: do I loose debug capabilities

  1. #1
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    1

    Default Static build of Qt: do I loose debug capabilities

    I'm statically building Qt for Windows, following this tutorial:

    http://wiki.qtcentre.org/index.php?t...ows_with_MinGW


    Do I loose debug capabilities of Qt creator if I do? Will I be able to build executables with debug info or I'll not? I ask you because in the tutorial you tell to put -release parameter, so does this mean "no debug nevermore"?

    Thank you

  2. #2
    Join Date
    Jun 2006
    Posts
    10
    Thanks
    1

    Default Re: Static build of Qt: do I loose debug capabilities

    Furthermore, I had this error:

    In file included from css\/CSSStyleSheet.h:24,
    from css\/CSSRule.h:25,
    from css\/CSSCharsetRule.h:25,
    from css\CSSCharsetRule.cpp:22:
    css\/CSSRuleList.h: In static member function `static WTF::PassRefPtr<WebCore::C
    SSRuleList> WebCore::CSSRuleList::create(WebCore::StyleList*, bool)':
    css\/CSSRuleList.h:41: internal compiler error: Segmentation fault
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.mingw.org/bugs.shtml> for instructions.
    mingw32-make[2]: *** [tmp/obj/debug_static/CSSCharsetRule.o] Error 1

Similar Threads

  1. Qt + Linux + Eclipse - debug using debug build?
    By will49 in forum Qt Programming
    Replies: 6
    Last Post: 13th April 2012, 06:27
  2. QWT fails in debug build
    By steg90 in forum Qwt
    Replies: 1
    Last Post: 11th November 2011, 06:53
  3. Replies: 16
    Last Post: 23rd May 2008, 10:12
  4. build debug with shared and release with static?
    By Thor28 in forum Qt Programming
    Replies: 4
    Last Post: 14th April 2008, 22:32
  5. Replies: 2
    Last Post: 8th November 2007, 20:15

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.