Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Had an issue with configuring #57

Open
jasblade opened this issue Aug 17, 2016 · 2 comments
Open

Had an issue with configuring #57

jasblade opened this issue Aug 17, 2016 · 2 comments

Comments

@jasblade
Copy link

As I was running autogen.sh to configure, this is where it stopped:
Curr
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X11... no
checking for LIBCHECK... no
checking for LIBJSON... no
configure: error: Package requirements ( json-c >= 0.11 ) were not met:

No package 'json-c' found

I'm running Ubuntu specified here:
$ uname -r && lsb_release -a
4.4.0-34-generic
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial

Currently pulseaudio shows up as version 8

Any help appreciated.

thanks,
Jason

@cosmotron
Copy link

Hey Jason,

Did you run, sudo apt-get build-dep pulseaudio? This should take care of installing all of the dependencies necessary to build pulseaudio. If you haven't and, upon trying, receive this error:

~$ sudo apt-get build-dep pulseaudio
E: Unable to find a source package for pulseaudio

It means you need to enable the deb-src line in /etc/apt/sources.list. Simply uncomment this line:

deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted

Then run, sudo apt-get update, and retry the build-dep command.

However, if you've done all of the above and it still hasn't helped, run this to install the JSON dev package: sudo apt-get install libjson0-dev

@jasblade
Copy link
Author

jasblade commented Sep 4, 2016

Thanks for replying cosmotron. I'll give this a second try. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants