Author

Topic: Qmake issue while compiling bitcoin dependencies for windows on ubuntu (Read 207 times)

hero member
Activity: 1220
Merit: 612
OGRaccoon
But the local version of qmake is normaly not a problem since dependency bitcoin Makefile download the packages by itself as we can see in the qt.mk : https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk



You could try it again with the following  -prefix $PWD/qtbase

What argumets did you pass when attempting.?

Really need a little bit more information.
newbie
Activity: 3
Merit: 0
But the local version of qmake is normaly not a problem since dependency bitcoin Makefile download the packages by itself as we can see in the qt.mk : https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk

newbie
Activity: 3
Merit: 0
Thx for the reply, the output is :

Code:
QMake version 3.1
Using Qt version 5.9.5 in /usr/lib/x86_64-linux-gnu
hero member
Activity: 1220
Merit: 612
OGRaccoon
/qmake.conf: No such file or directory

check for your qmake config it seems to be missing

run 

qmake --version

and post the output
newbie
Activity: 3
Merit: 0
Hi !

I just got this error :

Code:
➜  depends make HOST=x86_64-w64-mingw32
Configuring qt...
Creating qmake...
make[1] : on entre dans le répertoire « /home/william/Téléchargements/bitcoin/depends/work/build/x86_64-w64-mingw32/qt/5.9.6-fc05543aca5/qtbase/qmake »
make[1]: rien à faire pour « first ».
make[1] : on quitte le répertoire « /home/william/Téléchargements/bitcoin/depends/work/build/x86_64-w64-mingw32/qt/5.9.6-fc05543aca5/qtbase/qmake »
Cannot read /home/william/Téléchargements/bitcoin/depends/work/build/x86_64-w64-mingw32/qt/5.9.6-fc05543aca5/qtbase/mkspecs/qmake.conf: No such file or directory
Could not read qmake configuration file /home/william/Téléchargements/bitcoin/depends/work/build/x86_64-w64-mingw32/qt/5.9.6-fc05543aca5/qtbase/mkspecs/qmake.conf.
Error processing project file: /home/william/Téléchargements/bitcoin/depends/work/build/x86_64-w64-mingw32/qt/5.9.6-fc05543aca5/qtbase/qtbase.pro
funcs.mk:242: recipe for target '/home/william/Téléchargements/bitcoin/depends/work/build/x86_64-w64-mingw32/qt/5.9.6-fc05543aca5/qtbase/.stamp_configured' failed
make: *** [/home/william/Téléchargements/bitcoin/depends/work/build/x86_64-w64-mingw32/qt/5.9.6-fc05543aca5/qtbase/.stamp_configured] Error 3

Does someone have any idea ?  Huh
Jump to: