Post by yogibaer on Aug 17, 2014 9:31:51 GMT
Hi guys!
I downloaded the new source: git clone /" rel="nofollow" target="_blank">github.com/netcoinfoundation/
/
I want to compile netcoind: in src directory i type: make -f makefile.unix "USE_UPNP="
From time to time warnings
from main.h:18,
from db.h:9,
from txdb.h:11,
from checkpoints.cpp:10:
zerocoin/Coin.h:52:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:56:0,
from main.h:18,
from db.h:9,
from txdb.h:11,
from checkpoints.cpp:10:
zerocoin/Accumulator.h:61:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:58:0,
from main.h:18,
from db.h:9,
from txdb.h:11,
from checkpoints.cpp:10:
.-
.
.
.
.
zerocoin/CoinSpend.h:77:41: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/
/src -I/home/mwc/
/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/script.d -o obj/script.o script.cpp
In file included from zerocoin/Zerocoin.h:54:0,
from main.h:18,
from script.cpp:18:
zerocoin/Coin.h:52:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:56:0,
from main.h:18,
from script.cpp:18:
zerocoin/Accumulator.h:61:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:58:0,
from main.h:18,
from script.cpp:18:
zerocoin/CoinSpend.h:77:41: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
gcc -c -o obj/scrypt.o scrypt.c
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/
/src -I/home/mwc/
/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/sync.d -o obj/sync.o sync.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/
/src -I/home/mwc/
/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/util.d -o obj/util.o util.cpp
util.cpp: In function 'long int hex2long(const char*)':
util.cpp:1283:43: warning: array subscript has type 'char' [-Wchar-subscripts]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/
/src -I/home/mwc/
/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/wallet.d -o obj/wallet.o wallet.cpp
wallet.cpp:21:19: fatal error: QString: No such file or directory
compilation terminated.
make: *** [obj/wallet.o] Error 1
Compilation stops here ... What can I do? OS: Debian Wheezy and many other coin sources compile without any problems!
I downloaded the new source: git clone /" rel="nofollow" target="_blank">github.com/netcoinfoundation/

I want to compile netcoind: in src directory i type: make -f makefile.unix "USE_UPNP="
From time to time warnings
from main.h:18,
from db.h:9,
from txdb.h:11,
from checkpoints.cpp:10:
zerocoin/Coin.h:52:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:56:0,
from main.h:18,
from db.h:9,
from txdb.h:11,
from checkpoints.cpp:10:
zerocoin/Accumulator.h:61:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:58:0,
from main.h:18,
from db.h:9,
from txdb.h:11,
from checkpoints.cpp:10:
.-
.
.
.
.
zerocoin/CoinSpend.h:77:41: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/


In file included from zerocoin/Zerocoin.h:54:0,
from main.h:18,
from script.cpp:18:
zerocoin/Coin.h:52:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:56:0,
from main.h:18,
from script.cpp:18:
zerocoin/Accumulator.h:61:43: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
In file included from zerocoin/Zerocoin.h:58:0,
from main.h:18,
from script.cpp:18:
zerocoin/CoinSpend.h:77:41: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
gcc -c -o obj/scrypt.o scrypt.c
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/


g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/


util.cpp: In function 'long int hex2long(const char*)':
util.cpp:1283:43: warning: array subscript has type 'char' [-Wchar-subscripts]
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/home/mwc/


wallet.cpp:21:19: fatal error: QString: No such file or directory
compilation terminated.
make: *** [obj/wallet.o] Error 1
Compilation stops here ... What can I do? OS: Debian Wheezy and many other coin sources compile without any problems!