Csound Csound-dev Csound-tekno Search About

[Cs-dev] string too long?

Date2009-02-07 04:16
FromOlivier BĂ©langer
Subject[Cs-dev] string too long?
AttachmentsNone  None  
Hi,

I have this string in a csd file:

#include "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ounk/opcodes/myGrain.txt"

Csound told me "can't open included file ...", the string has 102 characters

if I change it for:

#include "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/ounk/opcodes/myGr.txt"

It works (99 characters).

I tried with -+max_str_len=256, nothing changed...

Do I missed something?

I'm on OS 10.5.6, Csound 5.10

Thanks

Olivier