Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

privet fails to compile on Ubuntu 14.04.3 LTS #44

Closed
mceachen opened this issue Aug 22, 2015 · 3 comments
Closed

privet fails to compile on Ubuntu 14.04.3 LTS #44

mceachen opened this issue Aug 22, 2015 · 3 comments
Assignees

Comments

@mceachen
Copy link

$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.3 LTS"
$ uname -a
Linux shucks 3.13.0-61-generic #100-Ubuntu SMP Wed Jul 29 11:21:34 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
$ go get -u github.com/google/cups-connector/connector
# github.com/google/cups-connector/privet
In file included from go/src/github.com/google/cups-connector/privet/avahi.go:12:0:
avahi.h:9:34: fatal error: avahi-client/publish.h: No such file or directory
 #include <avahi-client/publish.h>
                                  ^
compilation terminated.
@mceachen mceachen changed the title privet fails to compile privet fails to compile on Ubuntu 14.04.3 LTS Aug 22, 2015
@jacobmarble
Copy link
Contributor

$ sudo apt-get install libavahi-client-dev

@jacobmarble jacobmarble self-assigned this Aug 22, 2015
@mceachen
Copy link
Author

Thanks!

@jacobmarble
Copy link
Contributor

No prob. I noticed that same problem just 30m before you opened the issue. Should have left a note in the commit log.

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

No branches or pull requests

2 participants