You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: