[pulseaudio-tickets] [PulseAudio] #45: Pulseaudio compilation failure at missing module variable with svn 1416
PulseAudio
trac-noreply at tango.0pointer.de
Fri Dec 1 16:04:07 PST 2006
#45: Pulseaudio compilation failure at missing module variable with svn 1416
--------------------+-------------------------------------------------------
Reporter: avuton | Owner: lennart
Type: defect | Status: new
Priority: normal | Milestone:
Component: daemon | Severity: normal
Keywords: |
--------------------+-------------------------------------------------------
'''svn revision:''' 1416
'''Configure Arguments'''
{{{
./autogen.sh --prefix=/usr --host=x86_64-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --enable-largefile --enable-
glib2 --disable-solaris --disable-asyncns --disable-oss --enable-alsa
--disable-lirc --disable-tcpwrap --disable-jack --disable-lirc --disable-
avahi --enable-hal --without-caps --with-x --disable-ltdl-install
--localstatedir=/var --with-realtime-group=pulse-rt --libdir=/usr/lib64
--build=x86_64-pc-linux-gnu
}}}
I also tried with just a ./autogen.sh
Commenting out this assertion, the compile finishes just fine.
'''The Line'''
{{{
assert(c && name && module && (type == PA_NAMEREG_SINK || type ==
PA_NAMEREG_SOURCE));
}}}
'''The Error'''
{{{
pulsecore/autoload.c: In function 'pa_autoload_remove_by_name':
pulsecore/autoload.c:105: error: 'module' undeclared (first use in this
function)
pulsecore/autoload.c:105: error: (Each undeclared identifier is reported
only once
pulsecore/autoload.c:105: error: for each function it appears in.)
make[3]: *** [libpulsecore_la-autoload.lo] Error 1
}}}
--
Ticket URL: <http://pulseaudio.org/ticket/45>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list