[Slackbuilds-users] pulseaudio slackbuild

Gilles Chanteperdrix gilles.chanteperdrix at xenomai.org
Fri Mar 27 18:07:29 UTC 2015


Hi,

I am trying to build pulseaudio on slackware 14.1 from its
slackbuild, but I get compilation errors. First:

  CC     modules/module_udev_detect_la-module-udev-detect.lo
modules/module-udev-detect.c: In function 'is_card_busy':
modules/module-udev-detect.c:199:5: warning: implicit declaration of function 'offsetof' [-Wimplicit-function-declaration]
     len = offsetof(struct dirent, d_name) + fpathconf(dirfd(card_dir), _PC_NAME_MAX) + 1;
     ^
modules/module-udev-detect.c:199:20: error: expected expression before 'struct'
     len = offsetof(struct dirent, d_name) + fpathconf(dirfd(card_dir), _PC_NAME_MAX) + 1;
                    ^
make[3]: *** [modules/module_udev_detect_la-module-udev-detect.lo] Error 1

Then if I add --disable-udev to the configure arguments:

daemon/dumpmodules.c: In function ‘is_preloaded’:
daemon/dumpmodules.c:95:14: error: ‘lt_preloaded_symbols’ undeclared (first use in this function)
     for (l = lt_preloaded_symbols; l->name; l++) {
              ^
daemon/dumpmodules.c:95:14: note: each undeclared identifier is reported only once for each function it appears in
daemon/dumpmodules.c: In function ‘pa_dump_modules’:
daemon/dumpmodules.c:138:18: error: ‘lt_preloaded_symbols’ undeclared (first use in this function)
         for (l = lt_preloaded_symbols; l->name; l++) {
                  ^
make[3]: *** [daemon/pulseaudio-dumpmodules.o] Error 1


Has anyone succeeded in compiling this software for 14.1 recently?

Thanks in advance.
Regards.

-- 
					    Gilles.


More information about the SlackBuilds-users mailing list