Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: WilliamC on November 09, 2018, 02:33:22 PM



Title: Qmake issue while compiling bitcoin dependencies for windows on ubuntu
Post by: WilliamC on November 09, 2018, 02:33:22 PM
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 ?  ???


Title: Re: Qmake issue while compiling bitcoin dependencies for windows on ubuntu
Post by: DaCryptoRaccoon on November 09, 2018, 07:28:07 PM
/qmake.conf: No such file or directory

check for your qmake config it seems to be missing

run 

qmake --version

and post the output


Title: Re: Qmake issue while compiling bitcoin dependencies for windows on ubuntu
Post by: WilliamC on November 10, 2018, 03:39:23 PM
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


Title: Re: Qmake issue while compiling bitcoin dependencies for windows on ubuntu
Post by: WilliamC on November 23, 2018, 11:31:35 AM
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



Title: Re: Qmake issue while compiling bitcoin dependencies for windows on ubuntu
Post by: DaCryptoRaccoon on November 24, 2018, 05:50:48 PM
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.