Results 1 to 12 of 12

Thread: error : qt version is not properly installed please run make install

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: error : qt version is not properly installed please run make install

    You need to find out why make fails for the QtDeclarative module.

    Cheers,
    _

  2. #2
    davinciomar Guest

    Question Re: error : qt version is not properly installed please run make install

    i get these errors:

    Makefile:66: recipe for target 'sub-tools-make_first' failed
    mingw32-make[1]: *** [sub-tools-make_first] Error 2
    mingw32-make[1]: Target 'first' not remade because of errors.
    makefile:220: recipe for target 'module-qtdeclarative-make_first' failed
    mingw32-make: *** [module-qtdeclarative-make_first] Error 2
    mingw32-make: Target 'first' not remade because of errors.

    File makefile of qt-declarative
    http://pastebin.com/1V6R8HTS

    The problem i think is Something about this file.

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: error : qt version is not properly installed please run make install

    "sub-tools" failed as well, so before you can even think of installing you need to get your build working.

    Cheers,
    _

  4. #4
    davinciomar Guest

    Default Re: error : qt version is not properly installed please run make install

    i took this tutorial:
    http://dimitris.apeiro.gr/2015/06/24...-by-compiling/

    Anyways i couldnt get to work. they say in the tutorial that this error: [module-qtdeclarative-make_first] Error 2 (it is not important and can be solved) But the other i dont know why happen? the error of sub_tools? So the build doesnt work for me. If you have some suggestion is good received. Thx a lot fo ryou help, regards, :d

  5. #5
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: error : qt version is not properly installed please run make install

    A build error is only unimportant when the all the things you need are already build before.

    Any specific reason why you want to go through the hassle of a static build on a desktop platform?

    Cheers,
    _

  6. #6
    davinciomar Guest

    Question Re: error : qt version is not properly installed please run make install

    Hi thx for your answers and i need static build because i want to move my app to my other pc etc. I tried but nothing thx again for your help.

  7. #7
    davinciomar Guest

    Question Re: error : qt version is not properly installed please run make install

    sorry i think i know why happen i am using this command : mingw32-make -k -j4
    but i think i need to use : mingw32-make
    with these arguments?? maybe for this soda??

  8. #8
    davinciomar Guest

    Default Re: error : qt version is not properly installed please run make install

    warning
    picture:
    https://i.imgsafe.org/f5ea637cfb.png

    This error is for this: No qmlscene installed

    Could not find qmake configuration file default.
    Error while parsing file C:\Users\moh\Desktop\Demonio_3.0_src\Demonio_3.0_s rc\src\cliente\cliente.pro. Giving up.

    error when i try to build my project
    Last edited by davinciomar; 25th August 2016 at 22:26.

  9. #9
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: error : qt version is not properly installed please run make install

    Quote Originally Posted by davinciomar View Post
    Hi thx for your answers and i need static build because i want to move my app to my other pc etc. I tried but nothing thx again for your help.
    You could do that most other people do: deliver the program and its DLLs.

    Quote Originally Posted by davinciomar View Post
    sorry i think i know why happen i am using this command : mingw32-make -k -j4
    but i think i need to use : mingw32-make
    with these arguments?? maybe for this soda??
    -k allows make to jump over errors, not sure you want that.
    -j4 tells make to run 4 jobs in parallel if possible (if dependencies allow it).

    Quote Originally Posted by davinciomar View Post
    This error is for this: No qmlscene installed
    qmlscene is just a tool, you don't need that for your own program.

    Cheers,
    _

  10. #10
    davinciomar Guest

    Question Re: error : qt version is not properly installed please run make install

    i think the problem is qmake file is not well configured i try many ways but nothing Works thxx i proved in qt 5.2 comercial license

  11. #11
    davinciomar Guest

    Default Re: error : qt version is not properly installed please run make install

    i solved static error and i use qt 5.2 static libraries but at now i have problem to use xmpp HAHA so i will post a new post about this issue :c one problem solved other created LOL xd

Similar Threads

  1. Replies: 11
    Last Post: 30th March 2015, 06:03
  2. Replies: 1
    Last Post: 28th November 2010, 17:16
  3. Replies: 21
    Last Post: 20th October 2010, 13:25
  4. The Qt version is not installed
    By bmahf in forum Installation and Deployment
    Replies: 2
    Last Post: 19th October 2009, 23:09

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.