Thanks Kjetil for pointing the problem.
It seems that the tar.gz that I have uploaded is not the correct one !
It is not in sync with the cvs. I am investigating...
Yann
Kjetil S. Matheussen a écrit :
On Thu, 27 Mar 2008, Yann Orlarey wrote:
Grame - Centre National de Creation Musicale - is
pleased to announce
the
release of Faust 0.9.9.4.
---
* The Faust compiler and some of the architecture files have been
updated to
replace char* parameters by const char* when appropriate
Hi,
Thanks for the new release. It seems like you have forgotten to update
module.cpp though. I get this noise for every compilation:
/tmp/filelRWi5B.cpp: In member function 'virtual void
mydsp::buildUserInterface(UI*)':
/tmp/filelRWi5B.cpp:268: warning: deprecated conversion from string
constant to 'char*'
/tmp/filelRWi5B.cpp:269: warning: deprecated conversion from string
constant to 'char*'
Can you apply the attached patch?
Thanks.