Greetings:

  I built the [cool name here] Csound 4.16, thanks to Nicola's CVS
update. I had to resolve two problems before I could compile the
program.

  1) Running autoconf resulted in this error:

        [dlphilp@localhost csound-linux]$ autoconf
        configure.in:48: error: AC_REQUIRE: cannot be used outside of an
m4_defun'd macro
        configure.in:48: AC_PROG_AWK is required by...
        configure.in:48: the top level

  I checked configure.in against a previous 4.13 version, sure enough
the error references to AC_PROG_AWK were commented out (with 'dnl'). I
revised configure.in and ran autoconf successfully.

  2) This line in LINUXaudio.c :

void setsndparms( int dspfd, int format, int nchnls, FLOAT esr, unsigned
bufsiz )

  had to be changed to this:

void setsndparms( int dspfd, int format, int nchnls, MYFLT esr, unsigned
bufsiz )

  before the build would continue. After that everything went smooth as
silk. I ran some tests on CSD files using the FLTK stuff, they worked
perfectly.

Best regards,

== Dave Phillips

        The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
        The Linux Soundapps Site at http://sound.condorow.net
_______________________________________________
[EMAIL PROTECTED] mailing list
http://www.mindrot.org/mailman/listinfo/csound-unix-dev

Reply via email to