Results 1 to 4 of 4

Thread: Can't get qvfb to work on Mac OS X

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Qt products
    Qt/Embedded

    Default Re: Can't get qvfb to work on Mac OS X

    Hi axeljaeger,

    thanks for answering.

    I take you point that it should be easier to get this going with/on Linux.

    However, according to this thread it seems that someone, more knowledgeable
    than me, did this almost casually on Mac:

    http://labs.trolltech.com/blogs/2007...mming-on-os-x/

    But I'm not bent on doing this on Mac, I can do this on Linux. So I re-did what
    I described I my post this time on Linux, and the result is just the same. The application
    runs native to Linux/Q11, not in/with qvfb-frame buffer.

    So I must be doing something elementary wrong, but can't spot it.

    I've tried to follow these instructions to the letter:

    http://thelins.se/learnqt/category/embedded-linux/

    Very frustrating when compiling takes hours an a 2.8 GHz/4GB/1067Mhz/9200rpm machine...

    I wish someone would look through my process and point out
    what I'm doing wrong...

    br Kusti

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: Can't get qvfb to work on Mac OS X

    In both cases, you should have two versions of Qt installed: The native one and Qt embedded. The application that shall run inside the qvfb has to be linked against Qt embedded, not the native version. From your description, it looks like your application is linked agains the native Qt. When installing two versions of Qt, be sure to invoke the right qmake that was built together with that particular version of Qt, e.g. run qmake from Qt embedded before compiling your application. This will make sure the generated Makefile links agains that version of Qt.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. where is qvfb?
    By yagabey in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 8th November 2010, 03:37
  2. qvfb
    By henk in forum Qt for Embedded and Mobile
    Replies: 7
    Last Post: 9th August 2009, 16:16
  3. pb with qvfb
    By bruno in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 26th November 2008, 10:53
  4. QVFB problem.
    By hvreddy1110 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 19th October 2006, 16:16
  5. why qvfb don't work
    By screen in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 31st May 2006, 10:20

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.