Now I get this:
build/compat_libevent.o: In function `tor_gettimeofday_cache_clear':
compat_libevent.c:(.text+0x909): undefined reference to `event_base_update_cache_time'
collect2: error: ld returned 1 exit status
make: *** [britcoin3.3.0.2] Error 1
00:07:56: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project britcoin-qt (kit: Desktop Qt 5.2.1 GCC 32bit)
When executing step "Make"
I tried to install libvent and it said I already have the newest version?
leigh@mintBox ~/britcoin3.3/src $ sudo apt-get install libevent-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libevent-dev is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 176 not to upgrade.
I get the same error when I try to run britcoind too.
/home/leigh/britcoin3.3/src/tor/compat_libevent.c:638: undefined reference to `event_base_update_cache_time'
collect2: error: ld returned 1 exit status
make: *** [britcoind] Error 1
Well, let's focus on just the britcoind for now. What do you run to cause you to get that last error there? Let's take this to e-mail, and if something's wrong with the instructions I can add to them or change them.