sm00th / bitlbee-discord

Bitlbee plugin for Discord (http://discordapp.com)
GNU General Public License v2.0
290 stars 27 forks source link

Unable to build on ubuntu 16.10 #79

Closed AdrianKoshka closed 7 years ago

AdrianKoshka commented 7 years ago

It seems the version of bitlbee packaged with ubuntu isn't satisfactory for building bitlbee-discord? I just want to confirm this:

I get stuck on ./configure

checking for BITLBEE... no
configure: error: Package requirements (bitlbee >= 3.5) were not met:

Requested 'bitlbee >= 3.5' but version of bitlbee is 3.4.2-1.1

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BITLBEE_CFLAGS
and BITLBEE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I know (and double checked) that I have bitlbee-dev installed (just updated bitlbee-facebook recently...so it must be there ;P).

dequis commented 7 years ago

Yes.

http://code.bitlbee.org/debian/README.html

I think yakkety isn't there but xenial should do.

AdrianKoshka commented 7 years ago

Hrmm, so you're saying even though I'm on yakkety I should be able to grab the xenial packages?

dequis commented 7 years ago

Yeah, probably. If it throws dependency errors then I'm wrong and you'll have to do things the hard way (or upgrade to ubuntu 17.04 beta 2, which will be released in a couple of weeks)

AdrianKoshka commented 7 years ago

Thanks, works now!