Results 1 to 7 of 7

Thread: Where/ how do I set Mkspec : default?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: Where/ how do I set Mkspec : default?

    Is there a value already in the mkspecs box? I think the instruction means, "leave it at the default value", not "change the value to default." Where this value appears depends on exactly which Qt Creator version you have

    The Welcome plugin is missing because the command you launch Qt Creator with tells it not to load that plugin. This is because the Pi does not have the necessary OpenGL or other graphics support the plugin requires. Loading it will probably leave a black screen in Creator or hang it totally.
    Last edited by ChrisW67; 9th October 2015 at 22:01. Reason: updated contents

  2. #2
    Join Date
    Oct 2015
    Posts
    35
    Thanks
    11
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Where/ how do I set Mkspec : default?

    I don't see the mkspecs box in the window, so I cleaned up the memory card and did a fresh installation(following the same link again). Tried to launch qtcreator from the programs it doesn't open, I tried to open it from the terminal using the command qtcreator and I get the following error same as earlier. I was wondering where I'm going wrong.

    libEGL warning: DRI2: failed to authenticate
    No tool chain set from kit "Desktop".
    No tool chain set from kit "Desktop".
    Unable to find an X11 visual which matches EGL config 125
    Could not initialize EGL
    Aborted

  3. #3
    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: Where/ how do I set Mkspec : default?

    That looks like you are missing some necessary kernel or library support to use OpenGL ES in your Pi's X11 environment. The "-noload Welcome" option is supposed to avoid the main GL conponent of Creator, and running it as root will remove permission issues from play.

    I am not very familiar with RPi requirements in this area. You may be better off asking in an RPi forum.

  4. #4
    Join Date
    Oct 2015
    Posts
    35
    Thanks
    11
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Where/ how do I set Mkspec : default?

    Thanks Chris, I'll try posting it on the Raspberry pi forum. I appreciate your valuable time in replying to my post.

Similar Threads

  1. Project ERROR: This mkspec requires an MSYS environment
    By Er.Dhananjay in forum Installation and Deployment
    Replies: 1
    Last Post: 26th May 2020, 23:33
  2. Qt Creator QtCreator 2.3 can not change the right mkspec?
    By ibingow in forum Qt Tools
    Replies: 0
    Last Post: 13th September 2011, 17:46
  3. mkspec issue with double QT installation
    By bengaltiger in forum Installation and Deployment
    Replies: 1
    Last Post: 9th February 2011, 23:12
  4. Qt Creator Problem selecting the correct mkspec/qmake.conf file
    By weaver4 in forum Qt Tools
    Replies: 1
    Last Post: 2nd December 2010, 13:37
  5. Replies: 2
    Last Post: 25th June 2009, 19:47

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.