Menu

#2 ESD module does not compile

open
None
9
2002-03-31
2002-02-15
No

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@

Discussion

  • Scott Lenser

    Scott Lenser - 2002-03-31
    • priority: 5 --> 9
     
  • Scott Lenser

    Scott Lenser - 2002-03-31
    • assigned_to: nobody --> slenser
     

Log in to post a comment.

MongoDB Logo MongoDB