Csound Csound-dev Csound-tekno Search About

Fwd: [Csnd] Csound won't run my project -Csound 6.08

Date2017-04-23 16:43
FromRuben Sverre Gjertsen
SubjectFwd: [Csnd] Csound won't run my project -Csound 6.08
AttachmentsPwdProblem.csd  logo_no.png  
I realized it’s quite easy to make an example. The attached little csd does not work on csound 6.08 for osx.
Ruben


Date2017-04-23 16:53
FromHlöðver Sigurðsson
SubjectRe: Fwd: [Csnd] Csound won't run my project -Csound 6.08
I recently had problem with pwd opcode in MacOsX with Csound 6.08, and reported it here
but as John correctly states there, this bug has already been fixed. If the most recent release won't work then I guess you need to build from the development branch.

2017-04-23 17:43 GMT+02:00 Ruben Sverre Gjertsen <Ruben.gjertsen@uib.no>:
I realized it’s quite easy to make an example. The attached little csd does not work on csound 6.08 for osx.
Ruben

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here



Videresendt melding:

Fra: Ruben Sverre Gjertsen <Ruben.gjertsen@uib.no>
Emne: Re: [Csnd] Csound won't run my project -Csound 6.08
Dato: 23. april 2017 kl. 17.20.30 CEST
Svar til: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE>

Hello,

Thank you for  the update, comments in includes now do not crash Csound 6.08 on osx 10.10.5. But I’m having a new problem, csound 6.08 cannot determine current directory, while csound 5.18 can.
Trying to run my old project I get this error with 6.08:
new alloc for instr 3:
INIT ERROR in instr 3: cannot determine current directory
Swd pwd
hello

  B  0.808 - note deleted.  i3 had 1 init errors
Score finished in csoundPerform().
With csound 5.18 it’s all fine. 

My setup is large with many include files, so I should try to isolate the problem before bothering you with the whole thing. But could this be related to the thread above, posted after the last available osx build? 

I would very much like to use something past csound 6, but I have so far not succeeded.

Best
Ruben


10. okt. 2016 kl. 00.56 skrev John ff <jpff@CODEMIST.CO.UK>:

I am sure that this bug is fixed in 6.08 which will be released in November.  I have checked with Victor on OSX and it is fixed
==John



Sent from TypeApp

On 9 Oct 2016, at 21:20, Ruben Sverre Gjertsen <Ruben.gjertsen@uib.no> wrote:
Hello,

Yes, version 6.07 was the newest compiled release I could find, 6.08 is probably different. I send the verbose of the two cases.

Ruben

;————————————————————————————————————————————————————————
;First case; the included file has a ; comment which cause segmentation fault.
;————————————————————————————————————————————————————————
Rubens-MBP:~ rubengjertsen$ csound /00ShortOne/Problemscore.csd -A -f -v
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.07 (double samples) May 16 2016
libsndfile-1.0.21
UnifiedCSD: /00ShortOne/Problemscore.csd
Environment variable 'SADIR' has been set to '/00ShortOne'
Environment variable 'SSDIR' has been set to '/00ShortOne'
Environment variable 'INCDIR' has been set to '/00ShortOne'
Environment variable 'MFDIR' has been set to '/00ShortOne'
STARTING FILE
Creating options
Creating orchestra
Creating score
WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH
(points to rawwaves directory) to use STK opcodes.
signalflowgraph: csoundModuleInit(0x7fd649807800)
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
Calling preprocess on >>
sr=44100
kr=44100
ksmps=1
nchnls=4

#include "StringsetIncludeShort.h" ;Including this causes segmentation fault, as it contains the ; comment
;#include "StringsetIncludeShortNoComments.h" ;Does not cause segmentation fault, but newline in an included document is not recognized in Csound 6.07.


;Comments are ok in the main score.

/*
But any comment in the included files between macros and strset cause segmentation fault.
*/


#exit
<<

line 14 at end of #include line

reading included file "StringsetIncludeShort.h"

Creating search path cache for 'INCDIR':
1: "/00ShortOne/"
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_pre.lex(760): stacking line 14 at 0

Set line number to 1


csound command: Segmentation fault
end of score. overall amps: 0.0
0 errors in performance
Elapsed time at end of performance: real: 0.256s, CPU: 0.001s
signalflowgraph: csoundModuleDestroy(0x7fd649807800)
Rubens-MBP:~ rubengjertsen$

;————————————————————————————————————————————————————————
Second case: No segmentation fault, but newline problem for the included file:
;————————————————————————————————————————————————————————
Rubens-MBP:~ rubengjertsen$ csound /00ShortOne/Problemscore.csd -A -f -v
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.07 (double samples) May 16 2016
libsndfile-1.0.21
UnifiedCSD: /00ShortOne/Problemscore.csd
Environment variable 'SADIR' has been set to '/00ShortOne'
Environment variable 'SSDIR' has been set to '/00ShortOne'
Environment variable 'INCDIR' has been set to '/00ShortOne'
Environment variable 'MFDIR' has been set to '/00ShortOne'
STARTING FILE
Creating options
Creating orchestra
Creating score
WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH
(points to rawwaves directory) to use STK opcodes.
signalflowgraph: csoundModuleInit(0x7f8112007800)
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled
Calling preprocess on >>
sr=44100
kr=44100
ksmps=1
nchnls=4

;#include "StringsetIncludeShort.h" ;Including this causes segmentation fault, as it contains the ; comment
#include "StringsetIncludeShortNoComments.h" ;Does not cause segmentation fault, but newline in an included document is not recognized in Csound 6.07.


;Comments are ok in the main score.

/*
But any comment in the included files between macros and strset cause segmentation fault.
*/


#exit
<<

line 15 at end of #include line

reading included file "StringsetIncludeShortNoComments.h"

Creating search path cache for 'INCDIR':
1: "/00ShortOne/"
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_pre.lex(760): stacking line 15 at 0

Set line number to 1

Starting parse
Entering state 0
Reading a token: Next token is token NEWLINE ()
Shifting token NEWLINE ()
Entering state 1
Reducing stack by rule 47 (line 496):
$1 = token NEWLINE ()
-> $$ = nterm statement ()
Stack now 0
Entering state 25
Reducing stack by rule 30 (line 317):
$1 = nterm statement ()
-> $$ = nterm topstatement ()
Stack now 0
Entering state 24
Reducing stack by rule 5 (line 197):
$1 = nterm topstatement ()
-> $$ = nterm rootstatement ()
Stack now 0
Entering state 21
Reading a token: Next token is token SRATE_TOKEN ()
Shifting token SRATE_TOKEN ()
Entering state 11
Reducing stack by rule 162 (line 784):
$1 = token SRATE_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 8

-> $$ = nterm rident ()
Stack now 0 21
Entering state 30
Reading a token: Next token is token '=' ()
Shifting token '=' ()
Entering state 96
Reading a token: Next token is token INTEGER_TOKEN ()
Shifting token INTEGER_TOKEN ()
Entering state 48
Reducing stack by rule 172 (line 812):
$1 = token INTEGER_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 8

-> $$ = nterm constant ()
Stack now 0 21 30 96
Entering state 63
Reducing stack by rule 140 (line 731):
$1 = nterm constant ()
-> $$ = nterm ifac ()
Stack now 0 21 30 96
Entering state 60
Reducing stack by rule 138 (line 727):
$1 = nterm ifac ()
-> $$ = nterm iterm ()
Stack now 0 21 30 96
Entering state 59
Reducing stack by rule 129 (line 716):
$1 = nterm iterm ()
-> $$ = nterm iexp ()
Stack now 0 21 30 96
Entering state 58
Reading a token: Next token is token NEWLINE ()
Reducing stack by rule 120 (line 699):
$1 = nterm iexp ()
-> $$ = nterm expr ()
Stack now 0 21 30 96
Entering state 176
Next token is token NEWLINE ()
Shifting token NEWLINE ()
Entering state 250
Reducing stack by rule 29 (line 309):
$1 = nterm rident ()
$2 = token '=' ()
$3 = nterm expr ()
$4 = token NEWLINE ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 9

-> $$ = nterm topstatement ()
Stack now 0 21
Entering state 75
Reducing stack by rule 2 (line 185):
$1 = nterm rootstatement ()
$2 = nterm topstatement ()
-> $$ = nterm rootstatement ()
Stack now 0
Entering state 21
Reading a token: Next token is token KRATE_TOKEN ()
Shifting token KRATE_TOKEN ()
Entering state 12
Reducing stack by rule 163 (line 786):
$1 = token KRATE_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 9

-> $$ = nterm rident ()
Stack now 0 21
Entering state 30
Reading a token: Next token is token '=' ()
Shifting token '=' ()
Entering state 96
Reading a token: Next token is token INTEGER_TOKEN ()
Shifting token INTEGER_TOKEN ()
Entering state 48
Reducing stack by rule 172 (line 812):
$1 = token INTEGER_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 9

-> $$ = nterm constant ()
Stack now 0 21 30 96
Entering state 63
Reducing stack by rule 140 (line 731):
$1 = nterm constant ()
-> $$ = nterm ifac ()
Stack now 0 21 30 96
Entering state 60
Reducing stack by rule 138 (line 727):
$1 = nterm ifac ()
-> $$ = nterm iterm ()
Stack now 0 21 30 96
Entering state 59
Reducing stack by rule 129 (line 716):
$1 = nterm iterm ()
-> $$ = nterm iexp ()
Stack now 0 21 30 96
Entering state 58
Reading a token: Next token is token NEWLINE ()
Reducing stack by rule 120 (line 699):
$1 = nterm iexp ()
-> $$ = nterm expr ()
Stack now 0 21 30 96
Entering state 176
Next token is token NEWLINE ()
Shifting token NEWLINE ()
Entering state 250
Reducing stack by rule 29 (line 309):
$1 = nterm rident ()
$2 = token '=' ()
$3 = nterm expr ()
$4 = token NEWLINE ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 10

-> $$ = nterm topstatement ()
Stack now 0 21
Entering state 75
Reducing stack by rule 2 (line 185):
$1 = nterm rootstatement ()
$2 = nterm topstatement ()
-> $$ = nterm rootstatement ()
Stack now 0
Entering state 21
Reading a token: Next token is token KSMPS_TOKEN ()
Shifting token KSMPS_TOKEN ()
Entering state 13
Reducing stack by rule 164 (line 788):
$1 = token KSMPS_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 10

-> $$ = nterm rident ()
Stack now 0 21
Entering state 30
Reading a token: Next token is token '=' ()
Shifting token '=' ()
Entering state 96
Reading a token: Next token is token INTEGER_TOKEN ()
Shifting token INTEGER_TOKEN ()
Entering state 48
Reducing stack by rule 172 (line 812):
$1 = token INTEGER_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 10

-> $$ = nterm constant ()
Stack now 0 21 30 96
Entering state 63
Reducing stack by rule 140 (line 731):
$1 = nterm constant ()
-> $$ = nterm ifac ()
Stack now 0 21 30 96
Entering state 60
Reducing stack by rule 138 (line 727):
$1 = nterm ifac ()
-> $$ = nterm iterm ()
Stack now 0 21 30 96
Entering state 59
Reducing stack by rule 129 (line 716):
$1 = nterm iterm ()
-> $$ = nterm iexp ()
Stack now 0 21 30 96
Entering state 58
Reading a token: Next token is token NEWLINE ()
Reducing stack by rule 120 (line 699):
$1 = nterm iexp ()
-> $$ = nterm expr ()
Stack now 0 21 30 96
Entering state 176
Next token is token NEWLINE ()
Shifting token NEWLINE ()
Entering state 250
Reducing stack by rule 29 (line 309):
$1 = nterm rident ()
$2 = token '=' ()
$3 = nterm expr ()
$4 = token NEWLINE ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 11

-> $$ = nterm topstatement ()
Stack now 0 21
Entering state 75
Reducing stack by rule 2 (line 185):
$1 = nterm rootstatement ()
$2 = nterm topstatement ()
-> $$ = nterm rootstatement ()
Stack now 0
Entering state 21
Reading a token: Next token is token NCHNLS_TOKEN ()
Shifting token NCHNLS_TOKEN ()
Entering state 14
Reducing stack by rule 165 (line 790):
$1 = token NCHNLS_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 11

-> $$ = nterm rident ()
Stack now 0 21
Entering state 30
Reading a token: Next token is token '=' ()
Shifting token '=' ()
Entering state 96
Reading a token: Next token is token INTEGER_TOKEN ()
Shifting token INTEGER_TOKEN ()
Entering state 48
Reducing stack by rule 172 (line 812):
$1 = token INTEGER_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 11

-> $$ = nterm constant ()
Stack now 0 21 30 96
Entering state 63
Reducing stack by rule 140 (line 731):
$1 = nterm constant ()
-> $$ = nterm ifac ()
Stack now 0 21 30 96
Entering state 60
Reducing stack by rule 138 (line 727):
$1 = nterm ifac ()
-> $$ = nterm iterm ()
Stack now 0 21 30 96
Entering state 59
Reducing stack by rule 129 (line 716):
$1 = nterm iterm ()
-> $$ = nterm iexp ()
Stack now 0 21 30 96
Entering state 58
Reading a token: Next token is token NEWLINE ()
Reducing stack by rule 120 (line 699):
$1 = nterm iexp ()
-> $$ = nterm expr ()
Stack now 0 21 30 96
Entering state 176
Next token is token NEWLINE ()
Shifting token NEWLINE ()
Entering state 250
Reducing stack by rule 29 (line 309):
$1 = nterm rident ()
$2 = token '=' ()
$3 = nterm expr ()
$4 = token NEWLINE ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 12

-> $$ = nterm topstatement ()
Stack now 0 21
Entering state 75
Reducing stack by rule 2 (line 185):
$1 = nterm rootstatement ()
$2 = nterm topstatement ()
-> $$ = nterm rootstatement ()
Stack now 0
Entering state 21
Reading a token: Next token is token NEWLINE ()
Shifting token NEWLINE ()
Entering state 1
Reducing stack by rule 47 (line 496):
$1 = token NEWLINE ()
-> $$ = nterm statement ()
Stack now 0 21
Entering state 25
Reducing stack by rule 30 (line 317):
$1 = nterm statement ()
-> $$ = nterm topstatement ()
Stack now 0 21
Entering state 75
Reducing stack by rule 2 (line 185):
$1 = nterm rootstatement ()
$2 = nterm topstatement ()
-> $$ = nterm rootstatement ()
Stack now 0
Entering state 21
Reading a token: Next token is token NEWLINE ()
Shifting token NEWLINE ()
Entering state 1
Reducing stack by rule 47 (line 496):
$1 = token NEWLINE ()
-> $$ = nterm statement ()
Stack now 0 21
Entering state 25
Reducing stack by rule 30 (line 317):
$1 = nterm statement ()
-> $$ = nterm topstatement ()
Stack now 0 21
Entering state 75
Reducing stack by rule 2 (line 185):
$1 = nterm rootstatement ()
$2 = nterm topstatement ()
-> $$ = nterm rootstatement ()
Stack now 0
Entering state 21
Reading a token: Next token is token T_OPCODE0 ()
Shifting token T_OPCODE0 ()
Entering state 4
Reducing stack by rule 181 (line 832):
$1 = token T_OPCODE0 ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 14

-> $$ = nterm opcode0 ()
Stack now 0 21
Entering state 33
Reading a token: Next token is token INTEGER_TOKEN ()
Shifting token INTEGER_TOKEN ()
Entering state 48
Reducing stack by rule 172 (line 812):
$1 = token INTEGER_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 14

-> $$ = nterm constant ()
Stack now 0 21 33
Entering state 63
Reducing stack by rule 140 (line 731):
$1 = nterm constant ()
-> $$ = nterm ifac ()
Stack now 0 21 33
Entering state 60
Reducing stack by rule 138 (line 727):
$1 = nterm ifac ()
-> $$ = nterm iterm ()
Stack now 0 21 33
Entering state 59
Reducing stack by rule 129 (line 716):
$1 = nterm iterm ()
-> $$ = nterm iexp ()
Stack now 0 21 33
Entering state 58
Reading a token: Next token is token ',' ()
Reducing stack by rule 120 (line 699):
$1 = nterm iexp ()
-> $$ = nterm expr ()
Stack now 0 21 33
Entering state 110
Next token is token ',' ()
Reducing stack by rule 89 (line 660):
$1 = nterm expr ()
-> $$ = nterm exprlist ()
Stack now 0 21 33
Entering state 108
Next token is token ',' ()
Shifting token ',' ()
Entering state 187
Reading a token: Next token is token STRING_TOKEN ()
Shifting token STRING_TOKEN ()
Entering state 45
Reducing stack by rule 174 (line 816):
$1 = token STRING_TOKEN ()
/Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 14

-> $$ = nterm constant ()
Stack now 0 21 33 108 187
Entering state 63
Reducing stack by rule 140 (line 731):
$1 = nterm constant ()
-> $$ = nterm ifac ()
Stack now 0 21 33 108 187
Entering state 60
Reducing stack by rule 138 (line 727):
$1 = nterm ifac ()
-> $$ = nterm iterm ()
Stack now 0 21 33 108 187
Entering state 59
Reducing stack by rule 129 (line 716):
$1 = nterm iterm ()
-> $$ = nterm iexp ()
Stack now 0 21 33 108 187
Entering state 58
Reading a token: Next token is token T_OPCODE0 ()
Reducing stack by rule 120 (line 699):
$1 = nterm iexp ()
-> $$ = nterm expr ()
Stack now 0 21 33 108 187
Entering state 264
Next token is token T_OPCODE0 ()
Reducing stack by rule 86 (line 646):
$1 = nterm exprlist ()
$2 = token ',' ()
$3 = nterm expr ()
-> $$ = nterm exprlist ()
Stack now 0 21 33
Entering state 108
Next token is token T_OPCODE0 ()

error: syntax error, unexpected T_OPCODE0, expecting NEWLINE or ',' (token "strset") from file StringsetIncludeShortNoComments.h (2)
from file /00ShortOne/Problemscore.csd (1)
line 14:
strset 2 , "/0RubenCsoundPublic/Samples/Dyr2010/xdyrBjoern6.AIFF"strset <<<
Error: popping nterm exprlist ()
Stack now 0 21 33
Error: popping nterm opcode0 ()
Stack now 0 21
Error: popping nterm rootstatement ()
Stack now 0
Cleanup: discarding lookahead token T_OPCODE0 ()
Stack now 0
Semantic Analysis
Semantic Analysis Ends
Parsing failed due to invalid input!
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.002s, CPU: 0.002s
signalflowgraph: csoundModuleDestroy(0x7f8112007800)
Rubens-MBP:~ rubengjertsen$

;————————————————————————————————————————————————————————


9. okt. 2016 kl. 21.48 skrev jpff <jpff@codemist.co.uk>:

Could I ask a favour? Please run either case with -v option. It will generate a lot of output on 6.08 but it should show what is there after expansion of the input. You will need to capture stdout and stderr -- sorry do not use bash so no sure of syntax
==John ff




Ruben Sverre Gjertsen
Førsteamanuensis
Griegakademiet/komposisjon

Ruben.gjertsen@uib.no


Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Ruben Sverre Gjertsen
Førsteamanuensis
Griegakademiet/komposisjon

Ruben.gjertsen@uib.no


Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here


Ruben Sverre Gjertsen
Førsteamanuensis
Griegakademiet/komposisjon

Ruben.gjertsen@uib.no


Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2017-04-23 18:22
Fromjpff
SubjectRe: Fwd: [Csnd] Csound won't run my project -Csound 6.08
Fixed in 6.09 coming soon


On Sun, 23 Apr 2017, Ruben Sverre Gjertsen wrote:

> I realized it’s quite easy to make an example. The attached little csd does not work on csound 6.08 for osx.
> Ruben
>
>
>
>> Videresendt melding:
>>
>> Fra: Ruben Sverre Gjertsen 
>> Emne: Re: [Csnd] Csound won't run my project -Csound 6.08
>> Dato: 23. april 2017 kl. 17.20.30 CEST
>> Til: CSOUND@LISTSERV.HEANET.IE
>> Svar til: A discussion list for users of Csound 
>>
>> Hello,
>>
>> Thank you for  the update, comments in includes now do not crash Csound 6.08 on osx 10.10.5. But I’m having a new problem, csound 6.08 cannot determine current directory, while csound 5.18 can.
>> Trying to run my old project I get this error with 6.08:
>> new alloc for instr 3:
>> INIT ERROR in instr 3: cannot determine current directory
>> Swd	pwd
>> hello
>>
>> 	  B  0.808 - note deleted.  i3 had 1 init errors
>> Score finished in csoundPerform().
>> With csound 5.18 it’s all fine.
>>
>> I found the same error message in this thread:
>> http://csound.1045644.n5.nabble.com/Csnd-dev-pwd-not-working-any-more-td5753598.html 
>> My setup is large with many include files, so I should try to isolate the problem before bothering you with the whole thing. But could this be related to the thread above, posted after the last available osx build?
>>
>> I would very much like to use something past csound 6, but I have so far not succeeded.
>>
>> Best
>> Ruben
>>
>>
>>> 10. okt. 2016 kl. 00.56 skrev John ff >:
>>>
>>> I am sure that this bug is fixed in 6.08 which will be released in November.  I have checked with Victor on OSX and it is fixed
>>> ==John
>>>
>>>
>>>
>>> Sent from TypeApp 
>>>
>>> On 9 Oct 2016, at 21:20, Ruben Sverre Gjertsen > wrote:
>>> Hello,
>>>
>>> Yes, version 6.07 was the newest compiled release I could find, 6.08 is probably different. I send the verbose of the two cases.
>>>
>>> Ruben
>>>
>>> ;————————————————————————————————————————————————————————
>>> ;First case; the included file has a ; comment which cause segmentation fault.
>>> ;————————————————————————————————————————————————————————
>>> Rubens-MBP:~ rubengjertsen$ csound /00ShortOne/Problemscore.csd -A -f -v
>>> 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.07 (double samples) May 16 2016
>>> libsndfile-1.0.21
>>> UnifiedCSD:
>>> /00ShortOne/Problemscore.csd
>>> Environment variable 'SADIR' has been set to '/00ShortOne'
>>> Environment variable 'SSDIR' has been set to '/00ShortOne'
>>> Environment variable 'INCDIR' has been set to '/00ShortOne'
>>> Environment variable 'MFDIR' has been set to '/00ShortOne'
>>> STARTING FILE
>>> Creating options
>>> Creating orchestra
>>> Creating score
>>> WARNING: STK opcodes not available: define environment variable RAWWAVE_PATH
>>> (points to rawwaves directory) to use STK opcodes.
>>> signalflowgraph: csoundModuleInit(0x7fd649807800)
>>> rtaudio: PortAudio module enabled ...
>>> using callback interface
>>> rtmidi: PortMIDI module enabled
>>> Calling preprocess on >>
>>> sr=44100
>>> kr=44100
>>> ksmps=1
>>> nchnls=4
>>>
>>> #include "StringsetIncludeShort.h"  ;Including this causes segmentation fault, as it contains the ; comment
>>> ;#include "StringsetIncludeShortNoComments.h"  ;Does not cause segmentation fault, but newline in an included document is not recognized in Csound
>>> 6.07.
>>>
>>>
>>> ;Comments are ok in the main score.
>>>
>>> /*
>>> But any comment in the included files between macros and strset cause segmentation fault.
>>> */
>>>
>>>
>>> #exit
>>> <<
>>>
>>> line 14 at end of #include line
>>>
>>> reading included file "StringsetIncludeShort.h"
>>>
>>> Creating search path cache for 'INCDIR':
>>>     1: "/00ShortOne/"
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_pre.lex(760): stacking line 14 at 0
>>>
>>> Set line number to 1
>>>
>>>
>>> csound command: Segmentation fault
>>> end of score.     overall amps:      0.0
>>> 0 errors in performance
>>> Elapsed time at end of performance: real: 0.256s, CPU: 0.001s
>>> signalflowgraph: csoundModuleDestroy(0x7fd649807800)
>>> Rubens-MBP:~ rubengjertsen$
>>>
>>> ;————————————————————————————————————————————————————————
>>> Second case: No segmentation fault, but
>>> newline problem for the included file:
>>> ;————————————————————————————————————————————————————————
>>> Rubens-MBP:~ rubengjertsen$ csound /00ShortOne/Problemscore.csd -A -f -v
>>> 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.07 (double samples) May 16 2016
>>> libsndfile-1.0.21
>>> UnifiedCSD:  /00ShortOne/Problemscore.csd
>>> Environment variable 'SADIR' has been set to '/00ShortOne'
>>> Environment variable 'SSDIR' has been set to '/00ShortOne'
>>> Environment variable 'INCDIR' has been set to '/00ShortOne'
>>> Environment variable 'MFDIR' has been set to '/00ShortOne'
>>> STARTING FILE
>>> Creating options
>>> Creating orchestra
>>> Creating score
>>> WARNING: STK opcodes not available: define
>>> environment variable RAWWAVE_PATH
>>> (points to rawwaves directory) to use STK opcodes.
>>> signalflowgraph: csoundModuleInit(0x7f8112007800)
>>> rtaudio: PortAudio module enabled ...
>>> using callback interface
>>> rtmidi: PortMIDI module enabled
>>> Calling preprocess on >>
>>> sr=44100
>>> kr=44100
>>> ksmps=1
>>> nchnls=4
>>>
>>> ;#include "StringsetIncludeShort.h"  ;Including this causes segmentation fault, as it contains the ; comment
>>> #include "StringsetIncludeShortNoComments.h"  ;Does not cause segmentation fault, but newline in an included document is not recognized in Csound 6.07.
>>>
>>>
>>> ;Comments are ok in the main score.
>>>
>>> /*
>>> But any comment in the included files between macros and strset cause segmentation fault.
>>> */
>>>
>>>
>>> #exit
>>> <<
>>>
>>> line 15 at end of #include line
>>>
>>> reading included file "StringsetIncludeShortNoComments.h"
>>>
>>> Creating search path cache for 'INCDIR':
>>>     1:
>>> "/00ShortOne/"
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_pre.lex(760): stacking line 15 at 0
>>>
>>> Set line number to 1
>>>
>>> Starting parse
>>> Entering state 0
>>> Reading a token: Next token is token NEWLINE ()
>>> Shifting token NEWLINE ()
>>> Entering state 1
>>> Reducing stack by rule 47 (line 496):
>>>    $1 = token NEWLINE ()
>>> -> $$ = nterm statement ()
>>> Stack now 0
>>> Entering state 25
>>> Reducing stack by rule 30 (line 317):
>>>    $1 = nterm statement ()
>>> -> $$ = nterm topstatement ()
>>> Stack now 0
>>> Entering state 24
>>> Reducing stack by rule 5 (line 197):
>>>    $1 = nterm topstatement ()
>>> -> $$ = nterm rootstatement ()
>>> Stack now 0
>>> Entering state 21
>>> Reading a token: Next token is token SRATE_TOKEN ()
>>> Shifting token SRATE_TOKEN ()
>>> Entering state 11
>>> Reducing stack by rule 162 (line 784):
>>>    $1 = token SRATE_TOKEN
>>> ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 8
>>>
>>> -> $$ = nterm rident ()
>>> Stack now 0 21
>>> Entering state 30
>>> Reading a token: Next token is token '=' ()
>>> Shifting token '=' ()
>>> Entering state 96
>>> Reading a token: Next token is token INTEGER_TOKEN ()
>>> Shifting token INTEGER_TOKEN ()
>>> Entering state 48
>>> Reducing stack by rule 172 (line 812):
>>>    $1 = token INTEGER_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 8
>>>
>>> -> $$ = nterm constant ()
>>> Stack now 0 21 30 96
>>> Entering state 63
>>> Reducing stack by rule 140 (line 731):
>>>    $1 = nterm constant ()
>>> -> $$ = nterm ifac ()
>>> Stack now 0 21 30 96
>>> Entering state 60
>>> Reducing stack by rule 138 (line 727):
>>>    $1 = nterm ifac ()
>>> -> $$ = nterm iterm ()
>>> Stack now 0 21 30 96
>>> Entering state 59
>>> Reducing stack by rule 129 (line
>>> 716):
>>>    $1 = nterm iterm ()
>>> -> $$ = nterm iexp ()
>>> Stack now 0 21 30 96
>>> Entering state 58
>>> Reading a token: Next token is token NEWLINE ()
>>> Reducing stack by rule 120 (line 699):
>>>    $1 = nterm iexp ()
>>> -> $$ = nterm expr ()
>>> Stack now 0 21 30 96
>>> Entering state 176
>>> Next token is token NEWLINE ()
>>> Shifting token NEWLINE ()
>>> Entering state 250
>>> Reducing stack by rule 29 (line 309):
>>>    $1 = nterm rident ()
>>>    $2 = token '=' ()
>>>    $3 = nterm expr ()
>>>    $4 = token NEWLINE ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 9
>>>
>>> -> $$ = nterm topstatement ()
>>> Stack now 0 21
>>> Entering state 75
>>> Reducing stack by rule 2 (line 185):
>>>    $1 = nterm rootstatement ()
>>>    $2 = nterm topstatement ()
>>> -> $$ = nterm rootstatement ()
>>> Stack now 0
>>> Entering state 21
>>> Reading a token: Next token is token KRATE_TOKEN ()
>>> Shifting token KRATE_TOKEN
>>> ()
>>> Entering state 12
>>> Reducing stack by rule 163 (line 786):
>>>    $1 = token KRATE_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 9
>>>
>>> -> $$ = nterm rident ()
>>> Stack now 0 21
>>> Entering state 30
>>> Reading a token: Next token is token '=' ()
>>> Shifting token '=' ()
>>> Entering state 96
>>> Reading a token: Next token is token INTEGER_TOKEN ()
>>> Shifting token INTEGER_TOKEN ()
>>> Entering state 48
>>> Reducing stack by rule 172 (line 812):
>>>    $1 = token INTEGER_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 9
>>>
>>> -> $$ = nterm constant ()
>>> Stack now 0 21 30 96
>>> Entering state 63
>>> Reducing stack by rule 140 (line 731):
>>>    $1 = nterm constant ()
>>> -> $$ = nterm ifac ()
>>> Stack now 0 21 30 96
>>> Entering state 60
>>> Reducing stack by rule 138 (line 727):
>>>    $1 = nterm ifac ()
>>> -> $$ =
>>> nterm iterm ()
>>> Stack now 0 21 30 96
>>> Entering state 59
>>> Reducing stack by rule 129 (line 716):
>>>    $1 = nterm iterm ()
>>> -> $$ = nterm iexp ()
>>> Stack now 0 21 30 96
>>> Entering state 58
>>> Reading a token: Next token is token NEWLINE ()
>>> Reducing stack by rule 120 (line 699):
>>>    $1 = nterm iexp ()
>>> -> $$ = nterm expr ()
>>> Stack now 0 21 30 96
>>> Entering state 176
>>> Next token is token NEWLINE ()
>>> Shifting token NEWLINE ()
>>> Entering state 250
>>> Reducing stack by rule 29 (line 309):
>>>    $1 = nterm rident ()
>>>    $2 = token '=' ()
>>>    $3 = nterm expr ()
>>>    $4 = token NEWLINE ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 10
>>>
>>> -> $$ = nterm topstatement ()
>>> Stack now 0 21
>>> Entering state 75
>>> Reducing stack by rule 2 (line 185):
>>>    $1 = nterm rootstatement ()
>>>    $2 = nterm topstatement ()
>>> -> $$ = nterm rootstatement ()
>>> Stack now 0
>>> Entering state
>>> 21
>>> Reading a token: Next token is token KSMPS_TOKEN ()
>>> Shifting token KSMPS_TOKEN ()
>>> Entering state 13
>>> Reducing stack by rule 164 (line 788):
>>>    $1 = token KSMPS_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 10
>>>
>>> -> $$ = nterm rident ()
>>> Stack now 0 21
>>> Entering state 30
>>> Reading a token: Next token is token '=' ()
>>> Shifting token '=' ()
>>> Entering state 96
>>> Reading a token: Next token is token INTEGER_TOKEN ()
>>> Shifting token INTEGER_TOKEN ()
>>> Entering state 48
>>> Reducing stack by rule 172 (line 812):
>>>    $1 = token INTEGER_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 10
>>>
>>> -> $$ = nterm constant ()
>>> Stack now 0 21 30 96
>>> Entering state 63
>>> Reducing stack by rule 140 (line 731):
>>>    $1 = nterm constant ()
>>> -> $$ = nterm ifac ()
>>> Stack now 0 21 30 96
>>> Entering
>>> state 60
>>> Reducing stack by rule 138 (line 727):
>>>    $1 = nterm ifac ()
>>> -> $$ = nterm iterm ()
>>> Stack now 0 21 30 96
>>> Entering state 59
>>> Reducing stack by rule 129 (line 716):
>>>    $1 = nterm iterm ()
>>> -> $$ = nterm iexp ()
>>> Stack now 0 21 30 96
>>> Entering state 58
>>> Reading a token: Next token is token NEWLINE ()
>>> Reducing stack by rule 120 (line 699):
>>>    $1 = nterm iexp ()
>>> -> $$ = nterm expr ()
>>> Stack now 0 21 30 96
>>> Entering state 176
>>> Next token is token NEWLINE ()
>>> Shifting token NEWLINE ()
>>> Entering state 250
>>> Reducing stack by rule 29 (line 309):
>>>    $1 = nterm rident ()
>>>    $2 = token '=' ()
>>>    $3 = nterm expr ()
>>>    $4 = token NEWLINE ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 11
>>>
>>> -> $$ = nterm topstatement ()
>>> Stack now 0 21
>>> Entering state 75
>>> Reducing stack by rule 2 (line 185):
>>>    $1 = nterm rootstatement ()
>>>    $2 =
>>> nterm topstatement ()
>>> -> $$ = nterm rootstatement ()
>>> Stack now 0
>>> Entering state 21
>>> Reading a token: Next token is token NCHNLS_TOKEN ()
>>> Shifting token NCHNLS_TOKEN ()
>>> Entering state 14
>>> Reducing stack by rule 165 (line 790):
>>>    $1 = token NCHNLS_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 11
>>>
>>> -> $$ = nterm rident ()
>>> Stack now 0 21
>>> Entering state 30
>>> Reading a token: Next token is token '=' ()
>>> Shifting token '=' ()
>>> Entering state 96
>>> Reading a token: Next token is token INTEGER_TOKEN ()
>>> Shifting token INTEGER_TOKEN ()
>>> Entering state 48
>>> Reducing stack by rule 172 (line 812):
>>>    $1 = token INTEGER_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 11
>>>
>>> -> $$ = nterm constant ()
>>> Stack now 0 21 30 96
>>> Entering state 63
>>> Reducing stack by rule 140 (line
>>> 731):
>>>    $1 = nterm constant ()
>>> -> $$ = nterm ifac ()
>>> Stack now 0 21 30 96
>>> Entering state 60
>>> Reducing stack by rule 138 (line 727):
>>>    $1 = nterm ifac ()
>>> -> $$ = nterm iterm ()
>>> Stack now 0 21 30 96
>>> Entering state 59
>>> Reducing stack by rule 129 (line 716):
>>>    $1 = nterm iterm ()
>>> -> $$ = nterm iexp ()
>>> Stack now 0 21 30 96
>>> Entering state 58
>>> Reading a token: Next token is token NEWLINE ()
>>> Reducing stack by rule 120 (line 699):
>>>    $1 = nterm iexp ()
>>> -> $$ = nterm expr ()
>>> Stack now 0 21 30 96
>>> Entering state 176
>>> Next token is token NEWLINE ()
>>> Shifting token NEWLINE ()
>>> Entering state 250
>>> Reducing stack by rule 29 (line 309):
>>>    $1 = nterm rident ()
>>>    $2 = token '=' ()
>>>    $3 = nterm expr ()
>>>    $4 = token NEWLINE ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 12
>>>
>>> -> $$ = nterm topstatement ()
>>> Stack now 0
>>> 21
>>> Entering state 75
>>> Reducing stack by rule 2 (line 185):
>>>    $1 = nterm rootstatement ()
>>>    $2 = nterm topstatement ()
>>> -> $$ = nterm rootstatement ()
>>> Stack now 0
>>> Entering state 21
>>> Reading a token: Next token is token NEWLINE ()
>>> Shifting token NEWLINE ()
>>> Entering state 1
>>> Reducing stack by rule 47 (line 496):
>>>    $1 = token NEWLINE ()
>>> -> $$ = nterm statement ()
>>> Stack now 0 21
>>> Entering state 25
>>> Reducing stack by rule 30 (line 317):
>>>    $1 = nterm statement ()
>>> -> $$ = nterm topstatement ()
>>> Stack now 0 21
>>> Entering state 75
>>> Reducing stack by rule 2 (line 185):
>>>    $1 = nterm rootstatement ()
>>>    $2 = nterm topstatement ()
>>> -> $$ = nterm rootstatement ()
>>> Stack now 0
>>> Entering state 21
>>> Reading a token: Next token is token NEWLINE ()
>>> Shifting token NEWLINE ()
>>> Entering state 1
>>> Reducing stack by rule 47 (line 496):
>>>    $1 = token NEWLINE ()
>>> -> $$ = nterm statement ()
>>> Stack now 0
>>> 21
>>> Entering state 25
>>> Reducing stack by rule 30 (line 317):
>>>    $1 = nterm statement ()
>>> -> $$ = nterm topstatement ()
>>> Stack now 0 21
>>> Entering state 75
>>> Reducing stack by rule 2 (line 185):
>>>    $1 = nterm rootstatement ()
>>>    $2 = nterm topstatement ()
>>> -> $$ = nterm rootstatement ()
>>> Stack now 0
>>> Entering state 21
>>> Reading a token: Next token is token T_OPCODE0 ()
>>> Shifting token T_OPCODE0 ()
>>> Entering state 4
>>> Reducing stack by rule 181 (line 832):
>>>    $1 = token T_OPCODE0 ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 14
>>>
>>> -> $$ = nterm opcode0 ()
>>> Stack now 0 21
>>> Entering state 33
>>> Reading a token: Next token is token INTEGER_TOKEN ()
>>> Shifting token INTEGER_TOKEN ()
>>> Entering state 48
>>> Reducing stack by rule 172 (line 812):
>>>    $1 = token INTEGER_TOKEN
>>> ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 14
>>>
>>> -> $$ = nterm constant ()
>>> Stack now 0 21 33
>>> Entering state 63
>>> Reducing stack by rule 140 (line 731):
>>>    $1 = nterm constant ()
>>> -> $$ = nterm ifac ()
>>> Stack now 0 21 33
>>> Entering state 60
>>> Reducing stack by rule 138 (line 727):
>>>    $1 = nterm ifac ()
>>> -> $$ = nterm iterm ()
>>> Stack now 0 21 33
>>> Entering state 59
>>> Reducing stack by rule 129 (line 716):
>>>    $1 = nterm iterm ()
>>> -> $$ = nterm iexp ()
>>> Stack now 0 21 33
>>> Entering state 58
>>> Reading a token: Next token is token ',' ()
>>> Reducing stack by rule 120 (line 699):
>>>    $1 = nterm iexp ()
>>> -> $$ = nterm expr ()
>>> Stack now 0 21 33
>>> Entering state 110
>>> Next token is token ',' ()
>>> Reducing stack by rule 89 (line 660):
>>>    $1 = nterm expr ()
>>> -> $$ = nterm exprlist ()
>>> Stack now 0 21 33
>>> Entering state 108
>>> Next token is token
>>> ',' ()
>>> Shifting token ',' ()
>>> Entering state 187
>>> Reading a token: Next token is token STRING_TOKEN ()
>>> Shifting token STRING_TOKEN ()
>>> Entering state 45
>>> Reducing stack by rule 174 (line 816):
>>>    $1 = token STRING_TOKEN ()
>>> /Users/victor/src/csound6/installer/macosx/2016-05-16-203700/csound6/Engine/csound_orc_semantics.c(1970) line = 14
>>>
>>> -> $$ = nterm constant ()
>>> Stack now 0 21 33 108 187
>>> Entering state 63
>>> Reducing stack by rule 140 (line 731):
>>>    $1 = nterm constant ()
>>> -> $$ = nterm ifac ()
>>> Stack now 0 21 33 108 187
>>> Entering state 60
>>> Reducing stack by rule 138 (line 727):
>>>    $1 = nterm ifac ()
>>> -> $$ = nterm iterm ()
>>> Stack now 0 21 33 108 187
>>> Entering state 59
>>> Reducing stack by rule 129 (line 716):
>>>    $1 = nterm iterm ()
>>> -> $$ = nterm iexp ()
>>> Stack now 0 21 33 108 187
>>> Entering state 58
>>> Reading a token: Next token is token T_OPCODE0 ()
>>> Reducing stack by rule 120 (line 699):
>>>    $1 = nterm
>>> iexp ()
>>> -> $$ = nterm expr ()
>>> Stack now 0 21 33 108 187
>>> Entering state 264
>>> Next token is token T_OPCODE0 ()
>>> Reducing stack by rule 86 (line 646):
>>>    $1 = nterm exprlist ()
>>>    $2 = token ',' ()
>>>    $3 = nterm expr ()
>>> -> $$ = nterm exprlist ()
>>> Stack now 0 21 33
>>> Entering state 108
>>> Next token is token T_OPCODE0 ()
>>>
>>> error: syntax error, unexpected T_OPCODE0, expecting NEWLINE or ','  (token "strset") from file StringsetIncludeShortNoComments.h (2)
>>>  from file /00ShortOne/Problemscore.csd (1)
>>>  line 14:
>>>   strset 2 , "/0RubenCsoundPublic/Samples/Dyr2010/xdyrBjoern6.AIFF"strset
>>> <<<
>>> Error: popping nterm exprlist ()
>>> Stack now 0 21 33
>>> Error: popping nterm opcode0 ()
>>> Stack now 0 21
>>> Error: popping nterm rootstatement ()
>>> Stack now 0
>>> Cleanup: discarding lookahead token T_OPCODE0 ()
>>> Stack now 0
>>> Semantic Analysis
>>> Semantic Analysis Ends
>>> Parsing failed due to invalid input!
>>> 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.002s, CPU: 0.002s
>>> signalflowgraph: csoundModuleDestroy(0x7f8112007800)
>>> Rubens-MBP:~ rubengjertsen$
>>>
>>> ;————————————————————————————————————————————————————————
>>>
>>>
>>>  9. okt. 2016 kl. 21.48 skrev jpff
>>> >:
>>>
>>>  Could I ask a favour?  Please run either case with -v option.  It will generate a lot of output on 6.08 but it should show what is there after expansion of the input.  You will need to capture stdout and stderr -- sorry do not use bash so no sure of syntax
>>>  ==John ff
>>>
>>>
>>
>>
>> Ruben Sverre Gjertsen
>> Førsteamanuensis
>> Griegakademiet/komposisjon
>>
>> Ruben.gjertsen@uib.no 
>>
>>
>>
>>
>>
>> Ruben Sverre Gjertsen
>> Førsteamanuensis
>> Griegakademiet/komposisjon
>>
>> Ruben.gjertsen@uib.no 
>>
>>
>>
>>
>> Csound mailing list Csound@listserv.heanet.ie  https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND  Send bugs reports to https://github.com/csound/csound/issues  Discussions of bugs and features can be posted here
>
>
> Ruben Sverre Gjertsen
> Førsteamanuensis
> Griegakademiet/komposisjon
>
> Ruben.gjertsen@uib.no 
>
>
>
>
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
>

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here