Results 1 to 5 of 5

Thread: errors with compiling qt-embedded-linux-opensource-4.4.3

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: errors with compiling qt-embedded-linux-opensource-4.4.3

    You might have to add some defines so that proper code blocks are included into compilation. Find where in the source code the offending symbols are implemented and see if there are any conditions determining their compilation.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Apr 2009
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Unhappy Re: errors with compiling qt-embedded-linux-opensource-4.4.3

    I can find qfilesystemwatcher_inotify_p.h in qt-embedded-linux-opensource-4.4.3/src/corelib/io,which define QInotifyFileSystemWatcherEngine::create().But i don't what's wrong with it?
    I attach the compiling log file(buildqt.log).
    Attached Files Attached Files
    Last edited by dycjiaoda; 16th April 2009 at 14:56.

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: errors with compiling qt-embedded-linux-opensource-4.4.3

    First of all it's just an example that doesn't build so you can ignore it. Second of all I told you to find a conditional block based on a macro that enables or disables compilation of some symbol, not to find the definition of the symbol itself (although the definition will be inside this conditional block if there is one).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Apr 2009
    Posts
    8
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Unhappy Re: errors with compiling qt-embedded-linux-opensource-4.4.3

    I'm newer.Can i find any conference file about the build condition macro.I'm confused about installing process for qt-embedded-linux-opensource-4.4.3.

Tags for this Thread

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.