hi all ...
im finding it very difficult to understand why im consistently getting the same error when compiling ...
the compilation of all the the other coisn run smooth - with a few exceptions ...
but this one compiles 99.7% the way - then bombs with this error ...
g++ -O2 -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/test/cwi-build/libraries/sweepstakecoin-master/src -I/home/test/cwi-build/libraries/sweepstakecoin-master/src/obj -I/home/test/cwi-build/libraries/sweepstakecoin-master/src/tor -I/home/test/cwi-build/libraries/sweepstakecoin-master/src/json -I/home/test/cwi-build/deps/include -DUSE_IPV6=1 -I/home/test/cwi-build/libraries/sweepstakecoin-master/src/leveldb/include -I/home/test/cwi-build/libraries/sweepstakecoin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -o sweepstakecoind obj/address.o obj/addressmap.o obj/aes.o obj/backtrace.o obj/buffers.o obj/channel.o obj/channeltls.o obj/circpathbias.o obj/circuitbuild.o obj/circuitlist.o obj/circuitmux.o obj/circuitmux_ewma.o obj/circuitstats.o obj/circuituse.o obj/command.o obj/compat.o obj/compat_libevent.o obj/config.o obj/config_codedigest.o obj/confparse.o obj/connection.o obj/connection_edge.o obj/connection_or.o obj/container.o obj/control.o obj/cpuworker.o obj/crypto.o obj/crypto_curve25519.o obj/crypto_format.o obj/curve25519-donna.o obj/di_ops.o obj/directory.o obj/dirserv.o obj/dirvote.o obj/dns.o obj/dnsserv.o obj/entrynodes.o obj/ext_orport.o obj/fp_pair.o obj/geoip.o obj/hibernate.o obj/log.o obj/memarea.o obj/mempool.o obj/microdesc.o obj/networkstatus.o obj/nodelist.o obj/onion.o obj/onion_fast.o obj/onion_main.o obj/onion_ntor.o obj/onion_tap.o obj/policies.o obj/procmon.o obj/reasons.o obj/relay.o obj/rendclient.o obj/rendcommon.o obj/rendmid.o obj/rendservice.o obj/rephist.o obj/replaycache.o obj/router.o obj/routerlist.o obj/routerparse.o obj/routerset.o obj/sandbox.o obj/statefile.o obj/status.o obj/torgzip.o obj/tortls.o obj/tor_util.o obj/transports.o obj/util_codedigest.o obj/groestl.o obj/blake.o obj/skein.o obj/keccak.o obj/jh.o obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/keystore.o obj/miner.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/scrypt.o obj/scrypt-arm.o obj/scrypt-x86.o obj/scrypt-x86_64.o obj/json_spirit_reader.o obj/json_spirit_writer.o obj/smessage.o obj/rpcsmessage.o obj/txdb-leveldb.o obj/anonymize.o -Wl,-z,relro -Wl,-z,now -L/home/test/cwi-build/deps/lib -L/home/test/cwi-build/deps/lib -Wl,-Bstatic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l event -l z -Wl,-Bdynamic -l dl -l boost_chrono -l boost_date_time -l pthread /home/test/cwi-build/libraries/sweepstakecoin-master/src/leveldb/libleveldb.a /home/test/cwi-build/libraries/sweepstakecoin-master/src/leveldb/libmemenv.a
/bin/ld: cannot find -levent
collect2: error: ld returned 1 exit status
make: *** [sweepstakecoind] Error 1
DONE ...
i am no newbie here - but this has stumped me ...
libevent is installed ... but the makefile shows that 'event' is the one dependency that its looking for - and there is no way of locating that in the os ...
centos 7 x64 - or fedora 25 x64 ... both have the same error / issue ...
anyone know of a workaround or fix? ... strasboug - ideas? ...
is it possible to leave this dependency out by any chance? ...
#crysx