Hi David, Yes, Linux uses "\n" while Windows uses "\r\n" (or maybe "\n\r", can't remember). You might want to try using the dos2unix program to convert between the different styles, or you can use a text editor like jEdit or any other that has the feature to convert between line endings. steven On 5/1/06, David Akbari wrote: > Hi List, > > Has anyone been able to get CsoundAV to run with WINE ? I'm having a > bit of trouble running just the example files and it appears to simply > be a problem with line breaks - does Linux use a different style of > line breaks than Win32 ? > > Trying to run halloCube.csd I get "Error: Perhaps undefined macro" and > when trying to run gle_Extrusion.csd I get what looks like line break > misinterpretation errors. > > > > -David >