Bitcoin Forum
May 13, 2024, 01:32:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Solution to this error is nowhere on Internet!!??  (Read 53 times)
ironfeast (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
January 22, 2019, 06:55:38 PM
 #1

Hi folks,

I am trying to cross compile windows wallet for an altcoin, the altcoin is POS and uses the zercoin protocol. I was able to recitfy the small level errors during compilation, but then I got an error which is nowhere mentioned on internet on any forum or any support page. It dispalys:

Code:
i686-w64-mingw32-g++ -c -O3 -msse2 -w -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -frandom-seed=wwtccoin -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DSTATICLIB -DUSE_UPNP=0 -I"/home/ubuntu/build/wwtccoin/src/leveldb/include" -I"/home/ubuntu/build/wwtccoin/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/ubuntu/build/wwtccoin/src" -I"/home/ubuntu/build/wwtccoin/src"/obj -I"/home/ubuntu/staging/include" -I"/home/ubuntu/staging" -o obj/zerocoin/Accumulator.o zerocoin/Accumulator.cpp
i686-w64-mingw32-g++ -c -O3 -msse2 -w -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -frandom-seed=wwtccoin -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DSTATICLIB -DUSE_UPNP=0 -I"/home/ubuntu/build/wwtccoin/src/leveldb/include" -I"/home/ubuntu/build/wwtccoin/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/home/ubuntu/build/wwtccoin/src" -I"/home/ubuntu/build/wwtccoin/src"/obj -I"/home/ubuntu/staging/include" -I"/home/ubuntu/staging" -o obj/zerocoin/AccumulatorProofOfKnowledge.o zerocoin/AccumulatorProofOfKnowledge.cpp
Assembler messages:
Fatal error: can't create obj/zerocoin/Accumulator.o: No such file or directory
make: *** [obj/zerocoin/Accumulator.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create obj/zerocoin/AccumulatorProofOfKnowledge.o: No such file or directory
make: *** [obj/zerocoin/AccumulatorProofOfKnowledge.o] Error

I even tried creating directory obj/zercoin before running the build script, but the error seems to be going nowhere!!!

One possible hinit I got from this website (https://sourceforge.net/p/mingw-w64/bugs/689/), but am not sure about this. Anyone who has any idea please guide me, any kind of help is highly appreciated.

Regards
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!