You need to find out why make fails for the QtDeclarative module.
Cheers,
_
You need to find out why make fails for the QtDeclarative module.
Cheers,
_
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.
"sub-tools" failed as well, so before you can even think of installing you need to get your build working.
Cheers,
_
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
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,
_
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.
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??
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.
You could do that most other people do: deliver the program and its DLLs.
-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).
qmlscene is just a tool, you don't need that for your own program.
Cheers,
_
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
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
Bookmarks