Csound Csound-dev Csound-tekno Search About

[Cs-dev] lbcsnd6 and installer

Date2013-10-20 12:18
FromVictor Lazzarini
Subject[Cs-dev] lbcsnd6 and installer
The problem with CsoundQT and the new installer is this


1) CsoundQT requires libcsnd.6.0.dylib  but the installer is installing libcsnd6.6.0.dylib
At some point there was a change of name in Cmake and that screwed things

2) Suggestion is to install a soft link to libcsnd6.6.0.dylib called libcsnd.6.0 or to install
a copy of libcsnd6.6.0.dylib as libcsnd.6.0.dylib in /usr/local/lib.

Regards

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




------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-10-20 16:02
FromSteven Yi
SubjectRe: [Cs-dev] lbcsnd6 and installer
I'm not sure about this.  The name of the library was changed to csnd6
instead of csnd.  I think this was to facilitate different versions of
Csound installed at the same time.  On the other hand, the library is
also getting a version (6.0) appended.  Couple solutions:

1. Change CMake back to building a libcsnd lib instead of libcsnd6
2. Change CsoundQT to use the new library instead of the Csound5 one
3. Do the installer trick to link to libcsnd.6.0.dylib

I'll do #3 for now to get a working version out there, but we should
consider #1 and #2.

On Sun, Oct 20, 2013 at 7:18 AM, Victor Lazzarini
 wrote:
> The problem with CsoundQT and the new installer is this
>
>
> 1) CsoundQT requires libcsnd.6.0.dylib  but the installer is installing libcsnd6.6.0.dylib
> At some point there was a change of name in Cmake and that screwed things
>
> 2) Suggestion is to install a soft link to libcsnd6.6.0.dylib called libcsnd.6.0 or to install
> a copy of libcsnd6.6.0.dylib as libcsnd.6.0.dylib in /usr/local/lib.
>
> Regards
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net