> I have found several times over the past year or so that using Str > with a plain string, i.e. no formatting string with varargs, would not > compile. I removed these instances as I did not know what to do about > them. Perhaps it is a problem with g++ and the return value of `dgettext' called in `csoundLocalizeString'. From dgettext man page: BUGS The return type ought to be const char *, but is char * to avoid warnings in C code predating ANSI C. Perhaps it is enough a cast `(const char*)Str("...")' with the cpp code. I cannot test it because I don't get errors during the compilation. tito ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net