Bill Upp wrote: > Now I am back to frustrated. I copied the liquidsoap executable file to > /usr/local/bin, and that got rid of the error about no file found. When I > run the firsttry.liq script, I am getting this error > "At line 1, char 13-12: unbound symbol firsttry.liq"
I guess you didn't use the command-line correctly. When you type "liquidsoap BLAH", if BLAH is a file (like "./my.liq") then it runs it as a script, otherwise it runs it as en expression (like "out(dolebrai())"). If the file path is not valid from the current directory, liquidsoap doesn't see that it is meant to be a file, and tries to interpret it as an expression, which fails. That's what happened to you, I think. If not, there might also be a subtlety with the shebang (#!), so please detail exactly what you were doing. We liked to keep this ambiguity about the interpretation of the argument, because it makes things concise and simple to use. This is the first time a problem is reported with that choice. That's a bit embarrassing, I'll try to think of a way to hint the user about this kind of error. Anyway, I see from your next mail that you were successful in the end, I'll now answer to that one.. Cheers David ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
