Hi David,

Actually, while waiting for a reply, I found the culprit:

I had placed the time-scheduling 'switch' statements that refer
to sstol (and all other names of programs), before the MP3/OGG areas
that declare the files that are needed.

Thanks,
Andre




On Tue, 30 Nov 2010 16:26:45 -0500, David Baelde <[email protected]>  
wrote:

> Unbound symbol means that a variable (sstol here) does not refer to  
> anything
> (potentially mispelled).
>
> HTH,
>
> David (mobile)
>
> Le 30 nov. 2010 19:19, <[email protected]> a écrit :
>
> Hi,
>
> I re-inserted my switch code, and received an 'unbound symbol' error:
>
> (...)
> # === SWITCH SCHEDULE ===
> morning = switch(
> track_sensitive=true,
> [
> ({09h00-9h30}, sstol),
> ({09h30-10h00}, mfts),
> ({1w or 3w or 5w and 10h30-11h00}, ogp),
> ({2w or 4 and 10h00-10h30}, woas),
> ({10h30-11h00}, coc),
> ({11h00-11h40}, csr),
> ({11h40-12h00}, cosm)
> ]
> )
> afternoon = switch(
> track_sensitive=true,
> [
> ({12h00-13h00}, yap),
> ({1w or 5w and 13h00-13h30}, btg),
> ({2w or 3w or 4w and 13h00-13h30}, ktf),
> ({13h30-14h00}, cfc),
> ({14h00-15h00}, mh),
> ({15h00-15h10}, codm),
> ({15h10-15h20}, hsip),
> ({15h20-16h00}, csoc),
> ({1w or 5w and 16h00-17h30}, sp),
> ({2w or 3w or 4w and 16h00-17h00}, ewae)
> ]
> )
> # === Load MP3 Section ===
> (...)
>
>
> /usr/local/etc/rc.d/liquidsoap start
> Starting liquidsoap.
> At line 9, char 21 [[ fifth line above - ending in 'sstol']]: unbound
> symbol sstol.
>
> What does this mean? How do I fix it?
>
> Thanks,
> Andre
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for  
> grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to