[linux-audio-user] compiling snd with guile support

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-user] compiling snd with guile support
From: matt yee-king (yeeking_AT_no-future.com)
Date: Thu Feb 21 2002 - 14:16:13 EET


Hello

I'm trying to get snd running by building from the source.

i configure like this:

 ./configure --with-motif --with-ladspa --with-static-xm --with-guile

but when i try and load snd with -l misc.scm, i get this error:

[12:11:48] Syntax error in fixed argument declaration.

; (load "misc.scm")
(while loading "/home/matthew/Snd/scm/misc.scm")

regardless of what i have in misc.scm...does this mean guile isn't
working?

i had to hack the configure script so it could find and test guile. the
guile section of the configure output is:

checking for /usr/bin/guile-config... yes
checking for Guile... 1.4
checking for scm_set_smob_apply in -lguile... no
checking for scm_remember_upto_here in -lguile... no
checking for scm_make_real in -lguile... yes
checking for scm_object_to_string in -lguile... no
checking for scm_num2long_long in -lguile... yes
checking for scm_num2int in -lguile... no
checking for scm_c_make_vector in -lguile... no
checking for scm_c_define in -lguile... no
checking for scm_c_define_gsubr in -lguile... no
checking for scm_c_eval_string in -lguile... no
checking for scm_list_n in -lguile... no
checking for scm_str2symbol in -lguile... no
checking for scm_t_catch_body... no

lots of 'no's' - is this why the binary 'snd' i get can't load the scm
files?

snd --help gives me:

Snd is a sound editor. Peruse the 'help' menu or try the snd-help
function for help.
This is Snd version 5.7 of 11-Feb-02:
    Xen: 1.2, Guile: 1.4
    OSS 3.8.2
    Sndlib 14.21 (1-Feb-02, int24 samples)
    CLM 1.59 (25-Jan-02)
    Motif 2.1.30 X11R6
    Xpm 3.4.11
    with LADSPA
    Compiled Feb 21 2002 11:51:28
    C: 2.95.4 20010319 (prerelease/franzo/20011204)
    Libc: 2.2.4.stable

whereas in Dave Phillips article on Oreilly, he says his snd outputs:

[dlphilp_AT_localhost dlphilp]$ snd --help
Snd is a sound editor. Peruse the 'help' menu or try the
snd-help function for help.
This is Snd version 5.2 of 30-Aug-01:
    Xen: 1.0, Guile: 1.5.0
    OSS 3.9.8
    Sndlib 13.7 (29-Aug-01, int24 samples)
    CLM 1.51 (6-July-01)
    gsl: 0.9.1
    Motif 2.1.30 X11R6
    Xpm 3.4.11
    with LADSPA
    Compiled Aug 30 2001 09:40:29
    C: egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
    Libc: 2.1.3.s

i assume that gsl is guile scipting language or something?

i really want/ need to get this thing going properly, can anyone offer
any suggestions?

cheers

matthew


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Feb 21 2002 - 14:06:42 EET