Seems OK on Linux. Is it possible to use csound->cs_strtok_r in InOut/widgets.cpp ? Quoting Michael Gogins : > [ 77%] Building CXX object InOut/CMakeFiles/widgets.dir/widgets.cpp.obj > c:/Users/mike/csound-csound6-git/InOut/widgets.cpp: In function 'void > fl_callbackExecButton(Fl_Button*, void*)': > c:/Users/mike/csound-csound6-git/InOut/widgets.cpp:2260:48: warning: > deprecated conversion from string constant to 'char*' [-Wwrite-strings] > char *tok = cs_strtok_r(command, " ", &th); > ^ > c:/Users/mike/csound-csound6-git/InOut/widgets.cpp:2264:48: warning: > deprecated conversion from string constant to 'char*' [-Wwrite-strings] > while((tok = cs_strtok_r(NULL, " ", &th)) != NULL) { > ^ > Linking CXX shared module ../widgets.dll > CMakeFiles/widgets.dir/objects.a(widgets.cpp.obj): In function > `fl_callbackExecButton': > c:/Users/mike/csound-csound6-git/InOut/widgets.cpp:2260: undefined > reference to `cs_strtok_r' > c:/Users/mike/csound-csound6-git/InOut/widgets.cpp:2264: undefined > reference to `cs_strtok_r' > collect2.exe: error: ld returned 1 exit status > InOut/CMakeFiles/widgets.dir/build.make:144: recipe for target > `widgets.dll' failed > make[2]: *** [widgets.dll] Error 1 > CMakeFiles/Makefile2:1251: recipe for target > `InOut/CMakeFiles/widgets.dir/all' failed > make[1]: *** [InOut/CMakeFiles/widgets.dir/all] Error 2 > Makefile:146: recipe for target `all' failed > make: *** [all] Error 2 > > ----------------------------------------------------- > Michael Gogins > Irreducible Productions > http://michaelgogins.tumblr.com > Michael dot Gogins at gmail dot com ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net