From johannes.quint at web.de Tue Mar 2 01:36:22 2004 From: johannes.quint at web.de (Johannes Quint) Date: Tue, 2 Mar 2004 10:36:22 +0100 Subject: [CM] midishare: output-stop Message-ID: <114FCF86-6C2D-11D8-97D5-000393B906B6@web.de> a question about midishare: is there a way to stop a running output ? (there was a keystroke in former cm-versions, cmd-; when i remember right) thanks, johannes btw, i get the following error: (events (new midi time 0) "test.mp") > Error in process listener(2): Attempt to call OPENPLAYER without MIDISHARE loaded. > While executing: OPENPLAYER > Type :POP to abort. Type :? for other options. 1 > (events (new midi time 0) "midi.port") works. --- Johannes Quint Rilkestr.55 D-53225 Bonn 0228 468256 johannes.quint at web.de http://private.addcom.de/j.quint/index.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 606 bytes Desc: not available URL: From taube at uiuc.edu Tue Mar 2 10:24:59 2004 From: taube at uiuc.edu (Rick Taube) Date: Tue, 2 Mar 2004 12:24:59 -0600 Subject: [CM] midishare: output-stop In-Reply-To: <114FCF86-6C2D-11D8-97D5-000393B906B6@web.de> References: <114FCF86-6C2D-11D8-97D5-000393B906B6@web.de> Message-ID: Just glancing through their spec I dont see any way to flush pending output in Midishare -- that is a bit suprising and Ill have to look into it in more detail when I get a chance. In the mean time you might try doing a (midi-close) and see if that does anything useful (save your edits first...). If Midishare cannot flush pending output then another possibility might be to move to real time processes in CM. In OpenMCL 041 Lisp processes are actually Darwin threads that are scheduled by the OS, which should mane that real-time MIDI work in openmcl is possible. On Mar 2, 2004, at 3:36 AM, Johannes Quint wrote: > a question about midishare: is there a way to stop a running output ? > (there was a keystroke in former cm-versions, cmd-; when i remember > right) > > thanks, johannes > > btw, i get the following error: > > (events (new midi time 0) "test.mp") > > Error in process listener(2): Attempt to call OPENPLAYER without > MIDISHARE loaded. > > While executing: OPENPLAYER > > Type :POP to abort. > Type :? for other options. > 1 > > > (events (new midi time 0) "midi.port") works. > > > --- > Johannes Quint > Rilkestr.55 > D-53225 Bonn > 0228 468256 > johannes.quint at web.de > http://private.addcom.de/j.quint/index.htm From johannes.quint at web.de Tue Mar 2 11:13:31 2004 From: johannes.quint at web.de (Johannes Quint) Date: Tue, 2 Mar 2004 20:13:31 +0100 Subject: [CM] midishare: output-stop In-Reply-To: References: <114FCF86-6C2D-11D8-97D5-000393B906B6@web.de> Message-ID: > Just glancing through their spec I dont see any way to flush pending > output in Midishare -- that is a bit suprising and Ill have to look > into it in more detail when I get a chance. In the mean time you might > try doing a (midi-close) and see if that does anything useful (save > your edits first...). If Midishare cannot flush pending output then > another possibility might be to move to real time processes in CM. In > OpenMCL 041 Lisp processes are actually Darwin threads that are > scheduled by the OS, which should mane that real-time MIDI work in > openmcl is possible. (midi-close) works. but it would be nice to have a keystroke. ist there a way to define them in openmcl? concerning the player-problem: i get the following warning when i load midishare-interface.lisp: ;Compiler warnings : ; Undefined function SETF::|CCL::%INC-PTR|, in INFO. j. From taube at uiuc.edu Tue Mar 2 17:35:41 2004 From: taube at uiuc.edu (taube at uiuc.edu) Date: Tue, 2 Mar 2004 19:35:41 -0600 Subject: [CM] midishare: output-stop Message-ID: >(midi-close) works. but it would be nice to have a keystroke. ist there >a way to define them in openmcl? Assuming that (midi-close) works then the following two functions might do what you want. The first function defines a midi-hush function for openmcl that closes and then reopens your midishare connection. the second bit of code defines a keystroke command (C-x C-;) in emacs that invokes it when you are working in a Lisp mode buffer. ;;;------------------------------------------- ;;; add to your cminit.lisp file (defun midi-hush (&optional ms) (let ((s (if (not ms) (find-object "midi.port" nil) (if (stringp ms) (find-object ms nil) ms)))) (when (typep s 'midishare-stream) (close-io s ':force) (open-io s t)) s)) ;;;------------------------------------------- ;;; add to your .emacs or .xemacs/init.el file (defun midi-hush () (interactive) (comint-send-string inferior-lisp-buffer "(midi-hush)\n")) (define-key lisp-mode-map [(control ?x) (control 59)] 'midi-hush) From matt at isoxford.com Fri Mar 12 00:48:33 2004 From: matt at isoxford.com (Matthew Bowyer) Date: Fri, 12 Mar 2004 08:48:33 -0000 Subject: [CM] 2.4 Compiled for Win32 Message-ID: <40517961.13413.24E22B@localhost> Hi everyone Can anyone tell me if there is a compiled version of CM 2.4 available for Win32 (XP)? I managed to find one for an earlier version (2.3) but not the latest. Thanks Matt From liston at cc.gatech.edu Thu Mar 11 14:30:03 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Thu, 11 Mar 2004 17:30:03 -0500 Subject: [CM] Snd and CLM Message-ID: <20040311223003.GA17902@gaia.cc.gatech.edu> Hi all, I'm new to Snd, but would like to work my way into it. I've built Snd-7 from the sources on Solaris 7. I'd like to generate simple sine waves to mix together, and it appears that the way to do this is to use CLM. If I read the docs correctly, CLM should have been built into snd. In fact I checked whether some of the symbols from clm.c made it into my snd executable and this seems to be the case: $ nm clm.o | grep mus_free [418] | 2520| 100|FUNC |GLOB |0 |1 |mus_free [243] | 39864| 80|FUNC |LOCL |0 |1 |mus_free_buffer $ nm snd | grep mus_free [11447] | 221660| 100|FUNC |GLOB |0 |11 |mus_free [621] | 259004| 80|FUNC |LOCL |0 |11 |mus_free_buffer But when I try to do anything in Snd from the clm.html page it appears as though either CLM or the correct Lisp interpreter is not available: >(defun simp (start-time duration frequency amplitude) (let* ((beg (floor (* start-time *srate*))) (end (+ beg (floor (* duration *srate*))))) (loop for i from beg below end and j from 0 by 1 do (outa i (* amplitude (sin (* j 2.0 pi (/ frequency *srate*)))))))) Unbound variable: defun >unbound-variable > What am I missing? My config.log is included below. Richard ====================================================================== This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by snd configure 7.0, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/net/ht102/liston/packages/SunOS/local --with-static-xm ## --------- ## ## Platform. ## ## --------- ## hostname = bigtooth uname -m = sun4u uname -r = 5.7 uname -s = SunOS uname -v = Generic_106541-27 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = bigtooth Release = 5.7 KernelID = Generic_106541-27 Machine = sun4u BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 1 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /net/ht102/liston/packages/SunOS/local/bin PATH: /usr/dt/bin PATH: /net/ht102/liston/SunOS/packages/j2sdk_nb/j2sdk1.4.2/bin PATH: /usr/openwin/bin PATH: /bin PATH: /usr/bin PATH: /usr/ucb PATH: /usr/sbin PATH: /usr/local/bin PATH: /usr/ccs/bin PATH: /lib PATH: /usr/local/bin/X11 PATH: /opt/SUNWspro6.1/bin PATH: /usr/openwin/bin PATH: /usr/local/public/bin PATH: /net/hc283/liston/scripts PATH: /opt/SUNWsmtv/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1359: checking build system type configure:1377: result: sparc-sun-solaris2.7 configure:1385: checking host system type configure:1399: result: sparc-sun-solaris2.7 configure:1457: checking for gcc configure:1473: found /usr/local/bin/gcc configure:1483: result: gcc configure:1727: checking for C compiler version configure:1730: gcc --version &5 gcc (GCC) 3.1.1 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1733: $? = 0 configure:1735: gcc -v &5 Reading specs from /usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/specs Configured with: ../gcc-3.1.1/configure --prefix=/usr/local/gnu/gcc-3.1.1 --enable-shared --enable-haifa --enable-threads Thread model: posix gcc version 3.1.1 configure:1738: $? = 0 configure:1740: gcc -V &5 gcc: argument to `-V' is missing configure:1743: $? = 1 configure:1767: checking for C compiler default output configure:1770: gcc conftest.c >&5 configure:1773: $? = 0 configure:1819: result: a.out configure:1824: checking whether the C compiler works configure:1830: ./a.out configure:1833: $? = 0 configure:1850: result: yes configure:1857: checking whether we are cross compiling configure:1859: result: no configure:1862: checking for suffix of executables configure:1864: gcc -o conftest conftest.c >&5 configure:1867: $? = 0 configure:1892: result: configure:1898: checking for suffix of object files configure:1920: gcc -c conftest.c >&5 configure:1923: $? = 0 configure:1945: result: o configure:1949: checking whether we are using the GNU C compiler configure:1974: gcc -c conftest.c >&5 configure:1977: $? = 0 configure:1980: test -s conftest.o configure:1983: $? = 0 configure:1996: result: yes configure:2002: checking whether gcc accepts -g configure:2024: gcc -c -g conftest.c >&5 configure:2027: $? = 0 configure:2030: test -s conftest.o configure:2033: $? = 0 configure:2044: result: yes configure:2061: checking for gcc option to accept ANSI C configure:2122: gcc -c -g -O2 conftest.c >&5 configure:2125: $? = 0 configure:2128: test -s conftest.o configure:2131: $? = 0 configure:2149: result: none needed configure:2167: gcc -c -g -O2 conftest.c >&5 conftest.c:2: parse error before "me" configure:2170: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2285: checking how to run the C preprocessor configure:2321: gcc -E conftest.c configure:2327: $? = 0 configure:2359: gcc -E conftest.c configure:2358:28: ac_nonexistent.h: No such file or directory configure:2365: $? = 1 configure: failed program was: | #line 2350 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | /* end confdefs.h. */ | #include configure:2403: result: gcc -E configure:2428: gcc -E conftest.c configure:2434: $? = 0 configure:2466: gcc -E conftest.c configure:2465:28: ac_nonexistent.h: No such file or directory configure:2472: $? = 1 configure: failed program was: | #line 2457 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | /* end confdefs.h. */ | #include configure:2515: checking for egrep configure:2525: result: egrep configure:2530: checking for ANSI C header files configure:2556: gcc -c -g -O2 conftest.c >&5 configure:2559: $? = 0 configure:2562: test -s conftest.o configure:2565: $? = 0 configure:2657: gcc -o conftest -g -O2 conftest.c >&5 configure:2660: $? = 0 configure:2662: ./conftest configure:2665: $? = 0 configure:2680: result: yes configure:2702: checking for a BSD-compatible install configure:2756: result: /usr/local/public/bin/install -c configure:3351: checking for main in -lm configure:3376: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:3379: $? = 0 configure:3382: test -s conftest configure:3385: $? = 0 configure:3397: result: yes configure:3409: checking for main in -lc configure:3434: gcc -o conftest -g -O2 conftest.c -lc -lm >&5 configure:3437: $? = 0 configure:3440: test -s conftest configure:3443: $? = 0 configure:3455: result: yes configure:3467: checking for main in -ldl configure:3492: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm >&5 configure:3495: $? = 0 configure:3498: test -s conftest configure:3501: $? = 0 configure:3513: result: yes configure:3534: checking for dirent.h that defines DIR configure:3559: gcc -c -g -O2 conftest.c >&5 configure:3562: $? = 0 configure:3565: test -s conftest.o configure:3568: $? = 0 configure:3579: result: yes configure:3592: checking for library containing opendir configure:3623: gcc -o conftest -g -O2 conftest.c >&5 configure:3626: $? = 0 configure:3629: test -s conftest configure:3632: $? = 0 configure:3691: result: none required configure:3821: checking for sys/types.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3821: checking for sys/stat.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3821: checking for stdlib.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3821: checking for string.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3821: checking for memory.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3821: checking for strings.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3821: checking for inttypes.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3821: checking for stdint.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3884:20: stdint.h: No such file or directory configure:3841: $? = 1 configure: failed program was: | #line 3826 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:3858: result: no configure:3821: checking for unistd.h configure:3838: gcc -c -g -O2 conftest.c >&5 configure:3841: $? = 0 configure:3844: test -s conftest.o configure:3847: $? = 0 configure:3858: result: yes configure:3893: checking fcntl.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3909: $? = 0 configure:3912: test -s conftest.o configure:3915: $? = 0 configure:3925: result: yes configure:3929: checking fcntl.h presence configure:3940: gcc -E conftest.c configure:3946: $? = 0 configure:3965: result: yes configure:4001: checking for fcntl.h configure:4008: result: yes configure:3893: checking limits.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3909: $? = 0 configure:3912: test -s conftest.o configure:3915: $? = 0 configure:3925: result: yes configure:3929: checking limits.h presence configure:3940: gcc -E conftest.c configure:3946: $? = 0 configure:3965: result: yes configure:4001: checking for limits.h configure:4008: result: yes configure:3884: checking for unistd.h configure:3889: result: yes configure:3884: checking for string.h configure:3889: result: yes configure:3893: checking sys/soundcard.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3957:27: sys/soundcard.h: No such file or directory configure:3909: $? = 1 configure: failed program was: | #line 3895 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3925: result: no configure:3929: checking sys/soundcard.h presence configure:3940: gcc -E conftest.c configure:3959:27: sys/soundcard.h: No such file or directory configure:3946: $? = 1 configure: failed program was: | #line 3931 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include configure:3965: result: no configure:4001: checking for sys/soundcard.h configure:4008: result: no configure:3893: checking soundcard.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3957:23: soundcard.h: No such file or directory configure:3909: $? = 1 configure: failed program was: | #line 3895 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3925: result: no configure:3929: checking soundcard.h presence configure:3940: gcc -E conftest.c configure:3959:23: soundcard.h: No such file or directory configure:3946: $? = 1 configure: failed program was: | #line 3931 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include configure:3965: result: no configure:4001: checking for soundcard.h configure:4008: result: no configure:3893: checking machine/soundcard.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3957:31: machine/soundcard.h: No such file or directory configure:3909: $? = 1 configure: failed program was: | #line 3895 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3925: result: no configure:3929: checking machine/soundcard.h presence configure:3940: gcc -E conftest.c configure:3959:31: machine/soundcard.h: No such file or directory configure:3946: $? = 1 configure: failed program was: | #line 3931 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include configure:3965: result: no configure:4001: checking for machine/soundcard.h configure:4008: result: no configure:3893: checking gsl/gsl_version.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3957:29: gsl/gsl_version.h: No such file or directory configure:3909: $? = 1 configure: failed program was: | #line 3895 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3925: result: no configure:3929: checking gsl/gsl_version.h presence configure:3940: gcc -E conftest.c configure:3959:29: gsl/gsl_version.h: No such file or directory configure:3946: $? = 1 configure: failed program was: | #line 3931 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include configure:3965: result: no configure:4001: checking for gsl/gsl_version.h configure:4008: result: no configure:3893: checking sys/mixer.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3957:23: sys/mixer.h: No such file or directory configure:3909: $? = 1 configure: failed program was: | #line 3895 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:3925: result: no configure:3929: checking sys/mixer.h presence configure:3940: gcc -E conftest.c configure:3959:23: sys/mixer.h: No such file or directory configure:3946: $? = 1 configure: failed program was: | #line 3931 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include configure:3965: result: no configure:4001: checking for sys/mixer.h configure:4008: result: no configure:3893: checking stdbool.h usability configure:3906: gcc -c -g -O2 conftest.c >&5 configure:3909: $? = 0 configure:3912: test -s conftest.o configure:3915: $? = 0 configure:3925: result: yes configure:3929: checking stdbool.h presence configure:3940: gcc -E conftest.c configure:3946: $? = 0 configure:3965: result: yes configure:4001: checking for stdbool.h configure:4008: result: yes configure:4046: checking libc.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4111:18: libc.h: No such file or directory configure:4062: $? = 1 configure: failed program was: | #line 4048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4078: result: no configure:4082: checking libc.h presence configure:4093: gcc -E conftest.c configure:4113:18: libc.h: No such file or directory configure:4099: $? = 1 configure: failed program was: | #line 4084 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include configure:4118: result: no configure:4154: checking for libc.h configure:4161: result: no configure:4046: checking sys/vfs.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking sys/vfs.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for sys/vfs.h configure:4161: result: yes configure:4046: checking sys/statfs.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking sys/statfs.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for sys/statfs.h configure:4161: result: yes configure:4046: checking sys/statvfs.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking sys/statvfs.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for sys/statvfs.h configure:4161: result: yes configure:4046: checking sys/mount.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking sys/mount.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for sys/mount.h configure:4161: result: yes configure:4046: checking setjmp.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking setjmp.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for setjmp.h configure:4161: result: yes configure:4046: checking pwd.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking pwd.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for pwd.h configure:4161: result: yes configure:4046: checking locale.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking locale.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for locale.h configure:4161: result: yes configure:4046: checking sys/fpu.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4118:21: sys/fpu.h: No such file or directory configure:4062: $? = 1 configure: failed program was: | #line 4048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4078: result: no configure:4082: checking sys/fpu.h presence configure:4093: gcc -E conftest.c configure:4120:21: sys/fpu.h: No such file or directory configure:4099: $? = 1 configure: failed program was: | #line 4084 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include configure:4118: result: no configure:4154: checking for sys/fpu.h configure:4161: result: no configure:4046: checking dlfcn.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking dlfcn.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for dlfcn.h configure:4161: result: yes configure:4046: checking sys/param.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4065: test -s conftest.o configure:4068: $? = 0 configure:4078: result: yes configure:4082: checking sys/param.h presence configure:4093: gcc -E conftest.c configure:4099: $? = 0 configure:4118: result: yes configure:4154: checking for sys/param.h configure:4161: result: yes configure:4046: checking byteswap.h usability configure:4059: gcc -c -g -O2 conftest.c >&5 configure:4120:22: byteswap.h: No such file or directory configure:4062: $? = 1 configure: failed program was: | #line 4048 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4078: result: no configure:4082: checking byteswap.h presence configure:4093: gcc -E conftest.c configure:4122:22: byteswap.h: No such file or directory configure:4099: $? = 1 configure: failed program was: | #line 4084 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:4118: result: no configure:4154: checking for byteswap.h configure:4161: result: no configure:4184: checking /usr/local/lib/oss/include/sys/soundcard.h usability configure:4197: gcc -c -g -O2 conftest.c >&5 configure:4258:54: /usr/local/lib/oss/include/sys/soundcard.h: No such file or directory configure:4200: $? = 1 configure: failed program was: | #line 4186 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4216: result: no configure:4220: checking /usr/local/lib/oss/include/sys/soundcard.h presence configure:4231: gcc -E conftest.c configure:4260:54: /usr/local/lib/oss/include/sys/soundcard.h: No such file or directory configure:4237: $? = 1 configure: failed program was: | #line 4222 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:4256: result: no configure:4292: checking for /usr/local/lib/oss/include/sys/soundcard.h configure:4299: result: no configure:4321: checking /usr/lib/oss/include/sys/soundcard.h usability configure:4334: gcc -c -g -O2 conftest.c >&5 configure:4395:48: /usr/lib/oss/include/sys/soundcard.h: No such file or directory configure:4337: $? = 1 configure: failed program was: | #line 4323 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4353: result: no configure:4357: checking /usr/lib/oss/include/sys/soundcard.h presence configure:4368: gcc -E conftest.c configure:4397:48: /usr/lib/oss/include/sys/soundcard.h: No such file or directory configure:4374: $? = 1 configure: failed program was: | #line 4359 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:4393: result: no configure:4429: checking for /usr/lib/oss/include/sys/soundcard.h configure:4436: result: no configure:4458: checking /opt/oss/include/sys/soundcard.h usability configure:4471: gcc -c -g -O2 conftest.c >&5 configure:4532:44: /opt/oss/include/sys/soundcard.h: No such file or directory configure:4474: $? = 1 configure: failed program was: | #line 4460 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4490: result: no configure:4494: checking /opt/oss/include/sys/soundcard.h presence configure:4505: gcc -E conftest.c configure:4534:44: /opt/oss/include/sys/soundcard.h: No such file or directory configure:4511: $? = 1 configure: failed program was: | #line 4496 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:4530: result: no configure:4566: checking for /opt/oss/include/sys/soundcard.h configure:4573: result: no configure:4595: checking /var/lib/oss/include/sys/soundcard.h usability configure:4608: gcc -c -g -O2 conftest.c >&5 configure:4669:48: /var/lib/oss/include/sys/soundcard.h: No such file or directory configure:4611: $? = 1 configure: failed program was: | #line 4597 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4627: result: no configure:4631: checking /var/lib/oss/include/sys/soundcard.h presence configure:4642: gcc -E conftest.c configure:4671:48: /var/lib/oss/include/sys/soundcard.h: No such file or directory configure:4648: $? = 1 configure: failed program was: | #line 4633 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:4667: result: no configure:4703: checking for /var/lib/oss/include/sys/soundcard.h configure:4710: result: no configure:4732: checking sys/sam9407.h usability configure:4745: gcc -c -g -O2 conftest.c >&5 configure:4806:25: sys/sam9407.h: No such file or directory configure:4748: $? = 1 configure: failed program was: | #line 4734 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4764: result: no configure:4768: checking sys/sam9407.h presence configure:4779: gcc -E conftest.c configure:4808:25: sys/sam9407.h: No such file or directory configure:4785: $? = 1 configure: failed program was: | #line 4770 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:4804: result: no configure:4840: checking for sys/sam9407.h configure:4847: result: no configure:4869: checking gnu/libc-version.h usability configure:4882: gcc -c -g -O2 conftest.c >&5 configure:4943:30: gnu/libc-version.h: No such file or directory configure:4885: $? = 1 configure: failed program was: | #line 4871 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4901: result: no configure:4905: checking gnu/libc-version.h presence configure:4916: gcc -E conftest.c configure:4945:30: gnu/libc-version.h: No such file or directory configure:4922: $? = 1 configure: failed program was: | #line 4907 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:4941: result: no configure:4977: checking for gnu/libc-version.h configure:4984: result: no configure:5006: checking alsa/asoundlib.h usability configure:5019: gcc -c -g -O2 conftest.c >&5 configure:5080:28: alsa/asoundlib.h: No such file or directory configure:5022: $? = 1 configure: failed program was: | #line 5008 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:5038: result: no configure:5042: checking alsa/asoundlib.h presence configure:5053: gcc -E conftest.c configure:5082:28: alsa/asoundlib.h: No such file or directory configure:5059: $? = 1 configure: failed program was: | #line 5044 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include configure:5078: result: no configure:5114: checking for alsa/asoundlib.h configure:5121: result: no configure:5134: checking whether time.h and sys/time.h may both be included configure:5160: gcc -c -g -O2 conftest.c >&5 configure:5163: $? = 0 configure:5166: test -s conftest.o configure:5169: $? = 0 configure:5180: result: yes configure:5191: checking whether hypot is declared configure:5217: gcc -c -g -O2 conftest.c >&5 configure:5220: $? = 0 configure:5223: test -s conftest.o configure:5226: $? = 0 configure:5237: result: yes configure:5255: checking whether isnan is declared configure:5281: gcc -c -g -O2 conftest.c >&5 configure:5284: $? = 0 configure:5287: test -s conftest.o configure:5290: $? = 0 configure:5301: result: yes configure:5320: checking for an ANSI C-conforming const configure:5388: gcc -c -g -O2 conftest.c >&5 configure:5391: $? = 0 configure:5394: test -s conftest.o configure:5397: $? = 0 configure:5408: result: yes configure:5418: checking for mode_t configure:5443: gcc -c -g -O2 conftest.c >&5 configure:5446: $? = 0 configure:5449: test -s conftest.o configure:5452: $? = 0 configure:5463: result: yes configure:5475: checking for size_t configure:5500: gcc -c -g -O2 conftest.c >&5 configure:5503: $? = 0 configure:5506: test -s conftest.o configure:5509: $? = 0 configure:5520: result: yes configure:5532: checking for pid_t configure:5557: gcc -c -g -O2 conftest.c >&5 configure:5560: $? = 0 configure:5563: test -s conftest.o configure:5566: $? = 0 configure:5577: result: yes configure:5589: checking whether struct tm is in sys/time.h or time.h configure:5613: gcc -c -g -O2 conftest.c >&5 configure:5616: $? = 0 configure:5619: test -s conftest.o configure:5622: $? = 0 configure:5633: result: time.h configure:5643: checking whether byte ordering is bigendian configure:5671: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:5697: `bogus' undeclared (first use in this function) configure:5697: (Each undeclared identifier is reported only once configure:5697: for each function it appears in.) configure:5697: parse error before "endian" configure:5674: $? = 1 configure: failed program was: | #line 5649 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN | bogus endian macros | #endif | | ; | return 0; | } configure:5804: gcc -o conftest -g -O2 conftest.c >&5 configure:5807: $? = 0 configure:5809: ./conftest configure:5812: $? = 1 configure: program exited with status 1 configure: failed program was: | #line 5783 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | /* end confdefs.h. */ | int | main () | { | /* Are we little or big endian? From Harbison&Steele. */ | union | { | long l; | char c[sizeof (long)]; | } u; | u.l = 1; | exit (u.c[sizeof (long) - 1] == 1); | } configure:5828: result: yes configure:5854: checking for special C compiler options needed for large files configure:5934: result: no configure:5940: checking for _FILE_OFFSET_BITS value needed for large files configure:5972: gcc -c -g -O2 conftest.c >&5 configure:5995: warning: left shift count >= width of type configure:5995: warning: left shift count >= width of type configure:5997: size of array `off_t_is_large' is negative configure:5975: $? = 1 configure: failed program was: | #line 5947 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:6016: gcc -c -g -O2 conftest.c >&5 configure:6019: $? = 0 configure:6022: test -s conftest.o configure:6025: $? = 0 configure:6037: result: 64 configure:6047: checking for _LARGE_FILES value needed for large files configure:6079: gcc -c -g -O2 conftest.c >&5 configure:6082: $? = 0 configure:6085: test -s conftest.o configure:6088: $? = 0 configure:6144: result: no configure:6156: checking for off_t configure:6181: gcc -c -g -O2 conftest.c >&5 configure:6184: $? = 0 configure:6187: test -s conftest.o configure:6190: $? = 0 configure:6201: result: yes configure:6213: checking for preprocessor stringizing operator configure:6238: result: yes configure:6249: checking for nl_langinfo and DECIMAL_POINT configure:6271: gcc -o conftest -g -O2 conftest.c >&5 configure: In function `main': configure:6302: `DECIMAL_POINT' undeclared (first use in this function) configure:6302: (Each undeclared identifier is reported only once configure:6302: for each function it appears in.) configure:6274: $? = 1 configure: failed program was: | #line 6254 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | /* end confdefs.h. */ | #include | int | main () | { | char* cs = nl_langinfo(DECIMAL_POINT); | ; | return 0; | } configure:6292: result: no configure:6301: checking for nl_langinfo and RADIXCHAR configure:6323: gcc -o conftest -g -O2 conftest.c >&5 configure:6326: $? = 0 configure:6329: test -s conftest configure:6332: $? = 0 configure:6344: result: yes configure:6356: checking for int configure:6381: gcc -c -g -O2 conftest.c >&5 configure:6384: $? = 0 configure:6387: test -s conftest.o configure:6390: $? = 0 configure:6401: result: yes configure:6404: checking size of int configure:6679: gcc -o conftest -g -O2 conftest.c >&5 configure:6682: $? = 0 configure:6684: ./conftest configure:6687: $? = 0 configure:6710: result: 4 configure:6717: checking for char configure:6742: gcc -c -g -O2 conftest.c >&5 configure:6745: $? = 0 configure:6748: test -s conftest.o configure:6751: $? = 0 configure:6762: result: yes configure:6765: checking size of char configure:7040: gcc -o conftest -g -O2 conftest.c >&5 configure:7043: $? = 0 configure:7045: ./conftest configure:7048: $? = 0 configure:7071: result: 1 configure:7078: checking for short configure:7103: gcc -c -g -O2 conftest.c >&5 configure:7106: $? = 0 configure:7109: test -s conftest.o configure:7112: $? = 0 configure:7123: result: yes configure:7126: checking size of short configure:7401: gcc -o conftest -g -O2 conftest.c >&5 configure:7404: $? = 0 configure:7406: ./conftest configure:7409: $? = 0 configure:7432: result: 2 configure:7439: checking for long configure:7464: gcc -c -g -O2 conftest.c >&5 configure:7467: $? = 0 configure:7470: test -s conftest.o configure:7473: $? = 0 configure:7484: result: yes configure:7487: checking size of long configure:7762: gcc -o conftest -g -O2 conftest.c >&5 configure:7765: $? = 0 configure:7767: ./conftest configure:7770: $? = 0 configure:7793: result: 4 configure:7800: checking for int * configure:7825: gcc -c -g -O2 conftest.c >&5 configure:7828: $? = 0 configure:7831: test -s conftest.o configure:7834: $? = 0 configure:7845: result: yes configure:7848: checking size of int * configure:8123: gcc -o conftest -g -O2 conftest.c >&5 configure:8126: $? = 0 configure:8128: ./conftest configure:8131: $? = 0 configure:8154: result: 4 configure:8161: checking for float configure:8186: gcc -c -g -O2 conftest.c >&5 configure:8189: $? = 0 configure:8192: test -s conftest.o configure:8195: $? = 0 configure:8206: result: yes configure:8209: checking size of float configure:8484: gcc -o conftest -g -O2 conftest.c >&5 configure:8487: $? = 0 configure:8489: ./conftest configure:8492: $? = 0 configure:8515: result: 4 configure:8522: checking for void * configure:8547: gcc -c -g -O2 conftest.c >&5 configure:8550: $? = 0 configure:8553: test -s conftest.o configure:8556: $? = 0 configure:8567: result: yes configure:8570: checking size of void * configure:8845: gcc -o conftest -g -O2 conftest.c >&5 configure:8848: $? = 0 configure:8850: ./conftest configure:8853: $? = 0 configure:8876: result: 4 configure:8883: checking for off_t configure:8928: result: yes configure:8931: checking size of off_t configure:9206: gcc -o conftest -g -O2 conftest.c >&5 configure:9209: $? = 0 configure:9211: ./conftest configure:9214: $? = 0 configure:9237: result: 8 configure:9249: checking for fftw-3 configure:9268: gcc -o conftest -g -O2 conftest.c -lfftw3 -lm >&5 configure:9304:19: fftw3.h: No such file or directory configure: In function `main': configure:9308: `fftw_plan' undeclared (first use in this function) configure:9308: (Each undeclared identifier is reported only once configure:9308: for each function it appears in.) configure:9308: parse error before "plan" configure:9308: `plan' undeclared (first use in this function) configure:9271: $? = 1 configure: failed program was: | #line 9251 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | /* end confdefs.h. */ | #include | int | main () | { | fftw_plan plan; fftw_execute(plan) | ; | return 0; | } configure:9290: result: no configure:9294: checking for fftw-2 configure:9313: gcc -o conftest -g -O2 conftest.c -lrfftw -lfftw -lm >&5 configure:9349:19: rfftw.h: No such file or directory configure: In function `main': configure:9353: `NULL' undeclared (first use in this function) configure:9353: (Each undeclared identifier is reported only once configure:9353: for each function it appears in.) configure:9316: $? = 1 configure: failed program was: | #line 9296 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | /* end confdefs.h. */ | #include | int | main () | { | rfftw_one(NULL, NULL, NULL) | ; | return 0; | } configure:9335: result: no configure:9346: checking return type of signal handlers configure:9378: gcc -c -g -O2 conftest.c >&5 configure:9381: $? = 0 configure:9384: test -s conftest.o configure:9387: $? = 0 configure:9398: result: void configure:9410: checking for strftime configure:9460: gcc -o conftest -g -O2 conftest.c >&5 configure:9463: $? = 0 configure:9466: test -s conftest configure:9469: $? = 0 configure:9480: result: yes configure:9575: checking for getcwd configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for strerror configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for readlink configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for setlocale configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for access configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for opendir configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for sleep configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for signal configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for statfs configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for statvfs configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for clock configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for vsnprintf configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for snprintf configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for memmove configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for strdup configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for lstat configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for fileno configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9575: checking for strcasecmp configure:9625: gcc -o conftest -g -O2 conftest.c >&5 configure:9628: $? = 0 configure:9631: test -s conftest configure:9634: $? = 0 configure:9645: result: yes configure:9655: checking whether closedir returns void configure:9685: gcc -o conftest -g -O2 conftest.c >&5 configure:9688: $? = 0 configure:9690: ./conftest configure:9693: $? = 0 configure:9707: result: no configure:9721: checking for vprintf configure:9771: gcc -o conftest -g -O2 conftest.c >&5 configure:9774: $? = 0 configure:9777: test -s conftest configure:9780: $? = 0 configure:9791: result: yes configure:9798: checking for _doprnt configure:9848: gcc -o conftest -g -O2 conftest.c >&5 configure:9851: $? = 0 configure:9854: test -s conftest configure:9857: $? = 0 configure:9868: result: yes configure:9885: checking for complex trig configure:9906: gcc -c -g -O2 conftest.c >&5 configure:9962:21: complex.h: No such file or directory configure:9909: $? = 1 configure: failed program was: | #line 9887 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | /* end confdefs.h. */ | #include | int | main () | { | _Complex double val; | val = ccosh(cacosh(1.5) / 100.0) | | ; | return 0; | } configure:9930: result: no configure:9942: checking for gsl-config configure:9973: result: no configure:9980: checking for GSL configure:9983: result: no configure:10058: checking ladspa.h usability configure:10071: gcc -c -g -O2 conftest.c >&5 configure:10169:20: ladspa.h: No such file or directory configure:10074: $? = 1 configure: failed program was: | #line 10060 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:10090: result: no configure:10094: checking ladspa.h presence configure:10105: gcc -E conftest.c configure:10171:20: ladspa.h: No such file or directory configure:10111: $? = 1 configure: failed program was: | #line 10096 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | /* end confdefs.h. */ | #include configure:10130: result: no configure:10166: checking for ladspa.h configure:10173: result: no configure:10192: checking for X configure:10412: result: libraries /usr/openwin/lib, headers /usr/openwin/include configure:10436: checking whether -R must be followed by a space configure:10456: gcc -o conftest -g -O2 conftest.c -R/usr/openwin/lib >&5 configure:10459: $? = 0 configure:10462: test -s conftest configure:10465: $? = 0 configure:10476: result: no configure:10565: gcc -o conftest -g -O2 conftest.c -L/usr/openwin/lib -R/usr/openwin/lib -lX11 >&5 configure:10568: $? = 0 configure:10571: test -s conftest configure:10574: $? = 0 configure:10711: checking for gethostbyname configure:10761: gcc -o conftest -g -O2 conftest.c >&5 /var/tmp//ccuW8lWn.o: In function `main': /net/hc283/liston/space/packages/snd-7/configure:10823: undefined reference to `gethostbyname' /net/hc283/liston/space/packages/snd-7/configure:10823: undefined reference to `gethostbyname' /net/hc283/liston/space/packages/snd-7/configure:10823: undefined reference to `gethostbyname' collect2: ld returned 1 exit status configure:10764: $? = 1 configure: failed program was: | #line 10716 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostbyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gethostbyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) | choke me | #else | char (*f) () = gethostbyname; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != gethostbyname; | ; | return 0; | } configure:10781: result: no configure:10785: checking for gethostbyname in -lnsl configure:10816: gcc -o conftest -g -O2 conftest.c -lnsl >&5 configure:10819: $? = 0 configure:10822: test -s conftest configure:10825: $? = 0 configure:10837: result: yes configure:10912: checking for connect configure:10962: gcc -o conftest -g -O2 conftest.c >&5 /var/tmp//cc6V9SCj.o: In function `main': /net/hc283/liston/space/packages/snd-7/configure:11024: undefined reference to `connect' /net/hc283/liston/space/packages/snd-7/configure:11024: undefined reference to `connect' /net/hc283/liston/space/packages/snd-7/configure:11024: undefined reference to `connect' collect2: ld returned 1 exit status configure:10965: $? = 1 configure: failed program was: | #line 10917 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char connect (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | #ifdef __STDC__ | # include | #else | # include | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char connect (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_connect) || defined (__stub___connect) | choke me | #else | char (*f) () = connect; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != connect; | ; | return 0; | } configure:10982: result: no configure:10986: checking for connect in -lsocket configure:11017: gcc -o conftest -g -O2 conftest.c -lsocket -lnsl >&5 configure:11020: $? = 0 configure:11023: test -s conftest configure:11026: $? = 0 configure:11038: result: yes configure:11047: checking for remove configure:11097: gcc -o conftest -g -O2 conftest.c >&5 configure:11100: $? = 0 configure:11103: test -s conftest configure:11106: $? = 0 configure:11117: result: yes configure:11182: checking for shmat configure:11232: gcc -o conftest -g -O2 conftest.c >&5 configure:11235: $? = 0 configure:11238: test -s conftest configure:11241: $? = 0 configure:11252: result: yes configure:11326: checking for IceConnectionNumber in -lICE configure:11357: gcc -o conftest -g -O2 -L/usr/openwin/lib conftest.c -lICE -lsocket -lnsl >&5 configure:11360: $? = 0 configure:11363: test -s conftest configure:11366: $? = 0 configure:11378: result: yes configure:11489: checking for XShapeQueryExtension in -lXext configure:11520: gcc -o conftest -g -O2 conftest.c -lXext -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXt -lX11 -lsocket -lnsl >&5 configure:11523: $? = 0 configure:11526: test -s conftest configure:11529: $? = 0 configure:11541: result: yes configure:11564: checking for XpGetDocumentData in -lXp configure:11595: gcc -o conftest -g -O2 conftest.c -lXp -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXt -lX11 -lsocket -lnsl -lXext >&5 configure:11598: $? = 0 configure:11601: test -s conftest configure:11604: $? = 0 configure:11616: result: yes configure:11694: checking whether libXm requires libXmu configure:11720: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXm -lXt -lX11 -lsocket -lnsl -lXext -lXp >&5 configure:11723: $? = 0 configure:11726: test -s conftest configure:11729: $? = 0 configure:11731: result: no configure:11746: checking for XmCreateForm in -lXm configure:11777: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXm -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXm -lXt -lX11 -lsocket -lnsl -lXext -lXp >&5 configure:11780: $? = 0 configure:11783: test -s conftest configure:11786: $? = 0 configure:11798: result: yes configure:11814: checking for XpmReadFileToPixmap in -lXpm configure:11845: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXpm -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXt -lX11 -lsocket -lnsl -lXext -lXp -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXm -lXt -lX11 -lsocket -lnsl -lXext -lXp >&5 configure:11848: $? = 0 configure:11851: test -s conftest configure:11854: $? = 0 configure:11866: result: yes configure:11878: checking for XpmGetErrorString in -lXpm configure:11909: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXpm -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXt -lX11 -lsocket -lnsl -lXext -lXp -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXm -lXt -lX11 -lsocket -lnsl -lXext -lXp >&5 configure:11912: $? = 0 configure:11915: test -s conftest configure:11918: $? = 0 configure:11930: result: yes configure:11939: checking for XpmCreateXpmImageFromPixmap in -lXpm configure:11970: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXpm -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXt -lX11 -lsocket -lnsl -lXext -lXp -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXm -lXt -lX11 -lsocket -lnsl -lXext -lXp >&5 configure:11973: $? = 0 configure:11976: test -s conftest configure:11979: $? = 0 configure:11991: result: yes configure:12008: checking for XmToolTipGetLabel in -lXm configure:12039: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lXm -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXt -lX11 -lsocket -lnsl -lXext -lXp -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXm -lXt -lX11 -lsocket -lnsl -lXext -lXp >&5 /var/tmp//ccuY3oWU.o: In function `main': /net/hc283/liston/space/packages/snd-7/configure:12109: undefined reference to `XmToolTipGetLabel' collect2: ld returned 1 exit status configure:12042: $? = 1 configure: failed program was: | #line 12015 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char XmToolTipGetLabel (); | int | main () | { | XmToolTipGetLabel (); | ; | return 0; | } configure:12060: result: no configure:12069: checking whether sashes support relative panes configure:12092: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:12095: $? = 0 configure:12098: test -s conftest.o configure:12101: $? = 0 configure:12108: result: yes configure:12170: checking for XmPrint support configure:12192: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:12256:22: Xm/Print.h: No such file or directory configure: In function `main': configure:12260: `Widget' undeclared (first use in this function) configure:12260: (Each undeclared identifier is reported only once configure:12260: for each function it appears in.) configure:12260: parse error before "w" configure:12261: `XmPrintShellCallbackStruct' undeclared (first use in this function) configure:12262: `w' undeclared (first use in this function) configure:12262: `xmPrintShellWidgetClass' undeclared (first use in this function) configure:12195: $? = 1 configure: failed program was: | #line 12172 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | /* end confdefs.h. */ | #include | int | main () | { | Widget w; | XmPrintShellCallbackStruct xmp; | XtIsSubclass(w, xmPrintShellWidgetClass) | | ; | return 0; | } configure:12215: result: no configure:13202: checking for /usr/lib/snd/bin/guile-config configure:13217: result: no configure:13227: checking for Guile configure:13238: result: 1.6.4 configure:13306: checking for scm_set_smob_apply in -lguile configure:13337: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13340: $? = 0 configure:13343: test -s conftest configure:13346: $? = 0 configure:13358: result: yes configure:13367: checking for scm_remember_upto_here in -lguile configure:13398: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13401: $? = 0 configure:13404: test -s conftest configure:13407: $? = 0 configure:13419: result: yes configure:13428: checking for scm_make_real in -lguile configure:13459: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13462: $? = 0 configure:13465: test -s conftest configure:13468: $? = 0 configure:13480: result: yes configure:13489: checking for scm_object_to_string in -lguile configure:13520: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13523: $? = 0 configure:13526: test -s conftest configure:13529: $? = 0 configure:13541: result: yes configure:13550: checking for scm_num2long_long in -lguile configure:13581: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13584: $? = 0 configure:13587: test -s conftest configure:13590: $? = 0 configure:13602: result: yes configure:13611: checking for scm_num2int in -lguile configure:13642: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13645: $? = 0 configure:13648: test -s conftest configure:13651: $? = 0 configure:13663: result: yes configure:13672: checking for scm_c_make_vector in -lguile configure:13703: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13706: $? = 0 configure:13709: test -s conftest configure:13712: $? = 0 configure:13724: result: yes configure:13733: checking for scm_c_define in -lguile configure:13764: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13767: $? = 0 configure:13770: test -s conftest configure:13773: $? = 0 configure:13785: result: yes configure:13794: checking for scm_c_define_gsubr in -lguile configure:13825: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13828: $? = 0 configure:13831: test -s conftest configure:13834: $? = 0 configure:13846: result: yes configure:13855: checking for scm_c_eval_string in -lguile configure:13886: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13889: $? = 0 configure:13892: test -s conftest configure:13895: $? = 0 configure:13907: result: yes configure:13916: checking for scm_list_n in -lguile configure:13947: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:13950: $? = 0 configure:13953: test -s conftest configure:13956: $? = 0 configure:13968: result: yes configure:13977: checking for scm_str2symbol in -lguile configure:14008: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:14011: $? = 0 configure:14014: test -s conftest configure:14017: $? = 0 configure:14029: result: yes configure:14038: checking for scm_defined_p in -lguile configure:14069: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 /var/tmp//ccw4ItCA.o: In function `main': /var/tmp//ccw4ItCA.o(.text+0x4): undefined reference to `scm_defined_p' collect2: ld returned 1 exit status configure:14072: $? = 1 configure: failed program was: | #line 14045 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | #define HAVE_GUILE 1 | #define HAVE_EXTENSION_LANGUAGE 1 | #define HAVE_APPLICABLE_SMOB 1 | #define HAVE_SCM_REMEMBER_UPTO_HERE 1 | #define HAVE_SCM_MAKE_REAL 1 | #define HAVE_SCM_OBJECT_TO_STRING 1 | #define HAVE_SCM_NUM2LONG_LONG 1 | #define HAVE_SCM_NUM2INT 1 | #define HAVE_SCM_C_MAKE_VECTOR 1 | #define HAVE_SCM_C_DEFINE 1 | #define HAVE_SCM_C_DEFINE_GSUBR 1 | #define HAVE_SCM_C_EVAL_STRING 1 | #define HAVE_SCM_LIST_N 1 | #define HAVE_SCM_STR2SYMBOL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char scm_defined_p (); | int | main () | { | scm_defined_p (); | ; | return 0; | } configure:14090: result: no configure:14099: checking for scm_port_p in -lguile configure:14130: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:14133: $? = 0 configure:14136: test -s conftest configure:14139: $? = 0 configure:14151: result: yes configure:14160: checking for scm_mem2string in -lguile configure:14191: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:14194: $? = 0 configure:14197: test -s conftest configure:14200: $? = 0 configure:14212: result: yes configure:14221: checking for scm_continuation_p in -lguile configure:14252: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 /var/tmp//ccqRkSSA.o: In function `main': /var/tmp//ccqRkSSA.o(.text+0x4): undefined reference to `scm_continuation_p' collect2: ld returned 1 exit status configure:14255: $? = 1 configure: failed program was: | #line 14228 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | #define HAVE_GUILE 1 | #define HAVE_EXTENSION_LANGUAGE 1 | #define HAVE_APPLICABLE_SMOB 1 | #define HAVE_SCM_REMEMBER_UPTO_HERE 1 | #define HAVE_SCM_MAKE_REAL 1 | #define HAVE_SCM_OBJECT_TO_STRING 1 | #define HAVE_SCM_NUM2LONG_LONG 1 | #define HAVE_SCM_NUM2INT 1 | #define HAVE_SCM_C_MAKE_VECTOR 1 | #define HAVE_SCM_C_DEFINE 1 | #define HAVE_SCM_C_DEFINE_GSUBR 1 | #define HAVE_SCM_C_EVAL_STRING 1 | #define HAVE_SCM_LIST_N 1 | #define HAVE_SCM_STR2SYMBOL 1 | #define HAVE_SCM_PORT_P 1 | #define HAVE_SCM_MEM2STRING 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char scm_continuation_p (); | int | main () | { | scm_continuation_p (); | ; | return 0; | } configure:14273: result: no configure:14282: checking for scm_c_define_module in -lguile configure:14313: gcc -o conftest -I/net/ht102/liston/packages/SunOS/local/include conftest.c -lguile -L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm >&5 configure:14316: $? = 0 configure:14319: test -s conftest configure:14322: $? = 0 configure:14334: result: yes configure:14349: checking for scm_t_catch_body configure:14375: gcc -c -I/net/ht102/liston/packages/SunOS/local/include conftest.c >&5 configure:14378: $? = 0 configure:14381: test -s conftest.o configure:14384: $? = 0 configure:14395: result: yes configure:14404: checking for scm_t_guard configure:14430: gcc -c -I/net/ht102/liston/packages/SunOS/local/include conftest.c >&5 configure:14433: $? = 0 configure:14436: test -s conftest.o configure:14439: $? = 0 configure:14450: result: yes configure:15655: checking for audio system configure:15657: result: Sun configure:15674: checking stafs args configure:15693: gcc -c -g -O2 conftest.c >&5 In file included from configure:15781: /usr/include/sys/statfs.h:30: parse error before "ino_t" /usr/include/sys/statfs.h:34: parse error before '}' token configure: In function `main': configure:15785: storage size of `buf' isn't known configure:15696: $? = 1 configure: failed program was: | #line 15676 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | #define HAVE_GUILE 1 | #define HAVE_EXTENSION_LANGUAGE 1 | #define HAVE_APPLICABLE_SMOB 1 | #define HAVE_SCM_REMEMBER_UPTO_HERE 1 | #define HAVE_SCM_MAKE_REAL 1 | #define HAVE_SCM_OBJECT_TO_STRING 1 | #define HAVE_SCM_NUM2LONG_LONG 1 | #define HAVE_SCM_NUM2INT 1 | #define HAVE_SCM_C_MAKE_VECTOR 1 | #define HAVE_SCM_C_DEFINE 1 | #define HAVE_SCM_C_DEFINE_GSUBR 1 | #define HAVE_SCM_C_EVAL_STRING 1 | #define HAVE_SCM_LIST_N 1 | #define HAVE_SCM_STR2SYMBOL 1 | #define HAVE_SCM_PORT_P 1 | #define HAVE_SCM_MEM2STRING 1 | #define HAVE_SCM_C_DEFINE_MODULE 1 | #define HAVE_SCM_T_CATCH_BODY 1 | #define HAVE_DYNAMIC_WIND 1 | #define WITH_RUN 1 | #define SUN 1 | /* end confdefs.h. */ | #include | int | main () | { | struct statfs buf; statfs("test.snd",&buf,sizeof(buf),0) | ; | return 0; | } configure:15729: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:15821: storage size of `buf' isn't known configure:15732: $? = 1 configure: failed program was: | #line 15712 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | #define HAVE_GUILE 1 | #define HAVE_EXTENSION_LANGUAGE 1 | #define HAVE_APPLICABLE_SMOB 1 | #define HAVE_SCM_REMEMBER_UPTO_HERE 1 | #define HAVE_SCM_MAKE_REAL 1 | #define HAVE_SCM_OBJECT_TO_STRING 1 | #define HAVE_SCM_NUM2LONG_LONG 1 | #define HAVE_SCM_NUM2INT 1 | #define HAVE_SCM_C_MAKE_VECTOR 1 | #define HAVE_SCM_C_DEFINE 1 | #define HAVE_SCM_C_DEFINE_GSUBR 1 | #define HAVE_SCM_C_EVAL_STRING 1 | #define HAVE_SCM_LIST_N 1 | #define HAVE_SCM_STR2SYMBOL 1 | #define HAVE_SCM_PORT_P 1 | #define HAVE_SCM_MEM2STRING 1 | #define HAVE_SCM_C_DEFINE_MODULE 1 | #define HAVE_SCM_T_CATCH_BODY 1 | #define HAVE_DYNAMIC_WIND 1 | #define WITH_RUN 1 | #define SUN 1 | /* end confdefs.h. */ | #include | int | main () | { | struct statfs buf; statfs("test.snd",&buf,sizeof(buf),0) | ; | return 0; | } configure:15769: gcc -c -g -O2 conftest.c >&5 configure:15772: $? = 0 configure:15775: test -s conftest.o configure:15778: $? = 0 configure:15942: result: 4 configure:15956: checking for sigsetjmp configure:15975: gcc -o conftest -g -O2 conftest.c -lm -ldl >&5 configure:15978: $? = 0 configure:15981: test -s conftest configure:15984: $? = 0 configure:15999: result: yes configure:16179: checking whether make sets $(MAKE) configure:16199: result: yes configure:16223: checking for msgfmt configure:16251: result: /usr/local/public/bin/msgfmt configure:16260: checking for gmsgfmt configure:16291: result: /usr/local/public/bin/msgfmt configure:16301: checking for xgettext configure:16329: result: /usr/local/public/bin/xgettext configure:16340: checking for msgmerge configure:16367: result: /usr/local/public/bin/msgmerge configure:16429: checking for ld used by GCC configure:16492: result: /usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/ld configure:16501: checking if the linker (/usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/ld) is GNU ld GNU ld version 2.11.2 (with BFD 2.11.2) configure:16513: result: yes configure:16519: checking for shared library run path origin configure:16532: result: done configure:16949: checking whether NLS is requested configure:16958: result: yes configure:16975: checking for GNU gettext in libc configure:17000: gcc -o conftest -g -O2 conftest.c -lm -ldl >&5 /var/tmp//ccUNFX7H.o: In function `main': /net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_domain_bindings' /net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_domain_bindings' /net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_msg_cat_cntr' /net/hc283/liston/space/packages/snd-7/configure:17094: undefined reference to `_nl_msg_cat_cntr' collect2: ld returned 1 exit status configure:17003: $? = 1 configure: failed program was: | #line 16980 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | #define HAVE_GUILE 1 | #define HAVE_EXTENSION_LANGUAGE 1 | #define HAVE_APPLICABLE_SMOB 1 | #define HAVE_SCM_REMEMBER_UPTO_HERE 1 | #define HAVE_SCM_MAKE_REAL 1 | #define HAVE_SCM_OBJECT_TO_STRING 1 | #define HAVE_SCM_NUM2LONG_LONG 1 | #define HAVE_SCM_NUM2INT 1 | #define HAVE_SCM_C_MAKE_VECTOR 1 | #define HAVE_SCM_C_DEFINE 1 | #define HAVE_SCM_C_DEFINE_GSUBR 1 | #define HAVE_SCM_C_EVAL_STRING 1 | #define HAVE_SCM_LIST_N 1 | #define HAVE_SCM_STR2SYMBOL 1 | #define HAVE_SCM_PORT_P 1 | #define HAVE_SCM_MEM2STRING 1 | #define HAVE_SCM_C_DEFINE_MODULE 1 | #define HAVE_SCM_T_CATCH_BODY 1 | #define HAVE_DYNAMIC_WIND 1 | #define WITH_RUN 1 | #define SUN 1 | #define STATFS_ARGS 4 | #define TRAP_SEGFAULT 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:17020: result: no configure:17054: checking for iconv configure:17082: gcc -o conftest -g -O2 conftest.c -lm -ldl >&5 configure:17085: $? = 0 configure:17088: test -s conftest configure:17091: $? = 0 configure:17146: result: yes configure:17547: checking for GNU gettext in libintl configure:17580: gcc -o conftest -g -O2 conftest.c -lm -ldl -lintl >&5 /var/tmp//ccSty5QL.o: In function `main': /net/hc283/liston/space/packages/snd-7/configure:17675: undefined reference to `_nl_msg_cat_cntr' /net/hc283/liston/space/packages/snd-7/configure:17675: undefined reference to `_nl_msg_cat_cntr' /net/hc283/liston/space/packages/snd-7/configure:17675: undefined reference to `_nl_expand_alias' collect2: ld returned 1 exit status configure:17583: $? = 1 configure: failed program was: | #line 17556 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | #define HAVE_GUILE 1 | #define HAVE_EXTENSION_LANGUAGE 1 | #define HAVE_APPLICABLE_SMOB 1 | #define HAVE_SCM_REMEMBER_UPTO_HERE 1 | #define HAVE_SCM_MAKE_REAL 1 | #define HAVE_SCM_OBJECT_TO_STRING 1 | #define HAVE_SCM_NUM2LONG_LONG 1 | #define HAVE_SCM_NUM2INT 1 | #define HAVE_SCM_C_MAKE_VECTOR 1 | #define HAVE_SCM_C_DEFINE 1 | #define HAVE_SCM_C_DEFINE_GSUBR 1 | #define HAVE_SCM_C_EVAL_STRING 1 | #define HAVE_SCM_LIST_N 1 | #define HAVE_SCM_STR2SYMBOL 1 | #define HAVE_SCM_PORT_P 1 | #define HAVE_SCM_MEM2STRING 1 | #define HAVE_SCM_C_DEFINE_MODULE 1 | #define HAVE_SCM_T_CATCH_BODY 1 | #define HAVE_DYNAMIC_WIND 1 | #define WITH_RUN 1 | #define SUN 1 | #define STATFS_ARGS 4 | #define TRAP_SEGFAULT 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | #include | extern int _nl_msg_cat_cntr; | extern | #ifdef __cplusplus | "C" | #endif | const char *_nl_expand_alias (); | int | main () | { | bindtextdomain ("", ""); | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) | ; | return 0; | } configure:17650: result: no configure:17746: checking nl_types.h usability configure:17759: gcc -c -g -O2 conftest.c >&5 configure:17762: $? = 0 configure:17765: test -s conftest.o configure:17768: $? = 0 configure:17778: result: yes configure:17782: checking nl_types.h presence configure:17793: gcc -E conftest.c configure:17799: $? = 0 configure:17818: result: yes configure:17854: checking for nl_types.h configure:17861: result: yes configure:17866: checking whether nl_types.h defines MALLOC configure:17885: gcc -c -g -O2 conftest.c >&5 configure: In function `main': configure:17980: `MALLOC' undeclared (first use in this function) configure:17980: (Each undeclared identifier is reported only once configure:17980: for each function it appears in.) configure:17888: $? = 1 configure: failed program was: | #line 17868 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "snd" | #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" | #define PACKAGE_VERSION "7.0" | #define PACKAGE_STRING "snd 7.0" | #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" | #define STDC_HEADERS 1 | #define PACKAGE "snd" | #define VERSION "7.0" | #define Float float | #define HAVE_LIBM 1 | #define HAVE_LIBC 1 | #define HAVE_LIBDL 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SETJMP_H 1 | #define HAVE_PWD_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_PARAM_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DECL_HYPOT 1 | #define HAVE_DECL_ISNAN 1 | #define WORDS_BIGENDIAN 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_STRINGIZE 1 | #define HAVE_LANGINFO_RADIXCHAR 1 | #define SIZEOF_INT 4 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_LONG 4 | #define SIZEOF_INT_P 4 | #define SIZEOF_FLOAT 4 | #define SIZEOF_VOID_P 4 | #define SIZEOF_OFF_T 8 | #define RETSIGTYPE void | #define HAVE_STRFTIME 1 | #define HAVE_GETCWD 1 | #define HAVE_STRERROR 1 | #define HAVE_READLINK 1 | #define HAVE_SETLOCALE 1 | #define HAVE_ACCESS 1 | #define HAVE_OPENDIR 1 | #define HAVE_SLEEP 1 | #define HAVE_SIGNAL 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_CLOCK 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRDUP 1 | #define HAVE_LSTAT 1 | #define HAVE_FILENO 1 | #define HAVE_STRCASECMP 1 | #define HAVE_VPRINTF 1 | #define HAVE_DOPRNT 1 | #define HAVE_X 1 | #define HAVE_XSHAPEQUERYEXTENSION 1 | #define USE_MOTIF 1 | #define HAVE_MOTIF 1 | #define HAVE_XPM 1 | #define HAVE_XPM_GET_ERROR_STRING 1 | #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 | #define HAVE_STATIC_XM 1 | #define WITH_RELATIVE_PANES 1 | #define HAVE_GUILE 1 | #define HAVE_EXTENSION_LANGUAGE 1 | #define HAVE_APPLICABLE_SMOB 1 | #define HAVE_SCM_REMEMBER_UPTO_HERE 1 | #define HAVE_SCM_MAKE_REAL 1 | #define HAVE_SCM_OBJECT_TO_STRING 1 | #define HAVE_SCM_NUM2LONG_LONG 1 | #define HAVE_SCM_NUM2INT 1 | #define HAVE_SCM_C_MAKE_VECTOR 1 | #define HAVE_SCM_C_DEFINE 1 | #define HAVE_SCM_C_DEFINE_GSUBR 1 | #define HAVE_SCM_C_EVAL_STRING 1 | #define HAVE_SCM_LIST_N 1 | #define HAVE_SCM_STR2SYMBOL 1 | #define HAVE_SCM_PORT_P 1 | #define HAVE_SCM_MEM2STRING 1 | #define HAVE_SCM_C_DEFINE_MODULE 1 | #define HAVE_SCM_T_CATCH_BODY 1 | #define HAVE_DYNAMIC_WIND 1 | #define WITH_RUN 1 | #define SUN 1 | #define STATFS_ARGS 4 | #define TRAP_SEGFAULT 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | #include | int | main () | { | char i; i = MALLOC; return(0) | ; | return 0; | } configure:17907: result: no configure:18016: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by snd config.status 7.0, which was generated by GNU Autoconf 2.57. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on bigtooth config.status:688: creating makefile config.status:688: creating po/Makefile.in config.status:792: creating config.h config.status:1209: executing default-1 commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=sparc-sun-solaris2.7 ac_cv_build_alias=sparc-sun-solaris2.7 ac_cv_c_bigendian=yes ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_stringize=yes ac_cv_env_CC_set='' ac_cv_env_CC_value='' ac_cv_env_CFLAGS_set='' ac_cv_env_CFLAGS_value='' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_exeext='' ac_cv_file__usr_lib_snd_bin_guile_config=no ac_cv_func__doprnt=yes ac_cv_func_access=yes ac_cv_func_clock=yes ac_cv_func_closedir_void=no ac_cv_func_connect=no ac_cv_func_fileno=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=no ac_cv_func_lstat=yes ac_cv_func_memmove=yes ac_cv_func_opendir=yes ac_cv_func_readlink=yes ac_cv_func_remove=yes ac_cv_func_setlocale=yes ac_cv_func_shmat=yes ac_cv_func_signal=yes ac_cv_func_sleep=yes ac_cv_func_snprintf=yes ac_cv_func_statfs=yes ac_cv_func_statvfs=yes ac_cv_func_strcasecmp=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_have_decl_hypot=yes ac_cv_have_decl_isnan=yes ac_cv_have_x=have_x='yes ac_x_includes=/usr/openwin/include ac_x_libraries=/usr/openwin/lib' ac_cv_header__opt_oss_include_sys_soundcard_h=no ac_cv_header__usr_lib_oss_include_sys_soundcard_h=no ac_cv_header__usr_local_lib_oss_include_sys_soundcard_h=no ac_cv_header__var_lib_oss_include_sys_soundcard_h=no ac_cv_header_alsa_asoundlib_h=no ac_cv_header_byteswap_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_gnu_libc_version_h=no ac_cv_header_gsl_gsl_version_h=no ac_cv_header_inttypes_h=yes ac_cv_header_ladspa_h=no ac_cv_header_libc_h=no ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_cv_header_machine_soundcard_h=no ac_cv_header_memory_h=yes ac_cv_header_nl_types_h=yes ac_cv_header_pwd_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_soundcard_h=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_fpu_h=no ac_cv_header_sys_mixer_h=no ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_sam9407_h=no ac_cv_header_sys_soundcard_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statfs_h=yes ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_vfs_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=sparc-sun-solaris2.7 ac_cv_host_alias=sparc-sun-solaris2.7 ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xext_XShapeQueryExtension=yes ac_cv_lib_Xm_XmCreateForm=yes ac_cv_lib_Xm_XmToolTipGetLabel=no ac_cv_lib_Xp_XpGetDocumentData=yes ac_cv_lib_Xpm_XpmCreateXpmImageFromPixmap=yes ac_cv_lib_Xpm_XpmGetErrorString=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes ac_cv_lib_c_main=yes ac_cv_lib_dl_main=yes ac_cv_lib_guile_scm_c_define=yes ac_cv_lib_guile_scm_c_define_gsubr=yes ac_cv_lib_guile_scm_c_define_module=yes ac_cv_lib_guile_scm_c_eval_string=yes ac_cv_lib_guile_scm_c_make_vector=yes ac_cv_lib_guile_scm_continuation_p=no ac_cv_lib_guile_scm_defined_p=no ac_cv_lib_guile_scm_list_n=yes ac_cv_lib_guile_scm_make_real=yes ac_cv_lib_guile_scm_mem2string=yes ac_cv_lib_guile_scm_num2int=yes ac_cv_lib_guile_scm_num2long_long=yes ac_cv_lib_guile_scm_object_to_string=yes ac_cv_lib_guile_scm_port_p=yes ac_cv_lib_guile_scm_remember_upto_here=yes ac_cv_lib_guile_scm_set_smob_apply=yes ac_cv_lib_guile_scm_str2symbol=yes ac_cv_lib_m_main=yes ac_cv_lib_nsl_gethostbyname=yes ac_cv_lib_socket_connect=yes ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/local/public/bin/msgfmt ac_cv_path_GSL_CONFIG=no ac_cv_path_MSGFMT=/usr/local/public/bin/msgfmt ac_cv_path_MSGMERGE=/usr/local/public/bin/msgmerge ac_cv_path_XGETTEXT=/usr/local/public/bin/xgettext ac_cv_path_install='/usr/local/public/bin/install -c' ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc='' ac_cv_prog_egrep=egrep ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_sizeof_char=1 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_int_p=4 ac_cv_sizeof_long=4 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_void_p=4 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_type_char=yes ac_cv_type_float=yes ac_cv_type_int=yes ac_cv_type_int_p=yes ac_cv_type_long=yes ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_scm_t_catch_body=yes ac_cv_type_scm_t_guard=yes ac_cv_type_short=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_void_p=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator='' acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/local/gnu/gcc-3.1.1/lib/gcc-lib/sparc-sun-solaris2.7/3.1.1/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib' acl_cv_wl=-Wl, am_cv_func_iconv=yes am_cv_langinfo_decimal_point=no am_cv_langinfo_radixchar=yes am_cv_lib_iconv=no gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=no ## ----------------- ## ## Output variables. ## ## ----------------- ## AUDIO_LIB='' A_LD='ld' A_LD_FLAGS='' CC='gcc' CFLAGS='-I. -g -O2' CPP='gcc -E' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' ECHO_C='ECHO_N='' ECHO_T='' EGREP='egrep' EXEEXT='' FFTW_LIBS='' GL_FILES='' GL_FLAGS='' GL_LIBS='' GMSGFMT='/usr/local/public/bin/msgfmt' GSL_CFLAGS='' GSL_CONFIG='no' GSL_LIBS='' GTK_CFLAGS='' GTK_LIBS='' GUILE_CFLAGS='-I/net/ht102/liston/packages/SunOS/local/include' GUILE_LIBS='-L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm' GX_FILES='XM_O_FILES' GX_HEADERS='SND_X_HEADERS' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INTLLIBS='' LDFLAGS='' LDSO_FLAGS='-G' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='-lm -ldl' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' MAKE_TARGET='snd' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/local/public/bin/msgfmt' MSGMERGE='/usr/local/public/bin/msgmerge' OBJEXT='o' PACKAGE='snd' PACKAGE_BUGREPORT='bil at ccrma.stanford.edu' PACKAGE_NAME='snd' PACKAGE_STRING='snd 7.0' PACKAGE_TARNAME='ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz' PACKAGE_VERSION='7.0' PATH_SEPARATOR=':' PKG_CONFIG='' POSUB='' SET_MAKE='' SHELL='/bin/ksh' SNDLIB_CONFIG='' SNDLIB_FILES='SNDLIB_O_FILES' SNDLIB_LIB='' SO_INSTALL='install' SO_LD='ld' USE_NLS='no' VERSION='7.0' XFLAGS=' -I/usr/openwin/include' XGETTEXT='/usr/local/public/bin/xgettext' XLIBS=' -L/usr/openwin/lib -R/usr/openwin/lib -lSM -lICE -lXm -lXt -lX11 -lsocket -lnsl -lXext -lXp -lXpm' XM_LIBS='-L/net/ht102/liston/packages/SunOS/local/lib -lguile -lguile-ltdl -lcrypt -lsocket -lnsl -lm' X_CFLAGS=' -I/usr/openwin/include' X_EXTRA_LIBS='-lsocket -lnsl' X_LIBS=' -L/usr/openwin/lib -R/usr/openwin/lib' X_PRE_LIBS=' -lSM -lICE' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='sparc-sun-solaris2.7' build_alias='' build_cpu='sparc' build_os='solaris2.7' build_vendor='sun' datadir='${prefix}/share' exec_prefix='${prefix}' host='sparc-sun-solaris2.7' host_alias='' host_cpu='sparc' host_os='solaris2.7' host_vendor='sun' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/net/ht102/liston/packages/SunOS/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define Float float #define HAVE_ACCESS 1 #define HAVE_APPLICABLE_SMOB 1 #define HAVE_CLOCK 1 #define HAVE_DECL_HYPOT 1 #define HAVE_DECL_ISNAN 1 #define HAVE_DIRENT_H 1 #define HAVE_DLFCN_H 1 #define HAVE_DOPRNT 1 #define HAVE_DYNAMIC_WIND 1 #define HAVE_EXTENSION_LANGUAGE 1 #define HAVE_FCNTL_H 1 #define HAVE_FILENO 1 #define HAVE_GETCWD 1 #define HAVE_GUILE 1 #define HAVE_ICONV 1 #define HAVE_INTTYPES_H 1 #define HAVE_LANGINFO_RADIXCHAR 1 #define HAVE_LIBC 1 #define HAVE_LIBDL 1 #define HAVE_LIBM 1 #define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LSTAT 1 #define HAVE_MEMMOVE 1 #define HAVE_MEMORY_H 1 #define HAVE_MOTIF 1 #define HAVE_OPENDIR 1 #define HAVE_PWD_H 1 #define HAVE_READLINK 1 #define HAVE_SCM_C_DEFINE 1 #define HAVE_SCM_C_DEFINE_GSUBR 1 #define HAVE_SCM_C_DEFINE_MODULE 1 #define HAVE_SCM_C_EVAL_STRING 1 #define HAVE_SCM_C_MAKE_VECTOR 1 #define HAVE_SCM_LIST_N 1 #define HAVE_SCM_MAKE_REAL 1 #define HAVE_SCM_MEM2STRING 1 #define HAVE_SCM_NUM2INT 1 #define HAVE_SCM_NUM2LONG_LONG 1 #define HAVE_SCM_OBJECT_TO_STRING 1 #define HAVE_SCM_PORT_P 1 #define HAVE_SCM_REMEMBER_UPTO_HERE 1 #define HAVE_SCM_STR2SYMBOL 1 #define HAVE_SCM_T_CATCH_BODY 1 #define HAVE_SETJMP_H 1 #define HAVE_SETLOCALE 1 #define HAVE_SIGNAL 1 #define HAVE_SLEEP 1 #define HAVE_SNPRINTF 1 #define HAVE_STATFS 1 #define HAVE_STATIC_XM 1 #define HAVE_STATVFS 1 #define HAVE_STDBOOL_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRINGIZE 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_STATFS_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_VFS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_X 1 #define HAVE_XPM 1 #define HAVE_XPM_CREATE_XPM_IMAGE_FROM_PIXMAP 1 #define HAVE_XPM_GET_ERROR_STRING 1 #define HAVE_XSHAPEQUERYEXTENSION 1 #define PACKAGE "snd" #define PACKAGE_BUGREPORT "bil at ccrma.stanford.edu" #define PACKAGE_NAME "snd" #define PACKAGE_STRING "snd 7.0" #define PACKAGE_TARNAME "ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-7.tar.gz" #define PACKAGE_VERSION "7.0" #define RETSIGTYPE void #define SIZEOF_CHAR 1 #define SIZEOF_FLOAT 4 #define SIZEOF_INT 4 #define SIZEOF_INT_P 4 #define SIZEOF_LONG 4 #define SIZEOF_OFF_T 8 #define SIZEOF_SHORT 2 #define SIZEOF_VOID_P 4 #define STATFS_ARGS 4 #define STDC_HEADERS 1 #define SUN 1 #define TIME_WITH_SYS_TIME 1 #define TRAP_SEGFAULT 1 #define USE_MOTIF 1 #define VERSION "7.0" #define WITH_RELATIVE_PANES 1 #define WITH_RUN 1 #define WORDS_BIGENDIAN 1 #define _FILE_OFFSET_BITS 64 configure: exit 0 From bil at ccrma.Stanford.EDU Fri Mar 12 04:12:51 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Fri, 12 Mar 2004 04:12:51 -0800 Subject: [CM] Snd and CLM In-Reply-To: <20040311223003.GA17902@gaia.cc.gatech.edu> References: <20040311223003.GA17902@gaia.cc.gatech.edu> Message-ID: <4051A943.1080505@ccrma> > Unbound variable: defun "defun" is from common-lisp, but the lisp-like language in Snd is Scheme (Guile), so you need to use "define". Better might be "definstrument" which should work in both contexts. There's an example in clm.html below the common lisp case (named "scm-simp"). From juanig at ccrma.Stanford.EDU Fri Mar 12 08:30:49 2004 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Fri, 12 Mar 2004 11:30:49 -0500 Subject: [CM] Snd and CLM In-Reply-To: <4051A943.1080505@ccrma> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> Message-ID: <1079109048.28112.17.camel@strawberri.maginvent.org> Richard, There is also an example in scheme on how to generate a single sine which you can easily modify to do additive synthesis at: http://www-ccrma.stanford.edu/guides/planetccrma/SND.html --* Juan On Fri, 2004-03-12 at 07:12, Bill Schottstaedt wrote: > > Unbound variable: defun > > "defun" is from common-lisp, but the lisp-like language in Snd is > Scheme (Guile), so you need to use "define". Better might be > "definstrument" which should work in both contexts. There's > an example in clm.html below the common lisp case (named "scm-simp"). > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From liston at cc.gatech.edu Fri Mar 12 10:27:07 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Fri, 12 Mar 2004 13:27:07 -0500 Subject: [CM] Snd and CLM In-Reply-To: <4051A943.1080505@ccrma> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> Message-ID: <20040312182707.GA14855@gaia.cc.gatech.edu> On 03/12/04, Bill Schottstaedt said: > > Unbound variable: defun > > "defun" is from common-lisp, but the lisp-like language in Snd is > Scheme (Guile), so you need to use "define". Ah, that clears up a lot. I suppose there is plenty more where that came from. Does "setf" become "set!"? I know some lisp but I'm not very deep into it. Do you know of a URL offhand with the mappings? I'll do some googling later but unfortunately on my system Snd crashes when my browser is open. Colormap stuff - I'll have to try using a local colormap. > Better might be > "definstrument" which should work in both contexts. There's > an example in clm.html below the common lisp case (named "scm-simp"). > I pasted scm-simp into the listener window verbatim and tried it, but the "*output*" arg to "outa" is incorrect. It's not clear to me what that arg is supposed to look like. Is *output* some kind of internal variable? How does it get set? Here's the error: >(scm-simp 0 3 440 .5) outa: wrong-type-arg: Wrong type argument in position 4 (expecting "an output gen"): #f ; run >wrong-type-arg Thanks for the assistance while I'm ramping up here. Richard From liston at cc.gatech.edu Fri Mar 12 10:30:01 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Fri, 12 Mar 2004 13:30:01 -0500 Subject: [CM] Snd and CLM In-Reply-To: <1079109048.28112.17.camel@strawberri.maginvent.org> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> <1079109048.28112.17.camel@strawberri.maginvent.org> Message-ID: <20040312183000.GB14855@gaia.cc.gatech.edu> On 03/12/04, Juan Reyes said: > > Richard, > > There is also an example in scheme on how to generate a single sine > which you can easily modify to do additive synthesis at: > > http://www-ccrma.stanford.edu/guides/planetccrma/SND.html > > --* Juan > Actually, that's the one I used that convinced me that I wanted to stick with snd. Using this sine alone with modifying the envelope allowed me to mix the sines together and create some nice sounds. Richard From evans_winner at mail.com Fri Mar 12 13:49:49 2004 From: evans_winner at mail.com (Evans Winner) Date: Fri, 12 Mar 2004 13:49:49 -0800 Subject: [CM] Clueless newbie questions Message-ID: <20040312214949.7E1434BD3E@ws1-3.us4.outblaze.com> Hi. I'm trying to get going on cm/clm. I have the latest via apt from the repository. I would like to run them using cmucl via xemacs on FC1. I am following the info on the Installing CM page on the CCRMA site. It says to load lisp, then load clm or cmn first. So I do this. Then load cm.lisp. All okay. Then it says to (push ':no-scheme *features*). I don't really know much about this, but I do it. Then it says to quit and re-load cm. Should I reload clm, and then cm again? Anyway, in either case, at the end of the reload there is no message about how to save the image. Should this happen automatically? In any case there is no xcm script generated anywhere and cm.sh opens a lisp session, but doesn't seem to actually load cm into it. The output of cm.sh looks like: [root at localhost bin]# ./cm.sh End-of-File on # [Condition of type END-OF-FILE] Restarts: 0: [ABORT] Skip remaining initializations. Debug (type H for help) (LISP::STRING-INCH # T NIL) Source: Error finding source: Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/stream.lisp. 0] :q * (cm-version) ; ; Warning: This function is undefined: ; CM-VERSION etc... If anyone could help a clueless newbie I would really appreciate it. --Evans Winner -- ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm From nando at ccrma.Stanford.EDU Fri Mar 12 14:54:53 2004 From: nando at ccrma.Stanford.EDU (Fernando Pablo Lopez-Lezcano) Date: 12 Mar 2004 14:54:53 -0800 Subject: [CM] Clueless newbie questions In-Reply-To: <20040312214949.7E1434BD3E@ws1-3.us4.outblaze.com> References: <20040312214949.7E1434BD3E@ws1-3.us4.outblaze.com> Message-ID: <1079132093.9010.77.camel@cmn37.stanford.edu> > Hi. I'm trying to get going on cm/clm. I have the latest via apt from the > repository. I would like to run them using cmucl via xemacs on FC1. I am > following the info on the Installing CM page on the CCRMA site. You have the latest what? From which repository? If you are talking about the Planet CCRMA repository then cm/clm/cmn is ready to run, you don't need to compile anything. The packages you need are (assuming you have already installed Planet CCRMA on your Fedora Core machine): apt-get install cm-cmucl clm-cmucl cm-clm-cmucl That should give you a "ready to go" script in "/usr/bin/cm-cmucl". It will load both clm and cm from precompiled binaries when run. You can, of course, run that as a subprocess inside xemacs. -- Fernando From taube at uiuc.edu Fri Mar 12 15:38:38 2004 From: taube at uiuc.edu (taube at uiuc.edu) Date: Fri, 12 Mar 2004 17:38:38 -0600 Subject: [CM] Clueless newbie questions Message-ID: <91833772.20247e3d.8186e00@expms1.cites.uiuc.edu> the doc link at ccrma must be out of date -- you seem to be following old (out-of-date) directions. Assuming you have the latest cm tarball (cm-2.4.2.tar.gz) AND you have a properly installed cmucl command on your $path, do this: $ tar -zxf cm-2.4.2.tar.gz $ cd cm-2.4.2 $ bin/cm.sh for more information see: http://commonmusic.sf.net/doc/install.html ---- Original message ---- >Date: Fri, 12 Mar 2004 13:49:49 -0800 >From: "Evans Winner" >Subject: [CM] Clueless newbie questions >To: cmdist at ccrma.Stanford.EDU > > >Hi. I'm trying to get going on cm/clm. I have the latest via apt from the repository. I would like to run them using cmucl via xemacs on FC1. I am following the info on the Installing CM page on the CCRMA site. It says to load lisp, then load clm or cmn first. So I do this. Then load cm.lisp. All okay. Then it says to (push ':no-scheme *features*). I don't really know much about this, but I do it. Then it says to quit and re-load cm. > >Should I reload clm, and then cm again? Anyway, in either case, at the end of the reload there is no message about how to save the image. Should this happen automatically? In any case there is no xcm script generated anywhere and cm.sh opens a lisp session, but doesn't seem to actually load cm into it. The output of cm.sh looks like: > >[root at localhost bin]# ./cm.sh > >End-of-File on # > [Condition of type END-OF-FILE] > >Restarts: > 0: [ABORT] Skip remaining initializations. > >Debug (type H for help) > >(LISP::STRING-INCH # T NIL) >Source: Error finding source: >Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer exists: target:code/stream.lisp. >0] :q >* (cm-version) >; > >; Warning: This function is undefined: >; CM-VERSION > >etc... > >If anyone could help a clueless newbie I would really appreciate it. > >--Evans Winner >-- >___________________________________________________________ >Sign-up for Ads Free at Mail.com >http://promo.mail.com/adsfreejump.htm > >_______________________________________________ >Cmdist mailing list >Cmdist at ccrma.stanford.edu >http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From taube at uiuc.edu Fri Mar 12 15:45:42 2004 From: taube at uiuc.edu (taube at uiuc.edu) Date: Fri, 12 Mar 2004 17:45:42 -0600 Subject: [CM] Clueless newbie questions Message-ID: >If anyone could help a clueless newbie I would really >appreciate it. sorry i forgot to reply to your other questions. Once you have CM loaded, you can load in CLM: (load "/path/to/clm-2/all.lisp") To start up under xemacs do: bin/cm.sh -e xemacs that url to the install.html file should tell you how to do everything. From taube at uiuc.edu Fri Mar 12 19:37:04 2004 From: taube at uiuc.edu (taube at uiuc.edu) Date: Fri, 12 Mar 2004 21:37:04 -0600 Subject: [CM] 2.4 Compiled for Win32 Message-ID: i have a version that i prepared for the book cd, but really it only takes about 30 seconds if you have a clisp command installed: $ clisp > (load "c:/path/to/cm-2.4.2/src/cm.lisp") thats it (yes, use the / unix-style path demlim) when its done building it will save a cm.bat file that you can use thereafter: $ chdir c:\path\to\cm-2.4.2 $ bin\cm.bat see the install docs for more information: http://commonmusic.sf.net/doc/install.html ---- Original message ---- >Date: Fri, 12 Mar 2004 08:48:33 -0000 >From: "Matthew Bowyer" >Subject: [CM] 2.4 Compiled for Win32 >To: cmdist at ccrma.Stanford.EDU > >Hi everyone > >Can anyone tell me if there is a compiled version of CM 2.4 available for Win32 (XP)? > >I managed to find one for an earlier version (2.3) but not the latest. > >Thanks > >Matt > >_______________________________________________ >Cmdist mailing list >Cmdist at ccrma.stanford.edu >http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From taube at uiuc.edu Sat Mar 13 04:40:18 2004 From: taube at uiuc.edu (taube at uiuc.edu) Date: Sat, 13 Mar 2004 06:40:18 -0600 Subject: [CM] 2.4 Compiled for Win32 Message-ID: <7cf237ff.206c0e64.816f300@expms1.cites.uiuc.edu> You can easily install your own clisp.bat file that uses full/lisp.run -- look at the end of the install.html link i mailed you. at the top of that same document there is also a link to emacs.html that will explain how to get cm running under Xemacs on windows, thats by far the best way to work. ---- Original message ---- >Date: Sat, 13 Mar 2004 09:51:56 -0000 >From: mjb at isoxford.com >Subject: Re: [CM] 2.4 Compiled for Win32 >To: taube at uiuc.edu >Cc: cmdist at ccrma.stanford.edu > >Hi > >Thanks for your reply. > >I had some problems installing CLISP which I ended up doing on a Win ME machine. >The install.bat file provided did not work for me so I did by hand. Basically I had to >use the /base/lisp.exe version, the /full/lisp.exe compained that it couldn't find an >entry point in a system dll. > >Moving on to CM. After a little hiccup where I needed to create a subdirectory >of .../cm-2.4.2/bin/clisp_2.32_windows-i686, your cm.lisp program worked >beautifully and now I'm ready to go :) > >Thanks again >Matt From mjb at isoxford.com Sat Mar 13 01:51:56 2004 From: mjb at isoxford.com (mjb at isoxford.com) Date: Sat, 13 Mar 2004 09:51:56 -0000 Subject: [CM] 2.4 Compiled for Win32 Message-ID: Hi Thanks for your reply. I had some problems installing CLISP which I ended up doing on a Win ME machine. The install.bat file provided did not work for me so I did by hand. Basically I had to use the /base/lisp.exe version, the /full/lisp.exe compained that it couldn't find an entry point in a system dll. Moving on to CM. After a little hiccup where I needed to create a subdirectory of .../cm-2.4.2/bin/clisp_2.32_windows-i686, your cm.lisp program worked beautifully and now I'm ready to go :) Thanks again Matt From liston at cc.gatech.edu Sat Mar 13 13:18:19 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Sat, 13 Mar 2004 16:18:19 -0500 Subject: [CM] Snd and CLM Message-ID: <20040313211819.GA26690@gaia.cc.gatech.edu> I sort-of found an answer about my *output* question in http://ccrma-www.stanford.edu/software/snd/snd/clm.html Once I (definstrument (scm-simp ...)), I pass it as an arg to the with-sound macro, defined in ws.scm. Among (many) other things, with-sound defines *output*. Plugging along... Richard From gdweber at indiana.edu Fri Mar 12 17:17:37 2004 From: gdweber at indiana.edu (Gregory D. Weber) Date: Fri, 12 Mar 2004 20:17:37 -0500 Subject: [CM] Snd and CLM In-Reply-To: <20040312182707.GA14855@gaia.cc.gatech.edu> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> <20040312182707.GA14855@gaia.cc.gatech.edu> Message-ID: <16466.24881.609070.725150@chopin.privatenet> Richard Liston writes: > On 03/12/04, Bill Schottstaedt said: > > > Unbound variable: defun > > > > "defun" is from common-lisp, but the lisp-like language in Snd is > > Scheme (Guile), so you need to use "define". > > Ah, that clears up a lot. I suppose there is plenty more where > that came from. Does "setf" become "set!"? Yes, it does! (At least for assignment to variables; setf can do more than that. Scheme also has "vector-set!", "set-car!", and "set-cdr!".) >I know some lisp but I'm > not very deep into it. Do you know of a URL offhand with the mappings? By mappings, you mean if I do X in Common Lisp, how do I do the same in Scheme? I don't know of a side-by-side comparison of Scheme with Common Lisp. But here are a couple of good sources on Scheme: http://www.swiss.ai.mit.edu/projects/scheme/index.html The Scheme home page at MIT has links to "The Revised^5 Report on the Algorithmic Language Scheme." This is the official language specification (or one of them: there's also an ANSI standard). It's very concise: 50 pages. http://www.scheme.com/ Cadence Research maintains an online HTML version of Kent Dybvig's excellent book "The Scheme Programming Language." -- Gregory D. Weber Associate Professor of Computer Science, Indiana University East 2325 Chester Boulevard, Richmond, Indiana 47374-1289, U.S.A. Telephone: (765) 973-8420 WWW: http://mypage.iu.edu/~gdweber/ From liston at cc.gatech.edu Sat Mar 13 13:45:44 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Sat, 13 Mar 2004 16:45:44 -0500 Subject: [CM] Snd and CLM In-Reply-To: <16466.24881.609070.725150@chopin.privatenet> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> <20040312182707.GA14855@gaia.cc.gatech.edu> <16466.24881.609070.725150@chopin.privatenet> Message-ID: <20040313214544.GA28258@gaia.cc.gatech.edu> Great - this helps, thanks! I think I'm over some of the major initial hurdles. Now I just need to become more familiar with Snd and the packages that are provided with it, and how different pieces fit together. There are a number of questions that begin to arise for me at this point that I'd like to answer. One example: If I create two different sounds, A and B, each of which consists of the same two sine waves mixed together, but the higher wave of sound B is phase shifted slightly from that of A, will the difference be perceptible? Pretty basic stuff, but Snd seems like a good package for this kind of investigation. If anyone has a pointer to some good reading in this area I'd like to hear about it. Richard On 03/12/04, Gregory D. Weber said: > Richard Liston writes: > > On 03/12/04, Bill Schottstaedt said: > > > > Unbound variable: defun > > > > > > "defun" is from common-lisp, but the lisp-like language in Snd is > > > Scheme (Guile), so you need to use "define". > > > > Ah, that clears up a lot. I suppose there is plenty more where > > that came from. Does "setf" become "set!"? > > Yes, it does! (At least for assignment to variables; setf can do more > than that. Scheme also has "vector-set!", "set-car!", and "set-cdr!".) > > >I know some lisp but I'm > > not very deep into it. Do you know of a URL offhand with the mappings? > > By mappings, you mean if I do X in Common Lisp, how do I do the same > in Scheme? I don't know of a side-by-side comparison of Scheme with > Common Lisp. But here are a couple of good sources on Scheme: > > http://www.swiss.ai.mit.edu/projects/scheme/index.html > The Scheme home page at MIT has links to "The Revised^5 Report > on the Algorithmic Language Scheme." This is the official language > specification (or one of them: there's also an ANSI standard). > It's very concise: 50 pages. > > http://www.scheme.com/ > Cadence Research maintains an online HTML version of Kent Dybvig's > excellent book "The Scheme Programming Language." > > -- > Gregory D. Weber > Associate Professor of Computer Science, Indiana University East > 2325 Chester Boulevard, Richmond, Indiana 47374-1289, U.S.A. > Telephone: (765) 973-8420 > WWW: http://mypage.iu.edu/~gdweber/ From liston at cc.gatech.edu Sat Mar 13 16:33:48 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Sat, 13 Mar 2004 19:33:48 -0500 Subject: [CM] Snd, CLM and make-oscil Message-ID: <20040314003348.GA7934@gaia.cc.gatech.edu> I'm trying to create a sine wave with a phase shift. To generate the wave I've been using scm-simp from http://www-ccrma.stanford.edu/software/snd/snd/clm.html (definstrument (scm-simp start-time duration frequency amplitude) (let* ((beg (inexact->exact (floor (* start-time (mus-srate))))) (dur (inexact->exact (floor (* duration (mus-srate))))) (s (make-oscil :frequency frequency))) (run (lambda () (do ((i 0 (1+ i))) ((= i dur)) (outa (+ i beg) (* amplitude (oscil s)) *output*)))))) In Snd I can then do (with-sound () (scm-simp 0 3 660 .5)). To do a phase shift I define a new instrument by tweaking scm-simp: (definstrument (scm-sine-with-phase start-time duration frequency amplitude iphase) (let* ((beg (inexact->exact (floor (* start-time (mus-srate))))) (dur (inexact->exact (floor (* duration (mus-srate))))) (s (make-oscil :frequency frequency :initial-phase iphase))) (run (lambda () (do ((i 0 (1+ i))) ((= i dur)) (outa (+ i beg) (* amplitude (oscil s)) *output*)))))) But now when I call with-sound I get an error: >(with-sound () (scm-sine-with-phase 0 3 660 .5 0)) vct-set!: wrong-type-arg: Wrong type argument in position 3 (expecting "a number"): # >wrong-type-arg Make-oscil seems happy enough when I call it separately with essentially the same args. I did a backtrace but I'm not yet too proficient at reading it: >(bt) In unknown file: ?: 6* [#] 2: 7* [scm-sine-with-phase 0 3 660 0.5 3.14159265358979] 2: 8 (let* ((beg #) (dur #) (s #)) (run (lambda () #))) 5: 9 [run #] I'm kind of surprised at the 5th arg of scm-sine-with-phase, even though I invoked this a few times earlier with an arg of "pi" there. Any ideas what's up here? Cheers, Richard From liston at cc.gatech.edu Sun Mar 14 08:57:40 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Sun, 14 Mar 2004 11:57:40 -0500 Subject: [CM] Snd, CLM and make-oscil Message-ID: <20040314165740.GA16679@bigtooth.cc.gatech.edu> Ok, on my home machine I tried the same thing with a tweaked scm-sine-with-phase and it worked fine. Then I came back to my lab today, killed and restarted snd, then pasted in the code from my posting here and it worked fine this time. Oh, well - never mind (although I suspect I tickled some bug somewhere but I have no idea where). BTW: no, there's no perceptible difference with a phase shift on one of the waveforms - not to me, anyway. This was my expectation, but it's certainly instructive to go through the exercise. Richard From mjb at isoxford.com Sat Mar 13 13:31:22 2004 From: mjb at isoxford.com (mjb at isoxford.com) Date: Sat, 13 Mar 2004 21:31:22 -0000 Subject: [CM] 2.4 Compiled for Win32 Message-ID: Hi I followed the instructions at your link and the clisp.bat file works a treat :))) Including creation of the directory that I had to create by hand before (although I should mention that this time I was not on my dodgy Win ME machine). Also got it running under xemacs. Thanks again Matt > You can easily install your own clisp.bat file that uses full/lisp.run -- look at the end of the install.html link i mailed you. > > at the top of that same document there is also a link to emacs.html that will explain how to get cm running under Xemacs on windows, thats by far the best way to work. > > > > ---- Original message ---- > >Date: Sat, 13 Mar 2004 09:51:56 -0000 > >From: mjb at isoxford.com > >Subject: Re: [CM] 2.4 Compiled for Win32 > >To: taube at uiuc.edu > >Cc: cmdist at ccrma.stanford.edu > > > >Hi > > > >Thanks for your reply. > > > >I had some problems installing CLISP which I ended up doing on a Win ME machine. > >The install.bat file provided did not work for me so I did by hand. Basically I had to > >use the /base/lisp.exe version, the /full/lisp.exe compained that it couldn't find an > >entry point in a system dll. > > > >Moving on to CM. After a little hiccup where I needed to create a subdirectory > >of .../cm-2.4.2/bin/clisp_2.32_windows-i686, your cm.lisp program worked > >beautifully and now I'm ready to go :) > > > >Thanks again > >Matt > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From bil at ccrma.Stanford.EDU Sun Mar 14 10:42:10 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Sun, 14 Mar 2004 10:42:10 -0800 Subject: [CM] Snd and CLM In-Reply-To: <20040312182707.GA14855@gaia.cc.gatech.edu> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> <20040312182707.GA14855@gaia.cc.gatech.edu> Message-ID: <4054A782.5030400@ccrma> > but unfortunately on my system Snd crashes > when my browser is open. Colormap stuff - I'll have to try using a > local colormap. If possible, please send me a stack trace of this: gdb snd run where > I pasted scm-simp into the listener window verbatim and tried it, but > the "*output*" arg to "outa" is incorrect. "outa" and friends expect to be used within with-sound or one of its equivalents. The with-sound macro sets up *output*. So scm-simp would be used as: (load "ws.scm") ; load with-sound (with-sound () (scm-simp 0 1.0 440 .1) (scm-simp 0 1.0 660 .1)) which, in Snd, will automatically open a new sound pane with this output. > Does "setf" become "set!"? I know some lisp but I'm > not very deep into it. Do you know of a URL offhand with the mappings? I don't know of any except maybe Rick's translator (stocl.lisp) which has a table named "toplevel-translations". From liston at cc.gatech.edu Sun Mar 14 11:40:30 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Sun, 14 Mar 2004 14:40:30 -0500 Subject: [CM] Snd and CLM In-Reply-To: <4054A782.5030400@ccrma> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> <20040312182707.GA14855@gaia.cc.gatech.edu> <4054A782.5030400@ccrma> Message-ID: <20040314194030.GA27182@gaia.cc.gatech.edu> On 03/14/04, Bill Schottstaedt said: > > but unfortunately on my system Snd crashes > > when my browser is open. Colormap stuff - I'll have to try using a > > local colormap. > > If possible, please send me a stack trace of this: > > gdb snd > run > where > Maybe "Snd crashes" wasn't exactly accurate. I had to put a breakpoint on exit to get a stack trace. After starting Snd I get the "can't get color" output lines, then I open the listener, define scm-sine (ok), then create a sound using with-sound. This is where it exits. A workaround is to start Snd before mozilla. I think (not sure) mozilla automatically switches to a local colormap if it needs to. Having a browser open while I'm learning Snd is a definite plus. :-) Richard (gdb) b exit Breakpoint 1 at 0x325938 (gdb) run Starting program: /net/ht102/liston/packages/snd-7/snd Breakpoint 1 at 0xfed1a62c can't get color AliceBlue -- will use white can't get color green2 -- will use black can't get color ivory1 -- will use white can't get color darkgray -- will use black can't get color AliceBlue -- will use white can't get color lightgreen -- will use black can't get color indianred2 -- will use black can't get color goldenrod1 -- will use black can't get color palegreen2 -- will use black can't get color darkolivegreen1 -- will use black Warning: Cannot allocate colormap entry for default background. X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 14 (X_GetGeometry) Resource id in failed request: 0x0 Serial number of failed request: 4256 Current serial number in output stream: 4256 Breakpoint 1, 0xfed1a62c in exit () (gdb) where #0 0xfed1a62c in exit () #1 0xfedac8e0 in _XDefaultError () #2 0xfeda2854 in _XError () #3 0xfed94c3c in _XReply () #4 0xfeda2624 in XGetGeometry () #5 0xfef6c338 in _XmCachePixmap () #6 0xfefbc3e4 in XmeGetPixmapData () #7 0xfef6a1dc in _XmCalcLabelDimensions () #8 0xfef6a080 in Initialize () #9 0xfeea63f0 in CallInitialize () #10 0xfeea2830 in xtCreate () #11 0xfeeaaaac in _XtCreateWidget () #12 0xfeeaf5a0 in XtCreateManagedWidget () #13 0x186da0 in add_sound_window ( filename=0x6f87b8 "/net/ht102/liston/packages/snd-7/test.snd", read_only=128) at snd-xsnd.c:1751 #14 0x8827c in open_file_body (context=0x867d48) at snd-file.c:665 #15 0xff2a7b5c in scm_internal_dynamic_wind ( before=0x88260 , inner=0x8826c , after=0x88298 , inner_data=0x867d48, guard_data=0x867d48) at dynwind.c:168 #16 0x8837c in snd_open_file_1 (filename=0x88260 "\001", select=true, read_only=false) at snd-file.c:710 ---Type to continue, or q to quit--- #17 0xe0040 in g_open_sound (filename=0x719c20) at snd-snd.c:2792 #18 0xff2b656c in scm_deval (x=0x2974, env=0x7cc1f0) at eval.c:2846 #19 0xff2b741c in scm_deval (x=0x8cc118, env=0x7cc1f0) at eval.c:2194 #20 0xff2b6188 in scm_deval (x=0x7cd398, env=0x7cc1f0) at eval.c:2017 #21 0xff2bae0c in scm_dapply (proc=0x7cd388, arg1=0x2974, args=0x7cc438) at eval.c:3655 #22 0xff2a7a3c in scm_dynamic_wind (in_guard=0x7cc5c8, thunk=0x7cc588, out_guard=0x7cc538) at dynwind.c:128 #23 0xff2b667c in scm_deval (x=0x7cd168, env=0x7cc618) at eval.c:3002 #24 0xff2b5484 in scm_i_eval (exp=0xff339ca4, env=0x7cc618) at eval.c:4069 #25 0xff2a7b5c in scm_internal_dynamic_wind ( before=0xff2b552c , inner=0xff2b5618 , after=0xff2b5548 , inner_data=0x7c1d78, guard_data=0x7c1b68) at dynwind.c:168 #26 0xff2fd340 in scm_internal_lazy_catch (tag=0xff2b552c, body=0x10f46c , body_data=0x7c1d78, handler=0xff2fd368 , handler_data=0x0) at throw.c:281 #27 0xff2fd1a8 in scm_internal_catch (tag=0x2374, body=0xff2fd3c0 , body_data=0xffbee058, handler=0x10e8ec , handler_data=0x0) at throw.c:205 #28 0xff2fd430 in scm_internal_stack_catch (tag=0x2374, body=0x10f46c , body_data=0x7c1d78, handler=0x10e8ec , handler_data=0x0) at throw.c:330 ---Type to continue, or q to quit--- #29 0x10ee58 in snd_internal_stack_catch (tag=0x2374, body=0x10f46c , body_data=0x7c1d78, handler=0x10e8ec , handler_data=0x0) at snd-xen.c:500 #30 0x10f8b0 in snd_report_listener_result (form=0x10f46c) at snd-xen.c:878 #31 0x6fdd8 in command_return (w=0x8a07a0, last_prompt=539) at snd-listener.c:500 #32 0xfeebc01c in XtCallCallbackList () #33 0xff0264a0 in Activate () #34 0xfeebefd8 in HandleActions () #35 0xfeebddf8 in HandleSimpleState () #36 0xfeebd8d0 in _XtTranslateEvent () #37 0xfeebd804 in XtDispatchEventToWidget () #38 0xfeebd090 in _XtDefaultDispatcher () #39 0xfeebcbb8 in XtDispatchEvent () #40 0xfeeba748 in XtAppMainLoop () #41 0x1917f8 in snd_doit (argc=1, argv=0x32d800) at snd-xmain.c:986 #42 0xff2cf63c in invoke_main_func (body_data=0x2400) at init.c:640 #43 0xff2cf5e8 in scm_boot_guile_1 (base=0x2400, closure=0xffbeea30) at init.c:616 #44 0xff2cf1d4 in scm_boot_guile (argc=1, argv=0xffbeeb24, main_func=0x109180 , closure=0x0) at init.c:440 #45 0x109658 in main (argc=1, argv=0xffbeeb24) at snd.c:325 (gdb) From taube at uiuc.edu Sun Mar 14 13:00:10 2004 From: taube at uiuc.edu (taube at uiuc.edu) Date: Sun, 14 Mar 2004 15:00:10 -0600 Subject: [CM] 2.4 Compiled for Win32 Message-ID: <9648fd9a.211da6ef.8186300@expms1.cites.uiuc.edu> ok fine, since its working on xp then maybe the problem was due to win ME or to using the base clisp image. I only test on an old stable win2000 machine -- i cant keep up with all their crappy os's. ---- Original message ---- >Date: Sat, 13 Mar 2004 21:31:22 -0000 >From: mjb at isoxford.com >Subject: Re: [CM] 2.4 Compiled for Win32 >To: cmdist at ccrma.Stanford.EDU > >Hi > >I followed the instructions at your link and the clisp.bat file works a treat :))) >Including creation of the directory that I had to create by hand before >(although I should mention that this time I was not on my dodgy Win >ME machine). > >Also got it running under xemacs. > >Thanks again > >Matt > > > >> You can easily install your own clisp.bat file that uses full/lisp.run -- look at the end of the install.html link i mailed you. >> >> at the top of that same document there is also a link to emacs.html that will explain how to get cm running under Xemacs on windows, thats by far the best way to work. >> >> >> >> ---- Original message ---- >> >Date: Sat, 13 Mar 2004 09:51:56 -0000 >> >From: mjb at isoxford.com >> >Subject: Re: [CM] 2.4 Compiled for Win32 >> >To: taube at uiuc.edu >> >Cc: cmdist at ccrma.stanford.edu >> > >> >Hi >> > >> >Thanks for your reply. >> > >> >I had some problems installing CLISP which I ended up doing on a Win ME machine. >> >The install.bat file provided did not work for me so I did by hand. Basically I had to >> >use the /base/lisp.exe version, the /full/lisp.exe compained that it couldn't find an >> >entry point in a system dll. >> > >> >Moving on to CM. After a little hiccup where I needed to create a subdirectory >> >of .../cm-2.4.2/bin/clisp_2.32_windows-i686, your cm.lisp program worked >> >beautifully and now I'm ready to go :) >> > >> >Thanks again >> >Matt >> >> _______________________________________________ >> Cmdist mailing list >> Cmdist at ccrma.stanford.edu >> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > >_______________________________________________ >Cmdist mailing list >Cmdist at ccrma.stanford.edu >http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From bil at ccrma.Stanford.EDU Mon Mar 15 04:14:05 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 15 Mar 2004 04:14:05 -0800 Subject: [CM] Snd and CLM In-Reply-To: <20040314194030.GA27182@gaia.cc.gatech.edu> References: <20040311223003.GA17902@gaia.cc.gatech.edu> <4051A943.1080505@ccrma> <20040312182707.GA14855@gaia.cc.gatech.edu> <4054A782.5030400@ccrma> <20040314194030.GA27182@gaia.cc.gatech.edu> Message-ID: <40559E0D.20701@ccrma> Thanks! I think the bug is fixed, at least to the extent that X won't terminate the program, in the current tarball. The black-and-white Snd is not very pretty however. From liston at cc.gatech.edu Mon Mar 15 12:17:46 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Mon, 15 Mar 2004 15:17:46 -0500 Subject: [CM] Working with channels in Snd Message-ID: <20040315201746.GB1955@gaia.cc.gatech.edu> I've got two different questions, but to make the archive a bit more useful I'll split them up. Question 1: I can generate my sine waves mixed together like this: (with-sound () (scm-simp 0 3 660 .2) (scm-simp 0 3 440 .8)) This produces a single sound with a single channel. How would I go about creating a single sound with two different channels - right and left - each with the same (or maybe even different) waveforms? Where I'm heading with this is to apply different envelopes to each channel. BTW, I've actually been looking for answers to my questions in the documentation and .scm files, but I don't see the relevant sections. Richard From liston at cc.gatech.edu Mon Mar 15 12:36:27 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Mon, 15 Mar 2004 15:36:27 -0500 Subject: [CM] Snd and envelopes Message-ID: <20040315203627.GA8760@gaia.cc.gatech.edu> Question 2: I create a simple sound: (with-sound () (scm-simp 0 3 660 .2) (scm-simp 0 3 440 .8)) Now, I'd like to get rid of the initial and ending pops when the sound plays by applying a quick ramp up and ramp down envelope. If I define an envelope like this, (define e '(0 0 .001 1 .999 1 1 0)) I don't get fine-grained control over how much the waveform is tapered at the start and end --- it seems to me that the amount of taper depends on the length of the sound, no? My question is how do I create and apply an envelope that will cause a sound of any length to ramp up in a fixed amount of time - say, .05 sec - at the beginning and ramp down in a fixed amount of time at the end? Richard From liston at cc.gatech.edu Mon Mar 15 13:18:50 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Mon, 15 Mar 2004 16:18:50 -0500 Subject: [CM] Re: Snd and envelopes In-Reply-To: <20040315203627.GA8760@gaia.cc.gatech.edu> References: <20040315203627.GA8760@gaia.cc.gatech.edu> Message-ID: <20040315211850.GA1750@bigtooth.cc.gatech.edu> On 03/15/04, Richard Liston said: > ... If I define an envelope like this, > > (define e '(0 0 .001 1 .999 1 1 0)) > Oops, I left out here that I followed this with (env-sound e). Richard From bil at ccrma.Stanford.EDU Tue Mar 16 04:18:45 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 16 Mar 2004 04:18:45 -0800 Subject: [CM] Snd and envelopes In-Reply-To: <20040315203627.GA8760@gaia.cc.gatech.edu> References: <20040315203627.GA8760@gaia.cc.gatech.edu> Message-ID: <4056F0A5.7000208@ccrma> > how do I create and apply an envelope that will cause a sound > of any length to ramp up in a fixed amount of time - say, .05 sec > - at the beginning and ramp down in a fixed amount of time at > the end? Since the x axis is arbitrary, the simplest way is probably to use the duration of the sound as the x extent: (let ((dur (/ (frames) (srate)))) (env-sound (list 0 0 0.05 1 (- dur .05) 1 dur 0))) From bil at ccrma.Stanford.EDU Tue Mar 16 04:23:29 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 16 Mar 2004 04:23:29 -0800 Subject: [CM] Working with channels in Snd In-Reply-To: <20040315201746.GB1955@gaia.cc.gatech.edu> References: <20040315201746.GB1955@gaia.cc.gatech.edu> Message-ID: <4056F1C1.6040604@ccrma> > How would I go about > creating a single sound with two different channels - right and left - each > with the same (or maybe even different) waveforms? This is most easily handled via "outb" -- the "outa" call in your instrument sends its data to channel 0. Then, make sure your output has 2 channels: (with-sound (:channels 2) ...) > BTW, I've actually been looking for answers to my questions in the > documentation and .scm files, but I don't see the relevant sections. see clm.html#ina-outa and various Snd-related examples in clm-ins.scm. From klaxon at gmx.net Tue Mar 16 05:06:31 2004 From: klaxon at gmx.net (Aki Asgeirsson) Date: 16 Mar 2004 13:06:31 +0000 Subject: [CM] CMN - 2 tempi Message-ID: <1079442391.2424.110.camel@vespa.localdomain> Hello everyone I'm new to the list. just started to use cmn. It looks like a very good tool for computer-generated-instrumental-music composers (like me) tired of finale/sibelius's limited midifile import functions. One advantage of cmn is that it can display 2(or more) meters in paralell staves, but my question is: Can cmn display more than one TEMPO between staves? for example, one instrument is playing in quarter=60 and the next in quarter=61. The staves would slowly shift out of phase (and later meet again). Using click-tracks this could be playable. 'mm' doesn't do it and I haven't quite figured out the 'metronome' command. any help or suggestions are very welcome, thanks aki From liston at cc.gatech.edu Tue Mar 16 14:23:20 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Tue, 16 Mar 2004 17:23:20 -0500 Subject: [CM] Snd and envelopes In-Reply-To: <4056F0A5.7000208@ccrma> References: <20040315203627.GA8760@gaia.cc.gatech.edu> <4056F0A5.7000208@ccrma> Message-ID: <20040316222319.GA22110@gaia.cc.gatech.edu> On 03/16/04, Bill Schottstaedt said: > > Since the x axis is arbitrary, the simplest way is probably > to use the duration of the sound as the x extent: > > (let ((dur (/ (frames) (srate)))) > (env-sound (list 0 0 0.05 1 (- dur .05) 1 dur 0))) > Thanks. I guess over time I'll build up a library of "atomic data accessors" that I'm familiar with and that will provide different pieces of information about the current sound. They're in the docs, but somewhat spread out and at times combined with some other kinds of info. Anyway, this is what I'm using to taper the ends of the signal for now: (define* (tails #:optional (time 0.005)) (let ((dur (/ (frames) (srate)))) (env-sound (list 0 0 time 1 (- dur time) 1 dur 0)))) Richard From liston at cc.gatech.edu Tue Mar 16 15:05:24 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Tue, 16 Mar 2004 18:05:24 -0500 Subject: [CM] Working with channels in Snd In-Reply-To: <4056F1C1.6040604@ccrma> References: <20040315201746.GB1955@gaia.cc.gatech.edu> <4056F1C1.6040604@ccrma> Message-ID: <20040316230524.GB22110@gaia.cc.gatech.edu> On 03/16/04, Bill Schottstaedt said: > > This is most easily handled via "outb" -- the "outa" > call in your instrument sends its data to channel 0. > Then, make sure your output has 2 channels: > > (with-sound (:channels 2) ...) > Great! So that I don't have to separately define instruments for each channel, I defined scm-simp-fn to take outa or outb as an arg: (definstrument (scm-simp-fn start-time duration frequency amplitude outfn) (let* ((beg (inexact->exact (floor (* start-time (mus-srate))))) (dur (inexact->exact (floor (* duration (mus-srate))))) (s (make-oscil :frequency frequency))) (run (lambda () (do ((i 0 (1+ i))) ((= i dur)) (outfn (+ i beg) (* amplitude (oscil s)) *output*)))))) Then I create the sound using with-sound: (with-sound (:channels 2) (scm-simp-fn 0 3 440 .5 outa) (scm-simp-fn 0 3 440 .5 outb)) Now I've got the two channels that I'm looking for. Then I define these two functions to shape the envelopes: (define* (rampdown #:optional (chan 0)) (env-sound (list 0 1 1 0) 0 #t #t #t chan)) (define* (rampup #:optional (chan 0)) (env-sound (list 0 0 1 1) 0 #t #t #t chan)) Then (rampdown 0) and (rampup 1) create the stereo effect. Fun stuff... Richard From bbattey at u.washington.edu Tue Mar 16 18:13:18 2004 From: bbattey at u.washington.edu (Bret Battey) Date: Tue, 16 Mar 2004 18:13:18 -0800 Subject: [CM] openmcl CLM load problem In-Reply-To: <364B048F-6937-11D8-8A4B-000A95674CE4@uiuc.edu> References: <26d4c72f.14de2d96.843e500@expms1.cites.uiuc.edu> <403D73DE.8040104@petemoss.org> <403DC046.5010604@petemoss.org> <403E6DC8.7010600@petemoss.org> <364B048F-6937-11D8-8A4B-000A95674CE4@uiuc.edu> Message-ID: Just downloaded the latest CLM tarball (looks like it was posted today), and tried on a new OSX setup with openmcl 0.14. X11 and the Developer Tools have been installed on this machine. Got an error as follows when compiling sc.c re: a call to X11 code (??) -=Bret --------- ? (load "/Applications/unix/clm-2-040316/all.lisp") ; Compiling "/Applications/unix/clm-2-040316/io.c" ; Compiling "/Applications/unix/clm-2-040316/headers.c" ; Compiling "/Applications/unix/clm-2-040316/audio.c" ; Compiling "/Applications/unix/clm-2-040316/sound.c" ; Compiling "/Applications/unix/clm-2-040316/lispcall.c" ; Compiling "/Applications/unix/clm-2-040316/sc.c" /Applications/unix/clm-2-040316/sc.c:9:22: X11/Xlib.h: No such file or directory /Applications/unix/clm-2-040316/sc.c:10:23: X11/Xutil.h: No such file or directory /Applications/unix/clm-2-040316/sc.c:11:23: X11/Xatom.h: No such file or directory /Applications/unix/clm-2-040316/sc.c:13: error: parse error before "compare_window" /Applications/unix/clm-2-040316/sc.c:13: error: parse error before '*' token /Applications/unix/clm-2-040316/sc.c: In function `compare_window': /Applications/unix/clm-2-040316/sc.c:15: error: `Atom' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:15: error: (Each undeclared identifier is reported only once /Applications/unix/clm-2-040316/sc.c:15: error: for each function it appears in.) /Applications/unix/clm-2-040316/sc.c:15: error: parse error before "type" /Applications/unix/clm-2-040316/sc.c:19: error: `Window' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:19: error: parse error before "found" /Applications/unix/clm-2-040316/sc.c:20: error: `display' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:20: error: `window' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:20: error: `id' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:20: error: `False' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:21: error: `XA_STRING' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:21: error: `type' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:22: error: `Success' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:23: error: `None' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:25: error: `found' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c: At top level: /Applications/unix/clm-2-040316/sc.c:31: error: parse error before "find_window" /Applications/unix/clm-2-040316/sc.c:31: error: parse error before '*' token /Applications/unix/clm-2-040316/sc.c:31: error: parse error before ')' token /Applications/unix/clm-2-040316/sc.c:36: error: parse error before '*' token /Applications/unix/clm-2-040316/sc.c:36: warning: data definition has no type or storage class /Applications/unix/clm-2-040316/sc.c:37: error: parse error before "window" /Applications/unix/clm-2-040316/sc.c:37: error: `window' used prior to declaration /Applications/unix/clm-2-040316/sc.c:37: error: `compare_func' undeclared here (not in a function) /Applications/unix/clm-2-040316/sc.c:37: error: `display' undeclared here (not in a function) /Applications/unix/clm-2-040316/sc.c:37: error: `starting_window' undeclared here (not in a function) /Applications/unix/clm-2-040316/sc.c:37: error: `id' undeclared here (not in a function) /Applications/unix/clm-2-040316/sc.c:37: warning: data definition has no type or storage class /Applications/unix/clm-2-040316/sc.c:38: error: parse error before "if" /Applications/unix/clm-2-040316/sc.c:46: error: parse error before "snd_v" /Applications/unix/clm-2-040316/sc.c:46: warning: data definition has no type or storage class /Applications/unix/clm-2-040316/sc.c:47: error: parse error before '*' token /Applications/unix/clm-2-040316/sc.c:47: warning: data definition has no type or storage class /Applications/unix/clm-2-040316/sc.c:48: error: parse error before "wn" /Applications/unix/clm-2-040316/sc.c:48: warning: data definition has no type or storage class /Applications/unix/clm-2-040316/sc.c: In function `clm_init_x': /Applications/unix/clm-2-040316/sc.c:65: warning: assignment makes pointer from integer without a cast /Applications/unix/clm-2-040316/sc.c:66: error: `CopyFromParent' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:71: error: `XA_STRING' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:71: error: `PropModeReplace' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c: In function `clm_send_snd': /Applications/unix/clm-2-040316/sc.c:78: error: `Window' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:78: error: parse error before "window" /Applications/unix/clm-2-040316/sc.c:82: error: `XA_STRING' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:82: error: `PropModeReplace' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c: In function `clm_receive_snd': /Applications/unix/clm-2-040316/sc.c:95: error: `Atom' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:95: error: parse error before "type" /Applications/unix/clm-2-040316/sc.c:99: error: `False' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:100: error: `XA_STRING' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:100: error: `type' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:101: error: `Success' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:102: error: `None' undeclared (first use in this function) /Applications/unix/clm-2-040316/sc.c:109: error: `PropModeReplace' undeclared (first use in this function) ; Compiling "/Applications/unix/clm-2-040316/cmus.c" ; Creating "/Applications/unix/clm-2-040316/libclm.dylib" ;;cc -dynamiclib -o /Applications/unix/clm-2-040316/libclm.dylib /Applications/unix/clm-2-040316/lispcall.o /Applications/unix/clm-2-040316/headers.o /Applications/unix/clm-2-040316/audio.o /Applications/unix/clm-2-040316/io.o /Applications/unix/clm-2-040316/sound.o /Applications/unix/clm-2-040316/cmus.o /Applications/unix/clm-2-040316/sc.o -L/usr/X11R6/lib -lX11 -lm -lc -framework CoreAudio cc: /Applications/unix/clm-2-040316/sc.o: No such file or directory ;Compiling "/Applications/unix/clm-2-040316/walk.lisp"... ;Loading #P"/Applications/unix/clm-2-040316/walk.dfsl"... ;Compiling "/Applications/unix/clm-2-040316/clm-package.lisp"... ;Loading #P"/Applications/unix/clm-2-040316/clm-package.dfsl"... ;Compiling "/Applications/unix/clm-2-040316/initmus.lisp"... ;Loading #P"/Applications/unix/clm-2-040316/initmus.dfsl"... > Error in process listener(1): Error opening shared library "/Applications/unix/clm-2-040316/libclm.dylib": dyld: /Applications/unix/ccl/dppccl can't open library: /Applications/unix/clm-2-040316/libclm.dylib (No such file or directory, errno = 2) From andersvi at ulrik.uio.no Tue Mar 16 06:34:40 2004 From: andersvi at ulrik.uio.no (Anders Vinjar) Date: Tue, 16 Mar 2004 15:34:40 +0100 Subject: [CM] CMN - 2 tempi In-Reply-To: <1079442391.2424.110.camel@vespa.localdomain> (Aki Asgeirsson's message of "16 Mar 2004 13:06:31 +0000") References: <1079442391.2424.110.camel@vespa.localdomain> Message-ID: cmn usually relies on the composer to decide whats the right marks to have in a score. Use the 'mm mark wherever you need it. This will put in two metronome marks in the score, one above each staff: (cmn (system brace (staff bass (mm 60) (meter 5 3)) (staff bar treble (mm 61 (dy -1.0)) (meter 9 7)))) >>> "AA" == Aki Asgeirsson writes: AA> Can cmn display more than one TEMPO between staves? for AA> example, one instrument is playing in quarter=60 and the AA> next in quarter=61. The staves would slowly shift out of AA> phase (and later meet again). Using click-tracks this AA> could be playable. 'mm' doesn't do it and I haven't AA> quite figured out the 'metronome' command. -anders From bil at ccrma.Stanford.EDU Wed Mar 17 06:30:18 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Wed, 17 Mar 2004 06:30:18 -0800 Subject: [CM] openmcl CLM load problem In-Reply-To: References: <26d4c72f.14de2d96.843e500@expms1.cites.uiuc.edu> <403D73DE.8040104@petemoss.org> <403DC046.5010604@petemoss.org> <403E6DC8.7010600@petemoss.org> <364B048F-6937-11D8-8A4B-000A95674CE4@uiuc.edu> Message-ID: <405860FA.10901@ccrma> If X11 has been installed, with the headers, then you need to add the directory to the PATH variable, or something like that. Where is X11/Xlib.h? You could add the path to the *cflags* setting in all.lisp under mac-osx -- currently it has -I/usr/X11R6/include. Someone sent me code to check that the X11 headers were accessible before trying to compile/load sc.c, but it got buried in my TODO list. From bbattey at u.washington.edu Wed Mar 17 11:54:23 2004 From: bbattey at u.washington.edu (Bret Battey) Date: Wed, 17 Mar 2004 11:54:23 -0800 Subject: [CM] openmcl CLM load problem In-Reply-To: <405860FA.10901@ccrma> References: <26d4c72f.14de2d96.843e500@expms1.cites.uiuc.edu> <403D73DE.8040104@petemoss.org> <403DC046.5010604@petemoss.org> <403E6DC8.7010600@petemoss.org> <364B048F-6937-11D8-8A4B-000A95674CE4@uiuc.edu> <405860FA.10901@ccrma> Message-ID: Out of curiosity, why *would* CLM need to access anything related to X11? OSX .3 includes an X11 client binary -- though one has to customize the system install to include it. But that doesn't necessarily mean that it would have the X11 headers. On another machine I am looking at right now that has the OSX.3, the X11 binary, and has a CLM version Oct 9 2003 compiled running successfully on it, a search of the disk for x11.h returns nothing. I guess I'm going to have to download X11 sources, too, to make this work? (Won't have a chance to try that until later today.) -=bret On Mar 17, 2004, at 6:30 AM, Bill Schottstaedt wrote: > If X11 has been installed, with the headers, then you need to add > the directory to the PATH variable, or something like that. Where > is X11/Xlib.h? You could add the path to the *cflags* setting > in all.lisp under mac-osx -- currently it has -I/usr/X11R6/include. > Someone sent me code to check that the X11 headers were accessible > before trying to compile/load sc.c, but it got buried in my TODO > list. > From bbattey at u.washington.edu Wed Mar 17 21:51:00 2004 From: bbattey at u.washington.edu (Bret Battey) Date: Wed, 17 Mar 2004 21:51:00 -0800 Subject: [CM] openmcl CLM load problem In-Reply-To: References: Message-ID: <3C201A60-78A0-11D8-A272-000A95C391C4@u.washington.edu> I've moved to Rick's "all-in-one" CM/CLM/CMN/Openmcl app, and that is working great for me so far. However, while I am in the process of guinea pigging trying to get CLM going on a brand new OSX -- and in case I need to run a newer version of CLM than is in the combo-app -- maybe it is worthwhile continuing the debug. Assuming I can get it to work, I'll wrap up the notes and send them to Bill for inclusion in the OSX install notes. So... Installing the X11-SDK takes care of the X11 issue (although I still can't figure for the life of me why CLM would reference X11 headers!?). Now there are two other errors: Welcome to OpenMCL Version (Beta: Darwin) 0.14.1-p1! ? (load "/Applications/unix/clm-2-040316/all.lisp") ; Compiling "/Applications/unix/clm-2-040316/io.c" ; Compiling "/Applications/unix/clm-2-040316/headers.c" ; Compiling "/Applications/unix/clm-2-040316/audio.c" ; Compiling "/Applications/unix/clm-2-040316/sound.c" ; Compiling "/Applications/unix/clm-2-040316/lispcall.c" ; Compiling "/Applications/unix/clm-2-040316/sc.c" ; Compiling "/Applications/unix/clm-2-040316/cmus.c" ; Creating "/Applications/unix/clm-2-040316/libclm.dylib" ;;cc -dynamiclib -o /Applications/unix/clm-2-040316/libclm.dylib /Applications/unix/clm-2-040316/lispcall.o /Applications/unix/clm-2-040316/headers.o /Applications/unix/clm-2-040316/audio.o /Applications/unix/clm-2-040316/io.o /Applications/unix/clm-2-040316/sound.o /Applications/unix/clm-2-040316/cmus.o /Applications/unix/clm-2-040316/sc.o -L/usr/X11R6/lib -lX11 -lm -lc -framework CoreAudio ld: can't locate file for: -ldylib1.o /usr/bin/libtool: internal link edit command failed ;Compiling "/Applications/unix/clm-2-040316/walk.lisp"... ;Loading #P"/Applications/unix/clm-2-040316/walk.dfsl"... ;Compiling "/Applications/unix/clm-2-040316/clm-package.lisp"... ;Loading #P"/Applications/unix/clm-2-040316/clm-package.dfsl"... ;Compiling "/Applications/unix/clm-2-040316/initmus.lisp"... ;Loading #P"/Applications/unix/clm-2-040316/initmus.dfsl"... > Error in process listener(1): Error opening shared library "/Applications/unix/clm-2-040316/libclm.dylib": dyld: /Applications/unix/ccl/dppccl can't open library: /Applications/unix/clm-2-040316/libclm.dylib (No such file or directory, errno = 2) > > While executing: OPEN-SHARED-LIBRARY On Mar 17, 2004, at 2:44 PM, Rainer Keller wrote: > You will need to install the X11 SDK, which is included in the > Developer distribution. No need for X11 sources. > And you can't do a finder search because the folder is hidden. But > open terminal and cd to /usr/X11R6/include/X11 and you will see > Xlib.h. Also capitalisation matters if you use find from the shell. > > Greetings > Rainer > > On Wednesday, March 17, 2004, at 11:54 AM, Bret Battey wrote: > >> Out of curiosity, why *would* CLM need to access anything related to >> X11? >> >> OSX .3 includes an X11 client binary -- though one has to customize >> the system install to include it. But that doesn't necessarily mean >> that it would have the X11 headers. >> >> On another machine I am looking at right now that has the OSX.3, the >> X11 binary, and has a CLM version Oct 9 2003 compiled running >> successfully on it, a search of the disk for x11.h returns nothing. >> >> I guess I'm going to have to download X11 sources, too, to make this >> work? (Won't have a chance to try that until later today.) >> >> -=bret >> >> On Mar 17, 2004, at 6:30 AM, Bill Schottstaedt wrote: >> >>> If X11 has been installed, with the headers, then you need to add >>> the directory to the PATH variable, or something like that. Where >>> is X11/Xlib.h? You could add the path to the *cflags* setting >>> in all.lisp under mac-osx -- currently it has -I/usr/X11R6/include. >>> Someone sent me code to check that the X11 headers were accessible >>> before trying to compile/load sc.c, but it got buried in my TODO >>> list. >>> >> >> _______________________________________________ >> Cmdist mailing list >> Cmdist at ccrma.stanford.edu >> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist >> > From driverwriter at mac.com Wed Mar 17 14:44:24 2004 From: driverwriter at mac.com (Rainer Keller) Date: Wed, 17 Mar 2004 14:44:24 -0800 Subject: [CM] openmcl CLM load problem In-Reply-To: Message-ID: You will need to install the X11 SDK, which is included in the Developer distribution. No need for X11 sources. And you can't do a finder search because the folder is hidden. But open terminal and cd to /usr/X11R6/include/X11 and you will see Xlib.h. Also capitalisation matters if you use find from the shell. Greetings Rainer On Wednesday, March 17, 2004, at 11:54 AM, Bret Battey wrote: > Out of curiosity, why *would* CLM need to access anything related to > X11? > > OSX .3 includes an X11 client binary -- though one has to customize > the system install to include it. But that doesn't necessarily mean > that it would have the X11 headers. > > On another machine I am looking at right now that has the OSX.3, the > X11 binary, and has a CLM version Oct 9 2003 compiled running > successfully on it, a search of the disk for x11.h returns nothing. > > I guess I'm going to have to download X11 sources, too, to make this > work? (Won't have a chance to try that until later today.) > > -=bret > > On Mar 17, 2004, at 6:30 AM, Bill Schottstaedt wrote: > >> If X11 has been installed, with the headers, then you need to add >> the directory to the PATH variable, or something like that. Where >> is X11/Xlib.h? You could add the path to the *cflags* setting >> in all.lisp under mac-osx -- currently it has -I/usr/X11R6/include. >> Someone sent me code to check that the X11 headers were accessible >> before trying to compile/load sc.c, but it got buried in my TODO >> list. >> > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > From bil at ccrma.Stanford.EDU Thu Mar 18 03:50:02 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Thu, 18 Mar 2004 03:50:02 -0800 Subject: [CM] openmcl CLM load problem In-Reply-To: References: <26d4c72f.14de2d96.843e500@expms1.cites.uiuc.edu> <403D73DE.8040104@petemoss.org> <403DC046.5010604@petemoss.org> <403E6DC8.7010600@petemoss.org> <364B048F-6937-11D8-8A4B-000A95674CE4@uiuc.edu> <405860FA.10901@ccrma> Message-ID: <40598CEA.7090609@ccrma> > Out of curiosity, why *would* CLM need to access anything related to X11? The communication path between CLM and Snd uses X window properties. CLM itself doesn't need sc.c -- as I said, it's on my TODO list, but I guess that list is where good ideas go to die. From bil at ccrma.Stanford.EDU Thu Mar 18 04:05:43 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Thu, 18 Mar 2004 04:05:43 -0800 Subject: [CM] CMN - 2 tempi In-Reply-To: <1079442391.2424.110.camel@vespa.localdomain> References: <1079442391.2424.110.camel@vespa.localdomain> Message-ID: <40599097.8060003@ccrma> > Can cmn display more than one TEMPO between staves? > for example, one instrument is playing in quarter=60 and the next in > quarter=61. The staves would slowly shift out of phase (and later meet > again). A neat idea, but I don't think CMN will do the right thing "out of the box". It might be possible to use the spacing-hook for this, as in pmn.lisp. From jc at cowgar.com Thu Mar 18 06:36:11 2004 From: jc at cowgar.com (Jeremy Cowgar) Date: Thu, 18 Mar 2004 09:36:11 -0500 Subject: [CM] Last line, left justified? Message-ID: <1079620571.4174.8.camel@localhost> Greetings. I have just found Cmn. I have created a few simple pieces but am having a common problem with them all. The last line, each measure has way too much spacing in it. Can this be reduced? I like the spacing of the other measures (full lines). I have changed two parameters to make the full line measures look correct (before notes were just too close to each other). The options I changed were: (size 16) (free-expansion-factor 2) (full-last-line f) Other than that, it is a simple file, one staff, all basic quarter notes, etc... I have placed both my .cmn file and my resulting .eps file on my website if anyone is interested in seeing what I am talking about, http://jeremy.cowgar.com/cmn/ ... Oh, I also placed a copy of the same tune w (full-last-line t). Thank you! Jeremy From gdweber at indiana.edu Thu Mar 18 08:40:15 2004 From: gdweber at indiana.edu (Gregory D. Weber) Date: Thu, 18 Mar 2004 11:40:15 -0500 Subject: [CM] Snd and envelopes In-Reply-To: <4056F0A5.7000208@ccrma> References: <20040315203627.GA8760@gaia.cc.gatech.edu> <4056F0A5.7000208@ccrma> Message-ID: <16473.53487.488732.587351@chopin.privatenet> I, too, had been wondering about that. Thanks for asking (Richard) and answering (Bill)! Bill Schottstaedt writes: > > how do I create and apply an envelope that will cause a sound > > of any length to ramp up in a fixed amount of time - say, .05 sec > > - at the beginning and ramp down in a fixed amount of time at > > the end? > > Since the x axis is arbitrary, the simplest way is probably > to use the duration of the sound as the x extent: > > (let ((dur (/ (frames) (srate)))) > (env-sound (list 0 0 0.05 1 (- dur .05) 1 dur 0))) > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > -- Gregory D. Weber Associate Professor of Computer Science, Indiana University East 2325 Chester Boulevard, Richmond, Indiana 47374-1289, U.S.A. Telephone: (765) 973-8420 WWW: http://mypage.iu.edu/~gdweber/ From liston at cc.gatech.edu Thu Mar 18 19:28:51 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Thu, 18 Mar 2004 22:28:51 -0500 Subject: [CM] Snd strategy? Message-ID: <20040319032851.GA25519@gaia.cc.gatech.edu> I'm making headway with Snd, but there may be a better way for me to proceed than what I'm currently doing. What I would like to do is to build up a complex stereo sound one piece at a time. My current strategy is to work with three channels. The first two channels are the two channels of the stereo sound I'm working on. The third channel is my "working" channel. I'll start with some waveform in the third channel - right now just a sine wave - then modify it until I'm happy with it. Then I'll mix it into either channel 0 or 1 of the sound. Finally, I will delete the third channel and the sound that remains is my finished sound. All along the way I want to easily and quickly play any channel separately or the first two channels together. I haven't identified all the steps that will make this work yet, but I'm working through it and so far it seems like a workable strategy. But I'd like to pause at this point to check whether this is reasonable or whether it would be easier to go about this some other way. Comments? Richard From andersvi at notam02.no Fri Mar 19 10:01:30 2004 From: andersvi at notam02.no (Anders Vinjar) Date: Fri, 19 Mar 2004 19:01:30 +0100 Subject: [CM] Last line, left justified? In-Reply-To: <1079620571.4174.8.camel@localhost> (Jeremy Cowgar's message of "Thu, 18 Mar 2004 09:36:11 -0500") References: <1079620571.4174.8.camel@localhost> Message-ID: If i understand your problem correctly, there are two ways you can approach something which might help you. One is to put in a number as the value for 'full-last line in your score: (cmn (size 16) (free-expansion-factor 2) (full-last-line 0.9) ... and try adjusting to suit. The other is putting in an explicit #'line-mark before line you want to adjust spacing in, and adjust the beat-positions in the line according to needs. Something along the lines of: (d5 h) (b4 q) (a4 h) (f4 q) (line-mark (dx (loop for beat from 0 below 4 collect (list beat -5)))) (f4 q begin-slur) (e4 q end-slur) (d4 q) (d4 h ) (double-bar ))) From rkomar at telus.net Fri Mar 19 19:45:00 2004 From: rkomar at telus.net (Robert Komar) Date: Fri, 19 Mar 2004 19:45:00 -0800 (PST) Subject: [CM] telephone noise spectrum In-Reply-To: <40278CAA.6030502@ccrma> References: <40278CAA.6030502@ccrma> Message-ID: On Mon, 9 Feb 2004, Bill Schottstaedt wrote: > I was goofing around lately trying to clean up a > recorded telephone conversation (see sndscm.html, > the last section), and was wondering if anyone > knows the source/characteristics of the loud > background tone -- it's not 60 cycle hum harmonics > as far as I can tell; sounds like a high-voltage > tranformer. I tried to notch it out, but I'm > not really having great success so far. > > I tried to check the net, and wasted a lot of time... I was cleaning out my Inbox and came across a message I wanted to respond to when it first came out... Have you figured out what the frequency is? I was wondering if it was just a quiet version of the dial tone, which is a 440 Hz signal. I didn't make the suggestion right away because I thought that you would have tried notching that right away, it being fairly common knowledge that you can use the dial tone to tune a guitar. Rob Komar From bbattey at u.washington.edu Sat Mar 20 11:47:27 2004 From: bbattey at u.washington.edu (Bret Battey) Date: Sat, 20 Mar 2004 11:47:27 -0800 Subject: [CM] update suggest. for OSX clm install notes In-Reply-To: References: Message-ID: <6A7DC43F-7AA7-11D8-B923-000393C797C4@u.washington.edu> OK, I got CLM to compile this morning. It appears there are things other than the X11 headers that are required but are not installed by default by the XCode Tools installer. I told the Xcode Tools installer to install *everything* and then the CLM load worked. I think the following note in the OSX installation notes would help guide people with new OSX setups: "To use CLM, you will need OSX Xcode Tools in order to provide the C compiler and other resources. New Macintoshes are generally not delivered with Xcode Tools already installed, but in this case you may find the Xcode Tools installer in an "Installers" folder in the computer's "Applications" folder. An Xcode Tools CD may be included if you purchased OSX as an upgrade in a box. You can also download the installer package directly from the Apple Developer Connection Member Site. IMPORTANT: the default Xcode Tools install does not install all components necessary to run CLM. When running the Xcode Tools installer, customize the install and make sure ALL components of Xcode Tools are selected for installation." -=Bret On Mar 17, 2004, at 2:44 PM, Rainer Keller wrote: > You will need to install the X11 SDK, which is included in the > Developer distribution. No need for X11 sources. > And you can't do a finder search because the folder is hidden. But > open terminal and cd to /usr/X11R6/include/X11 and you will see > Xlib.h. Also capitalisation matters if you use find from the shell. > > Greetings > Rainer > > On Wednesday, March 17, 2004, at 11:54 AM, Bret Battey wrote: > >> Out of curiosity, why *would* CLM need to access anything related to >> X11? >> >> OSX .3 includes an X11 client binary -- though one has to customize >> the system install to include it. But that doesn't necessarily mean >> that it would have the X11 headers. >> >> On another machine I am looking at right now that has the OSX.3, the >> X11 binary, and has a CLM version Oct 9 2003 compiled running >> successfully on it, a search of the disk for x11.h returns nothing. >> >> I guess I'm going to have to download X11 sources, too, to make this >> work? (Won't have a chance to try that until later today.) >> >> -=bret >> >> On Mar 17, 2004, at 6:30 AM, Bill Schottstaedt wrote: >> >>> If X11 has been installed, with the headers, then you need to add >>> the directory to the PATH variable, or something like that. Where >>> is X11/Xlib.h? You could add the path to the *cflags* setting >>> in all.lisp under mac-osx -- currently it has -I/usr/X11R6/include. >>> Someone sent me code to check that the X11 headers were accessible >>> before trying to compile/load sc.c, but it got buried in my TODO >>> list. >>> >> >> _______________________________________________ >> Cmdist mailing list >> Cmdist at ccrma.stanford.edu >> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist >> > From rm at fabula.de Sun Mar 21 04:25:50 2004 From: rm at fabula.de (rm at fabula.de) Date: Sun, 21 Mar 2004 13:25:50 +0100 Subject: [CM] telephone noise spectrum In-Reply-To: References: <40278CAA.6030502@ccrma> Message-ID: <20040321122550.GB13659@www> On Fri, Mar 19, 2004 at 07:45:00PM -0800, Robert Komar wrote: > > Have you figured out what the frequency is? I was wondering if > it was just a quiet version of the dial tone, which is a 440 Hz > signal. I didn't make the suggestion right away because I thought > that you would have tried notching that right away, it being > fairly common knowledge that you can use the dial tone to tune > a guitar. Are you shure about that? If memory serves me right (it often doesn't, i'm affraid :-) telephone dialing tones are only approximately 440 Hz ... Ralf Mattes > Rob Komar > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From acjmcc at hotmail.com Fri Mar 19 14:04:00 2004 From: acjmcc at hotmail.com (Chris McClelland) Date: Fri, 19 Mar 2004 22:04:00 +0000 Subject: [CM] Last line, left justified? Message-ID: Hi, ... or you could use invisible bars? I usually fill them with invisible rests/notes for better spacing. Of course adding (double-bar) to the last visible bar. Chris _________________________________________________________________ Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger From lt at westnet.com Sun Mar 21 06:48:33 2004 From: lt at westnet.com (Larry Troxler) Date: Sun, 21 Mar 2004 09:48:33 -0500 Subject: [CM] telephone noise spectrum In-Reply-To: <20040321122550.GB13659@www> References: <40278CAA.6030502@ccrma> <20040321122550.GB13659@www> Message-ID: <200403210948.33653.lt@westnet.com> On Sunday 21 March 2004 07:25, rm at fabula.de wrote: > Are you shure about that? If memory serves me right (it often doesn't, > i'm affraid :-) telephone dialing tones are only approximately 440 Hz ... > > Ralf Mattes Also, in the US it's two tones at major third interval. Larry Troxler From jamesravan at comcast.net Sun Mar 21 07:02:45 2004 From: jamesravan at comcast.net (James Ravan) Date: Sun, 21 Mar 2004 10:02:45 -0500 Subject: [CM] telephone noise spectrum References: <40278CAA.6030502@ccrma> Message-ID: <046901c40f55$9160e620$0200a8c0@xp1> http://www.hackfaq.org/telephony/telephone-tone-frequencies.shtml Above is a link to a page describing all the various tones one might encounter on a telephone. But in this case, one might also have to deal with some contamination from the recording process. The lower the quality of the recording equipment, the higher the likelihood of contamination from that equipment. Also consider the possibility that the contaminating signal might be a square wave. Thus one notch would not eliminate all its contribution. There might also be more than one contaminating frequency, perhaps from the same source, perhaps from others. Of course, if what you're hearing is some broadband noise like an air conditioner, good luck. regards, -jim From liston at cc.gatech.edu Sun Mar 21 17:34:53 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Sun, 21 Mar 2004 20:34:53 -0500 Subject: [CM] Re: Snd strategy? Message-ID: <20040322013453.GA10456@gaia.cc.gatech.edu> > > I'm making headway with Snd, but there may be a better way for me > to proceed than what I'm currently doing. What I would like to do > is to build up a complex stereo sound one piece at a time. My > current strategy is to work with three channels. The first two > channels are the two channels of the stereo sound I'm working on. > The third channel is my "working" channel. I'll start with some > waveform in the third channel - right now just a sine wave - then > modify it until I'm happy with it. Then I'll mix it into either > channel 0 or 1 of the sound. Finally, I will delete the third > channel and the sound that remains is my finished sound. All along > the way I want to easily and quickly play any channel separately or > the first two channels together. > Along these lines here are some steps I've taken. Define two instruments: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; sine-channel creates a sine wave in the indicated channel (define (sine-channel start duration frequency amplitude channel) (let* ((beg (inexact->exact (floor (* start (mus-srate))))) (dur (inexact->exact (floor (* duration (mus-srate))))) (v (make-vct dur)) (s (make-oscil :frequency frequency))) (run (lambda () (begin (vct-map! v (lambda () (oscil s))) (mix-vct (vct-scale! v amplitude) beg 0 channel #f)))))) ;;; zeroes defines a dummy instrument (definstrument (zeroes start-time duration outfn) (let* ((beg (inexact->exact (floor (* start-time (mus-srate))))) (dur (inexact->exact (floor (* duration (mus-srate)))))) (run (lambda () (do ((i 0 (1+ i))) ((= i dur)) (outfn (+ i beg) 0 *output*)))))) Define a function to delete a channel: ;;; deletes the data in the indicated channel (define (delete-channel chan) (begin (select-channel chan) (select-all) (delete-selection))) Now create a sound with three channels using two dummy instruments: (with-sound (:channels 3) (zeroes 0 1 outa) (zeroes 0 1 outb)) Unsync the channels and delete the data in the first two channels: (set! (sync) 0) (delete-channel 0) (delete-channel 1) Add a sine wave to the third channel: (sine-channel 0 2 440 .5 2) Define a function to move the data from the working channel to a specified channel: ;;; moves the data from the working channel a specified channel, dst-chan (define* (move-working-chan dst-chan #:optional (src-chan 2) (beg 0) (snd 0)) (begin (select-channel src-chan) (select-all) (mix-selection beg snd dst-chan) (delete-selection))) Now move the channel: (move-working-chan 0) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; This all seems fine, but now when I just try to play the sound I don't get any output. I do, however, get output if I define and call this function: (define* (play-working-chan #:optional (chan 2)) (begin (select-channel chan) (select-all) (play-selection))) I call (play-working-chan 0) and hear it fine. (play) alone, however, doesn't work. Any ideas why? Thanks, Richard From bil at ccrma.Stanford.EDU Mon Mar 22 03:11:25 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 22 Mar 2004 03:11:25 -0800 Subject: [CM] update suggest. for OSX clm install notes In-Reply-To: <6A7DC43F-7AA7-11D8-B923-000393C797C4@u.washington.edu> References: <6A7DC43F-7AA7-11D8-B923-000393C797C4@u.washington.edu> Message-ID: <405EC9DD.7060109@ccrma> Thanks -- I added that paragraph to README.clm. From bil at ccrma.Stanford.EDU Mon Mar 22 03:16:45 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 22 Mar 2004 03:16:45 -0800 Subject: [CM] telephone noise spectrum In-Reply-To: <046901c40f55$9160e620$0200a8c0@xp1> References: <40278CAA.6030502@ccrma> <046901c40f55$9160e620$0200a8c0@xp1> Message-ID: <405ECB1D.1060004@ccrma> Thanks for the telephone url -- I added it to the touch-tone telephone instrument in clm-ins.scm (ugex.ins in CLM). I never did nail down what that noise was -- it was affected by what seemed to be an automatic gain control, and was much worse on the calls to Australia and Las Vegas. I was able to notch out enough of it to be acceptable. From taube at uiuc.edu Mon Mar 22 10:04:22 2004 From: taube at uiuc.edu (Rick Taube) Date: Mon, 22 Mar 2004 12:04:22 -0600 Subject: [CM] Realtime CM for OSX/MidiShare/OpenMCL! Message-ID: <59255960-7C2B-11D8-9DCE-000A95674CE4@uiuc.edu> The latest CVS sources of CM contain support for realtime music process scheduling and interactive MIDI input/output using MidiShare on OSX/OpenMCL. Based on my initial testing the timing appears to be very solid! It would be very helpful if people using OSX/OpenMCL would install this CVS code and help me test/refine CM's new realtime features. Comments and suggestions about the implementation before it gets further developed would also be very useful to me. The CVS code should be consided an 'alpha' of CM-2.5.0 (version number 5 means this is an 'experimental' release branch in which new features are added.) Be sure to read the changelog.text file, a number of things have changed (for the better I hope) between the 2.4 and 2.5 branches. For an overview of the new realtime MIDI support including several examples see doc/dict/midi-topic.html in the CVS tree or browse it here: http://pinhead.music.uiuc.edu/~hkt/cm-2.5.0/doc/dict/midi-topic.html (The bottom line is that you don't have to do anything special in your programs to work in real time other than use MidiShare's event object and calculate time in milliseconds.) For information on how to install CM from CVS see: http://commonmusic.sourceforge.net/doc/install.html#restore_cvs I won't send another annoucement to the list about this CVS code; once you check out the sources you can do a 'cvs update' every several days to stay current with the latest snapshot. Keep in mind that there may be upto a 12 hour delay between the CVS sources I check in and the anonymous pserver sources you get from sourceforge, so if you report some problem/issue be sure to tell me what revision of the file it is in! Also, for this release onward, I recommend that you just use cm.sh to build/start the new CM ie do NOT save an image. That way you can always stay up-to-date on this bleeding edge just by doing: cd /path/to/cm-2.5.0 cvs update bin/cm.sh -e Emacs -- In order to build CM from the CVS sources you need to have installed the latest releases of OpenMCL and MidiShare: http://openmcl.clozure.com/Distributions/openmcl-release-0.14.1.html http://www.grame.fr/MidiShare/Install/Download.html#MacOSX You also need to install the new FFI for MidiShare/OpenMCL, and (optionally) patch an OpenMCL process bug in your dppccl.image: ftp://ccrma-ftp.stanford.edu/pub/Lisp/cm/openmcl-midishare.tar.gz This version of CM will autoload the Midishare interface if everything is properly installed. See the included openmcl-midishare/readme.text file for more information. From bil at ccrma.Stanford.EDU Tue Mar 23 03:01:31 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Tue, 23 Mar 2004 03:01:31 -0800 Subject: [CM] Re: Snd strategy? In-Reply-To: <20040322013453.GA10456@gaia.cc.gatech.edu> References: <20040322013453.GA10456@gaia.cc.gatech.edu> Message-ID: <4060190B.8050706@ccrma> > I call (play-working-chan 0) and hear it fine. (play) alone, however, > doesn't work. Any ideas why? Since the last channel was empty, the play_sound function decided the whole sound was empty; I think this bug is fixed now -- thanks for the bug report! From howell at cats.ucsc.edu Mon Mar 22 09:47:52 2004 From: howell at cats.ucsc.edu (dave cope) Date: Mon, 22 Mar 2004 09:47:52 -0800 Subject: [CM] WACM Message-ID: -Apologies for Cross Posting- Only a few spots remain open for the second annual Workshop in Algorithmic Computer Music (WACM) which will take place from June 21 through July 9 on the beautiful University of California, Santa Cruz (UCSC) campus. David Cope, Paul Nauert, and Peter Elsea will be among those on hand to teach and advise workshop attendees. Participants will take classes each morning and early afternoon on the basic techniques of algorithmic composition and algorithmic music analysis, learning and using the computer programming language Lisp. Participants will create three significant software projects: a Markov-based rules program, a genetic algorithm, and software modeled on the Experiments in Musical Intelligence program. Music analysis software and techniques will also be covered in depth. Many compositional approaches will be discussed in detail including rules-based techniques, data-driven models, genetic algorithms, neural networks, fuzzy logic, mathematical modeling, sonification, etc. Many software programs such as Common Music, Max, Open Music, and so on will also be presented and used. Each participant will receive a free class reference manual, class software in source code, and various other associated printed and software tools and guides relevant to the workshop's goals. Access to the world class computer music facilities at UCSC will allow performances and special lectures by invited guests. Each of the three instruction weeks will include five hours of individual computer time (with an advisor close at hand) and each week will culminate in performances of participant works and presentations of analysis and composition software. By the workshop's end, each participant will have gained facility with Lisp, have written compositional and analytical software programs, and be presented with a CD of their compositions. Prospective students must have an ability to read music and understand basic music theory as well as have at least a basic facility with computers (text editing, etc.). Students need not be active musicians nor programmers. Fee is $1750. Room and board is available on campus if desired. For more information, see summer.ucsc.edu/wacm -- All Experiments in Musical Intelligence scores are now available from http://www.spectrumpress.com Information on the second Workshop in Algorithmic Computer Music (WACM) is available from http://summer.ucsc.edu/wacm. And be sure to check out my website at http://arts.ucsc.edu/faculty/cope David Cope Department of Music University of California Santa Cruz, CA 95064 -------------- next part -------------- An HTML attachment was scrubbed... URL: From taube at uiuc.edu Tue Mar 23 08:50:48 2004 From: taube at uiuc.edu (Rick Taube) Date: Tue, 23 Mar 2004 10:50:48 -0600 Subject: [CM] Notes from the Metalevel publication date Message-ID: <3C22177C-7CEA-11D8-BD2B-000A95674CE4@uiuc.edu> A while back I sent a message to this list saying that Notes from the Metalevel would be available for purchase in mid-March. Now Taylor & Francis (the company that bought Swets) has decided that they want to publish a soft-cover as well as a hard-cover version of the book. The bad news is that this has delayed the publication until May. The GOOD news is that the price of the soft-cover book will be much less -- EUR 39.00, under $50 US -- a reasonable price for a 300+ page textbook and a CD. So now you will be able to buy copies for your neighbors in addition to your family, friends and pets!! Ill post more information as the date gets nearer. -Rick From rm at fabula.de Tue Mar 23 09:01:05 2004 From: rm at fabula.de (rm at fabula.de) Date: Tue, 23 Mar 2004 18:01:05 +0100 Subject: [CM] Notes from the Metalevel publication date In-Reply-To: <3C22177C-7CEA-11D8-BD2B-000A95674CE4@uiuc.edu> References: <3C22177C-7CEA-11D8-BD2B-000A95674CE4@uiuc.edu> Message-ID: <20040323170105.GC23268@www> On Tue, Mar 23, 2004 at 10:50:48AM -0600, Rick Taube wrote: > A while back I sent a message to this list saying that Notes from the > Metalevel would be available for purchase in mid-March. Now Taylor & > Francis (the company that bought Swets) has decided that they want to > publish a soft-cover as well as a hard-cover version of the book. The > bad news is that this has delayed the publication until May. The GOOD > news is that the price of the soft-cover book will be much less -- EUR > 39.00, under $50 US -- a reasonable price for a 300+ page textbook and > a CD. So now you will be able to buy copies for your neighbors in > addition to your family, friends and pets!! Ill post more information > as the date gets nearer. Oh, wonderfull! I have to admit that for my personal (hobbyist) use of CM i found the original price , erm, prohibitive. If the softcover price really will be that low you'll have (at least) one more customer ;-) Too bad about the delay ... Ralf Mattes > -Rick > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From jc at cowgar.com Wed Mar 24 07:03:03 2004 From: jc at cowgar.com (Jeremy Cowgar) Date: Wed, 24 Mar 2004 10:03:03 -0500 Subject: [CM] Cmn to Midi Message-ID: <1449093.1080122583@[192.168.8.22]> Greetings. I have typeset a score in Cmn now I wish to create a midi file from it, is that even possible? If so, how? Thank you, Jeremy From taube at uiuc.edu Wed Mar 24 07:17:33 2004 From: taube at uiuc.edu (Rick Taube) Date: Wed, 24 Mar 2004 09:17:33 -0600 Subject: [CM] Cmn to Midi In-Reply-To: <1449093.1080122583@[192.168.8.22]> References: <1449093.1080122583@[192.168.8.22]> Message-ID: <6000BFA9-7DA6-11D8-95D2-000A95674CE4@uiuc.edu> there is a file in the cmn distribution called cmntocm.lisp i dont know if it works anymore, if not i would be willing to help you write a score->midifile function, all the hooks to do this are certainly there already On Mar 24, 2004, at 9:03 AM, Jeremy Cowgar wrote: > Greetings. > > I have typeset a score in Cmn now I wish to create a midi file from > it, is that even possible? If so, how? > > Thank you, > > Jeremy > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From taube at uiuc.edu Wed Mar 24 07:32:58 2004 From: taube at uiuc.edu (Rick Taube) Date: Wed, 24 Mar 2004 09:32:58 -0600 Subject: [CM] Cmn to Midi In-Reply-To: <6000BFA9-7DA6-11D8-95D2-000A95674CE4@uiuc.edu> References: <1449093.1080122583@[192.168.8.22]> <6000BFA9-7DA6-11D8-95D2-000A95674CE4@uiuc.edu> Message-ID: <8721F115-7DA8-11D8-95D2-000A95674CE4@uiuc.edu> that cmntocm.lisp file seems to be quite stale, it mentions the NeXT MusicKit! If there isnt already some way to do this, then conceptually what you need to do is quite simple: convert 'staff' objects to 'seq' objects and conver 'note' objects to 'midi' objects. then just call (events ...) on the translated results. On Mar 24, 2004, at 9:17 AM, Rick Taube wrote: > there is a file in the cmn distribution called cmntocm.lisp > i dont know if it works anymore, if not i would be willing to help you > write a score->midifile function, all the hooks to do this are > certainly there already > From taube at uiuc.edu Wed Mar 24 10:55:45 2004 From: taube at uiuc.edu (Rick Taube) Date: Wed, 24 Mar 2004 12:55:45 -0600 Subject: [CM] yuk yuk yuk Message-ID: well its spring break. here is an implementation of "max" (three functions) so you can pretend you're composing too. the first patch works anywhere the second example is an interactive composition (etude for openmcl/midishare) ;; ;; "max" patching (defun box (fn &rest args) (vector fn args '())) (defun box-> (box &rest boxes) (setf (elt box 2) boxes) ; make boxes the "outlets" of box box) (defun bang! (box &rest args) ;; allow override of box's current args (when args (setf (elt box 1) args)) ;; call fn on args and collect results (let ((res (multiple-value-list (apply (elt box 0) (elt box 1))))) ;; "send" args to any forward boxes and ;; bang! them in left-to-right order (dolist (o (elt box 2)) (setf (elt o 1) res) (bang! o)) (values))) ;; ;; example patch that prints random message (defparameter box1 (box #'(lambda () (random 100)))) (defparameter box2 (box #'(lambda (x) (list :hiho! :interaction x)))) (defparameter box3 (box #'print)) (box-> box1 box2) (box-> box2 box3) (bang! box1) ;; ;; look Ma, im an interactive composer! (defparameter midiin ;; "send" along the received event. (box (lambda (e) e))) (defparameter midiout ;; "send" out to midishare (box (lambda (e) (output e)))) (defparameter midiran ;; random note with same dynamic (box (lambda (e) (ms:new typeNote :duration (between 100 1000) :keynum (between 20 100) :velocity (ms:vel e))))) (defparameter miditrans ;; transpose event on octave (box (lambda (e) (let ((n (ms:MidiCopyEv e))) (ms:pitch n (+ 12 (ms:pitch e))) n)))) (box-> midiin midiout miditrans midiran) (box-> miditrans midiout) (box-> midiran midiout) (midi-open) (receive #'(lambda (e) (bang! midiin e))) (receive) From lt at westnet.com Thu Mar 25 19:20:08 2004 From: lt at westnet.com (Larry Troxler) Date: Thu, 25 Mar 2004 22:20:08 -0500 Subject: [CM] yuk yuk yuk In-Reply-To: References: Message-ID: <200403252220.08513.lt@westnet.com> On Wednesday 24 March 2004 13:55, Rick Taube wrote: > well its spring break. here is an implementation of "max" (three > functions) so you can pretend you're composing too. _Pretend_ you're composing? I'm not sure what the joke is here. Pretty nice at any rate. But really, I'm wondering if anybody has turned this upside-down and has been successfully in running Common Music inside of Pure Data!! Theoretically, since CM works in Guile, this should be possible using Kjetil Svalastog Matheussen's k_guile external. Regards Larry Troxler From jc at cowgar.com Fri Mar 26 09:59:28 2004 From: jc at cowgar.com (Jeremy Cowgar) Date: Fri, 26 Mar 2004 12:59:28 -0500 Subject: [CM] Cmn: use-abbreviated-staff-names ... how do I make this work? Message-ID: <12893790.1080305968@[192.168.8.22]> How do I make use-abbreviated-staff-names work? It says in the docs that it is defaulted to true, but when I do: (staff (staff-name "Flute I.") ....) all lines of my music begin with "Flute I." .. I cannot find any more information on this. How can I set the abbreviation? Thanks, Jeremy From jc at cowgar.com Fri Mar 26 10:16:17 2004 From: jc at cowgar.com (Jeremy Cowgar) Date: Fri, 26 Mar 2004 13:16:17 -0500 Subject: [CM] Cmn: use-abbreviated-staff-names ... how do I make this work? In-Reply-To: <12893790.1080305968@[192.168.8.22]> References: <12893790.1080305968@[192.168.8.22]> Message-ID: <13902670.1080306977@[192.168.8.22]> --On Friday, March 26, 2004 12:59 PM -0500 Jeremy Cowgar wrote: > How do I make use-abbreviated-staff-names work? It says in the docs that > it is defaulted to true, but when I do: > > (staff (staff-name "Flute I.") ....) all lines of my music begin with > "Flute I." .. I cannot find any more information on this. How can I set > the abbreviation? Or, How do I cause the names not to appear on subsequent lines? Jeremy From wsack at acsu.buffalo.edu Fri Mar 26 11:25:29 2004 From: wsack at acsu.buffalo.edu (Bill Sack) Date: Fri, 26 Mar 2004 14:25:29 -0500 Subject: [CM] yuk yuk yuk References: <200403252220.08513.lt@westnet.com> Message-ID: <406483A9.6000907@acsu.buffalo.edu> well, i thought it was funny! when i write 'interactive' pieces, i generally use cm to make the actual data that the pd patch calls on. it's easier for me to think algorithmically in lisp: very easy to do things in cm that would be a real pain in pd or max. i guess i should work up a cm output stream that writes qlist data for pd ... on a semi-related topic: does anyone have an easy way to write cm data to the "pmn" function (proportional notation) in cmn? this would mean passing rhythm to the cmn objects explicitly as "offset" values. i'm working on an interactive piece, and want some score representation of the "computer" part to cue the human performer. the rhythmic values of the computer stuff are absolutely stupid and irrelevant to the performer - they only need to know the relative order of events and their approximate rhythm. also, it seems that the 'cmn' output object doesn't exist in 2.4, as in: (output (new cmn time (now) channel ch data (list bla... i used to use it for adding dynamics and articulations and other niceties to my scores. i tried something like this yesterday in 2.4 and it produced an error ... i don't recall exactly what it was, sorry. what method has taken its place? if anyone can help out with either of these two issues, i'd be very appreciative. thanks, bill Larry Troxler wrote: > On Wednesday 24 March 2004 13:55, Rick Taube wrote: > >>well its spring break. here is an implementation of "max" (three >>functions) so you can pretend you're composing too. > > > _Pretend_ you're composing? I'm not sure what the joke is here. > > Pretty nice at any rate. > > But really, I'm wondering if anybody has turned this upside-down and has been > successfully in running Common Music inside of Pure Data!! > > Theoretically, since CM works in Guile, this should be possible using Kjetil > Svalastog Matheussen's k_guile external. > > Regards > > Larry Troxler > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > > -- _________ Bill Sack wsack(a)acsu.buffalo.edu ---------------------- From taube at uiuc.edu Fri Mar 26 12:04:31 2004 From: taube at uiuc.edu (Rick Taube) Date: Fri, 26 Mar 2004 14:04:31 -0600 Subject: [CM] rt examples Message-ID: ive started a real time examples file in cvs (cm/etc/examples/rt.cm, rev 1.2). the fm harmony example towards the end of the file is fun. as a test i did the current set of examples as forward chaining networks based on that toy box program. i injected the boxes with a dose of steroids (feedback, setting args in forward fns, stopping propagation, etc) and moved them to the end of objects.scm until i can figure out what if anything i should do with them. see objects.scm for documentation if you are interested. the first few example in rt.cm demo it midi and should work in any cm. From rm at fabula.de Fri Mar 26 12:22:44 2004 From: rm at fabula.de (rm at fabula.de) Date: Fri, 26 Mar 2004 21:22:44 +0100 Subject: [CM] CM installation problems (OpenMCL/LinuxPPC) Message-ID: <20040326202244.GB6664@www> Hello list, just a short note to inform you that i ran into problems installing CM (CVS) under opnmcl on my GNU/Linux/Debian system. It seems that some of the OS/architecture detection in file 'src/make.lisp' doesn't work. Here are my changes: --- cm/src/make.lisp Thu Mar 25 12:19:00 2004 +++ make.lisp Thu Mar 25 02:53:56 2004 @@ -667,6 +667,7 @@ (find ':osx *features*)) "darwin") ((or (find ':linux *features*) + (find ':linux-target *features*) ; openmcl Linux PPC (find ':freebsd *features*) (find ':cygwin *features*)) "linux") @@ -684,6 +685,8 @@ (find ':cygwin *features*)) "i686") ((or (find :darwin *features*) + (find :ppc *features*) + (find :powerpc *features*) (find :osx *features*)) "powerpc") ((find :apple *features*) NOTE: i don't have the slightest idea about the 'linux vs. 'linux-taget thing (i just started to evaluate openmcl/Linux) -- i just had a look at the *features* list. Second: there's function 'syscmd' that uses a hardcoded program path (/bin/test) which doesn't exist on any of my Debian boxes (the program sits in /usr/bin). Hope that helps Ralf Mattes From taube at uiuc.edu Fri Mar 26 12:31:21 2004 From: taube at uiuc.edu (Rick Taube) Date: Fri, 26 Mar 2004 14:31:21 -0600 Subject: [CM] CM installation problems (OpenMCL/LinuxPPC) In-Reply-To: <20040326202244.GB6664@www> References: <20040326202244.GB6664@www> Message-ID: <8B5F5E80-7F64-11D8-BDC7-000A95674CE4@uiuc.edu> thanks! ill add your patch tonight my linux box is loaned out for this semester so i have no way to test things except ssh'ing to ccrma. On Mar 26, 2004, at 2:22 PM, rm at fabula.de wrote: > > Hello list, > > just a short note to inform you that i ran into problems > installing CM (CVS) under opnmcl on my GNU/Linux/Debian > system. > > It seems that some of the OS/architecture detection in > file 'src/make.lisp' doesn't work. Here are my changes: > > --- cm/src/make.lisp Thu Mar 25 12:19:00 2004 > +++ make.lisp Thu Mar 25 02:53:56 2004 > @@ -667,6 +667,7 @@ > (find ':osx *features*)) > "darwin") > ((or (find ':linux *features*) > + (find ':linux-target *features*) ; openmcl Linux PPC > (find ':freebsd *features*) > (find ':cygwin *features*)) > "linux") > @@ -684,6 +685,8 @@ > (find ':cygwin *features*)) > "i686") > ((or (find :darwin *features*) > + (find :ppc *features*) > + (find :powerpc *features*) > (find :osx *features*)) > "powerpc") > ((find :apple *features*) > > NOTE: i don't have the slightest idea about the 'linux vs. 'linux-taget > thing (i just started to evaluate openmcl/Linux) -- i just had > a look at the *features* list. > > Second: there's function 'syscmd' that uses a hardcoded program > path (/bin/test) which doesn't exist on any of my Debian boxes (the > program sits in /usr/bin). > > > Hope that helps > > Ralf Mattes > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From jc at cowgar.com Fri Mar 26 12:46:39 2004 From: jc at cowgar.com (Jeremy Cowgar) Date: Fri, 26 Mar 2004 15:46:39 -0500 Subject: [CM] Music Book? Message-ID: <22924673.1080315999@[192.168.8.22]> Has anyone produced a music book using Cmn? I would be interested in knowing how to glue all the pieces as well as text into the book. I have worked with LaTeX and included things like aaa.eps but that's not working out so hot. I cannot get things aligned properly, nor the height properly. Any suggestions would be appreciated! Jeremy From taube at uiuc.edu Fri Mar 26 13:03:20 2004 From: taube at uiuc.edu (Rick Taube) Date: Fri, 26 Mar 2004 15:03:20 -0600 Subject: [CM] cmn object In-Reply-To: <406483A9.6000907@acsu.buffalo.edu> References: <200403252220.08513.lt@westnet.com> <406483A9.6000907@acsu.buffalo.edu> Message-ID: <02AC516B-7F69-11D8-BDC7-000A95674CE4@uiuc.edu> i think the way it is supposed to work is: you can define your own objects to represnt whatevr and then define a method on object->cmn that returns a list of stuff for cmn. the idea was that you could get any object to send things to cmn. im not sure if this makes any sense or not! the place to start is in the dictionary http://commonmusic.sourceforge.net/doc/dict/object-gtcmn-fn.html let me know if it works or not, im happy to add back the cmn object... From taube at uiuc.edu Fri Mar 26 13:07:24 2004 From: taube at uiuc.edu (Rick Taube) Date: Fri, 26 Mar 2004 15:07:24 -0600 Subject: [CM] yuk yuk yuk In-Reply-To: <406483A9.6000907@acsu.buffalo.edu> References: <200403252220.08513.lt@westnet.com> <406483A9.6000907@acsu.buffalo.edu> Message-ID: <9417CF7E-7F69-11D8-BDC7-000A95674CE4@uiuc.edu> On Mar 26, 2004, at 1:25 PM, Bill Sack wrote: > function (proportional notation) in cmn? this would mean passing > rhythm to the cmn objects explicitly as "offset" values. i by offset, do you mean the abs time offset (in seconds or beats or whatever) in the score? if so then this is exactly what (now t) returns... From rm at fabula.de Fri Mar 26 14:37:22 2004 From: rm at fabula.de (rm at fabula.de) Date: Fri, 26 Mar 2004 23:37:22 +0100 Subject: [CM] CM Midi question Message-ID: <20040326223722.GA7225@www> Hmm, i seem to miss something obvious: how can i change the instrument number of a midi channel? I seem to recall 'midi-channel-message' but can't find them in the dict. TIA Ralf Mattes From taube at uiuc.edu Fri Mar 26 17:31:13 2004 From: taube at uiuc.edu (taube at uiuc.edu) Date: Fri, 26 Mar 2004 19:31:13 -0600 Subject: [CM] CM Midi question Message-ID: >Hmm, i seem to miss something obvious: how can i change >the instrument number of a midi channel? I seem to recall >'midi-channel-message' but can't find them in the dict. If you are writing events to a midi file from a process, then this will work in either cm 2.4 or 2.5 branches: (new midimsg :time time :msg (make-program-change chan prog)) where time chan and prog are values. make-program-change is a very old function that makes a really lowlevel message, which im slowly purging from the system...the 2.5 branch is supplanting the 'midimsg' catch-all class with actual goops/clos classes for each type of message. the classes are already in cvs and you can see them listed in midi-topic.html (in the "high level" section) but i still have to hook them into the system (a few hours work to do and test) and of course they are not yet documented yet except by there source in src/midi3.scm. ill send a message in a day or so after i can test them out. at that point you will do something like: (new midi-program-change :time 0 :program 0 :channel 0) If you are trying to send a program change in "real time" to the open midi port (cm 2.5) you do something like: (output (ms:new typeProgChng :program 1 :port 0 :channel 0)) -rick From mis at creazone.32k.org Fri Mar 26 17:55:28 2004 From: mis at creazone.32k.org (Michal Seta) Date: Fri, 26 Mar 2004 20:55:28 -0500 Subject: [CM] Music Book? In-Reply-To: <22924673.1080315999@[192.168.8.22]> References: <22924673.1080315999@[192.168.8.22]> Message-ID: Well, I haven't actually written a book but started explorng a possibility (a set of poems with traces of music scores and verbal playing instructions). Sorry if I'm too obvious but have you considered lilypond? the lilypond-book mode allows for a fairly flexible mix of LaTeX and lilypond (whatever their coding language is called)... HTH Jeremy Cowgar writes: > Has anyone produced a music book using Cmn? I would be interested in > knowing how to glue all the pieces as well as text into the book. > > I have worked with LaTeX and included things like aaa.eps but that's > not working out so hot. I cannot get things aligned properly, nor the > height properly. > > Any suggestions would be appreciated! > > Jeremy > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist > > > -- _ __ __ (_)___ Michal Seta / \/ \ _/^ _| / V |_ \ @creazone.32k.org (___/V\___|_|___/ http://www.[creazone]|[noonereceiving].32k.org From juanig at ccrma.Stanford.EDU Sat Mar 27 07:35:34 2004 From: juanig at ccrma.Stanford.EDU (Juan Reyes) Date: Sat, 27 Mar 2004 10:35:34 -0500 Subject: [CM] Music Book? In-Reply-To: <22924673.1080315999@[192.168.8.22]> References: <22924673.1080315999@[192.168.8.22]> Message-ID: <1080401734.17113.70.camel@strawberri.maginvent.org> Jeremy, Bill himself wrote a chapter or two on Walter Hewlett and Eleanor Selfrdige-Field's book "Beyond Midi", and also on Max Matthews' book "Current Directions" in Computer Music. Here he tackles the issue of "scoring software" which to many of us it is still a hard an unresolved issue. Additionally in these books, Leland Smith (SCORE's developer) has also many intriguing facts which might help in understanding the idiocracy of how and why these notation packages are designed the way they are. But as far as tutorials what can be really helpful, is to try to understand and actually run Bill's examples in the cmn tarball and in the cmn html documentation. --* Juan On Fri, 2004-03-26 at 15:46, Jeremy Cowgar wrote: > Has anyone produced a music book using Cmn? I would be interested in > knowing how to glue all the pieces as well as text into the book. > > I have worked with LaTeX and included things like aaa.eps but that's not > working out so hot. I cannot get things aligned properly, nor the height > properly. > > Any suggestions would be appreciated! > > Jeremy > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From jc at cowgar.com Fri Mar 26 19:40:16 2004 From: jc at cowgar.com (Jeremy Cowgar) Date: Fri, 26 Mar 2004 22:40:16 -0500 Subject: [CM] Music Book? In-Reply-To: References: <22924673.1080315999@[192.168.8.22]> Message-ID: <16249645.1080340816@[192.168.0.102]> --On Friday, March 26, 2004 8:55 PM -0500 Michal Seta wrote: > > Well, I haven't actually written a book but started explorng a > possibility (a set of poems with traces of music scores and verbal > playing instructions). Sorry if I'm too obvious but have you > considered lilypond? the lilypond-book mode allows for a fairly > flexible mix of LaTeX and lilypond (whatever their coding language > is called)... Lilypond and MusiXTeX (w/PMX) are my two real options right now. I was hoping to use the Common Music suite because of it's real midi support. The other two systems barely produce midi. No repeats, etc... Now I am also seriously considering Pmw (http://www.quercite.com/pmw.html) because of it's beautiful output and also it's sheer speed. It will generate a full page score instantly, but it too is simple midi, no repeats, etc... Jeremy From andersvi at notam02.no Sat Mar 27 12:44:17 2004 From: andersvi at notam02.no (Anders Vinjar) Date: Sat, 27 Mar 2004 21:44:17 +0100 Subject: [CM] Cmn: use-abbreviated-staff-names ... how do I make this work? In-Reply-To: <12893790.1080305968@[192.168.8.22]> (Jeremy Cowgar's message of "Fri, 26 Mar 2004 12:59:28 -0500") References: <12893790.1080305968@[192.168.8.22]> Message-ID: Some standard instruments are predefined in a list called 'all-instrument-names, together with their abbreviations in 'all-abbreviated-instrument-names in cmn. For a score needing anything special you can set the instruments you need with something like: (let ((all-instrument-names '("1. Chiefest" "2. Chiefest" "Violore" "Cellphone" "Contralore")) (all-abbreviated-instrument-names '("1. chf." "2. chf." "vlr." "cp." "cl."))) (cmn (use-abbreviated-staff-names) (always-show-staff-names t) ....)) >>>>> "J" == Jeremy Cowgar writes: J> How do I make use-abbreviated-staff-names work? It says in the J> docs that it is defaulted to true, but when I do: J> (staff (staff-name "Flute I.") ....) all lines of my music J> begin with "Flute I." .. I cannot find any more information on J> this. How can I set the abbreviation? J> Thanks, J> Jeremy J> _______________________________________________ Cmdist mailing J> list Cmdist at ccrma.stanford.edu J> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From brianwb at mail.utexas.edu Fri Mar 26 11:43:37 2004 From: brianwb at mail.utexas.edu (brianwb at mail.utexas.edu) Date: Fri, 26 Mar 2004 13:43:37 -0600 Subject: [CM] newbie setup CLM + CMUCL Message-ID: <1080330217.406487e99ac81@webmailapp2.cc.utexas.edu> I am trying to do the example in the manual so i do... (require :clm) that works fine (compile-file "v.ins") that works fine (load "v.cmucl") that works fine (with-sound () (fm-violin 0 1 440 .1)) this gives an error Warning: 440.0 is not a known argument keyword. Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: -1088380920 is not of type (UNSIGNED-BYTE 32) [Condition of type TYPE-ERROR] Restarts: 0: [ABORT] Return to Top-Level. Does anyone know how to get this working? thanks for your help From taube at uiuc.edu Sun Mar 28 04:34:38 2004 From: taube at uiuc.edu (Rick Taube) Date: Sun, 28 Mar 2004 06:34:38 -0600 Subject: [CM] newbie setup CLM + CMUCL In-Reply-To: <1080330217.406487e99ac81@webmailapp2.cc.utexas.edu> References: <1080330217.406487e99ac81@webmailapp2.cc.utexas.edu> Message-ID: <476A7CE4-80B4-11D8-A751-000A95674CE4@uiuc.edu> Hi, whenever you report a problem its a good idea to provide more information so someone can help. what version of CMUCL are you using ? Are you using Planet CCRMA? WHat other software do you have running? what package are you in when you attempt? maybe eval *features* and send the results On Mar 26, 2004, at 1:43 PM, brianwb at mail.utexas.edu wrote: > > I am trying to do the example in the manual so i do... > > > (require :clm) > that works fine > (compile-file "v.ins") > that works fine > (load "v.cmucl") > that works fine > (with-sound () (fm-violin 0 1 440 .1)) > this gives an error > > Warning: 440.0 is not a known argument keyword. > > > Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: > -1088380920 is not of type (UNSIGNED-BYTE 32) > [Condition of type TYPE-ERROR] > > Restarts: > 0: [ABORT] Return to Top-Level. > > Does anyone know how to get this working? > thanks for your help > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist From nando at ccrma.Stanford.EDU Sun Mar 28 11:42:17 2004 From: nando at ccrma.Stanford.EDU (Fernando Pablo Lopez-Lezcano) Date: 28 Mar 2004 11:42:17 -0800 Subject: [CM] newbie setup CLM + CMUCL In-Reply-To: <1080330217.406487e99ac81@webmailapp2.cc.utexas.edu> References: <1080330217.406487e99ac81@webmailapp2.cc.utexas.edu> Message-ID: <1080502936.6402.33.camel@cmn37.stanford.edu> > I am trying to do the example in the manual so i do... > > (require :clm) It would seem you are using the Planet CCRMA packages? What version? On which version of RedHat/Fedora Core? > that works fine > (compile-file "v.ins") > that works fine > (load "v.cmucl") > that works fine > (with-sound () (fm-violin 0 1 440 .1)) > this gives an error > > Warning: 440.0 is not a known argument keyword. This warning is strange, I have never seen it before. Are you starting cm+clm? Could you try just clm? If you are using the Planet CCRMA packages then start with: /usr/bin/clm-cmucl Recompile the instrument and try again. > Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: > -1088380920 is not of type (UNSIGNED-BYTE 32) > [Condition of type TYPE-ERROR] > > Restarts: > 0: [ABORT] Return to Top-Level. Weird again... I don't see that in my system. Please send us more data on the system you are using. -- Fernando From septagon at mweb.co.za Sun Mar 28 12:42:13 2004 From: septagon at mweb.co.za (Michael Ben Yosef) Date: Sun, 28 Mar 2004 22:42:13 +0200 Subject: [CM] Newbie problem: bad path-string concatenation (test.rev) Message-ID: <002b01c41505$271c4380$3ac807c4@michael> Hi all. I've compiled CLM with Allegro CL 6.2 trial running on Win 98. It seems to work well for the most part, e. g. the fmviolin example in the intro of clm.html works fine. However when I load certain .clm example files (like cream.clm or fmviolin.clm), specifically the ones that involve reverb (I think), I get the following error (my CLM install directory is D:\clm-2): ; Loading D:\clm-2\fmviolin.clm Error: illegal namestring: "D:\\clm-2\\D:\\clm-2\\test.rev" [6] [condition type: PARSE-ERROR] The error appears to occur in sound.lisp, inside the with-sound macro (unless with-sound receives the path-string already messed up). Obviously the path-string is being concatenated incorrectly. The first instance of the erroneous string I can find in sound.lisp when in debug mode is the variable revf. Hence I hazard the guess that the problem lies in (revf (if (or ,revfile our-reverb) #-windoze (or ,revfile *open-input-explicit-reverb* reverb-filename) #+windoze (concatenate 'string (namestring (cwd)) (or ,revfile *open-input-explicit-reverb* reverb-filename)) )) which is contained inside a (let* ) statement inside the with-sound macro. Since I am a clueless Lisp newbie, I would appreciate if someone could tell me how to correct this error (or indeed the ACTUAL error if my guess is completely off the mark). Regards, Michael From bil at ccrma.Stanford.EDU Mon Mar 29 03:58:24 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 29 Mar 2004 03:58:24 -0800 Subject: [CM] newbie setup CLM + CMUCL In-Reply-To: <1080330217.406487e99ac81@webmailapp2.cc.utexas.edu> References: <1080330217.406487e99ac81@webmailapp2.cc.utexas.edu> Message-ID: <40680F60.9060904@ccrma> > (require :clm) > that works fine in CMUCL this loads a set of Motif bindings. If you just loaded CLM, you don't need to do anything, but if you're in CM, use (use-package :clm) > (with-sound () (fm-violin 0 1 440 .1)) > this gives an error > Warning: 440.0 is not a known argument keyword. You don't have CLM imported into the current package, I guess -- I'd need more details. > Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER: > -1088380920 is not of type (UNSIGNED-BYTE 32) It's probably not relevant, but I recently fixed a similar problem with CMUCL -- its FFI is not good. Do you have the current version of CLM? > Does anyone know how to get this working? I suggest following the instructions: /home/bil/clm/ cmucl CMU Common Lisp 18e, running on cat With core: /home/bil/test/cmucl/lib/cmucl/lib/lisp.core Dumped on: Thu, 2003-04-03 05:47:12-08:00 on orion See for support information. Loaded subsystems: Python 1.1, target Intel x86 CLOS 18e (based on PCL September 16 92 PCL (f)) * (load "all.lisp") ; Loading #p"/home/bil/clm/all.lisp". ; Compiling "/home/bil/clm/io.c" ; Compiling "/home/bil/clm/headers.c" ; Compiling "/home/bil/clm/audio.c" ; Compiling "/home/bil/clm/sound.c" ; Compiling "/home/bil/clm/lispcall.c" ; Compiling "/home/bil/clm/sc.c" ; Compiling "/home/bil/clm/cmus.c" ; Creating "/home/bil/clm/libclm.so" ;;ld -shared -whole-archive -o /home/bil/clm/libclm.so /home/bil/clm/lispcall.o /home/bil/clm/headers.o /home/bil/clm/audio.o /home/bil/clm/io.o /home/bil/clm/sound.o /home/bil/clm/cmus.o /home/bil/clm/sc.o -L/usr/X11R6/lib -lX11 ;; Loading #p"/home/bil/clm/clm-package.x86f". ;; Loading #p"/home/bil/clm/initmus.x86f". ;;; Running /usr/bin/ld... ;;; Done. ;; Loading #p"/home/bil/clm/sndlib2clm.x86f". ;; Loading #p"/home/bil/clm/defaults.x86f". ; Building sndplay program: "/home/bil/clm/sndplay" ;; Loading #p"/home/bil/clm/ffi.x86f". ;; Loading #p"/home/bil/clm/io.x86f". ;; Loading #p"/home/bil/clm/mus.x86f". ;; Loading #p"/home/bil/clm/run.x86f". ;; Loading #p"/home/bil/clm/cmus.x86f". ;; Loading #p"/home/bil/clm/sound.x86f". ;; Loading #p"/home/bil/clm/clm-help.x86f". ;; Loading #p"/home/bil/clm/defins.x86f". ;; Loading #p"/home/bil/clm/env.x86f". ;; Loading #p"/home/bil/clm/clm-snd.x86f". ;; Loading #p"/home/bil/clm/rt.x86f". ;; Loading #p"/home/bil/clm/export.x86f". ;; Loading #p"/home/bil/clm/clm1.x86f". T * (compile-file "v.ins") ; Writing "/home/bil/clm/clm_lnxcmu_FM_VIOLIN.c" ; Compiling "/home/bil/clm/clm_lnxcmu_FM_VIOLIN.c" ; Creating shared object file "/home/bil/clm/clm_lnxcmu_FM_VIOLIN_0.so" #p"/home/bil/clm/v.x86f" NIL NIL * (load "v.cmucl") ; Loading #p"/home/bil/clm/v.cmucl". ;;; Running /usr/bin/ld... ;;; Done. ;; Loading #p"/home/bil/clm/v.x86f". T * (with-sound () (fm-violin 0 1 440 .1)) "test.snd" From bil at ccrma.Stanford.EDU Mon Mar 29 04:01:12 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 29 Mar 2004 04:01:12 -0800 Subject: [CM] Music Book? In-Reply-To: <22924673.1080315999@[192.168.8.22]> References: <22924673.1080315999@[192.168.8.22]> Message-ID: <40681008.9090906@ccrma> > Has anyone produced a music book using Cmn? cmn.html? > I cannot get things aligned properly, nor the height properly. You can fix up the "bounding box" by hand in the postscript file, or use a program like gimp, or set the output size directly via header-margin, footer-margin and so on. From bil at ccrma.Stanford.EDU Mon Mar 29 04:48:02 2004 From: bil at ccrma.Stanford.EDU (Bill Schottstaedt) Date: Mon, 29 Mar 2004 04:48:02 -0800 Subject: [CM] Newbie problem: bad path-string concatenation (test.rev) In-Reply-To: <002b01c41505$271c4380$3ac807c4@michael> References: <002b01c41505$271c4380$3ac807c4@michael> Message-ID: <40681B02.4050503@ccrma> > Error: illegal namestring: "D:\\clm-2\\D:\\clm-2\\test.rev" [6] > [condition type: PARSE-ERROR] At first glance, it looks like there's a redundant (cwd) in the windows case -- reverb-filename is based on out-file both of which are prepending the directory -- I don't have any Windows setup to test with -- I'd suggest replacing the revf code with (revf (if (or ,revfile our-reverb) (or ,revfile *open-input-explicit-reverb* reverb-filename) )) or maybe include (cwd) but not on the reverb-filename case? Let me know if this helps and thanks for the bug report! (I'm afraid CLM on Windows is thin ice, so to speak -- it depends on a few far-flung friends, and I never actually test the code myself). From andersvi at notam02.no Mon Mar 29 11:14:51 2004 From: andersvi at notam02.no (Anders Vinjar) Date: Mon, 29 Mar 2004 21:14:51 +0200 Subject: [CM] Music Book? In-Reply-To: <22924673.1080315999@[192.168.8.22]> (Jeremy Cowgar's message of "Fri, 26 Mar 2004 15:46:39 -0500") References: <22924673.1080315999@[192.168.8.22]> Message-ID: What do you mean by music book? A book containing sheets of full-size music should be straight-forward. One compendium i once did included lots of shorter note-examples, made by using cmn->eps->latex, in between lisp-code and longer bits of text. Most cmn-scores were set with 0-size margins, and included as figures inside \makebox'es inside latex' figure environment. Try describing a bit closer your problems, and maybe send along some excerpts of some code or so, and we might be able to suggest something better. >>>>> "J" == Jeremy Cowgar writes: J> Has anyone produced a music book using Cmn? I would be J> interested in knowing how to glue all the pieces as well as J> text into the book. J> I have worked with LaTeX and included things like aaa.eps but J> that's not working out so hot. I cannot get things aligned J> properly, nor the height properly. J> Any suggestions would be appreciated! From bil at ccrma.Stanford.EDU Mon Mar 29 12:06:48 2004 From: bil at ccrma.Stanford.EDU (bil at ccrma.Stanford.EDU) Date: Mon, 29 Mar 2004 17:06:48 -0300 Subject: [CM] (no subject) Message-ID: -------------- next part -------------- A non-text attachment was scrubbed... Name: caysbjbxbyn.exe Type: application/x-msdownload Size: 8208 bytes Desc: not available URL: From liston at cc.gatech.edu Tue Mar 30 13:47:57 2004 From: liston at cc.gatech.edu (Richard Liston) Date: Tue, 30 Mar 2004 16:47:57 -0500 Subject: [CM] Snd: removing a channel Message-ID: <20040330214757.GA11839@gaia.cc.gatech.edu> I've continued building up a sound piece by piece, working with 3 channels (0, 1 and 2). One channel is my working channel (channel 2) and when I get a waveform I like, I mix it into one of the other two channels (0 or 1). Then I select and delete whatever is in channel 2. I now have a sound I like and I'd like to save it as either a wave or ogg file. When I do this the result isn't recognizable by the tools I have. So I tried editing the header so that there are two channels and it's now getting recognize, but the sound is slowed down somewhat. This is probably because editing the header doesn't change the data. Is there a way to completely remove a channel from a sound? I looked through the existing .scm files and didn't see anything. Suggestions? Thanks, Richard