Ticket #313 (closed defect: fixed)
avahi-ui doesn't build
| Reported by: | lisu87 | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Avahi 0.6.27 | Component: | avahi-ui |
| Keywords: | Cc: |
Description
I do not have gtk+3, just gtk+2. when I try to build avahi-ui I got:
$ cd avahi-0.6.26 $ configure --with-distro=none --disable-gtk3
.... ---{ avahi 0.6.26 }---
prefix: /usr/local sysconfdir: ${prefix}/etc localstatedir: ${prefix}/var avahi socket: ${prefix}/var/run/avahi-daemon/socket dbus-1 system.d dir: ${prefix}/etc/dbus-1/system.d dbus-1 version: 1.2.24 dbus-1 system socket: unix:path=/var/run/dbus/system_bus_socket C Compiler: gcc -std=gnu99 CFLAGS: -g -O2 -fstack-protector -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -fdiagnostics-show-option -Wno-cast-qual -fno-strict-aliasing Enable GLIB: yes Enable GLIB GObject: yes Enable GObject Introspection: yes Enable GTK 2.0: yes Enable GTK 3.0: no Enable D-Bus: yes With XML: expat Enable GDBM: yes Enable DBM: no Enable libdaemon: yes Enable Python: yes Enable pygtk: yes Enable python-dbus: yes Enable QT3: yes Enable QT4: yes Enable Mono: yes Enable Monodoc: yes Distribution/OS: none User for avahi-daemon: avahi Group for avahi-daemon: avahi Priviliged access group for Avahi clients: netdev User for avahi-autoipd: avahi-autoipd Group for avahi-autoipd: avahi-autoipd Enable chroot(): yes Enable Linux inotify: yes Enable stack-smashing protection: yes systemd unit directory:
Building libavahi-core yes Building avahi-daemon: yes Building avahi-dnsconfd: yes Building libavahi-client: yes Building avahi-utils: yes Building avahi-python: yes Building libavahi-glib: yes Building libavahi-gobject: yes Building avahi-discover-standalone: yes Building libavahi-qt3: yes Building libavahi-qt4: yes Building avahi-sharp: yes Building avahi-compat-libdns_sd: no Building avahi-compat-howl: no Building tests: no Building avahi-core documentation: no Building avahi-autoipd: yes Building libavahi-ui: yes
....
$ cd avahi-ui $ make make: Nothing to be done for `all'.
So I am not able to build avahi-ui at all
