Results 1 to 3 of 3

Thread: Build Problems

  1. #1
    Join Date
    Feb 2013
    Posts
    9
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Build Problems

    Hello, I am new to QT and I am having two problems. First is my error on OSX, when I build I get the following error.

    Qt Code:
    1. /Users/<user>/Qt5.0.1/5.0.1/clang_64/include/QtCore/qisenum.h:53: error: token is not a valid binary operator in a preprocessor subexpression
    2. # if __has_extension(is_enum)
    3. ~~~~~~~~~~~~~~~^
    To copy to clipboard, switch view to plain text mode 


    Second is my error on Windows. Cross posted here.


    Hello, I am new to QT and I am having an error with running a very simple program. It is giving me an error upon startup.

    During startup program exited with code 0xc0000139


    gameerror.jpg

    I am using a different .pro file for each project.

    Any help is appreciated.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Build Problems

    Second problem first:

    From a quick Google... http://stackoverflow.com/questions/1...ption-c0000139
    That exception code is Entry point not found - something is trying to load a DLL and the DLL cannot find all the DLLs it needs.

    Use depends.exe to show what the DLL requires.

    First problem:
    First is my error on OSX, when I build I get the following error.
    It is generally useful to mention what you are building
    Assuming you mean trying to build Qt itself with CLang then I think the answer lies in:

    Cannot say for sure... don't have a Mac.

  3. #3
    Join Date
    Feb 2013
    Posts
    9
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Build Problems

    Sorry, I am trying to build a QT desktop application.

    For the Windows problem, I assumed that QT would install any dependency that is needed. I don't really know where to get those DLL files or where they are supposed to go.

    I am able to get the OSX problem to go away by modifying the file that is giving the error, but it is not something I wrote. I believe I am modifying something from QT.

Similar Threads

  1. Qt Creator Build Qt 4.7.4 using Intel C/C++ compiler, tool chain creation problems
    By napajejenunedk0 in forum Qt Tools
    Replies: 0
    Last Post: 7th September 2011, 00:50
  2. Problems with release build
    By murtuzakabul in forum Qt Programming
    Replies: 3
    Last Post: 12th March 2011, 07:41
  3. Customized build (problems, bugs, patches, licencing issues...)
    By Domagoj Saric in forum Installation and Deployment
    Replies: 2
    Last Post: 6th October 2009, 10:48
  4. Problems with static build
    By KaptainKarl in forum Installation and Deployment
    Replies: 2
    Last Post: 22nd August 2007, 10:46
  5. Build problems
    By Seema Rao in forum Qt Programming
    Replies: 3
    Last Post: 27th April 2006, 10:53

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.