Bitcoin Forum
May 22, 2024, 07:41:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Error while assembling bitcoin v0.15.0  (Read 138 times)
progof (OP)
Jr. Member
*
Offline Offline

Activity: 157
Merit: 4


View Profile
August 16, 2018, 02:05:51 PM
 #1

Hello,

I'm collecting a clone of bitcoin and an error appeared on the make process, tell me how to fix it:

make[2]: *** No rule to make target `qt/res/icons/clone_splash.png', needed by `qt/qrc_bitcoin.cpp'.  Stop.
make[2]: Leaving directory `/root/clone/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/clone/src'
make: *** [all-recursive] Error 1
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
August 16, 2018, 02:35:57 PM
 #2

make[2]: *** No rule to make target `qt/res/icons/clone_splash.png', needed by `qt/qrc_bitcoin.cpp'.  Stop.

Please check whether the file (clone_splash.png) does exist (spelling error?) and whether you are executing the command in the correct directory.

progof (OP)
Jr. Member
*
Offline Offline

Activity: 157
Merit: 4


View Profile
August 16, 2018, 06:16:46 PM
Last edit: August 16, 2018, 06:27:01 PM by progof
 #3

make[2]: *** No rule to make target `qt/res/icons/clone_splash.png', needed by `qt/qrc_bitcoin.cpp'.  Stop.

Please check whether the file (clone_splash.png) does exist (spelling error?) and whether you are executing the command in the correct directory.


Thanks for the hint, this bug is fixed. And the following error occurred:

Making all in src
make[1]: Entering directory `/root/clone/src'
make[2]: Entering directory `/root/clone/src'
make[3]: Entering directory `/root/clone'
make[3]: Leaving directory `/root/clone'
make[2]: Leaving directory `/root/clone/src'
make[1]: Leaving directory `/root/clone/src'
Making all in doc/man
make[1]: Entering directory `/root/clone/doc/man'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/root/clone/doc/man'
make: *** [all-recursive] Error 1

bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
August 22, 2018, 02:04:30 PM
 #4

Thanks for the hint, this bug is fixed. And the following error occurred:

[...]
make[1]: Entering directory `/root/clone/doc/man'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/root/clone/doc/man'
make: *** [all-recursive] Error 1


You seem to be missing a few files. 
Did you check whether the needed files (correct names) are inside the correct directory ?

Did you follow the build process written on github ?


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!