Hello,<br><br>I was just checking out the latest development tree from :<br><pre class="wiki">git clone git://<a href="http://git.0pointer.de/pulseaudio.git">git.0pointer.de/pulseaudio.git</a></pre><br>I ran:<br>./bootstrap.sh<br>
./configure --prefix=/usr/local/pulseaudio --sysconfdir=/etc --localstatedir=/var --enable-alsa --enable-avahi<br>make<br>sudo make install<br><br>and the install process ended with the following error:<br><br>libtool: install: warning: relinking `<a href="http://module-udev-detect.la">module-udev-detect.la</a>&#39;<br>
libtool: install: (cd /disk/share/home/ivar/pulseaudio/src; /bin/bash /disk/share/home/ivar/pulseaudio/libtool  --silent --tag CC --mode=relink gcc -std=gnu99 -I../src -I../src -I../src/modules -I../src/modules -I../src/modules/rtp -I../src/modules/rtp -I../src/modules/gconf -I../src/modules/gconf -I../src/modules/bluetooth -I../src/modules/bluetooth -I../src/modules/oss -I../src/modules/oss -I../src/modules/alsa -I../src/modules/alsa -I../src/modules/raop -I../src/modules/raop -I../src/modules/x11 -I../src/modules/x11 -I../src/modules/jack -I../src/modules/jack -I../src/modules/dbus -I../src/modules/dbus -pthread -D_POSIX_PTHREAD_SEMANTICS -DPA_BUILDDIR=\&quot;/disk/share/home/ivar/pulseaudio/src\&quot; -DPA_DLSEARCHPATH=\&quot;/usr/local/pulseaudio/lib/pulse-0.9.19/modules\&quot; -DPA_DEFAULT_CONFIG_DIR=\&quot;/etc/pulse\&quot; -DPA_BINARY=\&quot;/usr/local/pulseaudio/bin/pulseaudio\&quot; -DPA_SYSTEM_RUNTIME_PATH=\&quot;/var/run/pulse\&quot; -DPA_SYSTEM_CONFIG_PATH=\&quot;/var/lib/pulse\&quot; -DPA_SYSTEM_STATE_PATH=\&quot;/var/lib/pulse\&quot; -DAO_REQUIRE_CAS -DPULSE_LOCALEDIR=\&quot;/usr/local/pulseaudio/share/locale\&quot; -DPA_MACHINE_ID=\&quot;/var/lib/dbus/machine-id\&quot; -DPA_ALSA_PATHS_DIR=\&quot;/usr/local/pulseaudio/share/pulseaudio/alsa-mixer/paths\&quot; -DPA_ALSA_PROFILE_SETS_DIR=\&quot;/usr/local/pulseaudio/share/pulseaudio/alsa-mixer/profile-sets\&quot; -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -module -disable-static -avoid-version -Wl,--no-undefined -o <a href="http://module-udev-detect.la">module-udev-detect.la</a> -rpath /usr/local/pulseaudio/lib/pulse-0.9.19/modules module_udev_detect_la-module-udev-detect.lo -ludev <a href="http://libpulsecore-0.9.19.la">libpulsecore-0.9.19.la</a> <a href="http://libpulsecommon-0.9.19.la">libpulsecommon-0.9.19.la</a> <a href="http://libpulse.la">libpulse.la</a> -lrt -ldl -lm )<br>
.libs/module_udev_detect_la-module-udev-detect.o: In function `is_card_busy&#39;:<br>/disk/share/home/ivar/pulseaudio/src/modules/module-udev-detect.c:235: undefined reference to `pa_fopen_cloexec&#39;<br>collect2: ld returned 1 exit status<br>
libtool: install: error: relink `<a href="http://module-udev-detect.la">module-udev-detect.la</a>&#39; with the above command before installing it<br>make[4]: *** [install-modlibexecLTLIBRARIES] Error 1<br>make[4]: Leaving directory `/disk/share/home/ivar/pulseaudio/src&#39;<br>
make[3]: *** [install-am] Error 2<br>make[3]: Leaving directory `/disk/share/home/ivar/pulseaudio/src&#39;<br>make[2]: *** [install] Error 2<br>make[2]: Leaving directory `/disk/share/home/ivar/pulseaudio/src&#39;<br>make[1]: *** [install-recursive] Error 1<br>
make[1]: Leaving directory `/disk/share/home/ivar/pulseaudio&#39;<br>make: *** [install] Error 2<br><br><br>My ./configure output look like this:<br><br> ---{ pulseaudio 0.9.19-530-g0525 }---<br><br>    prefix:                        /usr/local/pulseaudio<br>
    sysconfdir:                    /etc<br>    localstatedir:                 /var<br>    System Runtime Path:           /var/run/pulse<br>    System State Path:             /var/lib/pulse<br>    System Config Path:            /var/lib/pulse<br>
    Compiler:                      gcc -std=gnu99<br>    CFLAGS:                        -g -O2 -Wall -W -Wextra -pipe -Wno-long-long -Winline -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wold-style-definition -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing=2 -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include<br>
<br>    Have X11:                      no<br>    Enable OSS Output:             yes<br>    Enable OSS Wrapper:            yes<br>    Enable CoreAudio:              no<br>    Enable Alsa:                   yes<br>    Enable Solaris:                no<br>
    Enable GLib 2.0:               yes<br>    Enable Gtk+ 2.0:               no<br>    Enable GConf:                  no<br>    Enable Avahi:                  yes<br>    Enable Jack:                   no<br>    Enable Async DNS:              no<br>
    Enable LIRC:                   no<br>    Enable DBUS:                   yes<br>    Enable HAL:                    no<br>    Enable udev:                   yes<br>    Enable HAL-&gt;udev compat:       yes<br>    Enable BlueZ:                  no<br>
    Enable TCP Wrappers:           no<br>    Enable libsamplerate:          no<br>    Enable IPv6:                   yes<br>    Enable OpenSSL (for Airtunes): no<br>    Enable tdb:                    no<br>    Enable gdbm:                   no<br>
    Enable simple database:        yes<br>    Enable fftw:                   no<br><br>    System User:                   pulse<br>    System Group:                  pulse<br>    Access Group:                  pulse-access<br>
    Enable per-user EsounD socket: yes<br>    Force preopen:                 no<br>    Preopened modules:             all<br><br><br>I am compiling this on an ubuntu server 9.10.<br><br>Any suggestions? The function not being found is located in pulsecore/core-util.[ch]. Is it anything with my particular configuration that leaves this function out?<br>
<br><br>With Kind Regards,<br>Ivar!<br>