Csound Csound-dev Csound-tekno Search About

Error Csound Osx libvirtual and libwidgets

Date2015-05-09 08:49
FromFabio De Sanctis De Benedictis
SubjectError Csound Osx libvirtual and libwidgets
Hi All,

I apologize if this question has been already discussed, I have searched
for it in list without success.
I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
I receive this two warnings:

I could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)

I could not open library
'/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)

Libraries are to their place and permissions are: system read and write;
wheel read and write; everyone only read.

Last functioning Csound version with widgets and virtual midi keyboard
on my system has been the 6.03.

Similarly, I can not visualize Csound window with option -display.
Apart these things, Csound runs perfectly. Any suggestion is welcome,
thank you in advance.

Regards


fdsdb


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 09:56
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
Hi Fabio,

this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
but I don’t know what it could be right now. 

I have just checked the installer again in my system and it is installing all the dependencies
correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
not heard of any difficulties before).

Could you run this command, if possible:

otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib

and copy here the printout? That will tell us whether the correct dependencies are indicated in the
plugin.

best regards
========================
Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> 
> Hi All,
> 
> I apologize if this question has been already discussed, I have searched
> for it in list without success.
> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> I receive this two warnings:
> 
> I could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> 
> I could not open library
> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> 
> Libraries are to their place and permissions are: system read and write;
> wheel read and write; everyone only read.
> 
> Last functioning Csound version with widgets and virtual midi keyboard
> on my system has been the 6.03.
> 
> Similarly, I can not visualize Csound window with option -display.
> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> thank you in advance.
> 
> Regards
> 
> 
> fdsdb
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 10:42
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Hi Victor,

Thank you for fast reply. Here is the output;

Last login: Sat May  9 11:30:35 on ttys000
MacBook-Pro-di-Amministratore:~ fabio$ otool
-L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib 
/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
	libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
	@loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
version 1.3.0, current version 1.3.2)
	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.5)
	@loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
1.3.0, current version 1.3.2)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)
	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 20.0.0)
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
version 60.0.0)
MacBook-Pro-di-Amministratore:~ fabio$

I was forgotting: I use my macbook logging as user, that is not as
Administrator. But the output is the same in both cases.

Best


fdsdb

Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> Hi Fabio,
> 
> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> but I don’t know what it could be right now. 
> 
> I have just checked the installer again in my system and it is installing all the dependencies
> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> not heard of any difficulties before).
> 
> Could you run this command, if possible:
> 
> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> 
> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> plugin.
> 
> best regards
> ========================
> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Hi All,
> > 
> > I apologize if this question has been already discussed, I have searched
> > for it in list without success.
> > I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> > I receive this two warnings:
> > 
> > I could not open library
> > '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> > 
> > I could not open library
> > '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> > 
> > Libraries are to their place and permissions are: system read and write;
> > wheel read and write; everyone only read.
> > 
> > Last functioning Csound version with widgets and virtual midi keyboard
> > on my system has been the 6.03.
> > 
> > Similarly, I can not visualize Csound window with option -display.
> > Apart these things, Csound runs perfectly. Any suggestion is welcome,
> > thank you in advance.
> > 
> > Regards
> > 
> > 
> > fdsdb
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 10:55
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
That bit looks correct to me. Could you do the same for libfltk?

otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib


Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> 
> Hi Victor,
> 
> Thank you for fast reply. Here is the output;
> 
> Last login: Sat May  9 11:30:35 on ttys000
> MacBook-Pro-di-Amministratore:~ fabio$ otool
> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>    libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>    @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> version 1.3.0, current version 1.3.2)
>    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> 1.2.5)
>    @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> 1.3.0, current version 1.3.2)
>    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> version 1197.1.1)
>    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> (compatibility version 1.0.0, current version 20.0.0)
>    /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> version 60.0.0)
> MacBook-Pro-di-Amministratore:~ fabio$
> 
> I was forgotting: I use my macbook logging as user, that is not as
> Administrator. But the output is the same in both cases.
> 
> Best
> 
> 
> fdsdb
> 
> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>> Hi Fabio,
>> 
>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>> but I don’t know what it could be right now. 
>> 
>> I have just checked the installer again in my system and it is installing all the dependencies
>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>> not heard of any difficulties before).
>> 
>> Could you run this command, if possible:
>> 
>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>> 
>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>> plugin.
>> 
>> best regards
>> ========================
>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi All,
>>> 
>>> I apologize if this question has been already discussed, I have searched
>>> for it in list without success.
>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>> I receive this two warnings:
>>> 
>>> I could not open library
>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>> 
>>> I could not open library
>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>> 
>>> Libraries are to their place and permissions are: system read and write;
>>> wheel read and write; everyone only read.
>>> 
>>> Last functioning Csound version with widgets and virtual midi keyboard
>>> on my system has been the 6.03.
>>> 
>>> Similarly, I can not visualize Csound window with option -display.
>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>> thank you in advance.
>>> 
>>> Regards
>>> 
>>> 
>>> fdsdb
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 13:11
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Hi,

Here is the other output:

Last login: Sat May  9 11:33:19 on ttys000
MacBook-Pro-di-Amministratore:~ fabio$ otool
-L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
/Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
	libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)
	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 20.0.0)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
120.0.0)
	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
	/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
228.0.0)
	/System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
(compatibility version 1.0.0, current version 1.0.0)
	/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
(compatibility version 45.0.0, current version 1265.19.0)
	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
	/System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
(compatibility version 300.0.0, current version 1056.13.0)
MacBook-Pro-di-Amministratore:~ fabio$

Should it be an environment problem? (I am not a programmer, so I
apologize in advance if I use improper terms).

Thanks and regards


fdsdb

Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> That bit looks correct to me. Could you do the same for libfltk?
> 
> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> 
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
> > On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Hi Victor,
> > 
> > Thank you for fast reply. Here is the output;
> > 
> > Last login: Sat May  9 11:30:35 on ttys000
> > MacBook-Pro-di-Amministratore:~ fabio$ otool
> > -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> > /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >    libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >    @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> > version 1.3.0, current version 1.3.2)
> >    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> > 1.2.5)
> >    @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> > 1.3.0, current version 1.3.2)
> >    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> > version 1197.1.1)
> >    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> > (compatibility version 1.0.0, current version 20.0.0)
> >    /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> > version 60.0.0)
> > MacBook-Pro-di-Amministratore:~ fabio$
> > 
> > I was forgotting: I use my macbook logging as user, that is not as
> > Administrator. But the output is the same in both cases.
> > 
> > Best
> > 
> > 
> > fdsdb
> > 
> > Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >> Hi Fabio,
> >> 
> >> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >> but I don’t know what it could be right now. 
> >> 
> >> I have just checked the installer again in my system and it is installing all the dependencies
> >> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >> not heard of any difficulties before).
> >> 
> >> Could you run this command, if possible:
> >> 
> >> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >> 
> >> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >> plugin.
> >> 
> >> best regards
> >> ========================
> >> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>> 
> >>> Hi All,
> >>> 
> >>> I apologize if this question has been already discussed, I have searched
> >>> for it in list without success.
> >>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>> I receive this two warnings:
> >>> 
> >>> I could not open library
> >>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>> 
> >>> I could not open library
> >>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>> 
> >>> Libraries are to their place and permissions are: system read and write;
> >>> wheel read and write; everyone only read.
> >>> 
> >>> Last functioning Csound version with widgets and virtual midi keyboard
> >>> on my system has been the 6.03.
> >>> 
> >>> Similarly, I can not visualize Csound window with option -display.
> >>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>> thank you in advance.
> >>> 
> >>> Regards
> >>> 
> >>> 
> >>> fdsdb
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 13:33
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> 
> Hi,
> 
> Here is the other output:
> 
> Last login: Sat May  9 11:33:19 on ttys000
> MacBook-Pro-di-Amministratore:~ fabio$ otool
> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>    libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> version 1197.1.1)
>    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> (compatibility version 1.0.0, current version 20.0.0)
>    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> 120.0.0)
>    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>    /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> 228.0.0)
>    /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> (compatibility version 1.0.0, current version 1.0.0)
>    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> (compatibility version 45.0.0, current version 1265.19.0)
>    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>    /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> (compatibility version 300.0.0, current version 1056.13.0)
> MacBook-Pro-di-Amministratore:~ fabio$
> 
> Should it be an environment problem? (I am not a programmer, so I
> apologize in advance if I use improper terms).
> 
> Thanks and regards
> 
> 
> fdsdb
> 
> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>> That bit looks correct to me. Could you do the same for libfltk?
>> 
>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>> 
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi Victor,
>>> 
>>> Thank you for fast reply. Here is the output;
>>> 
>>> Last login: Sat May  9 11:30:35 on ttys000
>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>   libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>   @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>> version 1.3.0, current version 1.3.2)
>>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>> 1.2.5)
>>>   @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>> 1.3.0, current version 1.3.2)
>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>> version 1197.1.1)
>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>> (compatibility version 1.0.0, current version 20.0.0)
>>>   /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>> version 60.0.0)
>>> MacBook-Pro-di-Amministratore:~ fabio$
>>> 
>>> I was forgotting: I use my macbook logging as user, that is not as
>>> Administrator. But the output is the same in both cases.
>>> 
>>> Best
>>> 
>>> 
>>> fdsdb
>>> 
>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>> Hi Fabio,
>>>> 
>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>> but I don’t know what it could be right now. 
>>>> 
>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>> not heard of any difficulties before).
>>>> 
>>>> Could you run this command, if possible:
>>>> 
>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>> 
>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>> plugin.
>>>> 
>>>> best regards
>>>> ========================
>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>> 
>>>>> Hi All,
>>>>> 
>>>>> I apologize if this question has been already discussed, I have searched
>>>>> for it in list without success.
>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>> I receive this two warnings:
>>>>> 
>>>>> I could not open library
>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>> 
>>>>> I could not open library
>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>> 
>>>>> Libraries are to their place and permissions are: system read and write;
>>>>> wheel read and write; everyone only read.
>>>>> 
>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>> on my system has been the 6.03.
>>>>> 
>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>> thank you in advance.
>>>>> 
>>>>> Regards
>>>>> 
>>>>> 
>>>>> fdsdb
>>>>> 
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>      https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 15:29
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Ok, thank you.
Please, I don't know if this is useful, note that I have installed new
versions of Csound one after the other, always using .pkgs files,
sometimes downgrading to 6.03 and then returning to 6.05. One problem,
at least for me, is that with Osx installer is not possible to cleanly
uninstall a software before installing a new version.

Best

Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
> > On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Hi,
> > 
> > Here is the other output:
> > 
> > Last login: Sat May  9 11:33:19 on ttys000
> > MacBook-Pro-di-Amministratore:~ fabio$ otool
> > -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> > /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >    libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> > version 1197.1.1)
> >    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> > (compatibility version 1.0.0, current version 20.0.0)
> >    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> > 120.0.0)
> >    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >    /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> > 228.0.0)
> >    /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> > (compatibility version 1.0.0, current version 1.0.0)
> >    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> > (compatibility version 45.0.0, current version 1265.19.0)
> >    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >    /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> > (compatibility version 300.0.0, current version 1056.13.0)
> > MacBook-Pro-di-Amministratore:~ fabio$
> > 
> > Should it be an environment problem? (I am not a programmer, so I
> > apologize in advance if I use improper terms).
> > 
> > Thanks and regards
> > 
> > 
> > fdsdb
> > 
> > Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >> That bit looks correct to me. Could you do the same for libfltk?
> >> 
> >> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >> 
> >> 
> >> Victor Lazzarini
> >> Dean of Arts, Celtic Studies, and Philosophy
> >> Maynooth University
> >> Ireland
> >> 
> >>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>> 
> >>> Hi Victor,
> >>> 
> >>> Thank you for fast reply. Here is the output;
> >>> 
> >>> Last login: Sat May  9 11:30:35 on ttys000
> >>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>   libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>   @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>> version 1.3.0, current version 1.3.2)
> >>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>> 1.2.5)
> >>>   @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>> 1.3.0, current version 1.3.2)
> >>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>> version 1197.1.1)
> >>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>> (compatibility version 1.0.0, current version 20.0.0)
> >>>   /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>> version 60.0.0)
> >>> MacBook-Pro-di-Amministratore:~ fabio$
> >>> 
> >>> I was forgotting: I use my macbook logging as user, that is not as
> >>> Administrator. But the output is the same in both cases.
> >>> 
> >>> Best
> >>> 
> >>> 
> >>> fdsdb
> >>> 
> >>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>> Hi Fabio,
> >>>> 
> >>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>> but I don’t know what it could be right now. 
> >>>> 
> >>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>> not heard of any difficulties before).
> >>>> 
> >>>> Could you run this command, if possible:
> >>>> 
> >>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>> 
> >>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>> plugin.
> >>>> 
> >>>> best regards
> >>>> ========================
> >>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>> 
> >>>>> Hi All,
> >>>>> 
> >>>>> I apologize if this question has been already discussed, I have searched
> >>>>> for it in list without success.
> >>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>> I receive this two warnings:
> >>>>> 
> >>>>> I could not open library
> >>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>> 
> >>>>> I could not open library
> >>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>> 
> >>>>> Libraries are to their place and permissions are: system read and write;
> >>>>> wheel read and write; everyone only read.
> >>>>> 
> >>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>> on my system has been the 6.03.
> >>>>> 
> >>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>> thank you in advance.
> >>>>> 
> >>>>> Regards
> >>>>> 
> >>>>> 
> >>>>> fdsdb
> >>>>> 
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>      https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>       https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 17:55
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
now places all dependencies inside the framework and changes the link names, and that was what I was checking.
Have you tried 6.04 to see if it works?

========================
Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> 
> Ok, thank you.
> Please, I don't know if this is useful, note that I have installed new
> versions of Csound one after the other, always using .pkgs files,
> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> at least for me, is that with Osx installer is not possible to cleanly
> uninstall a software before installing a new version.
> 
> Best
> 
> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi,
>>> 
>>> Here is the other output:
>>> 
>>> Last login: Sat May  9 11:33:19 on ttys000
>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>   libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>> version 1197.1.1)
>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>> (compatibility version 1.0.0, current version 20.0.0)
>>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>> 120.0.0)
>>>   /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>   /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>> 228.0.0)
>>>   /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>> (compatibility version 1.0.0, current version 1.0.0)
>>>   /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>   /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>   /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>   /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>> (compatibility version 300.0.0, current version 1056.13.0)
>>> MacBook-Pro-di-Amministratore:~ fabio$
>>> 
>>> Should it be an environment problem? (I am not a programmer, so I
>>> apologize in advance if I use improper terms).
>>> 
>>> Thanks and regards
>>> 
>>> 
>>> fdsdb
>>> 
>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>> 
>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>> 
>>>> 
>>>> Victor Lazzarini
>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>> Maynooth University
>>>> Ireland
>>>> 
>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>> 
>>>>> Hi Victor,
>>>>> 
>>>>> Thank you for fast reply. Here is the output;
>>>>> 
>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>  libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>  @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>> version 1.3.0, current version 1.3.2)
>>>>>  /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>> 1.2.5)
>>>>>  @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>> 1.3.0, current version 1.3.2)
>>>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>> version 1197.1.1)
>>>>>  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>  /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>> version 60.0.0)
>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>> 
>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>> Administrator. But the output is the same in both cases.
>>>>> 
>>>>> Best
>>>>> 
>>>>> 
>>>>> fdsdb
>>>>> 
>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>> Hi Fabio,
>>>>>> 
>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>> but I don’t know what it could be right now. 
>>>>>> 
>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>> not heard of any difficulties before).
>>>>>> 
>>>>>> Could you run this command, if possible:
>>>>>> 
>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>> 
>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>> plugin.
>>>>>> 
>>>>>> best regards
>>>>>> ========================
>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>> 
>>>>>>> Hi All,
>>>>>>> 
>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>> for it in list without success.
>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>> I receive this two warnings:
>>>>>>> 
>>>>>>> I could not open library
>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>> 
>>>>>>> I could not open library
>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>> 
>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>> wheel read and write; everyone only read.
>>>>>>> 
>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>> on my system has been the 6.03.
>>>>>>> 
>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>> thank you in advance.
>>>>>>> 
>>>>>>> Regards
>>>>>>> 
>>>>>>> 
>>>>>>> fdsdb
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>     https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>      https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> 
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>      https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 18:00
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
Another suggestion is to run with -v and see if there are any further messages related to library loading.
========================
Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> 
> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> Have you tried 6.04 to see if it works?
> 
> ========================
> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>> 
>> Ok, thank you.
>> Please, I don't know if this is useful, note that I have installed new
>> versions of Csound one after the other, always using .pkgs files,
>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>> at least for me, is that with Osx installer is not possible to cleanly
>> uninstall a software before installing a new version.
>> 
>> Best
>> 
>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>> 
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>> 
>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> Here is the other output:
>>>> 
>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>  libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>> version 1197.1.1)
>>>>  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>  /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>> 120.0.0)
>>>>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>  /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>> 228.0.0)
>>>>  /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>> 
>>>> Should it be an environment problem? (I am not a programmer, so I
>>>> apologize in advance if I use improper terms).
>>>> 
>>>> Thanks and regards
>>>> 
>>>> 
>>>> fdsdb
>>>> 
>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>> 
>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>> 
>>>>> 
>>>>> Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> Maynooth University
>>>>> Ireland
>>>>> 
>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>> 
>>>>>> Hi Victor,
>>>>>> 
>>>>>> Thank you for fast reply. Here is the output;
>>>>>> 
>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>> version 1.3.0, current version 1.3.2)
>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>> 1.2.5)
>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>> 1.3.0, current version 1.3.2)
>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>> version 1197.1.1)
>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>> version 60.0.0)
>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>> 
>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>> Administrator. But the output is the same in both cases.
>>>>>> 
>>>>>> Best
>>>>>> 
>>>>>> 
>>>>>> fdsdb
>>>>>> 
>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>> Hi Fabio,
>>>>>>> 
>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>> but I don’t know what it could be right now. 
>>>>>>> 
>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>> not heard of any difficulties before).
>>>>>>> 
>>>>>>> Could you run this command, if possible:
>>>>>>> 
>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>> 
>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>> plugin.
>>>>>>> 
>>>>>>> best regards
>>>>>>> ========================
>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>> 
>>>>>>>> Hi All,
>>>>>>>> 
>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>> for it in list without success.
>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>> I receive this two warnings:
>>>>>>>> 
>>>>>>>> I could not open library
>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>> 
>>>>>>>> I could not open library
>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>> 
>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>> wheel read and write; everyone only read.
>>>>>>>> 
>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>> on my system has been the 6.03.
>>>>>>>> 
>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>> thank you in advance.
>>>>>>>> 
>>>>>>>> Regards
>>>>>>>> 
>>>>>>>> 
>>>>>>>> fdsdb
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>     https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>     https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>      https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>      https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 19:28
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
HI,

I have tried both 6.04 and 6.03; only this latter runs regularly. With
6.04 there are the same problems. I think it can be a my system problem.
Sometimes I have uninstalled packages by thirdy part package
uninstallers, for a clean uninstallation (or at least I thought), but I
think that installing new versions there should be no problems.
I am going to answer to your other mail, enclosing installation logs and
terminal output.

Ciao

Il giorno sab, 09/05/2015 alle 17.55 +0100, Victor Lazzarini ha scritto:
> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> Have you tried 6.04 to see if it works?
> 
> ========================
> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Ok, thank you.
> > Please, I don't know if this is useful, note that I have installed new
> > versions of Csound one after the other, always using .pkgs files,
> > sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> > at least for me, is that with Osx installer is not possible to cleanly
> > uninstall a software before installing a new version.
> > 
> > Best
> > 
> > Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >> 
> >> Victor Lazzarini
> >> Dean of Arts, Celtic Studies, and Philosophy
> >> Maynooth University
> >> Ireland
> >> 
> >>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>> 
> >>> Hi,
> >>> 
> >>> Here is the other output:
> >>> 
> >>> Last login: Sat May  9 11:33:19 on ttys000
> >>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>   libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>> version 1197.1.1)
> >>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>> (compatibility version 1.0.0, current version 20.0.0)
> >>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>> 120.0.0)
> >>>   /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>   /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>> 228.0.0)
> >>>   /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>> (compatibility version 1.0.0, current version 1.0.0)
> >>>   /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>   /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>   /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>   /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>> (compatibility version 300.0.0, current version 1056.13.0)
> >>> MacBook-Pro-di-Amministratore:~ fabio$
> >>> 
> >>> Should it be an environment problem? (I am not a programmer, so I
> >>> apologize in advance if I use improper terms).
> >>> 
> >>> Thanks and regards
> >>> 
> >>> 
> >>> fdsdb
> >>> 
> >>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>> 
> >>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>> 
> >>>> 
> >>>> Victor Lazzarini
> >>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>> Maynooth University
> >>>> Ireland
> >>>> 
> >>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>> 
> >>>>> Hi Victor,
> >>>>> 
> >>>>> Thank you for fast reply. Here is the output;
> >>>>> 
> >>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>  libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>  @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>> version 1.3.0, current version 1.3.2)
> >>>>>  /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>> 1.2.5)
> >>>>>  @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>> 1.3.0, current version 1.3.2)
> >>>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>> version 1197.1.1)
> >>>>>  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>  /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>> version 60.0.0)
> >>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>> 
> >>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>> Administrator. But the output is the same in both cases.
> >>>>> 
> >>>>> Best
> >>>>> 
> >>>>> 
> >>>>> fdsdb
> >>>>> 
> >>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>> Hi Fabio,
> >>>>>> 
> >>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>> but I don’t know what it could be right now. 
> >>>>>> 
> >>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>> not heard of any difficulties before).
> >>>>>> 
> >>>>>> Could you run this command, if possible:
> >>>>>> 
> >>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>> 
> >>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>> plugin.
> >>>>>> 
> >>>>>> best regards
> >>>>>> ========================
> >>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>> 
> >>>>>>> Hi All,
> >>>>>>> 
> >>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>> for it in list without success.
> >>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>> I receive this two warnings:
> >>>>>>> 
> >>>>>>> I could not open library
> >>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>> 
> >>>>>>> I could not open library
> >>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>> 
> >>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>> wheel read and write; everyone only read.
> >>>>>>> 
> >>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>> on my system has been the 6.03.
> >>>>>>> 
> >>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>> thank you in advance.
> >>>>>>> 
> >>>>>>> Regards
> >>>>>>> 
> >>>>>>> 
> >>>>>>> fdsdb
> >>>>>>> 
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>     https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>      https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>      https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>       https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-09 19:31
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Attachmentslista.txt  log_Installation.rtf  None  None  
Hi,

I enclose "lista.txt" with terminal outputs of the same file rendered
with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
copied the information about Csound 6.04 and 6.03 package installation.
I hope they can be useful.

regards


fdsdb

Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> ========================
> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> > 
> > Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> > I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> > now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> > Have you tried 6.04 to see if it works?
> > 
> > ========================
> > Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> >> 
> >> Ok, thank you.
> >> Please, I don't know if this is useful, note that I have installed new
> >> versions of Csound one after the other, always using .pkgs files,
> >> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> >> at least for me, is that with Osx installer is not possible to cleanly
> >> uninstall a software before installing a new version.
> >> 
> >> Best
> >> 
> >> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >>> 
> >>> Victor Lazzarini
> >>> Dean of Arts, Celtic Studies, and Philosophy
> >>> Maynooth University
> >>> Ireland
> >>> 
> >>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>>> 
> >>>> Hi,
> >>>> 
> >>>> Here is the other output:
> >>>> 
> >>>> Last login: Sat May  9 11:33:19 on ttys000
> >>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>>  libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>> version 1197.1.1)
> >>>>  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>  /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>> 120.0.0)
> >>>>  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>>  /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>>> 228.0.0)
> >>>>  /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>>> (compatibility version 1.0.0, current version 1.0.0)
> >>>>  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>>  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>>  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>>  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>>> (compatibility version 300.0.0, current version 1056.13.0)
> >>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>> 
> >>>> Should it be an environment problem? (I am not a programmer, so I
> >>>> apologize in advance if I use improper terms).
> >>>> 
> >>>> Thanks and regards
> >>>> 
> >>>> 
> >>>> fdsdb
> >>>> 
> >>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>>> 
> >>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>> 
> >>>>> 
> >>>>> Victor Lazzarini
> >>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>> Maynooth University
> >>>>> Ireland
> >>>>> 
> >>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>>> 
> >>>>>> Hi Victor,
> >>>>>> 
> >>>>>> Thank you for fast reply. Here is the output;
> >>>>>> 
> >>>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>>> version 1.3.0, current version 1.3.2)
> >>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>> 1.2.5)
> >>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>>> 1.3.0, current version 1.3.2)
> >>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>> version 1197.1.1)
> >>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>>> version 60.0.0)
> >>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>> 
> >>>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>>> Administrator. But the output is the same in both cases.
> >>>>>> 
> >>>>>> Best
> >>>>>> 
> >>>>>> 
> >>>>>> fdsdb
> >>>>>> 
> >>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>>> Hi Fabio,
> >>>>>>> 
> >>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>>> but I don’t know what it could be right now. 
> >>>>>>> 
> >>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>>> not heard of any difficulties before).
> >>>>>>> 
> >>>>>>> Could you run this command, if possible:
> >>>>>>> 
> >>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>> 
> >>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>>> plugin.
> >>>>>>> 
> >>>>>>> best regards
> >>>>>>> ========================
> >>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>> 
> >>>>>>>> Hi All,
> >>>>>>>> 
> >>>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>>> for it in list without success.
> >>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>>> I receive this two warnings:
> >>>>>>>> 
> >>>>>>>> I could not open library
> >>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>>> 
> >>>>>>>> I could not open library
> >>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>>> 
> >>>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>>> wheel read and write; everyone only read.
> >>>>>>>> 
> >>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>>> on my system has been the 6.03.
> >>>>>>>> 
> >>>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>>> thank you in advance.
> >>>>>>>> 
> >>>>>>>> Regards
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> fdsdb
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>> _______________________________________________
> >>>>>>>> Csound-users mailing list
> >>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>> Send bugs reports to
> >>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>> 
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>     https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>     https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>      https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> 
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>      https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> 
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>       https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


Date2015-05-09 20:18
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> 
> Hi,
> 
> I enclose "lista.txt" with terminal outputs of the same file rendered
> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> copied the information about Csound 6.04 and 6.03 package installation.
> I hope they can be useful.
> 
> regards
> 
> 
> fdsdb
> 
> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>> ========================
>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>> 
>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>> Have you tried 6.04 to see if it works?
>>> 
>>> ========================
>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>> 
>>>> Ok, thank you.
>>>> Please, I don't know if this is useful, note that I have installed new
>>>> versions of Csound one after the other, always using .pkgs files,
>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>> uninstall a software before installing a new version.
>>>> 
>>>> Best
>>>> 
>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>> 
>>>>> Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> Maynooth University
>>>>> Ireland
>>>>> 
>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> Here is the other output:
>>>>>> 
>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>> version 1197.1.1)
>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>> 120.0.0)
>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>> 228.0.0)
>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>> 
>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>> apologize in advance if I use improper terms).
>>>>>> 
>>>>>> Thanks and regards
>>>>>> 
>>>>>> 
>>>>>> fdsdb
>>>>>> 
>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>> 
>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>> 
>>>>>>> 
>>>>>>> Victor Lazzarini
>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>> Maynooth University
>>>>>>> Ireland
>>>>>>> 
>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>> 
>>>>>>>> Hi Victor,
>>>>>>>> 
>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>> 
>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>> 1.2.5)
>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>> version 1197.1.1)
>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>> version 60.0.0)
>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>> 
>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>> 
>>>>>>>> Best
>>>>>>>> 
>>>>>>>> 
>>>>>>>> fdsdb
>>>>>>>> 
>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>> Hi Fabio,
>>>>>>>>> 
>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>> but I don’t know what it could be right now. 
>>>>>>>>> 
>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>> not heard of any difficulties before).
>>>>>>>>> 
>>>>>>>>> Could you run this command, if possible:
>>>>>>>>> 
>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>> 
>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>> plugin.
>>>>>>>>> 
>>>>>>>>> best regards
>>>>>>>>> ========================
>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>> 
>>>>>>>>>> Hi All,
>>>>>>>>>> 
>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>> for it in list without success.
>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>> I receive this two warnings:
>>>>>>>>>> 
>>>>>>>>>> I could not open library
>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>> 
>>>>>>>>>> I could not open library
>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>> 
>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>> 
>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>> 
>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>> thank you in advance.
>>>>>>>>>> 
>>>>>>>>>> Regards
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> fdsdb
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>     https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>     https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>      https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>      https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-10 08:23
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Hi,

I apologize for delay. Running the command otool -
L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.

In fact installing again Csound 6.05 with the same command I obtain:

/Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
	libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
1.3.2)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1197.1.1)
	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
(compatibility version 1.0.0, current version 20.0.0)
	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.5)
	@loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
version 1.3.2)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
120.0.0)
MacBook-Pro-di-Amministratore:~ fabio$

I seem there are no incompatibilities.

Thanks and regards


fdsdb (faster...)

Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
> > On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Hi,
> > 
> > I enclose "lista.txt" with terminal outputs of the same file rendered
> > with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> > copied the information about Csound 6.04 and 6.03 package installation.
> > I hope they can be useful.
> > 
> > regards
> > 
> > 
> > fdsdb
> > 
> > Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> >> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> >> ========================
> >> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> >>> 
> >>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> >>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> >>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> >>> Have you tried 6.04 to see if it works?
> >>> 
> >>> ========================
> >>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> >>>> 
> >>>> Ok, thank you.
> >>>> Please, I don't know if this is useful, note that I have installed new
> >>>> versions of Csound one after the other, always using .pkgs files,
> >>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> >>>> at least for me, is that with Osx installer is not possible to cleanly
> >>>> uninstall a software before installing a new version.
> >>>> 
> >>>> Best
> >>>> 
> >>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >>>>> 
> >>>>> Victor Lazzarini
> >>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>> Maynooth University
> >>>>> Ireland
> >>>>> 
> >>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>>>>> 
> >>>>>> Hi,
> >>>>>> 
> >>>>>> Here is the other output:
> >>>>>> 
> >>>>>> Last login: Sat May  9 11:33:19 on ttys000
> >>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>> version 1197.1.1)
> >>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>> 120.0.0)
> >>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>>>>> 228.0.0)
> >>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>>>>> (compatibility version 1.0.0, current version 1.0.0)
> >>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>>>>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>>>>> (compatibility version 300.0.0, current version 1056.13.0)
> >>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>> 
> >>>>>> Should it be an environment problem? (I am not a programmer, so I
> >>>>>> apologize in advance if I use improper terms).
> >>>>>> 
> >>>>>> Thanks and regards
> >>>>>> 
> >>>>>> 
> >>>>>> fdsdb
> >>>>>> 
> >>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>>>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>>>>> 
> >>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>> 
> >>>>>>> 
> >>>>>>> Victor Lazzarini
> >>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>> Maynooth University
> >>>>>>> Ireland
> >>>>>>> 
> >>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>> 
> >>>>>>>> Hi Victor,
> >>>>>>>> 
> >>>>>>>> Thank you for fast reply. Here is the output;
> >>>>>>>> 
> >>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>>>>> version 1.3.0, current version 1.3.2)
> >>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>> 1.2.5)
> >>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>>>>> 1.3.0, current version 1.3.2)
> >>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>> version 1197.1.1)
> >>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>>>>> version 60.0.0)
> >>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>> 
> >>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>>>>> Administrator. But the output is the same in both cases.
> >>>>>>>> 
> >>>>>>>> Best
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> fdsdb
> >>>>>>>> 
> >>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>> Hi Fabio,
> >>>>>>>>> 
> >>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>>>>> but I don’t know what it could be right now. 
> >>>>>>>>> 
> >>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>>>>> not heard of any difficulties before).
> >>>>>>>>> 
> >>>>>>>>> Could you run this command, if possible:
> >>>>>>>>> 
> >>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>> 
> >>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>>>>> plugin.
> >>>>>>>>> 
> >>>>>>>>> best regards
> >>>>>>>>> ========================
> >>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>> 
> >>>>>>>>>> Hi All,
> >>>>>>>>>> 
> >>>>>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>>>>> for it in list without success.
> >>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>>>>> I receive this two warnings:
> >>>>>>>>>> 
> >>>>>>>>>> I could not open library
> >>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>>>>> 
> >>>>>>>>>> I could not open library
> >>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>>>>> 
> >>>>>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>>>>> wheel read and write; everyone only read.
> >>>>>>>>>> 
> >>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>>>>> on my system has been the 6.03.
> >>>>>>>>>> 
> >>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>>>>> thank you in advance.
> >>>>>>>>>> 
> >>>>>>>>>> Regards
> >>>>>>>>>> 
> >>>>>>>>>> 
> >>>>>>>>>> fdsdb
> >>>>>>>>>> 
> >>>>>>>>>> 
> >>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> Csound-users mailing list
> >>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>> Send bugs reports to
> >>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>> _______________________________________________
> >>>>>>>>> Csound-users mailing list
> >>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>> Send bugs reports to
> >>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>> _______________________________________________
> >>>>>>>> Csound-users mailing list
> >>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>> Send bugs reports to
> >>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>     https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>     https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>      https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> 
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>      https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-11 21:59
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Hi All,

I am still looking for resolving the problem of this thread.
I have explored the files that 6.03 and 6.05 installer packages install,
by executing cmd-I before installing every versions.
I have noticed that version 6.03 install libraries into /usr/local/lib,
and they are still there, even if I have installed the 6.05 version.
I have tried to eliminate 6.03 libraries from /usr/local/lib, and
reboot, but it is not useful, the problem remain.
Could be this the reason for which Csound doesn't open libvirtual,
libfltk and so on?

Thank you in advance


fdsdb


Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
Benedictis ha scritto:
> Hi,
> 
> I apologize for delay. Running the command otool -
> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
> 
> In fact installing again Csound 6.05 with the same command I obtain:
> 
> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
> 	libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
> 1.3.2)
> 	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> version 1197.1.1)
> 	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> (compatibility version 1.0.0, current version 20.0.0)
> 	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> 1.2.5)
> 	@loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
> version 1.3.2)
> 	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> 120.0.0)
> MacBook-Pro-di-Amministratore:~ fabio$
> 
> I seem there are no incompatibilities.
> 
> Thanks and regards
> 
> 
> fdsdb (faster...)
> 
> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
> > Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
> > 
> > Victor Lazzarini
> > Dean of Arts, Celtic Studies, and Philosophy
> > Maynooth University
> > Ireland
> > 
> > > On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> > > 
> > > Hi,
> > > 
> > > I enclose "lista.txt" with terminal outputs of the same file rendered
> > > with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> > > copied the information about Csound 6.04 and 6.03 package installation.
> > > I hope they can be useful.
> > > 
> > > regards
> > > 
> > > 
> > > fdsdb
> > > 
> > > Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> > >> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> > >> ========================
> > >> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> > >>> 
> > >>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> > >>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> > >>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> > >>> Have you tried 6.04 to see if it works?
> > >>> 
> > >>> ========================
> > >>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> > >>>> 
> > >>>> Ok, thank you.
> > >>>> Please, I don't know if this is useful, note that I have installed new
> > >>>> versions of Csound one after the other, always using .pkgs files,
> > >>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> > >>>> at least for me, is that with Osx installer is not possible to cleanly
> > >>>> uninstall a software before installing a new version.
> > >>>> 
> > >>>> Best
> > >>>> 
> > >>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> > >>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> > >>>>> 
> > >>>>> Victor Lazzarini
> > >>>>> Dean of Arts, Celtic Studies, and Philosophy
> > >>>>> Maynooth University
> > >>>>> Ireland
> > >>>>> 
> > >>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> > >>>>>> 
> > >>>>>> Hi,
> > >>>>>> 
> > >>>>>> Here is the other output:
> > >>>>>> 
> > >>>>>> Last login: Sat May  9 11:33:19 on ttys000
> > >>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> > >>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> > >>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> > >>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> > >>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> > >>>>>> version 1197.1.1)
> > >>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> > >>>>>> (compatibility version 1.0.0, current version 20.0.0)
> > >>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> > >>>>>> 120.0.0)
> > >>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> > >>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> > >>>>>> 228.0.0)
> > >>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> > >>>>>> (compatibility version 1.0.0, current version 1.0.0)
> > >>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> > >>>>>> (compatibility version 45.0.0, current version 1265.19.0)
> > >>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> > >>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> > >>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> > >>>>>> (compatibility version 300.0.0, current version 1056.13.0)
> > >>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> > >>>>>> 
> > >>>>>> Should it be an environment problem? (I am not a programmer, so I
> > >>>>>> apologize in advance if I use improper terms).
> > >>>>>> 
> > >>>>>> Thanks and regards
> > >>>>>> 
> > >>>>>> 
> > >>>>>> fdsdb
> > >>>>>> 
> > >>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> > >>>>>>> That bit looks correct to me. Could you do the same for libfltk?
> > >>>>>>> 
> > >>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> > >>>>>>> 
> > >>>>>>> 
> > >>>>>>> Victor Lazzarini
> > >>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> > >>>>>>> Maynooth University
> > >>>>>>> Ireland
> > >>>>>>> 
> > >>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> > >>>>>>>> 
> > >>>>>>>> Hi Victor,
> > >>>>>>>> 
> > >>>>>>>> Thank you for fast reply. Here is the output;
> > >>>>>>>> 
> > >>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
> > >>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> > >>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> > >>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> > >>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> > >>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> > >>>>>>>> version 1.3.0, current version 1.3.2)
> > >>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> > >>>>>>>> 1.2.5)
> > >>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> > >>>>>>>> 1.3.0, current version 1.3.2)
> > >>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> > >>>>>>>> version 1197.1.1)
> > >>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> > >>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> > >>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> > >>>>>>>> version 60.0.0)
> > >>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> > >>>>>>>> 
> > >>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
> > >>>>>>>> Administrator. But the output is the same in both cases.
> > >>>>>>>> 
> > >>>>>>>> Best
> > >>>>>>>> 
> > >>>>>>>> 
> > >>>>>>>> fdsdb
> > >>>>>>>> 
> > >>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> > >>>>>>>>> Hi Fabio,
> > >>>>>>>>> 
> > >>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> > >>>>>>>>> but I don’t know what it could be right now. 
> > >>>>>>>>> 
> > >>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> > >>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> > >>>>>>>>> not heard of any difficulties before).
> > >>>>>>>>> 
> > >>>>>>>>> Could you run this command, if possible:
> > >>>>>>>>> 
> > >>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> > >>>>>>>>> 
> > >>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> > >>>>>>>>> plugin.
> > >>>>>>>>> 
> > >>>>>>>>> best regards
> > >>>>>>>>> ========================
> > >>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> > >>>>>>>>>> 
> > >>>>>>>>>> Hi All,
> > >>>>>>>>>> 
> > >>>>>>>>>> I apologize if this question has been already discussed, I have searched
> > >>>>>>>>>> for it in list without success.
> > >>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> > >>>>>>>>>> I receive this two warnings:
> > >>>>>>>>>> 
> > >>>>>>>>>> I could not open library
> > >>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> > >>>>>>>>>> 
> > >>>>>>>>>> I could not open library
> > >>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> > >>>>>>>>>> 
> > >>>>>>>>>> Libraries are to their place and permissions are: system read and write;
> > >>>>>>>>>> wheel read and write; everyone only read.
> > >>>>>>>>>> 
> > >>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> > >>>>>>>>>> on my system has been the 6.03.
> > >>>>>>>>>> 
> > >>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
> > >>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> > >>>>>>>>>> thank you in advance.
> > >>>>>>>>>> 
> > >>>>>>>>>> Regards
> > >>>>>>>>>> 
> > >>>>>>>>>> 
> > >>>>>>>>>> fdsdb
> > >>>>>>>>>> 
> > >>>>>>>>>> 
> > >>>>>>>>>> ------------------------------------------------------------------------------
> > >>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> > >>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> > >>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> > >>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>>>>>>>>> _______________________________________________
> > >>>>>>>>>> Csound-users mailing list
> > >>>>>>>>>> Csound-users@lists.sourceforge.net
> > >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>>>>>>>>> Send bugs reports to
> > >>>>>>>>>>   https://github.com/csound/csound/issues
> > >>>>>>>>>> Discussions of bugs and features can be posted here
> > >>>>>>>>> 
> > >>>>>>>>> 
> > >>>>>>>>> ------------------------------------------------------------------------------
> > >>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> > >>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> > >>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> > >>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>>>>>>>> _______________________________________________
> > >>>>>>>>> Csound-users mailing list
> > >>>>>>>>> Csound-users@lists.sourceforge.net
> > >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>>>>>>>> Send bugs reports to
> > >>>>>>>>>    https://github.com/csound/csound/issues
> > >>>>>>>>> Discussions of bugs and features can be posted here
> > >>>>>>>> 
> > >>>>>>>> 
> > >>>>>>>> 
> > >>>>>>>> ------------------------------------------------------------------------------
> > >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> > >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> > >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> > >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>>>>>>> _______________________________________________
> > >>>>>>>> Csound-users mailing list
> > >>>>>>>> Csound-users@lists.sourceforge.net
> > >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>>>>>>> Send bugs reports to
> > >>>>>>>>    https://github.com/csound/csound/issues
> > >>>>>>>> Discussions of bugs and features can be posted here
> > >>>>>>> 
> > >>>>>>> ------------------------------------------------------------------------------
> > >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> > >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> > >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> > >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>>>>>> _______________________________________________
> > >>>>>>> Csound-users mailing list
> > >>>>>>> Csound-users@lists.sourceforge.net
> > >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>>>>>> Send bugs reports to
> > >>>>>>>     https://github.com/csound/csound/issues
> > >>>>>>> Discussions of bugs and features can be posted here
> > >>>>>> 
> > >>>>>> 
> > >>>>>> 
> > >>>>>> ------------------------------------------------------------------------------
> > >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> > >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> > >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> > >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>>>>> _______________________________________________
> > >>>>>> Csound-users mailing list
> > >>>>>> Csound-users@lists.sourceforge.net
> > >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>>>>> Send bugs reports to
> > >>>>>>     https://github.com/csound/csound/issues
> > >>>>>> Discussions of bugs and features can be posted here
> > >>>>> 
> > >>>>> ------------------------------------------------------------------------------
> > >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>>>> Widest out-of-the-box monitoring support with 50+ applications
> > >>>>> Performance metrics, stats and reports that give you Actionable Insights
> > >>>>> Deep dive visibility with transaction tracing using APM Insight.
> > >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>>>> _______________________________________________
> > >>>>> Csound-users mailing list
> > >>>>> Csound-users@lists.sourceforge.net
> > >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>>>> Send bugs reports to
> > >>>>>      https://github.com/csound/csound/issues
> > >>>>> Discussions of bugs and features can be posted here
> > >>>> 
> > >>>> 
> > >>>> 
> > >>>> ------------------------------------------------------------------------------
> > >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>>> Widest out-of-the-box monitoring support with 50+ applications
> > >>>> Performance metrics, stats and reports that give you Actionable Insights
> > >>>> Deep dive visibility with transaction tracing using APM Insight.
> > >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>>> _______________________________________________
> > >>>> Csound-users mailing list
> > >>>> Csound-users@lists.sourceforge.net
> > >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>>> Send bugs reports to
> > >>>>      https://github.com/csound/csound/issues
> > >>>> Discussions of bugs and features can be posted here
> > >>> 
> > >>> 
> > >>> ------------------------------------------------------------------------------
> > >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >>> Widest out-of-the-box monitoring support with 50+ applications
> > >>> Performance metrics, stats and reports that give you Actionable Insights
> > >>> Deep dive visibility with transaction tracing using APM Insight.
> > >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >>> _______________________________________________
> > >>> Csound-users mailing list
> > >>> Csound-users@lists.sourceforge.net
> > >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >>> Send bugs reports to
> > >>>       https://github.com/csound/csound/issues
> > >>> Discussions of bugs and features can be posted here
> > >> 
> > >> 
> > >> ------------------------------------------------------------------------------
> > >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> > >> Widest out-of-the-box monitoring support with 50+ applications
> > >> Performance metrics, stats and reports that give you Actionable Insights
> > >> Deep dive visibility with transaction tracing using APM Insight.
> > >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > >> _______________________________________________
> > >> Csound-users mailing list
> > >> Csound-users@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/csound-users
> > >> Send bugs reports to
> > >>        https://github.com/csound/csound/issues
> > >> Discussions of bugs and features can be posted here
> > > 
> > > 
> > > 
> > > ------------------------------------------------------------------------------
> > > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > > Widest out-of-the-box monitoring support with 50+ applications
> > > Performance metrics, stats and reports that give you Actionable Insights
> > > Deep dive visibility with transaction tracing using APM Insight.
> > > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > > _______________________________________________
> > > Csound-users mailing list
> > > Csound-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/csound-users
> > > Send bugs reports to
> > >        https://github.com/csound/csound/issues
> > > Discussions of bugs and features can be posted here
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >         https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-11 23:01
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
Have you tried installing the 6.04 version built for OSX 10.6?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
> 
> Hi All,
> 
> I am still looking for resolving the problem of this thread.
> I have explored the files that 6.03 and 6.05 installer packages install,
> by executing cmd-I before installing every versions.
> I have noticed that version 6.03 install libraries into /usr/local/lib,
> and they are still there, even if I have installed the 6.05 version.
> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
> reboot, but it is not useful, the problem remain.
> Could be this the reason for which Csound doesn't open libvirtual,
> libfltk and so on?
> 
> Thank you in advance
> 
> 
> fdsdb
> 
> 
> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
> Benedictis ha scritto:
>> Hi,
>> 
>> I apologize for delay. Running the command otool -
>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>> 
>> In fact installing again Csound 6.05 with the same command I obtain:
>> 
>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>    libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>> 1.3.2)
>>    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>> version 1197.1.1)
>>    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>> (compatibility version 1.0.0, current version 20.0.0)
>>    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>> 1.2.5)
>>    @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>> version 1.3.2)
>>    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>> 120.0.0)
>> MacBook-Pro-di-Amministratore:~ fabio$
>> 
>> I seem there are no incompatibilities.
>> 
>> Thanks and regards
>> 
>> 
>> fdsdb (faster...)
>> 
>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>> 
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>> 
>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>> I hope they can be useful.
>>>> 
>>>> regards
>>>> 
>>>> 
>>>> fdsdb
>>>> 
>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>> ========================
>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>> 
>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>> Have you tried 6.04 to see if it works?
>>>>>> 
>>>>>> ========================
>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>> 
>>>>>>> Ok, thank you.
>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>> uninstall a software before installing a new version.
>>>>>>> 
>>>>>>> Best
>>>>>>> 
>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>> 
>>>>>>>> Victor Lazzarini
>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>> Maynooth University
>>>>>>>> Ireland
>>>>>>>> 
>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>> 
>>>>>>>>> Hi,
>>>>>>>>> 
>>>>>>>>> Here is the other output:
>>>>>>>>> 
>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>> version 1197.1.1)
>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>> 120.0.0)
>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>> 228.0.0)
>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>> 
>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>> 
>>>>>>>>> Thanks and regards
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> fdsdb
>>>>>>>>> 
>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>> 
>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> Victor Lazzarini
>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>> Maynooth University
>>>>>>>>>> Ireland
>>>>>>>>>> 
>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Hi Victor,
>>>>>>>>>>> 
>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>> 
>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>> 1.2.5)
>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>> 
>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>> 
>>>>>>>>>>> Best
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> fdsdb
>>>>>>>>>>> 
>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>> 
>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>> but I don’t know what it could be right now. 
>>>>>>>>>>>> 
>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>> 
>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>> 
>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>> 
>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>> plugin.
>>>>>>>>>>>> 
>>>>>>>>>>>> best regards
>>>>>>>>>>>> ========================
>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>> 
>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Regards
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>     https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>      https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-12 00:03
FromSteven Yi
SubjectRe: Error Csound Osx libvirtual and libwidgets
Victor: did you use the dependencies script to build FLTK on your
system?  I reviewed this just now and I wonder if the CXX_FLAGS or
C_FLAGS needs to be used to get -macosx-version-min to be used.

On Mon, May 11, 2015 at 6:01 PM, Victor Lazzarini
 wrote:
> Have you tried installing the 6.04 version built for OSX 10.6?
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>
>> Hi All,
>>
>> I am still looking for resolving the problem of this thread.
>> I have explored the files that 6.03 and 6.05 installer packages install,
>> by executing cmd-I before installing every versions.
>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>> and they are still there, even if I have installed the 6.05 version.
>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>> reboot, but it is not useful, the problem remain.
>> Could be this the reason for which Csound doesn't open libvirtual,
>> libfltk and so on?
>>
>> Thank you in advance
>>
>>
>> fdsdb
>>
>>
>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>> Benedictis ha scritto:
>>> Hi,
>>>
>>> I apologize for delay. Running the command otool -
>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>
>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>
>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>    libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>> 1.3.2)
>>>    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>> version 1197.1.1)
>>>    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>> (compatibility version 1.0.0, current version 20.0.0)
>>>    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>> 1.2.5)
>>>    @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>> version 1.3.2)
>>>    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>> 120.0.0)
>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>
>>> I seem there are no incompatibilities.
>>>
>>> Thanks and regards
>>>
>>>
>>> fdsdb (faster...)
>>>
>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>
>>>> Victor Lazzarini
>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>> Maynooth University
>>>> Ireland
>>>>
>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>> I hope they can be useful.
>>>>>
>>>>> regards
>>>>>
>>>>>
>>>>> fdsdb
>>>>>
>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>> ========================
>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>
>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>
>>>>>>> ========================
>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>
>>>>>>>> Ok, thank you.
>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>
>>>>>>>> Best
>>>>>>>>
>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>
>>>>>>>>> Victor Lazzarini
>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>> Maynooth University
>>>>>>>>> Ireland
>>>>>>>>>
>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> Here is the other output:
>>>>>>>>>>
>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>> version 1197.1.1)
>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>> 120.0.0)
>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>> 228.0.0)
>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>
>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>
>>>>>>>>>> Thanks and regards
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> fdsdb
>>>>>>>>>>
>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>
>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>> Maynooth University
>>>>>>>>>>> Ireland
>>>>>>>>>>>
>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>
>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>
>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>
>>>>>>>>>>>> Best
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>
>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>
>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>> but I don’t know what it could be right now.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>
>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>
>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>
>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>
>>>>>>>>>>>>> best regards
>>>>>>>>>>>>> ========================
>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>       https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>
>>>>> 
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>        https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>>
>>
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-12 06:37
FromPietro Bonanno
SubjectRe: Error Csound Osx libvirtual and libwidgets
AttachmentsNone  None  

Good morning.

For the record I've the same issue with maverick and this concerns blue and cabbage too, that at this time doesn't open. I've tried all the mentioned solutions but nothing. I think , in my case, it is a general problem because some other software with maverick doesn't work (only to me).

Pietro


Il giorno Mar 12 Mag 2015 01:04 Steven Yi <stevenyi@gmail.com> ha scritto:
Victor: did you use the dependencies script to build FLTK on your
system?  I reviewed this just now and I wonder if the CXX_FLAGS or
C_FLAGS needs to be used to get -macosx-version-min to be used.

On Mon, May 11, 2015 at 6:01 PM, Victor Lazzarini
<Victor.Lazzarini@nuim.ie> wrote:
> Have you tried installing the 6.04 version built for OSX 10.6?
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis <fdesanctis@teletu.it> wrote:
>>
>> Hi All,
>>
>> I am still looking for resolving the problem of this thread.
>> I have explored the files that 6.03 and 6.05 installer packages install,
>> by executing cmd-I before installing every versions.
>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>> and they are still there, even if I have installed the 6.05 version.
>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>> reboot, but it is not useful, the problem remain.
>> Could be this the reason for which Csound doesn't open libvirtual,
>> libfltk and so on?
>>
>> Thank you in advance
>>
>>
>> fdsdb
>>
>>
>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>> Benedictis ha scritto:
>>> Hi,
>>>
>>> I apologize for delay. Running the command otool -
>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>
>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>
>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>    libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>> 1.3.2)
>>>    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>> version 1197.1.1)
>>>    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>> (compatibility version 1.0.0, current version 20.0.0)
>>>    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>> 1.2.5)
>>>    @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>> version 1.3.2)
>>>    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>> 120.0.0)
>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>
>>> I seem there are no incompatibilities.
>>>
>>> Thanks and regards
>>>
>>>
>>> fdsdb (faster...)
>>>
>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>
>>>> Victor Lazzarini
>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>> Maynooth University
>>>> Ireland
>>>>
>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis <fdesanctis@teletu.it> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>> I hope they can be useful.
>>>>>
>>>>> regards
>>>>>
>>>>>
>>>>> fdsdb
>>>>>
>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>> ========================
>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
>>>>>>>
>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>
>>>>>>> ========================
>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis <fdesanctis@teletu.it> wrote:
>>>>>>>>
>>>>>>>> Ok, thank you.
>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>
>>>>>>>> Best
>>>>>>>>
>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>
>>>>>>>>> Victor Lazzarini
>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>> Maynooth University
>>>>>>>>> Ireland
>>>>>>>>>
>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis <fdesanctis@teletu.it> wrote:
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> Here is the other output:
>>>>>>>>>>
>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>> version 1197.1.1)
>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>> 120.0.0)
>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>> 228.0.0)
>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>
>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>
>>>>>>>>>> Thanks and regards
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> fdsdb
>>>>>>>>>>
>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>
>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>> Maynooth University
>>>>>>>>>>> Ireland
>>>>>>>>>>>
>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis <fdesanctis@teletu.it> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>
>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>
>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>
>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>
>>>>>>>>>>>> Best
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>
>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>
>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>> but I don’t know what it could be right now.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>
>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>
>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>
>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>
>>>>>>>>>>>>> best regards
>>>>>>>>>>>>> ========================
>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis <fdesanctis@teletu.it> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>       https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>
>>>>> <lista.txt>
>>>>> <log_Installation.rtf>
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>        https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>>
>>
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-12 07:11
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
No, I did not check that. Did you do it for 6.03?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 12 May 2015, at 00:03, Steven Yi  wrote:
> 
> Victor: did you use the dependencies script to build FLTK on your
> system?  I reviewed this just now and I wonder if the CXX_FLAGS or
> C_FLAGS needs to be used to get -macosx-version-min to be used.
> 
> On Mon, May 11, 2015 at 6:01 PM, Victor Lazzarini
>  wrote:
>> Have you tried installing the 6.04 version built for OSX 10.6?
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi All,
>>> 
>>> I am still looking for resolving the problem of this thread.
>>> I have explored the files that 6.03 and 6.05 installer packages install,
>>> by executing cmd-I before installing every versions.
>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>>> and they are still there, even if I have installed the 6.05 version.
>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>>> reboot, but it is not useful, the problem remain.
>>> Could be this the reason for which Csound doesn't open libvirtual,
>>> libfltk and so on?
>>> 
>>> Thank you in advance
>>> 
>>> 
>>> fdsdb
>>> 
>>> 
>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>>> Benedictis ha scritto:
>>>> Hi,
>>>> 
>>>> I apologize for delay. Running the command otool -
>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>> 
>>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>> 
>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>>   libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>>> 1.3.2)
>>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>> version 1197.1.1)
>>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>> 1.2.5)
>>>>   @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>>> version 1.3.2)
>>>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>> 120.0.0)
>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>> 
>>>> I seem there are no incompatibilities.
>>>> 
>>>> Thanks and regards
>>>> 
>>>> 
>>>> fdsdb (faster...)
>>>> 
>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>> 
>>>>> Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> Maynooth University
>>>>> Ireland
>>>>> 
>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>>> I hope they can be useful.
>>>>>> 
>>>>>> regards
>>>>>> 
>>>>>> 
>>>>>> fdsdb
>>>>>> 
>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>>> ========================
>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>> 
>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>> 
>>>>>>>> ========================
>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>> 
>>>>>>>>> Ok, thank you.
>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>> 
>>>>>>>>> Best
>>>>>>>>> 
>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>> 
>>>>>>>>>> Victor Lazzarini
>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>> Maynooth University
>>>>>>>>>> Ireland
>>>>>>>>>> 
>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Hi,
>>>>>>>>>>> 
>>>>>>>>>>> Here is the other output:
>>>>>>>>>>> 
>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>> 120.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>> 228.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>> 
>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>> 
>>>>>>>>>>> Thanks and regards
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> fdsdb
>>>>>>>>>>> 
>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>> 
>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>> Ireland
>>>>>>>>>>>> 
>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>> 
>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Best
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>>> but I don’t know what it could be right now.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> best regards
>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> 
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>      https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-12 15:38
FromSteven Yi
SubjectRe: Error Csound Osx libvirtual and libwidgets
I don't think so, but I might have used older FLTK builds here that
survived a couple of OSX upgrades.

I just tried a build of FLTK here with 1.3.2 (the last version from
the dependency script) and it doesn't build.  I had to download 1.3.3.
After that, I tried using this:

./configure CFLAGS="-mmacosx-version-min=10.6"
CXXFLAGS="-mmacosx-version-min=10.6" --with-archflags="-arch i386
-arch x86_64" --enable-shared

Could you maybe try building with that and I guess put a test build up
somewhere?

On Tue, May 12, 2015 at 2:11 AM, Victor Lazzarini
 wrote:
> No, I did not check that. Did you do it for 6.03?
>
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
>
>> On 12 May 2015, at 00:03, Steven Yi  wrote:
>>
>> Victor: did you use the dependencies script to build FLTK on your
>> system?  I reviewed this just now and I wonder if the CXX_FLAGS or
>> C_FLAGS needs to be used to get -macosx-version-min to be used.
>>
>> On Mon, May 11, 2015 at 6:01 PM, Victor Lazzarini
>>  wrote:
>>> Have you tried installing the 6.04 version built for OSX 10.6?
>>>
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>
>>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>>>
>>>> Hi All,
>>>>
>>>> I am still looking for resolving the problem of this thread.
>>>> I have explored the files that 6.03 and 6.05 installer packages install,
>>>> by executing cmd-I before installing every versions.
>>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>>>> and they are still there, even if I have installed the 6.05 version.
>>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>>>> reboot, but it is not useful, the problem remain.
>>>> Could be this the reason for which Csound doesn't open libvirtual,
>>>> libfltk and so on?
>>>>
>>>> Thank you in advance
>>>>
>>>>
>>>> fdsdb
>>>>
>>>>
>>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>>>> Benedictis ha scritto:
>>>>> Hi,
>>>>>
>>>>> I apologize for delay. Running the command otool -
>>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>>>
>>>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>>>
>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>>>   libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>>>> 1.3.2)
>>>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>> version 1197.1.1)
>>>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>> 1.2.5)
>>>>>   @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>>>> version 1.3.2)
>>>>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>> 120.0.0)
>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>
>>>>> I seem there are no incompatibilities.
>>>>>
>>>>> Thanks and regards
>>>>>
>>>>>
>>>>> fdsdb (faster...)
>>>>>
>>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>>>
>>>>>> Victor Lazzarini
>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>> Maynooth University
>>>>>> Ireland
>>>>>>
>>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>>>> I hope they can be useful.
>>>>>>>
>>>>>>> regards
>>>>>>>
>>>>>>>
>>>>>>> fdsdb
>>>>>>>
>>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>>>> ========================
>>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>>>
>>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>>>
>>>>>>>>> ========================
>>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>
>>>>>>>>>> Ok, thank you.
>>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>>>
>>>>>>>>>> Best
>>>>>>>>>>
>>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>>>
>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>> Maynooth University
>>>>>>>>>>> Ireland
>>>>>>>>>>>
>>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> Here is the other output:
>>>>>>>>>>>>
>>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>> 120.0.0)
>>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>> 228.0.0)
>>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>
>>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>
>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>>>
>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>>> Ireland
>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Best
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>>>> but I don’t know what it could be right now.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> best regards
>>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>      https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>       https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>>
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>>
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>>
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 07:37
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Hi,

I have tried now, and with this version all runs perfectly.
Do you think that if now I install 6.05 version (or future versions) the
problem is resolved? (only for experimenting, of course I can use 6.04
version)

Thank you and regards


Fabio

Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
> Have you tried installing the 6.04 version built for OSX 10.6?
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
> > On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Hi All,
> > 
> > I am still looking for resolving the problem of this thread.
> > I have explored the files that 6.03 and 6.05 installer packages install,
> > by executing cmd-I before installing every versions.
> > I have noticed that version 6.03 install libraries into /usr/local/lib,
> > and they are still there, even if I have installed the 6.05 version.
> > I have tried to eliminate 6.03 libraries from /usr/local/lib, and
> > reboot, but it is not useful, the problem remain.
> > Could be this the reason for which Csound doesn't open libvirtual,
> > libfltk and so on?
> > 
> > Thank you in advance
> > 
> > 
> > fdsdb
> > 
> > 
> > Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
> > Benedictis ha scritto:
> >> Hi,
> >> 
> >> I apologize for delay. Running the command otool -
> >> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
> >> 
> >> In fact installing again Csound 6.05 with the same command I obtain:
> >> 
> >> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
> >>    libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
> >> 1.3.2)
> >>    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >> version 1197.1.1)
> >>    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >> (compatibility version 1.0.0, current version 20.0.0)
> >>    /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >> 1.2.5)
> >>    @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
> >> version 1.3.2)
> >>    /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >> 120.0.0)
> >> MacBook-Pro-di-Amministratore:~ fabio$
> >> 
> >> I seem there are no incompatibilities.
> >> 
> >> Thanks and regards
> >> 
> >> 
> >> fdsdb (faster...)
> >> 
> >> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
> >>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
> >>> 
> >>> Victor Lazzarini
> >>> Dean of Arts, Celtic Studies, and Philosophy
> >>> Maynooth University
> >>> Ireland
> >>> 
> >>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> >>>> 
> >>>> Hi,
> >>>> 
> >>>> I enclose "lista.txt" with terminal outputs of the same file rendered
> >>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> >>>> copied the information about Csound 6.04 and 6.03 package installation.
> >>>> I hope they can be useful.
> >>>> 
> >>>> regards
> >>>> 
> >>>> 
> >>>> fdsdb
> >>>> 
> >>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> >>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> >>>>> ========================
> >>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> >>>>>> 
> >>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> >>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> >>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> >>>>>> Have you tried 6.04 to see if it works?
> >>>>>> 
> >>>>>> ========================
> >>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>> 
> >>>>>>> Ok, thank you.
> >>>>>>> Please, I don't know if this is useful, note that I have installed new
> >>>>>>> versions of Csound one after the other, always using .pkgs files,
> >>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> >>>>>>> at least for me, is that with Osx installer is not possible to cleanly
> >>>>>>> uninstall a software before installing a new version.
> >>>>>>> 
> >>>>>>> Best
> >>>>>>> 
> >>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >>>>>>>> 
> >>>>>>>> Victor Lazzarini
> >>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>> Maynooth University
> >>>>>>>> Ireland
> >>>>>>>> 
> >>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>> 
> >>>>>>>>> Hi,
> >>>>>>>>> 
> >>>>>>>>> Here is the other output:
> >>>>>>>>> 
> >>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
> >>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>> version 1197.1.1)
> >>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>> 120.0.0)
> >>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>>>>>>>> 228.0.0)
> >>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
> >>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
> >>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>> 
> >>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
> >>>>>>>>> apologize in advance if I use improper terms).
> >>>>>>>>> 
> >>>>>>>>> Thanks and regards
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> fdsdb
> >>>>>>>>> 
> >>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>>>>>>>> 
> >>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>> 
> >>>>>>>>>> 
> >>>>>>>>>> Victor Lazzarini
> >>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>> Maynooth University
> >>>>>>>>>> Ireland
> >>>>>>>>>> 
> >>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>> 
> >>>>>>>>>>> Hi Victor,
> >>>>>>>>>>> 
> >>>>>>>>>>> Thank you for fast reply. Here is the output;
> >>>>>>>>>>> 
> >>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>>>>>>>> version 1.3.0, current version 1.3.2)
> >>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>> 1.2.5)
> >>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>>>>>>>> 1.3.0, current version 1.3.2)
> >>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>>>>>>>> version 60.0.0)
> >>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>> 
> >>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>>>>>>>> Administrator. But the output is the same in both cases.
> >>>>>>>>>>> 
> >>>>>>>>>>> Best
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> fdsdb
> >>>>>>>>>>> 
> >>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>> Hi Fabio,
> >>>>>>>>>>>> 
> >>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>>>>>>>> but I don’t know what it could be right now. 
> >>>>>>>>>>>> 
> >>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>>>>>>>> not heard of any difficulties before).
> >>>>>>>>>>>> 
> >>>>>>>>>>>> Could you run this command, if possible:
> >>>>>>>>>>>> 
> >>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>> 
> >>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>>>>>>>> plugin.
> >>>>>>>>>>>> 
> >>>>>>>>>>>> best regards
> >>>>>>>>>>>> ========================
> >>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Hi All,
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>>>>>>>> for it in list without success.
> >>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>>>>>>>> I receive this two warnings:
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>>>>>>>> wheel read and write; everyone only read.
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>>>>>>>> on my system has been the 6.03.
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>>>>>>>> thank you in advance.
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Regards
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>> 
> >>>>>>>>>>>> 
> >>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>> _______________________________________________
> >>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>> 
> >>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> Csound-users mailing list
> >>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>> Send bugs reports to
> >>>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>> _______________________________________________
> >>>>>>>>> Csound-users mailing list
> >>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>> Send bugs reports to
> >>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>> _______________________________________________
> >>>>>>>> Csound-users mailing list
> >>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>> Send bugs reports to
> >>>>>>>>     https://github.com/csound/csound/issues
> >>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>> 
> >>>>>>> 
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>     https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>      https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>       https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> 
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>       https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>        https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> 
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 07:44
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
could you tell us if this version installs the libraries inside the framework, under /libs ?
We'll try to find out what is the problem so we can produce a new 6.05 package to fix it.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
> 
> Hi,
> 
> I have tried now, and with this version all runs perfectly.
> Do you think that if now I install 6.05 version (or future versions) the
> problem is resolved? (only for experimenting, of course I can use 6.04
> version)
> 
> Thank you and regards
> 
> 
> Fabio
> 
> Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
>> Have you tried installing the 6.04 version built for OSX 10.6?
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi All,
>>> 
>>> I am still looking for resolving the problem of this thread.
>>> I have explored the files that 6.03 and 6.05 installer packages install,
>>> by executing cmd-I before installing every versions.
>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>>> and they are still there, even if I have installed the 6.05 version.
>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>>> reboot, but it is not useful, the problem remain.
>>> Could be this the reason for which Csound doesn't open libvirtual,
>>> libfltk and so on?
>>> 
>>> Thank you in advance
>>> 
>>> 
>>> fdsdb
>>> 
>>> 
>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>>> Benedictis ha scritto:
>>>> Hi,
>>>> 
>>>> I apologize for delay. Running the command otool -
>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>> 
>>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>> 
>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>>   libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>>> 1.3.2)
>>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>> version 1197.1.1)
>>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>> 1.2.5)
>>>>   @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>>> version 1.3.2)
>>>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>> 120.0.0)
>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>> 
>>>> I seem there are no incompatibilities.
>>>> 
>>>> Thanks and regards
>>>> 
>>>> 
>>>> fdsdb (faster...)
>>>> 
>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>> 
>>>>> Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> Maynooth University
>>>>> Ireland
>>>>> 
>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>>> I hope they can be useful.
>>>>>> 
>>>>>> regards
>>>>>> 
>>>>>> 
>>>>>> fdsdb
>>>>>> 
>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>>> ========================
>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>> 
>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>> 
>>>>>>>> ========================
>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>> 
>>>>>>>>> Ok, thank you.
>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>> 
>>>>>>>>> Best
>>>>>>>>> 
>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>> 
>>>>>>>>>> Victor Lazzarini
>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>> Maynooth University
>>>>>>>>>> Ireland
>>>>>>>>>> 
>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Hi,
>>>>>>>>>>> 
>>>>>>>>>>> Here is the other output:
>>>>>>>>>>> 
>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>> 120.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>> 228.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>> 
>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>> 
>>>>>>>>>>> Thanks and regards
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> fdsdb
>>>>>>>>>>> 
>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>> 
>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>> Ireland
>>>>>>>>>>>> 
>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>> 
>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Best
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>>> but I don’t know what it could be right now. 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> best regards
>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> 
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>      https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 09:50
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
I have prepared a package with a new FLTK version built (supposedly) with support for minimal OSX version 10.7.
Can you try installing it and seeing if it works for you? Here is the link

https://www.dropbox.com/s/rnm9bpq3vpaxmun/csound6.05-OSX-universal.pkg?dl=0

best regards
========================
Dr 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 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
> 
> Hi,
> 
> I have tried now, and with this version all runs perfectly.
> Do you think that if now I install 6.05 version (or future versions) the
> problem is resolved? (only for experimenting, of course I can use 6.04
> version)
> 
> Thank you and regards
> 
> 
> Fabio
> 
> Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
>> Have you tried installing the 6.04 version built for OSX 10.6?
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi All,
>>> 
>>> I am still looking for resolving the problem of this thread.
>>> I have explored the files that 6.03 and 6.05 installer packages install,
>>> by executing cmd-I before installing every versions.
>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>>> and they are still there, even if I have installed the 6.05 version.
>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>>> reboot, but it is not useful, the problem remain.
>>> Could be this the reason for which Csound doesn't open libvirtual,
>>> libfltk and so on?
>>> 
>>> Thank you in advance
>>> 
>>> 
>>> fdsdb
>>> 
>>> 
>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>>> Benedictis ha scritto:
>>>> Hi,
>>>> 
>>>> I apologize for delay. Running the command otool -
>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>> 
>>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>> 
>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>>   libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>>> 1.3.2)
>>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>> version 1197.1.1)
>>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>> 1.2.5)
>>>>   @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>>> version 1.3.2)
>>>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>> 120.0.0)
>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>> 
>>>> I seem there are no incompatibilities.
>>>> 
>>>> Thanks and regards
>>>> 
>>>> 
>>>> fdsdb (faster...)
>>>> 
>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>> 
>>>>> Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> Maynooth University
>>>>> Ireland
>>>>> 
>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>>> I hope they can be useful.
>>>>>> 
>>>>>> regards
>>>>>> 
>>>>>> 
>>>>>> fdsdb
>>>>>> 
>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>>> ========================
>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>> 
>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>> 
>>>>>>>> ========================
>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>> 
>>>>>>>>> Ok, thank you.
>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>> 
>>>>>>>>> Best
>>>>>>>>> 
>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>> 
>>>>>>>>>> Victor Lazzarini
>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>> Maynooth University
>>>>>>>>>> Ireland
>>>>>>>>>> 
>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Hi,
>>>>>>>>>>> 
>>>>>>>>>>> Here is the other output:
>>>>>>>>>>> 
>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>> 120.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>> 228.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>> 
>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>> 
>>>>>>>>>>> Thanks and regards
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> fdsdb
>>>>>>>>>>> 
>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>> 
>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>> Ireland
>>>>>>>>>>>> 
>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>> 
>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Best
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>>> but I don’t know what it could be right now. 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> best regards
>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> 
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>      https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>       https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 12:11
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
This version install libraries (.dylib) in:

- /usr/local/lib (libFLAC, libfltk, libfltk_forms, libfltk_images,
libfluidsynth, liblo, libogg, libpng16, libportaudio, libportmidi,
libsndfile, libvorbis, libvorbisenc, libwiiuse)

- /Library/Frameworks ... /Opcode64 (libampmidid, libbuchla,
libcellular, libcmidi, libcontrol, libcs_date, libdoppler, libexciter,
libfareygen, libfractalnoise, libimage, libipmidi, libmixer, libosc,
libplaterev, libpy, librtauhal)

Ciao


Fabio

Il giorno mer, 13/05/2015 alle 07.44 +0100, Victor Lazzarini ha scritto:
> could you tell us if this version installs the libraries inside the framework, under /libs ?
> We'll try to find out what is the problem so we can produce a new 6.05 package to fix it.
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
> > On 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Hi,
> > 
> > I have tried now, and with this version all runs perfectly.
> > Do you think that if now I install 6.05 version (or future versions) the
> > problem is resolved? (only for experimenting, of course I can use 6.04
> > version)
> > 
> > Thank you and regards
> > 
> > 
> > Fabio
> > 
> > Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
> >> Have you tried installing the 6.04 version built for OSX 10.6?
> >> 
> >> Victor Lazzarini
> >> Dean of Arts, Celtic Studies, and Philosophy
> >> Maynooth University
> >> Ireland
> >> 
> >>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
> >>> 
> >>> Hi All,
> >>> 
> >>> I am still looking for resolving the problem of this thread.
> >>> I have explored the files that 6.03 and 6.05 installer packages install,
> >>> by executing cmd-I before installing every versions.
> >>> I have noticed that version 6.03 install libraries into /usr/local/lib,
> >>> and they are still there, even if I have installed the 6.05 version.
> >>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
> >>> reboot, but it is not useful, the problem remain.
> >>> Could be this the reason for which Csound doesn't open libvirtual,
> >>> libfltk and so on?
> >>> 
> >>> Thank you in advance
> >>> 
> >>> 
> >>> fdsdb
> >>> 
> >>> 
> >>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
> >>> Benedictis ha scritto:
> >>>> Hi,
> >>>> 
> >>>> I apologize for delay. Running the command otool -
> >>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
> >>>> 
> >>>> In fact installing again Csound 6.05 with the same command I obtain:
> >>>> 
> >>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
> >>>>   libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
> >>>> 1.3.2)
> >>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>> version 1197.1.1)
> >>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>> 1.2.5)
> >>>>   @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
> >>>> version 1.3.2)
> >>>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>> 120.0.0)
> >>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>> 
> >>>> I seem there are no incompatibilities.
> >>>> 
> >>>> Thanks and regards
> >>>> 
> >>>> 
> >>>> fdsdb (faster...)
> >>>> 
> >>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
> >>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
> >>>>> 
> >>>>> Victor Lazzarini
> >>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>> Maynooth University
> >>>>> Ireland
> >>>>> 
> >>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> >>>>>> 
> >>>>>> Hi,
> >>>>>> 
> >>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
> >>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> >>>>>> copied the information about Csound 6.04 and 6.03 package installation.
> >>>>>> I hope they can be useful.
> >>>>>> 
> >>>>>> regards
> >>>>>> 
> >>>>>> 
> >>>>>> fdsdb
> >>>>>> 
> >>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> >>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> >>>>>>> ========================
> >>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> >>>>>>>> 
> >>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> >>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> >>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> >>>>>>>> Have you tried 6.04 to see if it works?
> >>>>>>>> 
> >>>>>>>> ========================
> >>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>> 
> >>>>>>>>> Ok, thank you.
> >>>>>>>>> Please, I don't know if this is useful, note that I have installed new
> >>>>>>>>> versions of Csound one after the other, always using .pkgs files,
> >>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> >>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
> >>>>>>>>> uninstall a software before installing a new version.
> >>>>>>>>> 
> >>>>>>>>> Best
> >>>>>>>>> 
> >>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >>>>>>>>>> 
> >>>>>>>>>> Victor Lazzarini
> >>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>> Maynooth University
> >>>>>>>>>> Ireland
> >>>>>>>>>> 
> >>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>> 
> >>>>>>>>>>> Hi,
> >>>>>>>>>>> 
> >>>>>>>>>>> Here is the other output:
> >>>>>>>>>>> 
> >>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
> >>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>> 120.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>> 228.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
> >>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>> 
> >>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
> >>>>>>>>>>> apologize in advance if I use improper terms).
> >>>>>>>>>>> 
> >>>>>>>>>>> Thanks and regards
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> fdsdb
> >>>>>>>>>>> 
> >>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>>>>>>>>>> 
> >>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>>> 
> >>>>>>>>>>>> 
> >>>>>>>>>>>> Victor Lazzarini
> >>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>>>> Maynooth University
> >>>>>>>>>>>> Ireland
> >>>>>>>>>>>> 
> >>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Hi Victor,
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Thank you for fast reply. Here is the output;
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>> 1.2.5)
> >>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>>>>>>>>>> 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>>>>>>>>>> version 60.0.0)
> >>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>>>>>>>>>> Administrator. But the output is the same in both cases.
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Best
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>>>> Hi Fabio,
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>>>>>>>>>> but I don’t know what it could be right now. 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>>>>>>>>>> not heard of any difficulties before).
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Could you run this command, if possible:
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>>>>>>>>>> plugin.
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> best regards
> >>>>>>>>>>>>>> ========================
> >>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Hi All,
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>>>>>>>>>> for it in list without success.
> >>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>>>>>>>>>> I receive this two warnings:
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>>>>>>>>>> wheel read and write; everyone only read.
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>>>>>>>>>> on my system has been the 6.03.
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>>>>>>>>>> thank you in advance.
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Regards
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>> 
> >>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>> _______________________________________________
> >>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>> 
> >>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> Csound-users mailing list
> >>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>> Send bugs reports to
> >>>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>> _______________________________________________
> >>>>>>>>> Csound-users mailing list
> >>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>> Send bugs reports to
> >>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>> _______________________________________________
> >>>>>>>> Csound-users mailing list
> >>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>> Send bugs reports to
> >>>>>>>>     https://github.com/csound/csound/issues
> >>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>> 
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>      https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>      https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>       https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> 
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>       https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 12:35
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
OK, so that is just like 6.03, with no internal libs directory. In any case, let me know if the package
I prepared for you works.

========================
Dr 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 13 May 2015, at 12:11, Fabio De Sanctis De Benedictis  wrote:
> 
> This version install libraries (.dylib) in:
> 
> - /usr/local/lib (libFLAC, libfltk, libfltk_forms, libfltk_images,
> libfluidsynth, liblo, libogg, libpng16, libportaudio, libportmidi,
> libsndfile, libvorbis, libvorbisenc, libwiiuse)
> 
> - /Library/Frameworks ... /Opcode64 (libampmidid, libbuchla,
> libcellular, libcmidi, libcontrol, libcs_date, libdoppler, libexciter,
> libfareygen, libfractalnoise, libimage, libipmidi, libmixer, libosc,
> libplaterev, libpy, librtauhal)
> 
> Ciao
> 
> 
> Fabio
> 
> Il giorno mer, 13/05/2015 alle 07.44 +0100, Victor Lazzarini ha scritto:
>> could you tell us if this version installs the libraries inside the framework, under /libs ?
>> We'll try to find out what is the problem so we can produce a new 6.05 package to fix it.
>> 
>> Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy
>> Maynooth University
>> Ireland
>> 
>>> On 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi,
>>> 
>>> I have tried now, and with this version all runs perfectly.
>>> Do you think that if now I install 6.05 version (or future versions) the
>>> problem is resolved? (only for experimenting, of course I can use 6.04
>>> version)
>>> 
>>> Thank you and regards
>>> 
>>> 
>>> Fabio
>>> 
>>> Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
>>>> Have you tried installing the 6.04 version built for OSX 10.6?
>>>> 
>>>> Victor Lazzarini
>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>> Maynooth University
>>>> Ireland
>>>> 
>>>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>>>> 
>>>>> Hi All,
>>>>> 
>>>>> I am still looking for resolving the problem of this thread.
>>>>> I have explored the files that 6.03 and 6.05 installer packages install,
>>>>> by executing cmd-I before installing every versions.
>>>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>>>>> and they are still there, even if I have installed the 6.05 version.
>>>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>>>>> reboot, but it is not useful, the problem remain.
>>>>> Could be this the reason for which Csound doesn't open libvirtual,
>>>>> libfltk and so on?
>>>>> 
>>>>> Thank you in advance
>>>>> 
>>>>> 
>>>>> fdsdb
>>>>> 
>>>>> 
>>>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>>>>> Benedictis ha scritto:
>>>>>> Hi,
>>>>>> 
>>>>>> I apologize for delay. Running the command otool -
>>>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>>>> 
>>>>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>>>> 
>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>>>>  libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>>>>> 1.3.2)
>>>>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>> version 1197.1.1)
>>>>>>  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>  /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>> 1.2.5)
>>>>>>  @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>>>>> version 1.3.2)
>>>>>>  /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>> 120.0.0)
>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>> 
>>>>>> I seem there are no incompatibilities.
>>>>>> 
>>>>>> Thanks and regards
>>>>>> 
>>>>>> 
>>>>>> fdsdb (faster...)
>>>>>> 
>>>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>>>> 
>>>>>>> Victor Lazzarini
>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>> Maynooth University
>>>>>>> Ireland
>>>>>>> 
>>>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>> 
>>>>>>>> Hi,
>>>>>>>> 
>>>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>>>>> I hope they can be useful.
>>>>>>>> 
>>>>>>>> regards
>>>>>>>> 
>>>>>>>> 
>>>>>>>> fdsdb
>>>>>>>> 
>>>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>>>>> ========================
>>>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>>>> 
>>>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>>>> 
>>>>>>>>>> ========================
>>>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Ok, thank you.
>>>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>>>> 
>>>>>>>>>>> Best
>>>>>>>>>>> 
>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>>>> 
>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>> Ireland
>>>>>>>>>>>> 
>>>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Here is the other output:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>> 120.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>> 228.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>>>> Ireland
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Best
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>>>>> but I don’t know what it could be right now. 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> best regards
>>>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> 
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>      https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> 
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>      https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 12:36
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Yes, it works. Only, of course, for using it in CsoundQt I must use the
CsoundQt enclosed in Csound6.05 package.

Il giorno mer, 13/05/2015 alle 09.50 +0100, Victor Lazzarini ha scritto:
> I have prepared a package with a new FLTK version built (supposedly) with support for minimal OSX version 10.7.
> Can you try installing it and seeing if it works for you? Here is the link
> 
> https://www.dropbox.com/s/rnm9bpq3vpaxmun/csound6.05-OSX-universal.pkg?dl=0
> 
> best regards
> ========================
> Dr 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 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
> > 
> > Hi,
> > 
> > I have tried now, and with this version all runs perfectly.
> > Do you think that if now I install 6.05 version (or future versions) the
> > problem is resolved? (only for experimenting, of course I can use 6.04
> > version)
> > 
> > Thank you and regards
> > 
> > 
> > Fabio
> > 
> > Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
> >> Have you tried installing the 6.04 version built for OSX 10.6?
> >> 
> >> Victor Lazzarini
> >> Dean of Arts, Celtic Studies, and Philosophy
> >> Maynooth University
> >> Ireland
> >> 
> >>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
> >>> 
> >>> Hi All,
> >>> 
> >>> I am still looking for resolving the problem of this thread.
> >>> I have explored the files that 6.03 and 6.05 installer packages install,
> >>> by executing cmd-I before installing every versions.
> >>> I have noticed that version 6.03 install libraries into /usr/local/lib,
> >>> and they are still there, even if I have installed the 6.05 version.
> >>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
> >>> reboot, but it is not useful, the problem remain.
> >>> Could be this the reason for which Csound doesn't open libvirtual,
> >>> libfltk and so on?
> >>> 
> >>> Thank you in advance
> >>> 
> >>> 
> >>> fdsdb
> >>> 
> >>> 
> >>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
> >>> Benedictis ha scritto:
> >>>> Hi,
> >>>> 
> >>>> I apologize for delay. Running the command otool -
> >>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
> >>>> 
> >>>> In fact installing again Csound 6.05 with the same command I obtain:
> >>>> 
> >>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
> >>>>   libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
> >>>> 1.3.2)
> >>>>   /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>> version 1197.1.1)
> >>>>   /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>   /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>> 1.2.5)
> >>>>   @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
> >>>> version 1.3.2)
> >>>>   /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>> 120.0.0)
> >>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>> 
> >>>> I seem there are no incompatibilities.
> >>>> 
> >>>> Thanks and regards
> >>>> 
> >>>> 
> >>>> fdsdb (faster...)
> >>>> 
> >>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
> >>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
> >>>>> 
> >>>>> Victor Lazzarini
> >>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>> Maynooth University
> >>>>> Ireland
> >>>>> 
> >>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> >>>>>> 
> >>>>>> Hi,
> >>>>>> 
> >>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
> >>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> >>>>>> copied the information about Csound 6.04 and 6.03 package installation.
> >>>>>> I hope they can be useful.
> >>>>>> 
> >>>>>> regards
> >>>>>> 
> >>>>>> 
> >>>>>> fdsdb
> >>>>>> 
> >>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> >>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> >>>>>>> ========================
> >>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> >>>>>>>> 
> >>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> >>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> >>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> >>>>>>>> Have you tried 6.04 to see if it works?
> >>>>>>>> 
> >>>>>>>> ========================
> >>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>> 
> >>>>>>>>> Ok, thank you.
> >>>>>>>>> Please, I don't know if this is useful, note that I have installed new
> >>>>>>>>> versions of Csound one after the other, always using .pkgs files,
> >>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> >>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
> >>>>>>>>> uninstall a software before installing a new version.
> >>>>>>>>> 
> >>>>>>>>> Best
> >>>>>>>>> 
> >>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >>>>>>>>>> 
> >>>>>>>>>> Victor Lazzarini
> >>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>> Maynooth University
> >>>>>>>>>> Ireland
> >>>>>>>>>> 
> >>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>> 
> >>>>>>>>>>> Hi,
> >>>>>>>>>>> 
> >>>>>>>>>>> Here is the other output:
> >>>>>>>>>>> 
> >>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
> >>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>> 120.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>> 228.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
> >>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>> 
> >>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
> >>>>>>>>>>> apologize in advance if I use improper terms).
> >>>>>>>>>>> 
> >>>>>>>>>>> Thanks and regards
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> fdsdb
> >>>>>>>>>>> 
> >>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>>>>>>>>>> 
> >>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>>> 
> >>>>>>>>>>>> 
> >>>>>>>>>>>> Victor Lazzarini
> >>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>>>> Maynooth University
> >>>>>>>>>>>> Ireland
> >>>>>>>>>>>> 
> >>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Hi Victor,
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Thank you for fast reply. Here is the output;
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>> 1.2.5)
> >>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>>>>>>>>>> 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>>>>>>>>>> version 60.0.0)
> >>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>>>>>>>>>> Administrator. But the output is the same in both cases.
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Best
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>>>> Hi Fabio,
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>>>>>>>>>> but I don’t know what it could be right now. 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>>>>>>>>>> not heard of any difficulties before).
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Could you run this command, if possible:
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>>>>>>>>>> plugin.
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> best regards
> >>>>>>>>>>>>>> ========================
> >>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Hi All,
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>>>>>>>>>> for it in list without success.
> >>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>>>>>>>>>> I receive this two warnings:
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>>>>>>>>>> wheel read and write; everyone only read.
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>>>>>>>>>> on my system has been the 6.03.
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>>>>>>>>>> thank you in advance.
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Regards
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>> 
> >>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>> _______________________________________________
> >>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>> 
> >>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> Csound-users mailing list
> >>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>> Send bugs reports to
> >>>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>> _______________________________________________
> >>>>>>>>> Csound-users mailing list
> >>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>> Send bugs reports to
> >>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>> _______________________________________________
> >>>>>>>> Csound-users mailing list
> >>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>> Send bugs reports to
> >>>>>>>>     https://github.com/csound/csound/issues
> >>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>> 
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>      https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>      https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>       https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> 
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>       https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 12:38
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
I had just send the mail... I confirm, it works.

Il giorno mer, 13/05/2015 alle 12.35 +0100, Victor Lazzarini ha scritto:
> OK, so that is just like 6.03, with no internal libs directory. In any case, let me know if the package
> I prepared for you works.
> 
> ========================
> Dr 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 13 May 2015, at 12:11, Fabio De Sanctis De Benedictis  wrote:
> > 
> > This version install libraries (.dylib) in:
> > 
> > - /usr/local/lib (libFLAC, libfltk, libfltk_forms, libfltk_images,
> > libfluidsynth, liblo, libogg, libpng16, libportaudio, libportmidi,
> > libsndfile, libvorbis, libvorbisenc, libwiiuse)
> > 
> > - /Library/Frameworks ... /Opcode64 (libampmidid, libbuchla,
> > libcellular, libcmidi, libcontrol, libcs_date, libdoppler, libexciter,
> > libfareygen, libfractalnoise, libimage, libipmidi, libmixer, libosc,
> > libplaterev, libpy, librtauhal)
> > 
> > Ciao
> > 
> > 
> > Fabio
> > 
> > Il giorno mer, 13/05/2015 alle 07.44 +0100, Victor Lazzarini ha scritto:
> >> could you tell us if this version installs the libraries inside the framework, under /libs ?
> >> We'll try to find out what is the problem so we can produce a new 6.05 package to fix it.
> >> 
> >> Victor Lazzarini
> >> Dean of Arts, Celtic Studies, and Philosophy
> >> Maynooth University
> >> Ireland
> >> 
> >>> On 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
> >>> 
> >>> Hi,
> >>> 
> >>> I have tried now, and with this version all runs perfectly.
> >>> Do you think that if now I install 6.05 version (or future versions) the
> >>> problem is resolved? (only for experimenting, of course I can use 6.04
> >>> version)
> >>> 
> >>> Thank you and regards
> >>> 
> >>> 
> >>> Fabio
> >>> 
> >>> Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
> >>>> Have you tried installing the 6.04 version built for OSX 10.6?
> >>>> 
> >>>> Victor Lazzarini
> >>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>> Maynooth University
> >>>> Ireland
> >>>> 
> >>>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
> >>>>> 
> >>>>> Hi All,
> >>>>> 
> >>>>> I am still looking for resolving the problem of this thread.
> >>>>> I have explored the files that 6.03 and 6.05 installer packages install,
> >>>>> by executing cmd-I before installing every versions.
> >>>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
> >>>>> and they are still there, even if I have installed the 6.05 version.
> >>>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
> >>>>> reboot, but it is not useful, the problem remain.
> >>>>> Could be this the reason for which Csound doesn't open libvirtual,
> >>>>> libfltk and so on?
> >>>>> 
> >>>>> Thank you in advance
> >>>>> 
> >>>>> 
> >>>>> fdsdb
> >>>>> 
> >>>>> 
> >>>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
> >>>>> Benedictis ha scritto:
> >>>>>> Hi,
> >>>>>> 
> >>>>>> I apologize for delay. Running the command otool -
> >>>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
> >>>>>> 
> >>>>>> In fact installing again Csound 6.05 with the same command I obtain:
> >>>>>> 
> >>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
> >>>>>>  libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
> >>>>>> 1.3.2)
> >>>>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>> version 1197.1.1)
> >>>>>>  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>  /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>> 1.2.5)
> >>>>>>  @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
> >>>>>> version 1.3.2)
> >>>>>>  /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>> 120.0.0)
> >>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>> 
> >>>>>> I seem there are no incompatibilities.
> >>>>>> 
> >>>>>> Thanks and regards
> >>>>>> 
> >>>>>> 
> >>>>>> fdsdb (faster...)
> >>>>>> 
> >>>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
> >>>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
> >>>>>>> 
> >>>>>>> Victor Lazzarini
> >>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>> Maynooth University
> >>>>>>> Ireland
> >>>>>>> 
> >>>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>> 
> >>>>>>>> Hi,
> >>>>>>>> 
> >>>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
> >>>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> >>>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
> >>>>>>>> I hope they can be useful.
> >>>>>>>> 
> >>>>>>>> regards
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> fdsdb
> >>>>>>>> 
> >>>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> >>>>>>>>> ========================
> >>>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> >>>>>>>>>> 
> >>>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> >>>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> >>>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> >>>>>>>>>> Have you tried 6.04 to see if it works?
> >>>>>>>>>> 
> >>>>>>>>>> ========================
> >>>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>> 
> >>>>>>>>>>> Ok, thank you.
> >>>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
> >>>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
> >>>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> >>>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
> >>>>>>>>>>> uninstall a software before installing a new version.
> >>>>>>>>>>> 
> >>>>>>>>>>> Best
> >>>>>>>>>>> 
> >>>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >>>>>>>>>>>> 
> >>>>>>>>>>>> Victor Lazzarini
> >>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>>>> Maynooth University
> >>>>>>>>>>>> Ireland
> >>>>>>>>>>>> 
> >>>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Hi,
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Here is the other output:
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
> >>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>> 120.0.0)
> >>>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>> 228.0.0)
> >>>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
> >>>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
> >>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
> >>>>>>>>>>>>> apologize in advance if I use improper terms).
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Thanks and regards
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Victor Lazzarini
> >>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>>>>>> Maynooth University
> >>>>>>>>>>>>>> Ireland
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Hi Victor,
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>>>> 1.2.5)
> >>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>>>>>>>>>>>> version 60.0.0)
> >>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Best
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>>>>>> Hi Fabio,
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>>>>>>>>>>>> but I don’t know what it could be right now. 
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>>>>>>>>>>>> not heard of any difficulties before).
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> Could you run this command, if possible:
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>>>>>>>>>>>> plugin.
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> best regards
> >>>>>>>>>>>>>>>> ========================
> >>>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> Hi All,
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>>>>>>>>>>>> for it in list without success.
> >>>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>>>>>>>>>>>> I receive this two warnings:
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>>>>>>>>>>>> wheel read and write; everyone only read.
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>>>>>>>>>>>> on my system has been the 6.03.
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>>>>>>>>>>>> thank you in advance.
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> Regards
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>> 
> >>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>> _______________________________________________
> >>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>> 
> >>>>>>>>>> 
> >>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> Csound-users mailing list
> >>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>> Send bugs reports to
> >>>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>> _______________________________________________
> >>>>>>>>> Csound-users mailing list
> >>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>> Send bugs reports to
> >>>>>>>>>     https://github.com/csound/csound/issues
> >>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>> _______________________________________________
> >>>>>>>> Csound-users mailing list
> >>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>> Send bugs reports to
> >>>>>>>>     https://github.com/csound/csound/issues
> >>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>      https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>      https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>      https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>       https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>        https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 12:40
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
yes, but using the csoundqt that comes with the other package should work. 
Thanks for letting me know. I will replace the package on sourceforge.
========================
Dr 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 13 May 2015, at 12:36, Fabio De Sanctis De Benedictis  wrote:
> 
> Yes, it works. Only, of course, for using it in CsoundQt I must use the
> CsoundQt enclosed in Csound6.05 package.
> 
> Il giorno mer, 13/05/2015 alle 09.50 +0100, Victor Lazzarini ha scritto:
>> I have prepared a package with a new FLTK version built (supposedly) with support for minimal OSX version 10.7.
>> Can you try installing it and seeing if it works for you? Here is the link
>> 
>> https://www.dropbox.com/s/rnm9bpq3vpaxmun/csound6.05-OSX-universal.pkg?dl=0
>> 
>> best regards
>> ========================
>> Dr 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 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
>>> 
>>> Hi,
>>> 
>>> I have tried now, and with this version all runs perfectly.
>>> Do you think that if now I install 6.05 version (or future versions) the
>>> problem is resolved? (only for experimenting, of course I can use 6.04
>>> version)
>>> 
>>> Thank you and regards
>>> 
>>> 
>>> Fabio
>>> 
>>> Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
>>>> Have you tried installing the 6.04 version built for OSX 10.6?
>>>> 
>>>> Victor Lazzarini
>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>> Maynooth University
>>>> Ireland
>>>> 
>>>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>>>> 
>>>>> Hi All,
>>>>> 
>>>>> I am still looking for resolving the problem of this thread.
>>>>> I have explored the files that 6.03 and 6.05 installer packages install,
>>>>> by executing cmd-I before installing every versions.
>>>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>>>>> and they are still there, even if I have installed the 6.05 version.
>>>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>>>>> reboot, but it is not useful, the problem remain.
>>>>> Could be this the reason for which Csound doesn't open libvirtual,
>>>>> libfltk and so on?
>>>>> 
>>>>> Thank you in advance
>>>>> 
>>>>> 
>>>>> fdsdb
>>>>> 
>>>>> 
>>>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>>>>> Benedictis ha scritto:
>>>>>> Hi,
>>>>>> 
>>>>>> I apologize for delay. Running the command otool -
>>>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>>>> 
>>>>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>>>> 
>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>>>>  libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>>>>> 1.3.2)
>>>>>>  /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>> version 1197.1.1)
>>>>>>  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>  /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>> 1.2.5)
>>>>>>  @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>>>>> version 1.3.2)
>>>>>>  /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>> 120.0.0)
>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>> 
>>>>>> I seem there are no incompatibilities.
>>>>>> 
>>>>>> Thanks and regards
>>>>>> 
>>>>>> 
>>>>>> fdsdb (faster...)
>>>>>> 
>>>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>>>> 
>>>>>>> Victor Lazzarini
>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>> Maynooth University
>>>>>>> Ireland
>>>>>>> 
>>>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>> 
>>>>>>>> Hi,
>>>>>>>> 
>>>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>>>>> I hope they can be useful.
>>>>>>>> 
>>>>>>>> regards
>>>>>>>> 
>>>>>>>> 
>>>>>>>> fdsdb
>>>>>>>> 
>>>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>>>>> ========================
>>>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>>>> 
>>>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>>>> 
>>>>>>>>>> ========================
>>>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Ok, thank you.
>>>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>>>> 
>>>>>>>>>>> Best
>>>>>>>>>>> 
>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>>>> 
>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>> Ireland
>>>>>>>>>>>> 
>>>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Here is the other output:
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>> 120.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>> 228.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>>>> Ireland
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Best
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>>>>> but I don’t know what it could be right now. 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> best regards
>>>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> 
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>      https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>      https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> 
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>      https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 12:48
FromVictor Lazzarini
SubjectRe: Error Csound Osx libvirtual and libwidgets
Done.
========================
Dr 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 13 May 2015, at 12:40, Victor Lazzarini  wrote:
> 
> yes, but using the csoundqt that comes with the other package should work. 
> Thanks for letting me know. I will replace the package on sourceforge.
> ========================
> Dr 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 13 May 2015, at 12:36, Fabio De Sanctis De Benedictis  wrote:
>> 
>> Yes, it works. Only, of course, for using it in CsoundQt I must use the
>> CsoundQt enclosed in Csound6.05 package.
>> 
>> Il giorno mer, 13/05/2015 alle 09.50 +0100, Victor Lazzarini ha scritto:
>>> I have prepared a package with a new FLTK version built (supposedly) with support for minimal OSX version 10.7.
>>> Can you try installing it and seeing if it works for you? Here is the link
>>> 
>>> https://www.dropbox.com/s/rnm9bpq3vpaxmun/csound6.05-OSX-universal.pkg?dl=0
>>> 
>>> best regards
>>> ========================
>>> Dr 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 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> I have tried now, and with this version all runs perfectly.
>>>> Do you think that if now I install 6.05 version (or future versions) the
>>>> problem is resolved? (only for experimenting, of course I can use 6.04
>>>> version)
>>>> 
>>>> Thank you and regards
>>>> 
>>>> 
>>>> Fabio
>>>> 
>>>> Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
>>>>> Have you tried installing the 6.04 version built for OSX 10.6?
>>>>> 
>>>>> Victor Lazzarini
>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>> Maynooth University
>>>>> Ireland
>>>>> 
>>>>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
>>>>>> 
>>>>>> Hi All,
>>>>>> 
>>>>>> I am still looking for resolving the problem of this thread.
>>>>>> I have explored the files that 6.03 and 6.05 installer packages install,
>>>>>> by executing cmd-I before installing every versions.
>>>>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
>>>>>> and they are still there, even if I have installed the 6.05 version.
>>>>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
>>>>>> reboot, but it is not useful, the problem remain.
>>>>>> Could be this the reason for which Csound doesn't open libvirtual,
>>>>>> libfltk and so on?
>>>>>> 
>>>>>> Thank you in advance
>>>>>> 
>>>>>> 
>>>>>> fdsdb
>>>>>> 
>>>>>> 
>>>>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
>>>>>> Benedictis ha scritto:
>>>>>>> Hi,
>>>>>>> 
>>>>>>> I apologize for delay. Running the command otool -
>>>>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
>>>>>>> 
>>>>>>> In fact installing again Csound 6.05 with the same command I obtain:
>>>>>>> 
>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
>>>>>>> libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
>>>>>>> 1.3.2)
>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>> version 1197.1.1)
>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>> 1.2.5)
>>>>>>> @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
>>>>>>> version 1.3.2)
>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>> 120.0.0)
>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>> 
>>>>>>> I seem there are no incompatibilities.
>>>>>>> 
>>>>>>> Thanks and regards
>>>>>>> 
>>>>>>> 
>>>>>>> fdsdb (faster...)
>>>>>>> 
>>>>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
>>>>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
>>>>>>>> 
>>>>>>>> Victor Lazzarini
>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>> Maynooth University
>>>>>>>> Ireland
>>>>>>>> 
>>>>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>> 
>>>>>>>>> Hi,
>>>>>>>>> 
>>>>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
>>>>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
>>>>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
>>>>>>>>> I hope they can be useful.
>>>>>>>>> 
>>>>>>>>> regards
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> fdsdb
>>>>>>>>> 
>>>>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
>>>>>>>>>> ========================
>>>>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
>>>>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
>>>>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
>>>>>>>>>>> Have you tried 6.04 to see if it works?
>>>>>>>>>>> 
>>>>>>>>>>> ========================
>>>>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>> 
>>>>>>>>>>>> Ok, thank you.
>>>>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
>>>>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
>>>>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
>>>>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
>>>>>>>>>>>> uninstall a software before installing a new version.
>>>>>>>>>>>> 
>>>>>>>>>>>> Best
>>>>>>>>>>>> 
>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>>> Ireland
>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Here is the other output:
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
>>>>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>>> 120.0.0)
>>>>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
>>>>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>>> 228.0.0)
>>>>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
>>>>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>>>>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
>>>>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
>>>>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
>>>>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>>>>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
>>>>>>>>>>>>>> apologize in advance if I use improper terms).
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Victor Lazzarini
>>>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
>>>>>>>>>>>>>>> Maynooth University
>>>>>>>>>>>>>>> Ireland
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Hi Victor,
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
>>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
>>>>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
>>>>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
>>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
>>>>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
>>>>>>>>>>>>>>>> 1.2.5)
>>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
>>>>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
>>>>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
>>>>>>>>>>>>>>>> version 1197.1.1)
>>>>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>>>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
>>>>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
>>>>>>>>>>>>>>>> version 60.0.0)
>>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
>>>>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Best
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
>>>>>>>>>>>>>>>>> Hi Fabio,
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
>>>>>>>>>>>>>>>>> but I don’t know what it could be right now. 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
>>>>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
>>>>>>>>>>>>>>>>> not heard of any difficulties before).
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Could you run this command, if possible:
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
>>>>>>>>>>>>>>>>> plugin.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> best regards
>>>>>>>>>>>>>>>>> ========================
>>>>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Hi All,
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
>>>>>>>>>>>>>>>>>> for it in list without success.
>>>>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
>>>>>>>>>>>>>>>>>> I receive this two warnings:
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> I could not open library
>>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
>>>>>>>>>>>>>>>>>> wheel read and write; everyone only read.
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
>>>>>>>>>>>>>>>>>> on my system has been the 6.03.
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
>>>>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
>>>>>>>>>>>>>>>>>> thank you in advance.
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> fdsdb
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>> https://github.com/csound/csound/issues
>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>>> 
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> 
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>>  https://github.com/csound/csound/issues
>>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-users mailing list
>>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>>> Send bugs reports to
>>>>>>>>>>>   https://github.com/csound/csound/issues
>>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-users mailing list
>>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>>> Send bugs reports to
>>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-users mailing list
>>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>>> Send bugs reports to
>>>>>>>>>    https://github.com/csound/csound/issues
>>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>>> 
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>>> _______________________________________________
>>>>>>>> Csound-users mailing list
>>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>>> Send bugs reports to
>>>>>>>>     https://github.com/csound/csound/issues
>>>>>>>> Discussions of bugs and features can be posted here
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>>> _______________________________________________
>>>>>>> Csound-users mailing list
>>>>>>> Csound-users@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>>> Send bugs reports to
>>>>>>>     https://github.com/csound/csound/issues
>>>>>>> Discussions of bugs and features can be posted here
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ------------------------------------------------------------------------------
>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>>> _______________________________________________
>>>>>> Csound-users mailing list
>>>>>> Csound-users@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>>> Send bugs reports to
>>>>>>     https://github.com/csound/csound/issues
>>>>>> Discussions of bugs and features can be posted here
>>>>> 
>>>>> ------------------------------------------------------------------------------
>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>>> _______________________________________________
>>>>> Csound-users mailing list
>>>>> Csound-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>>> Send bugs reports to
>>>>>      https://github.com/csound/csound/issues
>>>>> Discussions of bugs and features can be posted here
>>>> 
>>>> 
>>>> 
>>>> ------------------------------------------------------------------------------
>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>>> Widest out-of-the-box monitoring support with 50+ applications
>>>> Performance metrics, stats and reports that give you Actionable Insights
>>>> Deep dive visibility with transaction tracing using APM Insight.
>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>>> _______________________________________________
>>>> Csound-users mailing list
>>>> Csound-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>>> Send bugs reports to
>>>>      https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>>> Widest out-of-the-box monitoring support with 50+ applications
>>> Performance metrics, stats and reports that give you Actionable Insights
>>> Deep dive visibility with transaction tracing using APM Insight.
>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>>> _______________________________________________
>>> Csound-users mailing list
>>> Csound-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-users
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> One dashboard for servers and applications across Physical-Virtual-Cloud 
>> Widest out-of-the-box monitoring support with 50+ applications
>> Performance metrics, stats and reports that give you Actionable Insights
>> Deep dive visibility with transaction tracing using APM Insight.
>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
>> _______________________________________________
>> Csound-users mailing list
>> Csound-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-users
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-05-13 13:14
FromFabio De Sanctis De Benedictis
SubjectRe: Error Csound Osx libvirtual and libwidgets
Thank you very much!

Il giorno mer, 13/05/2015 alle 12.48 +0100, Victor Lazzarini ha scritto:
> Done.
> ========================
> Dr 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 13 May 2015, at 12:40, Victor Lazzarini  wrote:
> > 
> > yes, but using the csoundqt that comes with the other package should work. 
> > Thanks for letting me know. I will replace the package on sourceforge.
> > ========================
> > Dr 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 13 May 2015, at 12:36, Fabio De Sanctis De Benedictis  wrote:
> >> 
> >> Yes, it works. Only, of course, for using it in CsoundQt I must use the
> >> CsoundQt enclosed in Csound6.05 package.
> >> 
> >> Il giorno mer, 13/05/2015 alle 09.50 +0100, Victor Lazzarini ha scritto:
> >>> I have prepared a package with a new FLTK version built (supposedly) with support for minimal OSX version 10.7.
> >>> Can you try installing it and seeing if it works for you? Here is the link
> >>> 
> >>> https://www.dropbox.com/s/rnm9bpq3vpaxmun/csound6.05-OSX-universal.pkg?dl=0
> >>> 
> >>> best regards
> >>> ========================
> >>> Dr 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 13 May 2015, at 07:37, Fabio De Sanctis De Benedictis  wrote:
> >>>> 
> >>>> Hi,
> >>>> 
> >>>> I have tried now, and with this version all runs perfectly.
> >>>> Do you think that if now I install 6.05 version (or future versions) the
> >>>> problem is resolved? (only for experimenting, of course I can use 6.04
> >>>> version)
> >>>> 
> >>>> Thank you and regards
> >>>> 
> >>>> 
> >>>> Fabio
> >>>> 
> >>>> Il giorno lun, 11/05/2015 alle 23.01 +0100, Victor Lazzarini ha scritto:
> >>>>> Have you tried installing the 6.04 version built for OSX 10.6?
> >>>>> 
> >>>>> Victor Lazzarini
> >>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>> Maynooth University
> >>>>> Ireland
> >>>>> 
> >>>>>> On 11 May 2015, at 21:59, Fabio De Sanctis De Benedictis  wrote:
> >>>>>> 
> >>>>>> Hi All,
> >>>>>> 
> >>>>>> I am still looking for resolving the problem of this thread.
> >>>>>> I have explored the files that 6.03 and 6.05 installer packages install,
> >>>>>> by executing cmd-I before installing every versions.
> >>>>>> I have noticed that version 6.03 install libraries into /usr/local/lib,
> >>>>>> and they are still there, even if I have installed the 6.05 version.
> >>>>>> I have tried to eliminate 6.03 libraries from /usr/local/lib, and
> >>>>>> reboot, but it is not useful, the problem remain.
> >>>>>> Could be this the reason for which Csound doesn't open libvirtual,
> >>>>>> libfltk and so on?
> >>>>>> 
> >>>>>> Thank you in advance
> >>>>>> 
> >>>>>> 
> >>>>>> fdsdb
> >>>>>> 
> >>>>>> 
> >>>>>> Il giorno dom, 10/05/2015 alle 09.23 +0200, Fabio De Sanctis De
> >>>>>> Benedictis ha scritto:
> >>>>>>> Hi,
> >>>>>>> 
> >>>>>>> I apologize for delay. Running the command otool -
> >>>>>>> L /Library/Framewoeks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib I receive an error because otool can't open the file (No such file or directory). But I imagine because now I am on Csound 6.03.
> >>>>>>> 
> >>>>>>> In fact installing again Csound 6.05 with the same command I obtain:
> >>>>>>> 
> >>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk_images.1.3.dylib:
> >>>>>>> libfltk_images.1.3.dylib (compatibility version 1.3.0, current version
> >>>>>>> 1.3.2)
> >>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>> version 1197.1.1)
> >>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>>> 1.2.5)
> >>>>>>> @loader_path/libfltk.1.3.dylib (compatibility version 1.3.0, current
> >>>>>>> version 1.3.2)
> >>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>>> 120.0.0)
> >>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>> 
> >>>>>>> I seem there are no incompatibilities.
> >>>>>>> 
> >>>>>>> Thanks and regards
> >>>>>>> 
> >>>>>>> 
> >>>>>>> fdsdb (faster...)
> >>>>>>> 
> >>>>>>> Il giorno sab, 09/05/2015 alle 20.18 +0100, Victor Lazzarini ha scritto:
> >>>>>>>> Thanks. Unfortunately, the -v output does not show why the libraries were not loaded. Just one final thing: can you run otool as before but with libfltk_images.1.3.dylib instead  of libfltk.1.3.dylib?
> >>>>>>>> 
> >>>>>>>> Victor Lazzarini
> >>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>> Maynooth University
> >>>>>>>> Ireland
> >>>>>>>> 
> >>>>>>>>> On 9 May 2015, at 19:31, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>> 
> >>>>>>>>> Hi,
> >>>>>>>>> 
> >>>>>>>>> I enclose "lista.txt" with terminal outputs of the same file rendered
> >>>>>>>>> with, in order, Csound 6.05, 6.04, 6.03. In log_installation.rtf I have
> >>>>>>>>> copied the information about Csound 6.04 and 6.03 package installation.
> >>>>>>>>> I hope they can be useful.
> >>>>>>>>> 
> >>>>>>>>> regards
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> fdsdb
> >>>>>>>>> 
> >>>>>>>>> Il giorno sab, 09/05/2015 alle 18.00 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>> Another suggestion is to run with -v and see if there are any further messages related to library loading.
> >>>>>>>>>> ========================
> >>>>>>>>>> Dr 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 9 May 2015, at 17:55, Victor Lazzarini  wrote:
> >>>>>>>>>>> 
> >>>>>>>>>>> Thanks. I don’t think that should be a problem, I also do that all the time, placing version over version.
> >>>>>>>>>>> I still can’t figure out what the problem might be. There was a change from 6.03 to 6.04 in that the installer
> >>>>>>>>>>> now places all dependencies inside the framework and changes the link names, and that was what I was checking.
> >>>>>>>>>>> Have you tried 6.04 to see if it works?
> >>>>>>>>>>> 
> >>>>>>>>>>> ========================
> >>>>>>>>>>> Dr 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 9 May 2015, at 15:29, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>> 
> >>>>>>>>>>>> Ok, thank you.
> >>>>>>>>>>>> Please, I don't know if this is useful, note that I have installed new
> >>>>>>>>>>>> versions of Csound one after the other, always using .pkgs files,
> >>>>>>>>>>>> sometimes downgrading to 6.03 and then returning to 6.05. One problem,
> >>>>>>>>>>>> at least for me, is that with Osx installer is not possible to cleanly
> >>>>>>>>>>>> uninstall a software before installing a new version.
> >>>>>>>>>>>> 
> >>>>>>>>>>>> Best
> >>>>>>>>>>>> 
> >>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 13.33 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>>> It all looks in order. Maybe I am barking at the wrong tree. I will think a little about it.
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> Victor Lazzarini
> >>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>>>>> Maynooth University
> >>>>>>>>>>>>> Ireland
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>>> On 9 May 2015, at 13:11, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Hi,
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Here is the other output:
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Last login: Sat May  9 11:33:19 on ttys000
> >>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib:
> >>>>>>>>>>>>>> libfltk.1.3.dylib (compatibility version 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>>>>> /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>>> 120.0.0)
> >>>>>>>>>>>>>> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 855.14.0)
> >>>>>>>>>>>>>> /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>>> 228.0.0)
> >>>>>>>>>>>>>> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
> >>>>>>>>>>>>>> (compatibility version 1.0.0, current version 1.0.0)
> >>>>>>>>>>>>>> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> >>>>>>>>>>>>>> (compatibility version 45.0.0, current version 1265.19.0)
> >>>>>>>>>>>>>> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 48.0.0)
> >>>>>>>>>>>>>> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics (compatibility version 64.0.0, current version 600.0.0)
> >>>>>>>>>>>>>> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
> >>>>>>>>>>>>>> (compatibility version 300.0.0, current version 1056.13.0)
> >>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Should it be an environment problem? (I am not a programmer, so I
> >>>>>>>>>>>>>> apologize in advance if I use improper terms).
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Thanks and regards
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 10.55 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>>>>> That bit looks correct to me. Could you do the same for libfltk?
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/libs/libfltk.1.3.dylib
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> Victor Lazzarini
> >>>>>>>>>>>>>>> Dean of Arts, Celtic Studies, and Philosophy
> >>>>>>>>>>>>>>> Maynooth University
> >>>>>>>>>>>>>>> Ireland
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> On 9 May 2015, at 10:42, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> Hi Victor,
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> Thank you for fast reply. Here is the output;
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> Last login: Sat May  9 11:30:35 on ttys000
> >>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$ otool
> >>>>>>>>>>>>>>>> -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>>>>> /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib:
> >>>>>>>>>>>>>>>> libwidgets.dylib (compatibility version 0.0.0, current version 0.0.0)
> >>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk_images.1.3.dylib (compatibility
> >>>>>>>>>>>>>>>> version 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>>>>> /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
> >>>>>>>>>>>>>>>> 1.2.5)
> >>>>>>>>>>>>>>>> @loader_path/../../../../libs/libfltk.1.3.dylib (compatibility version
> >>>>>>>>>>>>>>>> 1.3.0, current version 1.3.2)
> >>>>>>>>>>>>>>>> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
> >>>>>>>>>>>>>>>> version 1197.1.1)
> >>>>>>>>>>>>>>>> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
> >>>>>>>>>>>>>>>> (compatibility version 1.0.0, current version 20.0.0)
> >>>>>>>>>>>>>>>> /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current
> >>>>>>>>>>>>>>>> version 60.0.0)
> >>>>>>>>>>>>>>>> MacBook-Pro-di-Amministratore:~ fabio$
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> I was forgotting: I use my macbook logging as user, that is not as
> >>>>>>>>>>>>>>>> Administrator. But the output is the same in both cases.
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> Best
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> Il giorno sab, 09/05/2015 alle 09.56 +0100, Victor Lazzarini ha scritto:
> >>>>>>>>>>>>>>>>> Hi Fabio,
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> this is strange. It is to do with the FLTK library, since both libvirtual and libwidgets depend on that,
> >>>>>>>>>>>>>>>>> but I don’t know what it could be right now. 
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> I have just checked the installer again in my system and it is installing all the dependencies
> >>>>>>>>>>>>>>>>> correctly. However, the FLTK libs have been built in OSX 10.10, so I wonder if that is the problem (I have
> >>>>>>>>>>>>>>>>> not heard of any difficulties before).
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> Could you run this command, if possible:
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> otool -L /Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/libwidgets.dylib
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> and copy here the printout? That will tell us whether the correct dependencies are indicated in the
> >>>>>>>>>>>>>>>>> plugin.
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> best regards
> >>>>>>>>>>>>>>>>> ========================
> >>>>>>>>>>>>>>>>> Dr 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 9 May 2015, at 08:49, Fabio De Sanctis De Benedictis  wrote:
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> Hi All,
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> I apologize if this question has been already discussed, I have searched
> >>>>>>>>>>>>>>>>>> for it in list without success.
> >>>>>>>>>>>>>>>>>> I am on Osx 10.8.5 with Csound 6.05 installed from CsoundQt .dmg.
> >>>>>>>>>>>>>>>>>> I receive this two warnings:
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libvirtual.dylib' (-1)
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> I could not open library
> >>>>>>>>>>>>>>>>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libwidgets.dylib' (-1)
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> Libraries are to their place and permissions are: system read and write;
> >>>>>>>>>>>>>>>>>> wheel read and write; everyone only read.
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> Last functioning Csound version with widgets and virtual midi keyboard
> >>>>>>>>>>>>>>>>>> on my system has been the 6.03.
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> Similarly, I can not visualize Csound window with option -display.
> >>>>>>>>>>>>>>>>>> Apart these things, Csound runs perfectly. Any suggestion is welcome,
> >>>>>>>>>>>>>>>>>> thank you in advance.
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> Regards
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> fdsdb
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>>> 
> >>>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> 
> >>>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>> https://github.com/csound/csound/issues
> >>>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>>> 
> >>>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>>> 
> >>>>>>>>>>>> 
> >>>>>>>>>>>> 
> >>>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>>  https://github.com/csound/csound/issues
> >>>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>>> 
> >>>>>>>>>>> 
> >>>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>>> _______________________________________________
> >>>>>>>>>>> Csound-users mailing list
> >>>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>>> Send bugs reports to
> >>>>>>>>>>>   https://github.com/csound/csound/issues
> >>>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>>> 
> >>>>>>>>>> 
> >>>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> Csound-users mailing list
> >>>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>>> Send bugs reports to
> >>>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> 
> >>>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>>> _______________________________________________
> >>>>>>>>> Csound-users mailing list
> >>>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>>> Send bugs reports to
> >>>>>>>>>    https://github.com/csound/csound/issues
> >>>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>>> 
> >>>>>>>> ------------------------------------------------------------------------------
> >>>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>>> _______________________________________________
> >>>>>>>> Csound-users mailing list
> >>>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>>> Send bugs reports to
> >>>>>>>>     https://github.com/csound/csound/issues
> >>>>>>>> Discussions of bugs and features can be posted here
> >>>>>>> 
> >>>>>>> 
> >>>>>>> 
> >>>>>>> ------------------------------------------------------------------------------
> >>>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>>> _______________________________________________
> >>>>>>> Csound-users mailing list
> >>>>>>> Csound-users@lists.sourceforge.net
> >>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>>> Send bugs reports to
> >>>>>>>     https://github.com/csound/csound/issues
> >>>>>>> Discussions of bugs and features can be posted here
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> ------------------------------------------------------------------------------
> >>>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>>> _______________________________________________
> >>>>>> Csound-users mailing list
> >>>>>> Csound-users@lists.sourceforge.net
> >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>>> Send bugs reports to
> >>>>>>     https://github.com/csound/csound/issues
> >>>>>> Discussions of bugs and features can be posted here
> >>>>> 
> >>>>> ------------------------------------------------------------------------------
> >>>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>>> _______________________________________________
> >>>>> Csound-users mailing list
> >>>>> Csound-users@lists.sourceforge.net
> >>>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>>> Send bugs reports to
> >>>>>      https://github.com/csound/csound/issues
> >>>>> Discussions of bugs and features can be posted here
> >>>> 
> >>>> 
> >>>> 
> >>>> ------------------------------------------------------------------------------
> >>>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>>> Widest out-of-the-box monitoring support with 50+ applications
> >>>> Performance metrics, stats and reports that give you Actionable Insights
> >>>> Deep dive visibility with transaction tracing using APM Insight.
> >>>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>>> _______________________________________________
> >>>> Csound-users mailing list
> >>>> Csound-users@lists.sourceforge.net
> >>>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>>> Send bugs reports to
> >>>>      https://github.com/csound/csound/issues
> >>>> Discussions of bugs and features can be posted here
> >>> 
> >>> 
> >>> ------------------------------------------------------------------------------
> >>> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >>> Widest out-of-the-box monitoring support with 50+ applications
> >>> Performance metrics, stats and reports that give you Actionable Insights
> >>> Deep dive visibility with transaction tracing using APM Insight.
> >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >>> _______________________________________________
> >>> Csound-users mailing list
> >>> Csound-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/csound-users
> >>> Send bugs reports to
> >>>       https://github.com/csound/csound/issues
> >>> Discussions of bugs and features can be posted here
> >> 
> >> 
> >> 
> >> ------------------------------------------------------------------------------
> >> One dashboard for servers and applications across Physical-Virtual-Cloud 
> >> Widest out-of-the-box monitoring support with 50+ applications
> >> Performance metrics, stats and reports that give you Actionable Insights
> >> Deep dive visibility with transaction tracing using APM Insight.
> >> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> >> _______________________________________________
> >> Csound-users mailing list
> >> Csound-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/csound-users
> >> Send bugs reports to
> >>       https://github.com/csound/csound/issues
> >> Discussions of bugs and features can be posted here
> > 
> > 
> > ------------------------------------------------------------------------------
> > One dashboard for servers and applications across Physical-Virtual-Cloud 
> > Widest out-of-the-box monitoring support with 50+ applications
> > Performance metrics, stats and reports that give you Actionable Insights
> > Deep dive visibility with transaction tracing using APM Insight.
> > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> > _______________________________________________
> > Csound-users mailing list
> > Csound-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/csound-users
> > Send bugs reports to
> >        https://github.com/csound/csound/issues
> > Discussions of bugs and features can be posted here
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud 
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here