Results 1 to 2 of 2

Thread: Crosscompiling warnings

  1. #1
    Join Date
    Jun 2007
    Posts
    28
    Thanks
    7
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Crosscompiling warnings

    Hi all,
    i'm trying to crosscompile QT using MontaVista toolchain.
    There is no problem on compiling with:
    -- ./configure -platform linux-montavista -prefix target-mv
    -- gmake sub-src

    But looking the output of the process i see a number of warning messages:
    warning: /usr/include/glib-2.0 is unsafe for cross-compiling
    warning: /usr/include/freetype2 is unsafe for cross-compiling
    warning: /usr/X11R6/include is unsafe for cross-compiling

    That's true but how can i point to that directories in the target toolchian?

    Thanks!
    SteM

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Crosscompiling warnings

    If passing -L <path> to configure doesn't help, you can try tweaking the mkspec/.../qmake.conf file (of course after making a copy).

Similar Threads

  1. Crosscompiling QT
    By SteM in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 11:34
  2. Makefile warnings
    By Doug Broadwell in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2007, 19:42
  3. QObject::moveToThread() warnings
    By gri in forum Qt Programming
    Replies: 9
    Last Post: 2nd April 2007, 16:46
  4. class header warnings.
    By impeteperry in forum Newbie
    Replies: 9
    Last Post: 31st May 2006, 05:30
  5. Qt 4.1.1 linker warnings
    By Matt Smith in forum Installation and Deployment
    Replies: 0
    Last Post: 26th February 2006, 22:14

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.