is the compiling issue addressed as well? 2 people have reported issues with that.
It is probably missing this:
chmod +x src/leveldb/build_detect_platform
I'm rebuild all now and see if works
edit: yes, now it is compiled
perhaps you need to look at the errors that were posted.
Doesn't matter anyway, since their last update it's crashes even sooner. Can't really understand how these dev's keep anything going or even got the wallet to a point to actually launch this coin.
I'll just be dropping the coin off my pools, which I'm sure they won't care anyway since it all get dumped anyway.
In case they're curious, with a fresh clone of their github:
Building LevelDB ...
find: `.//util': No such file or directory
find: `.//table': No such file or directory
make[1]: Entering directory `/home/crackers/src/FuelCoinCode/src/leveldb'
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/crackers/src/FuelCoinCode/src -I/home/crackers/src/FuelCoinCode/src/obj -DUSE_UPNP=1 -DUSE_IPV6=1 -I/home/crackers/src/FuelCoinCode/src/leveldb/include -I/home/crackers/src/FuelCoinCode/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/builder.cc -o db/builder.o
In file included from db/builder.cc:7:0:
./db/filename.h:14:23: fatal error: port/port.h: No such file or directory
compilation terminated.
make[1]: *** [db/builder.o] Error 1
obj/txdb.o: In function `bool CLevelDB::Read, std::allocator > >, char>(std::pair, std::allocator > > const&, char&)':
/opt/multi-pool/src/FuelCoinCode/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read, CCoins>(std::pair const&, CCoins&)':
/opt/multi-pool/src/FuelCoinCode/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
obj/txdb.o: In function `bool CLevelDB::Read(char const&, CBigNum&)':
/opt/multi-pool/src/FuelCoinCode/src/leveldb.h:94: undefined reference to `leveldb::Status::ToString() const'
collect2: ld returned 1 exit status
make: *** [FuelCoind] Error 1
it seems that makefile fails if it is not able to run the script build_detect_platform for leveldb.