EionRobb / pidgin-opensteamworks

Steam plugin for Pidgin/libpurple
153 stars 5 forks source link

base64.h is not found when following build instructions on fedora 23 #129

Closed CapsAdmin closed 8 years ago

CapsAdmin commented 8 years ago

the solution on fedora 23 is to install nss-devel

EionRobb commented 8 years ago

The annoying bit is that the base64 header isn't even needed

EionRobb commented 8 years ago

Was it just that one header that was a problem, or were the others also a problem?

CapsAdmin commented 8 years ago

The three other headers exist in nss too. Where do you get these headers from?

EionRobb commented 8 years ago

Ok yeah, that was dumb of me to just remove the base64 header. It should definitely need devel headers for NSS.

EionRobb commented 8 years ago

There ya go. Thanks for reporting this :)

xvitaly commented 8 years ago

@CapsAdmin Just use sudo dnf builddep purple-libsteam.spec and it will download and install all required dependencies. :-)