[Csnd] Csound build on linux
Date | 2011-12-02 09:46 |
From | francesco |
Subject | [Csnd] Csound build on linux |
Hello All, today i have try to build Csound on ubuntu with my usual scons command scons -j2 buildCsoundAC=1 buildDSSI=1 buildImageOpcodes=1 buildInterfaces=1 buildJavaWrapper=1 buildPythonWrapper=1 buildLuaWrapper=1 buildNewParser=1 buildPDClass=1 buildPythonOpcodes=1 buildRelease=1 buildTclcsound=1 buildUtilities=1 buildVirtual=1 dynamicCsoundLibrary=1 useALSA=1 useDouble=1 useFLTK=1 useGettext=1 usePortAudio=1 usePortMIDI=1 useJack=1 useLrint=1 useOSC=1 useUDP=1 pythonVersion=2.7 tclversion=8.5 buildStkOpcodes=1 includeMP3=1 buildBeats=1 buildLuaOpcodes=1 includeWii=1 buildMultiCore=1 gcc4opt=core2 > compile.txt and i have this error: In file included from Opcodes/Vosim.c:23: H/csoundCore.h:25:4: error: #error "Csound plugins and host applications should not include csoundCore.h" scons: *** [Opcodes/Vosim.os] Error 1 Somethings changed or my fault? Thanks, ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-build-on-linux-tp5041250p5041250.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-12-02 10:02 |
From | francesco |
Subject | [Csnd] Re: Csound build on linux |
Ok, like always my fault! Sorry to all. ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/Csound-build-on-linux-tp5041250p5041309.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-12-02 10:34 |
From | francesco |
Subject | [Csnd] Re: Csound build on linux |
Yes, again me ... after updating to the last Csound (today) this simple csd with {} score loop seems don't work anymore. here output message: sorting score ... score error: Loop cannot start inside of a macro section 1: at position 0 Internal error in print_input_backtrace() >Exit code: 255 |
Date | 2011-12-02 11:41 |
From | menno |
Subject | [Csnd] Re: Csound build on linux |
you are not alone Francesco, i get the same error as you, but my build is from 22 November. I was trying out the vincr example again, with that interesting score..... I use the new parser but get the same error with the old. ???? Menno 0dBFS level = 32768.0 Csound version 5.14 beta (double samples) Nov 22 2011 STARTING FILE Creating options Creating orchestra Creating score Loading command-line libraries: /usr/local/lib/libloris.so rtaudio: ALSA module enabled RAWWAVE_PATH: /usr/local/share/csound/rawwaves/ rtmidi: PortMIDI module enabled ******************** * USING NEW PARSER * ******************** Add global read, write lists without any instruments Parsing successful! Elapsed time at end of orchestra compile: real: 0.047s, CPU: 0.010s sorting score ... score error: Loop cannot start inside of a macro section 1: at position 0 Internal error in print_input_backtrace() |
Date | 2011-12-02 12:19 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Re: Csound build on linux |
> you are not alone Francesco, > i get the same error as you, but my build is from 22 November. I was > trying > out the vincr example again, with that interesting score..... > I use the new parser but get the same error with the old. > ???? Scores are not affected by the new parser -- that is a project still in my head. Will take a closer look when I have a gap. ==John ff Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-12-02 12:22 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Re: Csound build on linux |
An unfortunate side effect of the work on iphone/android. I think it is a spurious test. May take a few minutes thinking ==John ff Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |