Csound Csound-dev Csound-tekno Search About

[Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")

Date2013-07-11 20:56
Fromzappfinger
Subject[Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
I don't want to spoil the party but...
This csd used to work before I installed csound 6.
It is based on the fluidsynth sample.

Richard

now.csd   




--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-11 23:38
FromSteven Yi
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Hi Richard,

Not a spoiler at all, I think we all expected there to be issues to arise.

This seems like a packaging issue to me.  If I use "csound -z", I have
fluidEngine listed.  Could you run "csound -z" and see if fluidEngine
is listed there?

Also, could you tell what installer you are using, and if you're on
OSX if you used the Homebrew installation at all in the past (in case
of multiple Csound frameworks living on your system).

I seem to remember you on OSX 10.8, and if so, then it might be I'm
missing a library for the installer.  Also, could you post the
complete output from csound here?

Thanks!
steven


On Thu, Jul 11, 2013 at 3:56 PM, zappfinger  wrote:
> I don't want to spoil the party but...
> This csd used to work before I installed csound 6.
> It is based on the fluidsynth sample.
>
> Richard
>
> now.csd 
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-11 23:40
FromMichael Gogins
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
AttachmentsNone  None  

I'll check it out, probably an easy fix.

On Jul 11, 2013 6:30 PM, "zappfinger" <zappfinger@gmail.com> wrote:
I don't want to spoil the party but...
This csd used to work before I installed csound 6.
It is based on the fluidsynth sample.

Richard

now.csd <http://csound.1045644.n5.nabble.com/file/n5725431/now.csd>




--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2013-07-12 00:33
FromVictor Lazzarini
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Most likely the OPCODE6DIR64 is not being found, or the wrong one is set. I ran your CSD here and it played fine.
Check if "fluidEngine" is there with csound -z
On 11 Jul 2013, at 20:56, zappfinger wrote:

> I don't want to spoil the party but...
> This csd used to work before I installed csound 6.
> It is based on the fluidsynth sample.
> 
> Richard
> 
> now.csd   
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 14:19
Fromzappfinger
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Hi Steven,

Indeed, there are no fluid* opcodes when I run -z.
Here's the terminal output:

Richards-MacBook-Air:ESMS richard$ csound now.csd
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 6.00 (double samples) Jul 10 2013
libsndfile-1.0.25
UnifiedCSD:  now.csd
STARTING FILE
Creating options
Creating orchestra
Creating score
rtaudio: PortAudio module enabled ... 
using callback interface
rtmidi: PortMIDI module enabled

error: syntax error, unexpected T_IDENT  (token "fluidEngine") line 26:
>>>gifld   fluidEngine <<<
Unexpected untyped word gifld when expecting a variable
Parsing failed due to invalid input!
cannot compile orchestra 

end of score.		   overall amps:      0.0
	   overall samples out of range:        0
1 errors in performance

regards,
Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725455.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 15:38
FromVictor Lazzarini
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Ok, so you need to check that you don't have OPCODE6DIR64 set somewhere. Try this

$ set

and see what is printed. Look for OPCODE6DIR64. If it is set, try 

$ unset OPCODE6DIR64

if the OPCODE6DIR64 is set, then try to find where it's being set and remove it.

On 12 Jul 2013, at 14:19, zappfinger wrote:

> Hi Steven,
> 
> Indeed, there are no fluid* opcodes when I run -z.
> Here's the terminal output:
> 
> Richards-MacBook-Air:ESMS richard$ csound now.csd
> virtual_keyboard real time MIDI plugin for Csound
> 0dBFS level = 32768.0
> Csound version 6.00 (double samples) Jul 10 2013
> libsndfile-1.0.25
> UnifiedCSD:  now.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> rtaudio: PortAudio module enabled ... 
> using callback interface
> rtmidi: PortMIDI module enabled
> 
> error: syntax error, unexpected T_IDENT  (token "fluidEngine") line 26:
>>>> gifld   fluidEngine <<<
> Unexpected untyped word gifld when expecting a variable
> Parsing failed due to invalid input!
> cannot compile orchestra 
> 
> end of score.		   overall amps:      0.0
> 	   overall samples out of range:        0
> 1 errors in performance
> 
> regards,
> Richard
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725455.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 16:10
FromMichael Gogins
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
AttachmentsNone  None  
I installed Csound 6 for Windows just now from a fresh installer. I get:

C:\Program Files (x86)\Csound6\bin>echo %OPCODE6DIR64%
C:\Program Files (x86)\Csound6\bin\

C:\Program Files (x86)\Csound6\bin>csound -z1

...

fluidAllOut aa          (null)
fluidCCi    (null)      iiii
fluidCCk    (null)      ikkk
fluidControl (null)     ikkkk
fluidEngine i           ppoo
fluidLoad   i           Tio
fluidNote   (null)      iiii
fluidOut    aa          i
fluidProgramSelect (null) iiiii
fluidSetInterpMethod (null) iii

...

Regarding csnd6, you will need to use the 32-bit version of Python 2.7. Are you doing that?

Hope this helps,
Mike


===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Fri, Jul 12, 2013 at 10:38 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Ok, so you need to check that you don't have OPCODE6DIR64 set somewhere. Try this

$ set

and see what is printed. Look for OPCODE6DIR64. If it is set, try

$ unset OPCODE6DIR64

if the OPCODE6DIR64 is set, then try to find where it's being set and remove it.

On 12 Jul 2013, at 14:19, zappfinger wrote:

> Hi Steven,
>
> Indeed, there are no fluid* opcodes when I run -z.
> Here's the terminal output:
>
> Richards-MacBook-Air:ESMS richard$ csound now.csd
> virtual_keyboard real time MIDI plugin for Csound
> 0dBFS level = 32768.0
> Csound version 6.00 (double samples) Jul 10 2013
> libsndfile-1.0.25
> UnifiedCSD:  now.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> rtaudio: PortAudio module enabled ...
> using callback interface
> rtmidi: PortMIDI module enabled
>
> error: syntax error, unexpected T_IDENT  (token "fluidEngine") line 26:
>>>> gifld   fluidEngine <<<
> Unexpected untyped word gifld when expecting a variable
> Parsing failed due to invalid input!
> cannot compile orchestra
>
> end of score.            overall amps:      0.0
>          overall samples out of range:        0
> 1 errors in performance
>
> regards,
> Richard
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725455.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-07-12 20:19
Fromzappfinger
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
The OPCODE6DIR64 was set, so I did:
$ unset OPCODE6DIR64 

It is not listed anymore, but the fluid opcodes are still not listed with
-z.

What do you mean by:

"if the OPCODE6DIR64 is set, then try to find where it's being set and
remove it."?

Richard

 



--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725481.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 20:25
Fromzappfinger
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Michael,

In this case the csd is created with python and executed by the line:
os.system('csound %s' % ('now.csd'))
 
To verify the problem I also ran the command:
csound now.csd

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725482.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 20:43
FromVictor Lazzarini
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
For the variable to be set, you must have a line somewhere in either the .profile or .bashrc, or
environment.plist setting it. You can remove it.

What version of OSX are you using? Have you installed the 10.6 or 10.8 package?
As far as I can see, the 10.6 package is defaulting it to the correct place and the fluid opcodes
are being seen (here).

Victor
On 12 Jul 2013, at 20:19, zappfinger wrote:

> The OPCODE6DIR64 was set, so I did:
> $ unset OPCODE6DIR64 
> 
> It is not listed anymore, but the fluid opcodes are still not listed with
> -z.
> 
> What do you mean by:
> 
> "if the OPCODE6DIR64 is set, then try to find where it's being set and
> remove it."?
> 
> Richard
> 
> 
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725481.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-12 20:49
FromMichael Gogins
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
AttachmentsNone  None  
You do need the OPCODE6DIR64 environment variable to point to the directory where fluidOpcodes.dll is.

As I understand it, the process created by the os.system() function should contain the same environment variables as the calling process. I assume you have verified that OPCODE6DIR64 is found in os.environ. It may also be necessary for the Csound bin directory to be found in the PATH environment variable in os.environ.

Hope this helps,
Mike


===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Fri, Jul 12, 2013 at 3:19 PM, zappfinger <zappfinger@gmail.com> wrote:
The OPCODE6DIR64 was set, so I did:
$ unset OPCODE6DIR64

It is not listed anymore, but the fluid opcodes are still not listed with
-z.

What do you mean by:

"if the OPCODE6DIR64 is set, then try to find where it's being set and
remove it."?

Richard





--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725481.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-07-12 20:55
FromVictor Lazzarini
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
AttachmentsNone  None  
I think he is on OSX. In this system, everything defaults to the correct place (or it should).
On 12 Jul 2013, at 20:49, Michael Gogins wrote:

You do need the OPCODE6DIR64 environment variable to point to the directory where fluidOpcodes.dll is.

As I understand it, the process created by the os.system() function should contain the same environment variables as the calling process. I assume you have verified that OPCODE6DIR64 is found in os.environ. It may also be necessary for the Csound bin directory to be found in the PATH environment variable in os.enviro n.

Hope this helps,
Mike


===========================
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Fri, Jul 12, 2013 at 3:19 PM, zappfinger <zappfinger@gmail.com> wrote:
The OPCODE6DIR64 was set, so I did:
$ unset OPCODE6DIR64

It is not listed anymore, but the fluid opcodes are still not listed with
-z.

What do you mean by:

"if the OPCODE6DIR64 is set, then try to find where it's being set and
remove it."?

Richard





--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725481.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-07-13 08:36
Fromzappfinger
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Although I am on OS X 10.8.4, I installed csound 6 for 10.6 now and the fluid
opcodes are there.

But I get:
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/libjacko.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/libjackTransport.dylib'
(-1)
WARNING: could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/librtjack.dylib'
(-1)

And running csound via the python API does not work anymore:

Traceback (most recent call last):
  File "/Users/richard/Desktop/ESMS/csound6test.py", line 2, in 
    import csnd6 
  File "/Library/Python/2.7/site-packages/csnd6.py", line 26, in 
    _csnd6 = swig_import_helper()
  File "/Library/Python/2.7/site-packages/csnd6.py", line 22, in
swig_import_helper
    _mod = imp.load_module('_csnd6', fp, pathname, description)
ImportError: dlopen(/Library/Python/2.7/site-packages/_csnd6.so, 2): Library
not loaded: libcsnd.6.0.dylib
  Referenced from: /Library/Python/2.7/site-packages/_csnd6.so
  Reason: image not found

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725527.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-13 09:04
FromVictor Lazzarini
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Thanks, I'll fix that.
On 13 Jul 2013, at 08:36, zappfinger wrote:

> Although I am on OS X 10.8.4, I installed csound 6 for 10.6 now and the fluid
> opcodes are there.
> 
> But I get:
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/libjacko.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/libjackTransport.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/librtjack.dylib'
> (-1)
> 
> And running csound via the python API does not work anymore:
> 
> Traceback (most recent call last):
>  File "/Users/richard/Desktop/ESMS/csound6test.py", line 2, in 
>    import csnd6 
>  File "/Library/Python/2.7/site-packages/csnd6.py", line 26, in 
>    _csnd6 = swig_import_helper()
>  File "/Library/Python/2.7/site-packages/csnd6.py", line 22, in
> swig_import_helper
>    _mod = imp.load_module('_csnd6', fp, pathname, description)
> ImportError: dlopen(/Library/Python/2.7/site-packages/_csnd6.so, 2): Library
> not loaded: libcsnd.6.0.dylib
>  Referenced from: /Library/Python/2.7/site-packages/_csnd6.so
>  Reason: image not found
> 
> Richard
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725527.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-13 09:40
FromVictor Lazzarini
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Something got changed in the installer scripts that was reflected in the 10.6 build script (I did not know of the changes, so I had
not adapted my script), but now I've fixed it. I've replaced the sourceforge package, so the csnd6 python module should be
back working.

Regarding the warnings, you can just ignore them, it means you have not got JackOSX installed, or you can install it.

Victor
On 13 Jul 2013, at 09:04, Victor Lazzarini wrote:

> Thanks, I'll fix that.
> On 13 Jul 2013, at 08:36, zappfinger wrote:
> 
>> Although I am on OS X 10.8.4, I installed csound 6 for 10.6 now and the fluid
>> opcodes are there.
>> 
>> But I get:
>> WARNING: could not open library
>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/libjacko.dylib'
>> (-1)
>> WARNING: could not open library
>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/libjackTransport.dylib'
>> (-1)
>> WARNING: could not open library
>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/opcodes64/librtjack.dylib'
>> (-1)
>> 
>> And running csound via the python API does not work anymore:
>> 
>> Traceback (most recent call last):
>> File "/Users/richard/Desktop/ESMS/csound6test.py", line 2, in 
>>   import csnd6 
>> File "/Library/Python/2.7/site-packages/csnd6.py", line 26, in 
>>   _csnd6 = swig_import_helper()
>> File "/Library/Python/2.7/site-packages/csnd6.py", line 22, in
>> swig_import_helper
>>   _mod = imp.load_module('_csnd6', fp, pathname, description)
>> ImportError: dlopen(/Library/Python/2.7/site-packages/_csnd6.so, 2): Library
>> not loaded: libcsnd.6.0.dylib
>> Referenced from: /Library/Python/2.7/site-packages/_csnd6.so
>> Reason: image not found
>> 
>> Richard
>> 
>> 
>> 
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725527.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>> 
>> ------------------------------------------------------------------------------
>> See everything from the browser to the database with AppDynamics
>> Get end-to-end visibility with application monitoring from AppDynamics
>> Isolate bottlenecks and diagnose root cause in seconds.
>> Start your free trial of AppDynamics Pro today!
>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-07-13 10:02
Fromzappfinger
SubjectRe: [Cs-dev] error: syntax error, unexpected T_IDENT (token "fluidEngine")
Thanks! Your new installer for 10.6 seems to work now!

Richard



--
View this message in context: http://csound.1045644.n5.nabble.com/error-syntax-error-unexpected-T-IDENT-token-fluidEngine-tp5725431p5725533.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net