D3m0nKinGx
|
|
March 18, 2017, 10:41:01 PM |
|
I am trying to compile Blackcoin, following exactly everything from the OP; a@a-VirtualBox:/mnt/blackcoin$ sudo ./compile-blk.sh ./compile-blk.sh: line 6: i686-w64-mingw32.static-qmake-qt5: command not found make: Makefile.Release: No such file or directory make: *** No rule to make target `Makefile.Release'. Stop.
a@a-VirtualBox:/mnt/blackcoin$ echo $PATH /mnt/mxe/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin How do I fix this ? i686-w64-mingw32.static-qmake-qt5 it's saying this command is missing do a search for it if it's missing your mxe installation is broken
|
.
| .
| . ▬◇ ▬◇▬◆ ▬◇▬◇▬◆
| .
| | .
| | .
| | .
| . ◇▬ ◆▬◇▬ ◆▬◇▬◇▬
| .
| .
|
|
|
|
|
MickGhee
Legendary
Offline
Activity: 1428
Merit: 1001
Fucker of "the system"
|
|
April 05, 2017, 12:56:56 AM Last edit: May 29, 2017, 11:15:33 PM by MickGhee |
|
I'm getting this in file included from src/netbase.h:10:0, from src/qt/optionsdialog.cpp:6: src/serialize.h:19:48: fatal error: boost/type_traits/is_fundamental.hpp: No such file or directory compilation terminated.
I have libboost-dev all installed under root/usr/include/boost this is crazy because I have compiled for Linux earlier i tried to find boost in the mxe and i think the script thinks its here /mnt/mxe/usr/i686-w64-mingw32.static/include am I right? doi just copy boost there?? im using an ubuntu server on digital ocean with node if that means anything. I'm trying to copy over now plus I am dl the VM to see if I have better luck. today was the first time I have been able to compile Berkeley DB ever and I have been trying for a long time. I think it was part this thread and part the education I have been receiving THAT FINALLY MAKES THIS STUFF SOUND LIKE ENGLISH.\ fixed needed to set PATH
|
Last night, while you were sleeping. I fucked the system!
|
|
|
nomadsena
Member
Offline
Activity: 93
Merit: 10
|
|
April 14, 2017, 06:39:26 AM |
|
when i run i m getting this error configure: error: in `/home/nomad/mnt/db-5.3.28/build_mxe': configure: error: C compiler cannot create executables See `config.log' for more details make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. some one please help or is there any updated guides on how to compile an alt coin wallet
|
|
|
|
MickGhee
Legendary
Offline
Activity: 1428
Merit: 1001
Fucker of "the system"
|
|
June 06, 2017, 06:30:28 PM |
|
when i run i m getting this error configure: error: in `/home/nomad/mnt/db-5.3.28/build_mxe': configure: error: C compiler cannot create executables See `config.log' for more details make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. some one please help or is there any updated guides on how to compile an alt coin wallet i am not saying this file http://www.demonoid.pw/files/details/3565679/?rel=1496772185 is the complete environment with everything you need ------ i am not denying it either ubuntu 17 PW spayse sudo su pw spayse
|
Last night, while you were sleeping. I fucked the system!
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
July 08, 2017, 03:33:07 PM Last edit: July 09, 2017, 02:47:57 AM by bumbacoin |
|
i'm having trouble with building a coin using secp256k1 libsecp256k1_la-secp256k1.o: file not recognized: File format not recognized
generally it seems like i have success with secp256k1 but it is not recognized on qt build. i've tried a variety of things including ./autogen.sh ./configure --host=i686-w64-mingw32.static make fails on qt build and ./configure --host=i686-w64-mingw32.static --prefix=/home/mxe/mxe/usr/i686-w64-mingw32.static --enable-static --disable-shared gives error during configure ./configure: line 12234: SECP_64BIT_ASM_CHECK: command not found ./configure: line 12263: SECP_INT128_CHECK: command not found ./configure: line 12291: SECP_INT128_CHECK: command not found ./configure: line 12316: SECP_GMP_CHECK: command not found ./configure: line 12422: SECP_OPENSSL_CHECK: command not found also fails on qt build any assistance would be welcomed
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
bumbacoin
Legendary
Offline
Activity: 1638
Merit: 1036
|
|
July 11, 2017, 07:07:21 AM |
|
after more fruitless searching, i'm guessing it's to do with the age of secp256k1 (looks like early 2015).
will have to try a different coin with more recent version.
|
💦☔️🐳💚💖💛 | ★ | | ★
| | ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ ████████████████ | | ★ | 🐠👻🍗🌳🐵
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
July 11, 2017, 07:26:46 AM |
|
gives error during configure ./configure: line 12234: SECP_64BIT_ASM_CHECK: command not found ./configure: line 12263: SECP_INT128_CHECK: command not found ./configure: line 12291: SECP_INT128_CHECK: command not found ./configure: line 12316: SECP_GMP_CHECK: command not found ./configure: line 12422: SECP_OPENSSL_CHECK: command not found The messages suggests that autoconf isn't finding the relevant m4 macros which suggests there's a missing file or an existing file has missing stanzas. Cross-referencing the m4 contents with those of a successfully-compiling coin of similar vintage and configuration might help you fill in the missing bits. Cheers Graham
|
|
|
|
dekm0101
|
|
August 05, 2017, 08:01:20 PM |
|
Does anyone know how to resolve this error? The coin I'm working from uses secp256k which I noticed earlier someone stated is a bit older. /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lsecp256k1 collect2: error: ld returned 1 exit status
|
|
|
|
Enkrypto_Storm
Newbie
Offline
Activity: 16
Merit: 0
|
|
August 06, 2017, 01:50:33 AM |
|
It's kind of funny that the file you named your username after no longer exist in the Bitcoin source code. Ever since main.h and main.cpp were sort of replaced (I guess?) by chainparams.cpp/chainparams.h, I don't think anyone's written a decent guide on how to fork Bitcoin to make an altcoin for fun.
|
|
|
|
eliteyo
Newbie
Offline
Activity: 7
Merit: 0
|
|
August 15, 2017, 10:58:39 AM |
|
I'm getting: ./compile-blk.sh: line 6: i686-w64-mingw32.static-qmake-qt5: command not found make: Makefile.Release: No such file or directory make: *** No rule to make target 'Makefile.Release'. Stop. Made sure I did: export PATH=/mnt/mxe/usr/bin:$PATH Using ubuntu/bash for windows 10
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
August 15, 2017, 07:50:28 PM |
|
./compile-blk.sh: line 6: i686-w64-mingw32.static-qmake-qt5: command not found make: Makefile.Release: No such file or directory make: *** No rule to make target 'Makefile.Release'. Stop.
That's a needed executable. Find it, add its directory to $PATH.
Cheers
Graham
|
|
|
|
noreplybatam
Newbie
Offline
Activity: 27
Merit: 0
|
|
August 26, 2017, 11:35:53 AM |
|
got this error
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lqrencode /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_system-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_chrono-mgw46-mt-sd-1_53 collect2: error: ld returned 1 exit status
any solutions ??
|
|
|
|
D3m0nKinGx
|
|
August 26, 2017, 01:02:49 PM |
|
got this error
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lqrencode /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_system-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_chrono-mgw46-mt-sd-1_53 collect2: error: ld returned 1 exit status
any solutions ??
sudo apt-get install libqrencode-dev
|
.
| .
| . ▬◇ ▬◇▬◆ ▬◇▬◇▬◆
| .
| | .
| | .
| | .
| . ◇▬ ◆▬◇▬ ◆▬◇▬◇▬
| .
| .
|
|
|
|
noreplybatam
Newbie
Offline
Activity: 27
Merit: 0
|
|
August 27, 2017, 10:58:55 AM |
|
got this error
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lqrencode /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_system-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_chrono-mgw46-mt-sd-1_53 collect2: error: ld returned 1 exit status
any solutions ??
sudo apt-get install libqrencode-dev i already installed that
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
August 27, 2017, 11:39:32 AM |
|
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lqrencode /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_system-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_chrono-mgw46-mt-sd-1_53
Installed or not, the libraries aren't being found by the build process, looks like you need to tend to your environment variable bindings. Cheers Graham
|
|
|
|
noreplybatam
Newbie
Offline
Activity: 27
Merit: 0
|
|
August 27, 2017, 05:06:37 PM |
|
/mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lqrencode /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_system-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_filesystem-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_program_options-mgw46-mt-sd-1_53 /mnt/mxe/usr/bin/i686-w64-mingw32.static-ld: cannot find -lboost_chrono-mgw46-mt-sd-1_53
Installed or not, the libraries aren't being found by the build process, looks like you need to tend to your environment variable bindings. Cheers Graham how to do that ??
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
August 27, 2017, 05:22:50 PM |
|
|
|
|
|
noreplybatam
Newbie
Offline
Activity: 27
Merit: 0
|
|
August 28, 2017, 04:36:39 AM |
|
Ok, i almost understand what must to do. but last thing where i can find path that missing file ?
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
August 28, 2017, 07:51:44 AM |
|
Ok, i almost understand what must to do. but last thing where i can find path that missing file ?
Use your computer's search facility to find where the boost libraries were installed. Cheers Graham
|
|
|
|
|