Scott Lenser
-
2002-03-31
- priority: 5 --> 9
Slackware 8.0 machine. XFree86 4.1.0. Guile 1.4.
Slackware places esd in /opt/gnome rather than the /usr
and /usr/local directories. The autoconf script
locates esd-config well enough, but the makefile does
not use that information.
Fix:
Add....
@ESD_CFLAGS@
...to the INCLUDES line in modules/esdsound like so:
INCLUDES = -I$(SCWM_SRC_DIR) -I$(top_srcdir)/include
@x_cflags@ \
@GUILE_INCLUDES@ @CASSOWARY_INCLUDES@ @PREFIX_INCLUDES@ \
@ESD_CFLAGS@