[Csnd-dev] Regression in develop
Date | 2017-10-06 14:13 |
From | Michael Gogins |
Subject | [Csnd-dev] Regression in develop |
On Windows 8 with the Visual Studio 2015 build there seems to be a fatal issue with the parser, look near the bottom of the printout below: D:\msys64\home\restore\csound\msvc\csound-vs\Release>csound c:\Program_Files\Csound_x64\examples\xanadu.csd WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH (points to rawwaves directory) to use STK opcodes. 0dBFS level = 32768.0 --Csound version 6.10 (double samples) Oct 5 2017 [commit: 145ce2c64dc4faaf1ef55d474cf334e519634fd4] libsndfile-1.0.29pre1 WARNING: could not open library '.\CsoundVST.dll' (-1) WARNING: could not open library '.\fluidOpcodes.dll' (-1) WARNING: could not open library '.\libfluidsynth.dll' (-1) WARNING: could not open library '.\virtual.dll' (-1) WARNING: could not open library '.\vst4cs.dll' (-1) WARNING: could not open library '.\widgets.dll' (-1) UnifiedCSD: c:\Program_Files\Csound_x64\examples\xanadu.csd STARTING FILE Creating options Creating orchestra closing tag Creating score WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH (points to rawwaves directory) to use STK opcodes. rtaudio: PortAudio module enabled ... using callback interface rtmidi: PortMIDI module enabled error: error: opcode '##mul' for expression with arg types kk not found, line 63 from file c:\Program_Files\Csound_x64\examples\xanadu.csd (1) error: Unable to verify arg types for expression '##div' Line 64 from file c:\Program_Files\Csound_x64\examples\xanadu.csd (1) error: Unable to find opcode entry for '=' with matching argument types: Found: a = @ Line: 64 from file c:\Program_Files\Csound_x64\examples\xanadu.csd (1) Parsing failed due to syntax errors Stopping on parser failure cannot compile orchestra end of score. overall amps: 0.0 1 errors in performance Elapsed time at end of performance: real: 0.009s, CPU: 0.009s D:\msys64\home\restore\csound\msvc\csound-vs\Release> ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com |
Date | 2017-10-06 14:58 |
From | John ff |
Subject | Re: [Csnd-dev] Regression in develop |
Possibly me with audio vector arithmetic. Will look when I get to the computer. Sent from TypeApp On Oct 6, 2017, 14:14, at 14:14, Michael Gogins |
Date | 2017-10-06 15:00 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
- One of the cunit tests is failing The following tests FAILED: 4 - testCsoundOrcCompileTest (Failed) Errors while running CTest make: *** [test] Error 8 - and 14 of the commandline tests are also failing: victor$ sudo python test.py --csound-executable=../../debug/csound | grep "FAIL" [FAIL] - Test 7: Testing expressions, no functions (test7.csd) [FAIL] - Test 10: kgoto going to a label (test10.csd) [FAIL] - Test 12: Simple if-then statement (test12.csd) [FAIL] - Test 16: Simple if-then with multiple statements in body (test16.csd) [FAIL] - Test 18: if-then-elseif with no else block (test18.csd) [FAIL] - Test 20: if-elseif-else with inner if-elseif-else blocks (test20.csd) [FAIL] - Test 22: simple UDO (test22.csd) [FAIL] - Test 39: Testing macro with argument (test39.csd) [FAIL] - Test 40: Testing i^j (test40.csd) [FAIL] - Test 67: test expression (test_opcode_as_function.csd) [FAIL] - Test 70: test array arithmetic (i.e. k[] + k[] (test_arrays_addition.csd) [FAIL] - Test 72: test polymorphic udo (test_polymorphic_udo.csd) [FAIL] - Test 81: local a[] (arrays/arrays_a_local.csd) [FAIL] - Test 83: local S[] (arrays/arrays_S_local.csd) [FAIL] - Test 84: global S[] (arrays/arrays_S_global.csd) ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 14:13, Michael Gogins |
Date | 2017-10-06 15:01 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
I think the changes to if - then - else are also causing tests to fail. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 14:58, John ff |
Date | 2017-10-06 16:53 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop |
Works for me on Linux; ##mul with kk shoud be declared in entry1.c On Fri, 6 Oct 2017, Michael Gogins wrote: > On Windows 8 with the Visual Studio 2015 build there seems to be a > fatal issue with the parser, look near the bottom of the printout > below: > > D:\msys64\home\restore\csound\msvc\csound-vs\Release>csound > c:\Program_Files\Csound_x64\examples\xanadu.csd > WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH > (points to rawwaves directory) to use STK opcodes. > 0dBFS level = 32768.0 > --Csound version 6.10 (double samples) Oct 5 2017 > [commit: 145ce2c64dc4faaf1ef55d474cf334e519634fd4] > libsndfile-1.0.29pre1 > WARNING: could not open library '.\CsoundVST.dll' (-1) > WARNING: could not open library '.\fluidOpcodes.dll' (-1) > WARNING: could not open library '.\libfluidsynth.dll' (-1) > WARNING: could not open library '.\virtual.dll' (-1) > WARNING: could not open library '.\vst4cs.dll' (-1) > WARNING: could not open library '.\widgets.dll' (-1) > UnifiedCSD: c:\Program_Files\Csound_x64\examples\xanadu.csd > STARTING FILE > Creating options > Creating orchestra > closing tag > Creating score > WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH > (points to rawwaves directory) to use STK opcodes. > rtaudio: PortAudio module enabled ... > using callback interface > rtmidi: PortMIDI module enabled > error: error: opcode '##mul' for expression with arg types kk not > found, line 63 > from file c:\Program_Files\Csound_x64\examples\xanadu.csd (1) > error: Unable to verify arg types for expression '##div' > Line 64 > from file c:\Program_Files\Csound_x64\examples\xanadu.csd (1) > error: Unable to find opcode entry for '=' with matching argument types: > Found: a = @ > Line: 64 > from file c:\Program_Files\Csound_x64\examples\xanadu.csd (1) > Parsing failed due to syntax errors > Stopping on parser failure > cannot compile orchestra > end of score. overall amps: 0.0 > 1 errors in performance > Elapsed time at end of performance: real: 0.009s, CPU: 0.009s > > D:\msys64\home\restore\csound\msvc\csound-vs\Release> > > ----------------------------------------------------- > Michael Gogins > Irreducible Productions > http://michaelgogins.tumblr.com > Michael dot Gogins at gmail dot com |
Date | 2017-10-06 17:04 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop |
Which test? All I have tried work OK including test.py on tests/commandline On Fri, 6 Oct 2017, Victor Lazzarini wrote: > - One of the cunit tests is failing > > The following tests FAILED: > 4 - testCsoundOrcCompileTest (Failed) > Errors while running CTest > make: *** [test] Error 8 > > - and 14 of the commandline tests are also failing: > > victor$ sudo python test.py --csound-executable=../../debug/csound | grep "FAIL" > [FAIL] - Test 7: Testing expressions, no functions (test7.csd) > [FAIL] - Test 10: kgoto going to a label (test10.csd) > [FAIL] - Test 12: Simple if-then statement (test12.csd) > [FAIL] - Test 16: Simple if-then with multiple statements in body (test16.csd) > [FAIL] - Test 18: if-then-elseif with no else block (test18.csd) > [FAIL] - Test 20: if-elseif-else with inner if-elseif-else blocks (test20.csd) > [FAIL] - Test 22: simple UDO (test22.csd) > [FAIL] - Test 39: Testing macro with argument (test39.csd) > [FAIL] - Test 40: Testing i^j (test40.csd) > [FAIL] - Test 67: test expression (test_opcode_as_function.csd) > [FAIL] - Test 70: test array arithmetic (i.e. k[] + k[] (test_arrays_addition.csd) > [FAIL] - Test 72: test polymorphic udo (test_polymorphic_udo.csd) > [FAIL] - Test 81: local a[] (arrays/arrays_a_local.csd) > [FAIL] - Test 83: local S[] (arrays/arrays_S_local.csd) > [FAIL] - Test 84: global S[] (arrays/arrays_S_global.csd) > > > ======================== > Prof. Victor Lazzarini > Dean of Arts, Celtic Studies, and Philosophy, > Maynooth University, > Maynooth, Co Kildare, Ireland > Tel: 00 353 7086936 > Fax: 00 353 1 7086952 > >> On 6 Oct 2017, at 14:13, Michael Gogins |
Date | 2017-10-06 17:07 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
Those listed. This was with git develop earlier in the afternoon. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 6 Oct 2017, at 17:05, jpff |
Date | 2017-10-06 17:48 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop |
I tested with my yesterda tree and after pulling just now birtwistle:~/csound6/tests/commandline> ../../csound test7.csd virtual_keyboard real time MIDI plugin for Csound 0dBFS level = 32768.0 --Csound version 6.10 (double samples) Oct 6 2017 [commit: 2a748f9ed91642c77d2a1355522cb97b5d57ec07] libsndfile-1.0.29pre1 Reading options from $HOME/.csound6rc UnifiedCSD: test7.csd STARTING FILE Creating orchestra closing tag Creating score rtaudio: ALSA module enabled rtmidi: ALSA Raw MIDI module enabled Elapsed time at end of orchestra compile: real: 0.002s, CPU: 0.002s sorting score ... ... done Elapsed time at end of score sort: real: 0.002s, CPU: 0.002s graphics suppressed, ascii substituted 0dBFS level = 32768.0 orch now loaded audio buffered in 256 sample-frame blocks writing 1024-byte blks of shorts to test.wav (WAV) SECTION 1: new alloc for instr 1: B 0.000 .. 2.000 T 2.000 TT 2.000 M: 11564.1 11564.1 Score finished in csoundPerform(). inactive allocs returned to freespace end of score. overall amps: 11564.1 11564.1 overall samples out of range: 0 0 0 errors in performance Elapsed time at end of performance: real: 0.018s, CPU: 0.018s 512 1024 sample blks of shorts written to test.wav (WAV) birtwistle:~/csound6/tests/commandline> and more generally birtwistle:~/csound6/tests/commandline> test.py ..... [pass] - Test 89: Constants as xout inputs work (udo/test_udo_xout_const.csd) Return Code: 0 Expected: 0 ================================================================================ Tests Passed: 89 Tests Failed: 0 birtwistle:~/csound6/tests/commandline> So I cannot help! Wat platform are you using? |
Date | 2017-10-06 17:54 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] Regression in develop |
I am using Windows. ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Oct 6, 2017 at 12:48 PM, jpff |
Date | 2017-10-06 18:12 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop |
Trying xanadu with -v option *might* give some clue. Or get at -z option to print ## opcodes. Check in Engine/entry1.c that you have (inter alia) Engine/entry1.c: { "##mul.kk", S(AOP),0, 2, "k", "kk",NULL, mulkk } Just some thoughts as I cannot reproduce yet On Fri, 6 Oct 2017, Michael Gogins wrote: > I am using Windows. > > ----------------------------------------------------- > Michael Gogins > Irreducible Productions > http://michaelgogins.tumblr.com > Michael dot Gogins at gmail dot com > > > On Fri, Oct 6, 2017 at 12:48 PM, jpff |
Date | 2017-10-06 18:48 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
you probably have not committed something, because here, for instance I get this with test8.csd MacBook-Pro:commandline victor$ /usr/local/bin/csound test8.csd -n time resolution is 1000.000 ns virtual_keyboard real time MIDI plugin for Csound WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH (points to rawwaves directory) to use STK opcodes. 0dBFS level = 32768.0 --Csound version 6.10 beta (double samples) Oct 6 2017 [commit: 145ce2c64dc4faaf1ef55d474cf334e519634fd4] libsndfile-1.0.25 UnifiedCSD: test8.csd STARTING FILE Creating orchestra closing tag Creating score WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH (points to rawwaves directory) to use STK opcodes. rtaudio: PortAudio module enabled ... using callback interface rtmidi: PortMIDI module enabled error: error: opcode '##mul' for expression with arg types pi not found, line 16 from file test8.csd (1) error: error: opcode '##mul' for expression with arg types pc not found, line 16 from file test8.csd (1) error: Unable to verify arg types for expression '##mul' Line 16 from file test8.csd (1) error: Unable to find opcode entry for 'linseg' with matching argument types: Found: k linseg c@c@c Line: 16 from file test8.csd (1) Parsing failed due to syntax errors Stopping on parser failure cannot compile orchestra end of score. overall amps: 0.0 overall samples out of range: 0 1 errors in performance Elapsed time at end of performance: real: 0.002s, CPU: 0.002s no sound written to disk MacBook-Pro:commandline victor$ ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 17:48, jpff |
Date | 2017-10-06 18:59 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop |
Your commit is older than mine by one step (French translation) Te only non committed files I have are modified: OOps/bus.c modified: include/plugin.h and the changes are benign -- just trailing whitespace As I replied to Mike, check you ave { "##mul.ii", S(AOP),0, 1, "i", "ii", mulkk } in Engine/entry1.x or look at the type matching code that lifts pi to ii I am guessing you are using Ubutu? I can chec te Debian build and/or te 32bit build I guess. On Fri, 6 Oct 2017, Victor Lazzarini wrote: > you probably have not committed something, because here, for instance I get this with test8.csd > > MacBook-Pro:commandline victor$ /usr/local/bin/csound test8.csd -n > time resolution is 1000.000 ns > virtual_keyboard real time MIDI plugin for Csound > WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH > (points to rawwaves directory) to use STK opcodes. > 0dBFS level = 32768.0 > --Csound version 6.10 beta (double samples) Oct 6 2017 > [commit: 145ce2c64dc4faaf1ef55d474cf334e519634fd4] > libsndfile-1.0.25 > UnifiedCSD: test8.csd > STARTING FILE > Creating orchestra > closing tag > Creating score > WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH > (points to rawwaves directory) to use STK opcodes. > rtaudio: PortAudio module enabled ... > using callback interface > rtmidi: PortMIDI module enabled > error: error: opcode '##mul' for expression with arg types pi not found, line 16 > from file test8.csd (1) > error: error: opcode '##mul' for expression with arg types pc not found, line 16 > from file test8.csd (1) > error: Unable to verify arg types for expression '##mul' > Line 16 > from file test8.csd (1) > error: Unable to find opcode entry for 'linseg' with matching argument types: > Found: k linseg c@c@c > Line: 16 > from file test8.csd (1) > Parsing failed due to syntax errors > Stopping on parser failure > cannot compile orchestra > end of score. overall amps: 0.0 > overall samples out of range: 0 > 1 errors in performance > Elapsed time at end of performance: real: 0.002s, CPU: 0.002s > no sound written to disk > MacBook-Pro:commandline victor$ > > ======================== > Prof. Victor Lazzarini > Dean of Arts, Celtic Studies, and Philosophy, > Maynooth University, > Maynooth, Co Kildare, Ireland > Tel: 00 353 7086936 > Fax: 00 353 1 7086952 > >> On 6 Oct 2017, at 17:48, jpff |
Date | 2017-10-06 18:59 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
I am getting a very strange behaviour here. The file xanadu.csd is giving me the same errors reported here, but intermittently. Sometimes it runs alright. Others it fails. There is something very wrong going on. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 17:54, Michael Gogins |
Date | 2017-10-06 19:00 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop |
allso... > from file test8.csd (1) > error: Unable to find opcode entry for 'linseg' with matching argument types: > Found: k linseg c@c@c |
Date | 2017-10-06 19:00 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
I am not quite sure what is going on, but I suspect some memory issue. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 18:59, jpff |
Date | 2017-10-06 19:04 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
It’s all very strange. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 19:00, jpff |
Date | 2017-10-06 19:05 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop |
passes valgrind test OK. Next could try efence.. On Fri, 6 Oct 2017, Victor Lazzarini wrote: |
Date | 2017-10-06 19:08 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
yes, I’ve tested it on Linux and valgrind seems OK. My build must be messed up somehow. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 19:05, jpff |
Date | 2017-10-06 19:15 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop |
I’ve cleaned it and rebuilt and I am getting the same funny behaviour. With test8.csd I get intermittent fails with the same ##mul error. Not on Linux, only on MacOS. So it could be something that is correct on Linux but not elsewhere. ======================== Prof. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 6 Oct 2017, at 19:08, Victor Lazzarini |
Date | 2017-10-06 21:18 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop Debian) |
Tryig to check my Debia buil -- what do these messages mean How do I build? CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:16 (ADD_EXECUTABLE): add_executable cannot create imported target "fluid" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:19 (ADD_LIBRARY): add_library cannot create imported target "fltk" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:22 (ADD_LIBRARY): add_library cannot create imported target "fltk_cairo" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:25 (ADD_LIBRARY): add_library cannot create imported target "fltk_forms" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:28 (ADD_LIBRARY): add_library cannot create imported target "fltk_images" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:31 (ADD_LIBRARY): add_library cannot create imported target "fltk_gl" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:34 (ADD_LIBRARY): add_library cannot create imported target "fltk_SHARED" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:37 (ADD_LIBRARY): add_library cannot create imported target "fltk_cairo_SHARED" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:40 (ADD_LIBRARY): add_library cannot create imported target "fltk_forms_SHARED" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:43 (ADD_LIBRARY): add_library cannot create imported target "fltk_images_SHARED" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Error at /usr/lib/fltk/FLTKLibraries.cmake:46 (ADD_LIBRARY): add_library cannot create imported target "fltk_gl_SHARED" because another target with the same name already exists. Call Stack (most recent call first): /usr/lib/fltk/FLTKConfig.cmake:34 (include) /usr/share/cmake-3.0/Modules/FindFLTK.cmake:161 (include) frontends/CsoundAC/CMakeLists.txt:13 (find_package) CMake Warning at frontends/CsoundAC/CMakeLists.txt:14 (find_package): Could not find a package configuration file provided by "Eigen3" with any of the following names: Eigen3Config.cmake eigen3-config.cmake Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set "Eigen3_DIR" to a directory containing one of the above files. If "Eigen3" provides a separate development package or SDK, be sure it has been |
Date | 2017-10-06 21:36 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop Debian) |
Can you switch off the CsoundAC build? BUILD_CSOUNDAC=0 I think. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 6 Oct 2017, at 21:19, jpff |
Date | 2017-10-06 22:04 |
From | jpff |
Subject | Re: [Csnd-dev] Regression in develop Debian) |
I have set(BUILD_CSOUND_AC OFF) set(BUILD_CSOUND_AC_PYTHON_INTERFACE OFF) set(BUILD_CSOUND_AC_LUA_INTERFACE OFF) in Custom.cmake Is that not enough? On Fri, 6 Oct 2017, Victor Lazzarini wrote: > Can you switch off the CsoundAC build? > BUILD_CSOUNDAC=0 I think. |
Date | 2017-10-06 22:09 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Regression in develop Debian) |
It should be but clearly not. Maybe try turning FLTK off if you don't need it. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 6 Oct 2017, at 22:05, jpff |
Date | 2017-10-07 15:04 |
From | John ff |
Subject | Re: [Csnd-dev] Regression in develop |
Error identified but will take a while to fix Sent from TypeApp On Oct 6, 2017, 19:15, at 19:15, Victor Lazzarini |