Csound Csound-dev Csound-tekno Search About

[Cs-dev] install: cannot stat `libcsnd.so': No such file or directory

Date2010-09-16 21:41
FromRory Walsh
Subject[Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
I got past my previously posted issue by hacking SConstruct. Now I'm
having problems installing using install.py, it keep throwing out the
error posted above. libcsnd.so does exist but it's broken link. Any
ideas how to fix this, or why the link is broken?

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 21:46
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
you probably should not have hacked SConstruct.
Maybe we can start again, which OS, what scons options?

On 16 Sep 2010, at 21:41, Rory Walsh wrote:

> I got past my previously posted issue by hacking SConstruct. Now I'm
> having problems installing using install.py, it keep throwing out the
> error posted above. libcsnd.so does exist but it's broken link. Any
> ideas how to fix this, or why the link is broken?
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 21:56
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Ubuntu 10.4
scons buildInterfaces=1
buildPythonWrapper=1

All I did to SConstruct was prevent it from linking to musicxml.
Here's the error I get with the original SConstruct..

gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
-L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp -lm
-lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
/usr/bin/ld: cannot find -lmusicxml2


On 16 September 2010 21:46, Victor Lazzarini  wrote:
> you probably should not have hacked SConstruct.
> Maybe we can start again, which OS, what scons options?
>
> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>
>> I got past my previously posted issue by hacking SConstruct. Now I'm
>> having problems installing using install.py, it keep throwing out the
>> error posted above. libcsnd.so does exist but it's broken link. Any
>> ideas how to fix this, or why the link is broken?
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 22:13
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
and what version of scons? I think this might be a bug with scons,  
when this line

musicXmlFound = configure.CheckLibWithHeader('musicxml2', 'xmlfile.h',  
'C++', 'MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create();')

seemed to add -lmusicxml2 to the environment. It does not occure here,  
OSX with scons 1.2, but I've seen something like that
before.

Does your config.log have the following lines ?

scons: Configure: Checking for MusicXML2::SXMLFile f =  
MusicXML2::TXMLFile::create() in C++ library musicxml2...
scons: Configure: ".sconf_temp/conftest_15.cpp" is up to date.
scons: Configure: The original builder output was:
   |.sconf_temp/conftest_15.cpp <-
   |  |
   |  |
   |  |#include "xmlfile.h"
   |  |
   |  |int
   |  |main() {
   |  |  MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create();
   |  |return 0;
   |  |}
   |  |
   |
scons: Configure: Building ".sconf_temp/conftest_15.o" failed in a  
previous run and all its sources are up to date.
scons: Configure: The original builder output was:
   |g++ -o .sconf_temp/conftest_15.o -c -fexceptions -O3 -arch i386 - 
arch ppc -fabi-version=0 -Wno-format -O3 -arch i386 -arch ppc -ftree- 
vectorize -ffast-math -fomit-frame-pointer -freorder-blocks -DMACOSX - 
DPIPES -DINC_MP3 -I. -IH -I/usr/include/malloc -I/opt/local/include/ 
boost-1_32 -I/usr/local/include -I/usr/local/include -I/System/Library/ 
Frameworks/Kernel.framework/Headers .sconf_temp/conftest_15.cpp
   |
scons: Configure: (cached) no


Victor



On 16 Sep 2010, at 21:56, Rory Walsh wrote:

> Ubuntu 10.4
> scons buildInterfaces=1
> buildPythonWrapper=1
>
> All I did to SConstruct was prevent it from linking to musicxml.
> Here's the error I get with the original SConstruct..
>
> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp -lm
> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
> /usr/bin/ld: cannot find -lmusicxml2
>
>
> On 16 September 2010 21:46, Victor Lazzarini  
>  wrote:
>> you probably should not have hacked SConstruct.
>> Maybe we can start again, which OS, what scons options?
>>
>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>
>>> I got past my previously posted issue by hacking SConstruct. Now I'm
>>> having problems installing using install.py, it keep throwing out  
>>> the
>>> error posted above. libcsnd.so does exist but it's broken link. Any
>>> ideas how to fix this, or why the link is broken?
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 22:19
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
I'm using scons v1.2 and my config.og does have those lines, the only
difference is that it mine show conftest_16.cpp instead of
conftest_15.cpp but I don't imagine that's a problem?

On 16 September 2010 22:13, Victor Lazzarini  wrote:
> and what version of scons? I think this might be a bug with scons,
> when this line
>
> musicXmlFound = configure.CheckLibWithHeader('musicxml2', 'xmlfile.h',
> 'C++', 'MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create();')
>
> seemed to add -lmusicxml2 to the environment. It does not occure here,
> OSX with scons 1.2, but I've seen something like that
> before.
>
> Does your config.log have the following lines ?
>
> scons: Configure: Checking for MusicXML2::SXMLFile f =
> MusicXML2::TXMLFile::create() in C++ library musicxml2...
> scons: Configure: ".sconf_temp/conftest_15.cpp" is up to date.
> scons: Configure: The original builder output was:
>   |.sconf_temp/conftest_15.cpp <-
>   |  |
>   |  |
>   |  |#include "xmlfile.h"
>   |  |
>   |  |int
>   |  |main() {
>   |  |  MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create();
>   |  |return 0;
>   |  |}
>   |  |
>   |
> scons: Configure: Building ".sconf_temp/conftest_15.o" failed in a
> previous run and all its sources are up to date.
> scons: Configure: The original builder output was:
>   |g++ -o .sconf_temp/conftest_15.o -c -fexceptions -O3 -arch i386 -
> arch ppc -fabi-version=0 -Wno-format -O3 -arch i386 -arch ppc -ftree-
> vectorize -ffast-math -fomit-frame-pointer -freorder-blocks -DMACOSX -
> DPIPES -DINC_MP3 -I. -IH -I/usr/include/malloc -I/opt/local/include/
> boost-1_32 -I/usr/local/include -I/usr/local/include -I/System/Library/
> Frameworks/Kernel.framework/Headers .sconf_temp/conftest_15.cpp
>   |
> scons: Configure: (cached) no
>
>
> Victor
>
>
>
> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>
>> Ubuntu 10.4
>> scons buildInterfaces=1
>> buildPythonWrapper=1
>>
>> All I did to SConstruct was prevent it from linking to musicxml.
>> Here's the error I get with the original SConstruct..
>>
>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp -lm
>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>> /usr/bin/ld: cannot find -lmusicxml2
>>
>>
>> On 16 September 2010 21:46, Victor Lazzarini
>>  wrote:
>>> you probably should not have hacked SConstruct.
>>> Maybe we can start again, which OS, what scons options?
>>>
>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>
>>>> I got past my previously posted issue by hacking SConstruct. Now I'm
>>>> having problems installing using install.py, it keep throwing out
>>>> the
>>>> error posted above. libcsnd.so does exist but it's broken link. Any
>>>> ideas how to fix this, or why the link is broken?
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 22:29
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Try adding dynamicCsoundLibrary=1 to see if it makes any difference.

Victor
On 16 Sep 2010, at 21:56, Rory Walsh wrote:

> Ubuntu 10.4
> scons buildInterfaces=1
> buildPythonWrapper=1
>
> All I did to SConstruct was prevent it from linking to musicxml.
> Here's the error I get with the original SConstruct..
>
> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp -lm
> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
> /usr/bin/ld: cannot find -lmusicxml2
>
>
> On 16 September 2010 21:46, Victor Lazzarini  
>  wrote:
>> you probably should not have hacked SConstruct.
>> Maybe we can start again, which OS, what scons options?
>>
>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>
>>> I got past my previously posted issue by hacking SConstruct. Now I'm
>>> having problems installing using install.py, it keep throwing out  
>>> the
>>> error posted above. libcsnd.so does exist but it's broken link. Any
>>> ideas how to fix this, or why the link is broken?
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 22:34
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Already tried that. Gives me the same musicxml error...

On 16 September 2010 22:29, Victor Lazzarini  wrote:
> Try adding dynamicCsoundLibrary=1 to see if it makes any difference.
>
> Victor
> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>
>> Ubuntu 10.4
>> scons buildInterfaces=1
>> buildPythonWrapper=1
>>
>> All I did to SConstruct was prevent it from linking to musicxml.
>> Here's the error I get with the original SConstruct..
>>
>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp -lm
>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>> /usr/bin/ld: cannot find -lmusicxml2
>>
>>
>> On 16 September 2010 21:46, Victor Lazzarini
>>  wrote:
>>> you probably should not have hacked SConstruct.
>>> Maybe we can start again, which OS, what scons options?
>>>
>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>
>>>> I got past my previously posted issue by hacking SConstruct. Now I'm
>>>> having problems installing using install.py, it keep throwing out
>>>> the
>>>> error posted above. libcsnd.so does exist but it's broken link. Any
>>>> ideas how to fix this, or why the link is broken?
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 22:52
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
But is it not strange that none of us have the same problem?

Anyway, you've built it with your hack, so now you should have  
libcsnd.dylib lying in your top-level directory. On OSX I have
both libcsnd.dylib and lib_csnd.dylib and the former is just a  
symlink. However, I think this is just OSX because when lib_csnd.dylib
was changed to libcsnd.dylib, I wanted to keep the name as it was.

Victor


On 16 Sep 2010, at 22:34, Rory Walsh wrote:

> Already tried that. Gives me the same musicxml error...
>
> On 16 September 2010 22:29, Victor Lazzarini  
>  wrote:
>> Try adding dynamicCsoundLibrary=1 to see if it makes any difference.
>>
>> Victor
>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>
>>> Ubuntu 10.4
>>> scons buildInterfaces=1
>>> buildPythonWrapper=1
>>>
>>> All I did to SConstruct was prevent it from linking to musicxml.
>>> Here's the error I get with the original SConstruct..
>>>
>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp -lm
>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>> /usr/bin/ld: cannot find -lmusicxml2
>>>
>>>
>>> On 16 September 2010 21:46, Victor Lazzarini
>>>  wrote:
>>>> you probably should not have hacked SConstruct.
>>>> Maybe we can start again, which OS, what scons options?
>>>>
>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>
>>>>> I got past my previously posted issue by hacking SConstruct. Now  
>>>>> I'm
>>>>> having problems installing using install.py, it keep throwing out
>>>>> the
>>>>> error posted above. libcsnd.so does exist but it's broken link.  
>>>>> Any
>>>>> ideas how to fix this, or why the link is broken?
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:03
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
humm, looking at the archives, it seems lots of people experienced the  
same problem on Ubuntu. I think the
CheckLibraryWithHeader() is buggy and inserts -lmusicxml2 in the build  
environment. Maybe it should be changed to
checkHeader(). I see Steven also reported the same problem (but I  
didn't see the OS he was using)

Any thoughts, anyone?

Victor


On 16 Sep 2010, at 22:52, Victor Lazzarini wrote:

> But is it not strange that none of us have the same problem?
>
> Anyway, you've built it with your hack, so now you should have
> libcsnd.dylib lying in your top-level directory. On OSX I have
> both libcsnd.dylib and lib_csnd.dylib and the former is just a
> symlink. However, I think this is just OSX because when lib_csnd.dylib
> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>
> Victor
>
>
> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>
>> Already tried that. Gives me the same musicxml error...
>>
>> On 16 September 2010 22:29, Victor Lazzarini
>>  wrote:
>>> Try adding dynamicCsoundLibrary=1 to see if it makes any difference.
>>>
>>> Victor
>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>
>>>> Ubuntu 10.4
>>>> scons buildInterfaces=1
>>>> buildPythonWrapper=1
>>>>
>>>> All I did to SConstruct was prevent it from linking to musicxml.
>>>> Here's the error I get with the original SConstruct..
>>>>
>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp - 
>>>> lm
>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>
>>>>
>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>  wrote:
>>>>> you probably should not have hacked SConstruct.
>>>>> Maybe we can start again, which OS, what scons options?
>>>>>
>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>
>>>>>> I got past my previously posted issue by hacking SConstruct. Now
>>>>>> I'm
>>>>>> having problems installing using install.py, it keep throwing out
>>>>>> the
>>>>>> error posted above. libcsnd.so does exist but it's broken link.
>>>>>> Any
>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:05
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
It's VERY strange! I did a fresh checkout and installed all the libs I
needed. Csound was never installed on this machine before so there are
no conflicting versions hanging around or anything like that. Building
without linking to musicxml produces a a libcsnd.so but it's a broken
link, and it seems to be stopping install.py from doing its tang. I'm
stumped? I've never had this issue before now and I've always followed
the same steps in building. I don't think the musicxml thing is the
problem however.

p.s. dylib is an OSX extension, I'm assuming that .so it the linux equivalent?


On 16 September 2010 22:52, Victor Lazzarini  wrote:
> But is it not strange that none of us have the same problem?
>
> Anyway, you've built it with your hack, so now you should have
> libcsnd.dylib lying in your top-level directory. On OSX I have
> both libcsnd.dylib and lib_csnd.dylib and the former is just a
> symlink. However, I think this is just OSX because when lib_csnd.dylib
> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>
> Victor
>
>
> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>
>> Already tried that. Gives me the same musicxml error...
>>
>> On 16 September 2010 22:29, Victor Lazzarini
>>  wrote:
>>> Try adding dynamicCsoundLibrary=1 to see if it makes any difference.
>>>
>>> Victor
>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>
>>>> Ubuntu 10.4
>>>> scons buildInterfaces=1
>>>> buildPythonWrapper=1
>>>>
>>>> All I did to SConstruct was prevent it from linking to musicxml.
>>>> Here's the error I get with the original SConstruct..
>>>>
>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/lib
>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp -lm
>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>
>>>>
>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>  wrote:
>>>>> you probably should not have hacked SConstruct.
>>>>> Maybe we can start again, which OS, what scons options?
>>>>>
>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>
>>>>>> I got past my previously posted issue by hacking SConstruct. Now
>>>>>> I'm
>>>>>> having problems installing using install.py, it keep throwing out
>>>>>> the
>>>>>> error posted above. libcsnd.so does exist but it's broken link.
>>>>>> Any
>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:13
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Did it work now? I saw a post by Felipe explaining what we need to do:

http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html

basically add autoadd=0 at the end. I'm going to update CVS with it.

Victor


On 16 Sep 2010, at 23:05, Rory Walsh wrote:

> It's VERY strange! I did a fresh checkout and installed all the libs I
> needed. Csound was never installed on this machine before so there are
> no conflicting versions hanging around or anything like that. Building
> without linking to musicxml produces a a libcsnd.so but it's a broken
> link, and it seems to be stopping install.py from doing its tang. I'm
> stumped? I've never had this issue before now and I've always followed
> the same steps in building. I don't think the musicxml thing is the
> problem however.
>
> p.s. dylib is an OSX extension, I'm assuming that .so it the linux  
> equivalent?
>
>
> On 16 September 2010 22:52, Victor Lazzarini  
>  wrote:
>> But is it not strange that none of us have the same problem?
>>
>> Anyway, you've built it with your hack, so now you should have
>> libcsnd.dylib lying in your top-level directory. On OSX I have
>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>> symlink. However, I think this is just OSX because when  
>> lib_csnd.dylib
>> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>>
>> Victor
>>
>>
>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>
>>> Already tried that. Gives me the same musicxml error...
>>>
>>> On 16 September 2010 22:29, Victor Lazzarini
>>>  wrote:
>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any  
>>>> difference.
>>>>
>>>> Victor
>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>
>>>>> Ubuntu 10.4
>>>>> scons buildInterfaces=1
>>>>> buildPythonWrapper=1
>>>>>
>>>>> All I did to SConstruct was prevent it from linking to musicxml.
>>>>> Here's the error I get with the original SConstruct..
>>>>>
>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/ 
>>>>> lib
>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp  
>>>>> -lm
>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>
>>>>>
>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>  wrote:
>>>>>> you probably should not have hacked SConstruct.
>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>
>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>
>>>>>>> I got past my previously posted issue by hacking SConstruct. Now
>>>>>>> I'm
>>>>>>> having problems installing using install.py, it keep throwing  
>>>>>>> out
>>>>>>> the
>>>>>>> error posted above. libcsnd.so does exist but it's broken link.
>>>>>>> Any
>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:17
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
done in CVS, you can try it now.

Victor
On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:

> Did it work now? I saw a post by Felipe explaining what we need to do:
>
> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>
> basically add autoadd=0 at the end. I'm going to update CVS with it.
>
> Victor
>
>
> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>
>> It's VERY strange! I did a fresh checkout and installed all the  
>> libs I
>> needed. Csound was never installed on this machine before so there  
>> are
>> no conflicting versions hanging around or anything like that.  
>> Building
>> without linking to musicxml produces a a libcsnd.so but it's a broken
>> link, and it seems to be stopping install.py from doing its tang. I'm
>> stumped? I've never had this issue before now and I've always  
>> followed
>> the same steps in building. I don't think the musicxml thing is the
>> problem however.
>>
>> p.s. dylib is an OSX extension, I'm assuming that .so it the linux
>> equivalent?
>>
>>
>> On 16 September 2010 22:52, Victor Lazzarini
>>  wrote:
>>> But is it not strange that none of us have the same problem?
>>>
>>> Anyway, you've built it with your hack, so now you should have
>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>> symlink. However, I think this is just OSX because when
>>> lib_csnd.dylib
>>> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>>>
>>> Victor
>>>
>>>
>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>
>>>> Already tried that. Gives me the same musicxml error...
>>>>
>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>  wrote:
>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>> difference.
>>>>>
>>>>> Victor
>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>
>>>>>> Ubuntu 10.4
>>>>>> scons buildInterfaces=1
>>>>>> buildPythonWrapper=1
>>>>>>
>>>>>> All I did to SConstruct was prevent it from linking to musicxml.
>>>>>> Here's the error I get with the original SConstruct..
>>>>>>
>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/
>>>>>> lib
>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp
>>>>>> -lm
>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>
>>>>>>
>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>  wrote:
>>>>>>> you probably should not have hacked SConstruct.
>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>
>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>
>>>>>>>> I got past my previously posted issue by hacking SConstruct.  
>>>>>>>> Now
>>>>>>>> I'm
>>>>>>>> having problems installing using install.py, it keep throwing
>>>>>>>> out
>>>>>>>> the
>>>>>>>> error posted above. libcsnd.so does exist but it's broken link.
>>>>>>>> Any
>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:23
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Thanks Victor, that lets me build but I still get
install: cannot stat `libcsnd.so': No such file or directory
when running install.py? Same problem as before, libcsnd.so is there
but its a broken link?

On 16 September 2010 23:17, Victor Lazzarini  wrote:
> done in CVS, you can try it now.
>
> Victor
> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>
>> Did it work now? I saw a post by Felipe explaining what we need to do:
>>
>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>
>> basically add autoadd=0 at the end. I'm going to update CVS with it.
>>
>> Victor
>>
>>
>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>
>>> It's VERY strange! I did a fresh checkout and installed all the
>>> libs I
>>> needed. Csound was never installed on this machine before so there
>>> are
>>> no conflicting versions hanging around or anything like that.
>>> Building
>>> without linking to musicxml produces a a libcsnd.so but it's a broken
>>> link, and it seems to be stopping install.py from doing its tang. I'm
>>> stumped? I've never had this issue before now and I've always
>>> followed
>>> the same steps in building. I don't think the musicxml thing is the
>>> problem however.
>>>
>>> p.s. dylib is an OSX extension, I'm assuming that .so it the linux
>>> equivalent?
>>>
>>>
>>> On 16 September 2010 22:52, Victor Lazzarini
>>>  wrote:
>>>> But is it not strange that none of us have the same problem?
>>>>
>>>> Anyway, you've built it with your hack, so now you should have
>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>> symlink. However, I think this is just OSX because when
>>>> lib_csnd.dylib
>>>> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>>>>
>>>> Victor
>>>>
>>>>
>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>
>>>>> Already tried that. Gives me the same musicxml error...
>>>>>
>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>  wrote:
>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>> difference.
>>>>>>
>>>>>> Victor
>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>
>>>>>>> Ubuntu 10.4
>>>>>>> scons buildInterfaces=1
>>>>>>> buildPythonWrapper=1
>>>>>>>
>>>>>>> All I did to SConstruct was prevent it from linking to musicxml.
>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>
>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/
>>>>>>> lib
>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp
>>>>>>> -lm
>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>
>>>>>>>
>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>  wrote:
>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>
>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>
>>>>>>>>> I got past my previously posted issue by hacking SConstruct.
>>>>>>>>> Now
>>>>>>>>> I'm
>>>>>>>>> having problems installing using install.py, it keep throwing
>>>>>>>>> out
>>>>>>>>> the
>>>>>>>>> error posted above. libcsnd.so does exist but it's broken link.
>>>>>>>>> Any
>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:26
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Maybe then you are not building libcsnd.so at all. If it's a broken  
link, what is linking to?
Meanwhile, I can't build anymore on OSX. I'll report on another message


On 16 Sep 2010, at 23:23, Rory Walsh wrote:

> Thanks Victor, that lets me build but I still get
> install: cannot stat `libcsnd.so': No such file or directory
> when running install.py? Same problem as before, libcsnd.so is there
> but its a broken link?
>
> On 16 September 2010 23:17, Victor Lazzarini  
>  wrote:
>> done in CVS, you can try it now.
>>
>> Victor
>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>
>>> Did it work now? I saw a post by Felipe explaining what we need to  
>>> do:
>>>
>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>
>>> basically add autoadd=0 at the end. I'm going to update CVS with it.
>>>
>>> Victor
>>>
>>>
>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>
>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>> libs I
>>>> needed. Csound was never installed on this machine before so there
>>>> are
>>>> no conflicting versions hanging around or anything like that.
>>>> Building
>>>> without linking to musicxml produces a a libcsnd.so but it's a  
>>>> broken
>>>> link, and it seems to be stopping install.py from doing its tang.  
>>>> I'm
>>>> stumped? I've never had this issue before now and I've always
>>>> followed
>>>> the same steps in building. I don't think the musicxml thing is the
>>>> problem however.
>>>>
>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the linux
>>>> equivalent?
>>>>
>>>>
>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>  wrote:
>>>>> But is it not strange that none of us have the same problem?
>>>>>
>>>>> Anyway, you've built it with your hack, so now you should have
>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>> symlink. However, I think this is just OSX because when
>>>>> lib_csnd.dylib
>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>>>>>
>>>>> Victor
>>>>>
>>>>>
>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>
>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>
>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>  wrote:
>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>> difference.
>>>>>>>
>>>>>>> Victor
>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>
>>>>>>>> Ubuntu 10.4
>>>>>>>> scons buildInterfaces=1
>>>>>>>> buildPythonWrapper=1
>>>>>>>>
>>>>>>>> All I did to SConstruct was prevent it from linking to  
>>>>>>>> musicxml.
>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>
>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/ 
>>>>>>>> local/
>>>>>>>> lib
>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread - 
>>>>>>>> lgomp
>>>>>>>> -lm
>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>
>>>>>>>>
>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>  wrote:
>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>
>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>
>>>>>>>>>> I got past my previously posted issue by hacking SConstruct.
>>>>>>>>>> Now
>>>>>>>>>> I'm
>>>>>>>>>> having problems installing using install.py, it keep throwing
>>>>>>>>>> out
>>>>>>>>>> the
>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken  
>>>>>>>>>> link.
>>>>>>>>>> Any
>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:27
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Could there be something in the way my system is set up that is
preventing a valid libcsnd.so being created?

On 16 September 2010 23:23, Rory Walsh  wrote:
> Thanks Victor, that lets me build but I still get
> install: cannot stat `libcsnd.so': No such file or directory
> when running install.py? Same problem as before, libcsnd.so is there
> but its a broken link?
>
> On 16 September 2010 23:17, Victor Lazzarini  wrote:
>> done in CVS, you can try it now.
>>
>> Victor
>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>
>>> Did it work now? I saw a post by Felipe explaining what we need to do:
>>>
>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>
>>> basically add autoadd=0 at the end. I'm going to update CVS with it.
>>>
>>> Victor
>>>
>>>
>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>
>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>> libs I
>>>> needed. Csound was never installed on this machine before so there
>>>> are
>>>> no conflicting versions hanging around or anything like that.
>>>> Building
>>>> without linking to musicxml produces a a libcsnd.so but it's a broken
>>>> link, and it seems to be stopping install.py from doing its tang. I'm
>>>> stumped? I've never had this issue before now and I've always
>>>> followed
>>>> the same steps in building. I don't think the musicxml thing is the
>>>> problem however.
>>>>
>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the linux
>>>> equivalent?
>>>>
>>>>
>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>  wrote:
>>>>> But is it not strange that none of us have the same problem?
>>>>>
>>>>> Anyway, you've built it with your hack, so now you should have
>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>> symlink. However, I think this is just OSX because when
>>>>> lib_csnd.dylib
>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>>>>>
>>>>> Victor
>>>>>
>>>>>
>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>
>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>
>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>  wrote:
>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>> difference.
>>>>>>>
>>>>>>> Victor
>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>
>>>>>>>> Ubuntu 10.4
>>>>>>>> scons buildInterfaces=1
>>>>>>>> buildPythonWrapper=1
>>>>>>>>
>>>>>>>> All I did to SConstruct was prevent it from linking to musicxml.
>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>
>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/local/
>>>>>>>> lib
>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lgomp
>>>>>>>> -lm
>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>
>>>>>>>>
>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>  wrote:
>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>
>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>
>>>>>>>>>> I got past my previously posted issue by hacking SConstruct.
>>>>>>>>>> Now
>>>>>>>>>> I'm
>>>>>>>>>> having problems installing using install.py, it keep throwing
>>>>>>>>>> out
>>>>>>>>>> the
>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken link.
>>>>>>>>>> Any
>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:31
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
being built. Shouldn't that build by default?

On 16 September 2010 23:26, Victor Lazzarini  wrote:
> Maybe then you are not building libcsnd.so at all. If it's a broken
> link, what is linking to?
> Meanwhile, I can't build anymore on OSX. I'll report on another message
>
>
> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>
>> Thanks Victor, that lets me build but I still get
>> install: cannot stat `libcsnd.so': No such file or directory
>> when running install.py? Same problem as before, libcsnd.so is there
>> but its a broken link?
>>
>> On 16 September 2010 23:17, Victor Lazzarini
>>  wrote:
>>> done in CVS, you can try it now.
>>>
>>> Victor
>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>
>>>> Did it work now? I saw a post by Felipe explaining what we need to
>>>> do:
>>>>
>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>
>>>> basically add autoadd=0 at the end. I'm going to update CVS with it.
>>>>
>>>> Victor
>>>>
>>>>
>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>
>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>> libs I
>>>>> needed. Csound was never installed on this machine before so there
>>>>> are
>>>>> no conflicting versions hanging around or anything like that.
>>>>> Building
>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>> broken
>>>>> link, and it seems to be stopping install.py from doing its tang.
>>>>> I'm
>>>>> stumped? I've never had this issue before now and I've always
>>>>> followed
>>>>> the same steps in building. I don't think the musicxml thing is the
>>>>> problem however.
>>>>>
>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the linux
>>>>> equivalent?
>>>>>
>>>>>
>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>  wrote:
>>>>>> But is it not strange that none of us have the same problem?
>>>>>>
>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>> symlink. However, I think this is just OSX because when
>>>>>> lib_csnd.dylib
>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it was.
>>>>>>
>>>>>> Victor
>>>>>>
>>>>>>
>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>
>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>
>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>  wrote:
>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>> difference.
>>>>>>>>
>>>>>>>> Victor
>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>
>>>>>>>>> Ubuntu 10.4
>>>>>>>>> scons buildInterfaces=1
>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>
>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>> musicxml.
>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>
>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>> local/
>>>>>>>>> lib
>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>> lgomp
>>>>>>>>> -lm
>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>  wrote:
>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>
>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>
>>>>>>>>>>> I got past my previously posted issue by hacking SConstruct.
>>>>>>>>>>> Now
>>>>>>>>>>> I'm
>>>>>>>>>>> having problems installing using install.py, it keep throwing
>>>>>>>>>>> out
>>>>>>>>>>> the
>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>> link.
>>>>>>>>>>> Any
>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:35
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Check the messages from scons.

On 16 Sep 2010, at 23:31, Rory Walsh wrote:

> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
> being built. Shouldn't that build by default?
>
> On 16 September 2010 23:26, Victor Lazzarini  
>  wrote:
>> Maybe then you are not building libcsnd.so at all. If it's a broken
>> link, what is linking to?
>> Meanwhile, I can't build anymore on OSX. I'll report on another  
>> message
>>
>>
>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>
>>> Thanks Victor, that lets me build but I still get
>>> install: cannot stat `libcsnd.so': No such file or directory
>>> when running install.py? Same problem as before, libcsnd.so is there
>>> but its a broken link?
>>>
>>> On 16 September 2010 23:17, Victor Lazzarini
>>>  wrote:
>>>> done in CVS, you can try it now.
>>>>
>>>> Victor
>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>
>>>>> Did it work now? I saw a post by Felipe explaining what we need to
>>>>> do:
>>>>>
>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>
>>>>> basically add autoadd=0 at the end. I'm going to update CVS with  
>>>>> it.
>>>>>
>>>>> Victor
>>>>>
>>>>>
>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>
>>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>>> libs I
>>>>>> needed. Csound was never installed on this machine before so  
>>>>>> there
>>>>>> are
>>>>>> no conflicting versions hanging around or anything like that.
>>>>>> Building
>>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>>> broken
>>>>>> link, and it seems to be stopping install.py from doing its tang.
>>>>>> I'm
>>>>>> stumped? I've never had this issue before now and I've always
>>>>>> followed
>>>>>> the same steps in building. I don't think the musicxml thing is  
>>>>>> the
>>>>>> problem however.
>>>>>>
>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the  
>>>>>> linux
>>>>>> equivalent?
>>>>>>
>>>>>>
>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>  wrote:
>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>
>>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>> lib_csnd.dylib
>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it  
>>>>>>> was.
>>>>>>>
>>>>>>> Victor
>>>>>>>
>>>>>>>
>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>
>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>
>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>  wrote:
>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>> difference.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>
>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>
>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>> musicxml.
>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>
>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>>> local/
>>>>>>>>>> lib
>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>>> lgomp
>>>>>>>>>> -lm
>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>  wrote:
>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>
>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I got past my previously posted issue by hacking  
>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>> Now
>>>>>>>>>>>> I'm
>>>>>>>>>>>> having problems installing using install.py, it keep  
>>>>>>>>>>>> throwing
>>>>>>>>>>>> out
>>>>>>>>>>>> the
>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>>> link.
>>>>>>>>>>>> Any
>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:40
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
There's not a single mention of csnd in the entire output of scons and
there doesn't seem to be any problems with the build process..

On 16 September 2010 23:35, Victor Lazzarini  wrote:
> Check the messages from scons.
>
> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>
>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
>> being built. Shouldn't that build by default?
>>
>> On 16 September 2010 23:26, Victor Lazzarini
>>  wrote:
>>> Maybe then you are not building libcsnd.so at all. If it's a broken
>>> link, what is linking to?
>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>> message
>>>
>>>
>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>
>>>> Thanks Victor, that lets me build but I still get
>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>> when running install.py? Same problem as before, libcsnd.so is there
>>>> but its a broken link?
>>>>
>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>  wrote:
>>>>> done in CVS, you can try it now.
>>>>>
>>>>> Victor
>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>
>>>>>> Did it work now? I saw a post by Felipe explaining what we need to
>>>>>> do:
>>>>>>
>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>
>>>>>> basically add autoadd=0 at the end. I'm going to update CVS with
>>>>>> it.
>>>>>>
>>>>>> Victor
>>>>>>
>>>>>>
>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>
>>>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>>>> libs I
>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>> there
>>>>>>> are
>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>> Building
>>>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>>>> broken
>>>>>>> link, and it seems to be stopping install.py from doing its tang.
>>>>>>> I'm
>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>> followed
>>>>>>> the same steps in building. I don't think the musicxml thing is
>>>>>>> the
>>>>>>> problem however.
>>>>>>>
>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>> linux
>>>>>>> equivalent?
>>>>>>>
>>>>>>>
>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>  wrote:
>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>
>>>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>> lib_csnd.dylib
>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it
>>>>>>>> was.
>>>>>>>>
>>>>>>>> Victor
>>>>>>>>
>>>>>>>>
>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>
>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>
>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>  wrote:
>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>> difference.
>>>>>>>>>>
>>>>>>>>>> Victor
>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>
>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>
>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>> musicxml.
>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>
>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>>>> local/
>>>>>>>>>>> lib
>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>>>> lgomp
>>>>>>>>>>> -lm
>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>  wrote:
>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>
>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>> Now
>>>>>>>>>>>>> I'm
>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>> throwing
>>>>>>>>>>>>> out
>>>>>>>>>>>>> the
>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>>>> link.
>>>>>>>>>>>>> Any
>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:40
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
p.s. I'm going to leave it for tonight, I can install csound5.10 from
the repository tomorrow in case I need to get through a class..

On 16 September 2010 23:40, Rory Walsh  wrote:
> There's not a single mention of csnd in the entire output of scons and
> there doesn't seem to be any problems with the build process..
>
> On 16 September 2010 23:35, Victor Lazzarini  wrote:
>> Check the messages from scons.
>>
>> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>>
>>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
>>> being built. Shouldn't that build by default?
>>>
>>> On 16 September 2010 23:26, Victor Lazzarini
>>>  wrote:
>>>> Maybe then you are not building libcsnd.so at all. If it's a broken
>>>> link, what is linking to?
>>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>>> message
>>>>
>>>>
>>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>>
>>>>> Thanks Victor, that lets me build but I still get
>>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>>> when running install.py? Same problem as before, libcsnd.so is there
>>>>> but its a broken link?
>>>>>
>>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>>  wrote:
>>>>>> done in CVS, you can try it now.
>>>>>>
>>>>>> Victor
>>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>>
>>>>>>> Did it work now? I saw a post by Felipe explaining what we need to
>>>>>>> do:
>>>>>>>
>>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>>
>>>>>>> basically add autoadd=0 at the end. I'm going to update CVS with
>>>>>>> it.
>>>>>>>
>>>>>>> Victor
>>>>>>>
>>>>>>>
>>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>>
>>>>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>>>>> libs I
>>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>>> there
>>>>>>>> are
>>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>>> Building
>>>>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>>>>> broken
>>>>>>>> link, and it seems to be stopping install.py from doing its tang.
>>>>>>>> I'm
>>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>>> followed
>>>>>>>> the same steps in building. I don't think the musicxml thing is
>>>>>>>> the
>>>>>>>> problem however.
>>>>>>>>
>>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>>> linux
>>>>>>>> equivalent?
>>>>>>>>
>>>>>>>>
>>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>>  wrote:
>>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>>
>>>>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>>> lib_csnd.dylib
>>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it
>>>>>>>>> was.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>>
>>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>>
>>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>>  wrote:
>>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>>> difference.
>>>>>>>>>>>
>>>>>>>>>>> Victor
>>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>>
>>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>>> musicxml.
>>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>>
>>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>>>>> local/
>>>>>>>>>>>> lib
>>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>>>>> lgomp
>>>>>>>>>>>> -lm
>>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread -lm
>>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>>> Now
>>>>>>>>>>>>>> I'm
>>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>>> throwing
>>>>>>>>>>>>>> out
>>>>>>>>>>>>>> the
>>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>>>>> link.
>>>>>>>>>>>>>> Any
>>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:43
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
I mean the top messages. It should say

CONFIGURATION DECISION: Building dynamic Csound library
CONFIGURATION DECISION: Building Csound C++ interface library.

at least, for lib_csnd.so to be built.

Victor

On 16 Sep 2010, at 23:40, Rory Walsh wrote:

> There's not a single mention of csnd in the entire output of scons and
> there doesn't seem to be any problems with the build process..
>
> On 16 September 2010 23:35, Victor Lazzarini  
>  wrote:
>> Check the messages from scons.
>>
>> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>>
>>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
>>> being built. Shouldn't that build by default?
>>>
>>> On 16 September 2010 23:26, Victor Lazzarini
>>>  wrote:
>>>> Maybe then you are not building libcsnd.so at all. If it's a broken
>>>> link, what is linking to?
>>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>>> message
>>>>
>>>>
>>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>>
>>>>> Thanks Victor, that lets me build but I still get
>>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>>> when running install.py? Same problem as before, libcsnd.so is  
>>>>> there
>>>>> but its a broken link?
>>>>>
>>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>>  wrote:
>>>>>> done in CVS, you can try it now.
>>>>>>
>>>>>> Victor
>>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>>
>>>>>>> Did it work now? I saw a post by Felipe explaining what we  
>>>>>>> need to
>>>>>>> do:
>>>>>>>
>>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>>
>>>>>>> basically add autoadd=0 at the end. I'm going to update CVS with
>>>>>>> it.
>>>>>>>
>>>>>>> Victor
>>>>>>>
>>>>>>>
>>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>>
>>>>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>>>>> libs I
>>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>>> there
>>>>>>>> are
>>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>>> Building
>>>>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>>>>> broken
>>>>>>>> link, and it seems to be stopping install.py from doing its  
>>>>>>>> tang.
>>>>>>>> I'm
>>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>>> followed
>>>>>>>> the same steps in building. I don't think the musicxml thing is
>>>>>>>> the
>>>>>>>> problem however.
>>>>>>>>
>>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>>> linux
>>>>>>>> equivalent?
>>>>>>>>
>>>>>>>>
>>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>>  wrote:
>>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>>
>>>>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>>> lib_csnd.dylib
>>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it
>>>>>>>>> was.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>>
>>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>>
>>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>>  wrote:
>>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>>> difference.
>>>>>>>>>>>
>>>>>>>>>>> Victor
>>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>>
>>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>>> musicxml.
>>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>>
>>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>>>>> local/
>>>>>>>>>>>> lib
>>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>>>>> lgomp
>>>>>>>>>>>> -lm
>>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread  
>>>>>>>>>>>> -lm
>>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>>> Now
>>>>>>>>>>>>>> I'm
>>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>>> throwing
>>>>>>>>>>>>>> out
>>>>>>>>>>>>>> the
>>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>>>>> link.
>>>>>>>>>>>>>> Any
>>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> Start uncovering the many advantages of virtual  
>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>> and start using them to simplify application deployment  
>>>>>>>>>>>>>> and
>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment  
>>>>>>>>>>>>> and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:47
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
CONFIGURATION DECISION: Building Csound C++ interface library.
CONFIGURATION DECISION: Not building Lua wrapper to Csound C++
interface library.
CONFIGURATION DECISION: Not building Java wrapper to Csound C++
interface library.
CONFIGURATION DECISION: Not building Python wrapper to Csound C++
interface library.

Odd that I have python installed but it's doesn't find it?

Checking for SWIG... yes
Python Version: 2.6
Checking for C header file Python.h... (cached) no
Checking for C header file /usr/include/python2.6/Python.h... (cached) no
Checking for C header file /usr/local/include/python2.6/Python.h... (cached) no

Also, when I built it this time I keep getting
sh: o: not found

..??



On 16 September 2010 23:43, Victor Lazzarini  wrote:
> I mean the top messages. It should say
>
> CONFIGURATION DECISION: Building dynamic Csound library
> CONFIGURATION DECISION: Building Csound C++ interface library.
>
> at least, for lib_csnd.so to be built.
>
> Victor
>
> On 16 Sep 2010, at 23:40, Rory Walsh wrote:
>
>> There's not a single mention of csnd in the entire output of scons and
>> there doesn't seem to be any problems with the build process..
>>
>> On 16 September 2010 23:35, Victor Lazzarini
>>  wrote:
>>> Check the messages from scons.
>>>
>>> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>>>
>>>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
>>>> being built. Shouldn't that build by default?
>>>>
>>>> On 16 September 2010 23:26, Victor Lazzarini
>>>>  wrote:
>>>>> Maybe then you are not building libcsnd.so at all. If it's a broken
>>>>> link, what is linking to?
>>>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>>>> message
>>>>>
>>>>>
>>>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>>>
>>>>>> Thanks Victor, that lets me build but I still get
>>>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>>>> when running install.py? Same problem as before, libcsnd.so is
>>>>>> there
>>>>>> but its a broken link?
>>>>>>
>>>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>>>  wrote:
>>>>>>> done in CVS, you can try it now.
>>>>>>>
>>>>>>> Victor
>>>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>>>
>>>>>>>> Did it work now? I saw a post by Felipe explaining what we
>>>>>>>> need to
>>>>>>>> do:
>>>>>>>>
>>>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>>>
>>>>>>>> basically add autoadd=0 at the end. I'm going to update CVS with
>>>>>>>> it.
>>>>>>>>
>>>>>>>> Victor
>>>>>>>>
>>>>>>>>
>>>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>>>
>>>>>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>>>>>> libs I
>>>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>>>> there
>>>>>>>>> are
>>>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>>>> Building
>>>>>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>>>>>> broken
>>>>>>>>> link, and it seems to be stopping install.py from doing its
>>>>>>>>> tang.
>>>>>>>>> I'm
>>>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>>>> followed
>>>>>>>>> the same steps in building. I don't think the musicxml thing is
>>>>>>>>> the
>>>>>>>>> problem however.
>>>>>>>>>
>>>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>>>> linux
>>>>>>>>> equivalent?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>>>  wrote:
>>>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>>>
>>>>>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>>>> lib_csnd.dylib
>>>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it
>>>>>>>>>> was.
>>>>>>>>>>
>>>>>>>>>> Victor
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>>>
>>>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>>>
>>>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>>>  wrote:
>>>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>>>> difference.
>>>>>>>>>>>>
>>>>>>>>>>>> Victor
>>>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>>>
>>>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>>>> musicxml.
>>>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>>>
>>>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>>>>>> local/
>>>>>>>>>>>>> lib
>>>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>>>>>> lgomp
>>>>>>>>>>>>> -lm
>>>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread
>>>>>>>>>>>>> -lm
>>>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>>>> Now
>>>>>>>>>>>>>>> I'm
>>>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>>>> throwing
>>>>>>>>>>>>>>> out
>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>>>>>> link.
>>>>>>>>>>>>>>> Any
>>>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual
>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>> and
>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:52
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
Turns out I didn't have g++ installed!!! Sorry for the noise. at least
it caused you to spot another problem!

On 16 September 2010 23:47, Rory Walsh  wrote:
> CONFIGURATION DECISION: Building Csound C++ interface library.
> CONFIGURATION DECISION: Not building Lua wrapper to Csound C++
> interface library.
> CONFIGURATION DECISION: Not building Java wrapper to Csound C++
> interface library.
> CONFIGURATION DECISION: Not building Python wrapper to Csound C++
> interface library.
>
> Odd that I have python installed but it's doesn't find it?
>
> Checking for SWIG... yes
> Python Version: 2.6
> Checking for C header file Python.h... (cached) no
> Checking for C header file /usr/include/python2.6/Python.h... (cached) no
> Checking for C header file /usr/local/include/python2.6/Python.h... (cached) no
>
> Also, when I built it this time I keep getting
> sh: o: not found
>
> ..??
>
>
>
> On 16 September 2010 23:43, Victor Lazzarini  wrote:
>> I mean the top messages. It should say
>>
>> CONFIGURATION DECISION: Building dynamic Csound library
>> CONFIGURATION DECISION: Building Csound C++ interface library.
>>
>> at least, for lib_csnd.so to be built.
>>
>> Victor
>>
>> On 16 Sep 2010, at 23:40, Rory Walsh wrote:
>>
>>> There's not a single mention of csnd in the entire output of scons and
>>> there doesn't seem to be any problems with the build process..
>>>
>>> On 16 September 2010 23:35, Victor Lazzarini
>>>  wrote:
>>>> Check the messages from scons.
>>>>
>>>> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>>>>
>>>>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
>>>>> being built. Shouldn't that build by default?
>>>>>
>>>>> On 16 September 2010 23:26, Victor Lazzarini
>>>>>  wrote:
>>>>>> Maybe then you are not building libcsnd.so at all. If it's a broken
>>>>>> link, what is linking to?
>>>>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>>>>> message
>>>>>>
>>>>>>
>>>>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>>>>
>>>>>>> Thanks Victor, that lets me build but I still get
>>>>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>>>>> when running install.py? Same problem as before, libcsnd.so is
>>>>>>> there
>>>>>>> but its a broken link?
>>>>>>>
>>>>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>>>>  wrote:
>>>>>>>> done in CVS, you can try it now.
>>>>>>>>
>>>>>>>> Victor
>>>>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>>>>
>>>>>>>>> Did it work now? I saw a post by Felipe explaining what we
>>>>>>>>> need to
>>>>>>>>> do:
>>>>>>>>>
>>>>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>>>>
>>>>>>>>> basically add autoadd=0 at the end. I'm going to update CVS with
>>>>>>>>> it.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>>>>
>>>>>>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>>>>>>> libs I
>>>>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>>>>> there
>>>>>>>>>> are
>>>>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>>>>> Building
>>>>>>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>>>>>>> broken
>>>>>>>>>> link, and it seems to be stopping install.py from doing its
>>>>>>>>>> tang.
>>>>>>>>>> I'm
>>>>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>>>>> followed
>>>>>>>>>> the same steps in building. I don't think the musicxml thing is
>>>>>>>>>> the
>>>>>>>>>> problem however.
>>>>>>>>>>
>>>>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>>>>> linux
>>>>>>>>>> equivalent?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>>>>  wrote:
>>>>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>>>>
>>>>>>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>>>>> lib_csnd.dylib
>>>>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it
>>>>>>>>>>> was.
>>>>>>>>>>>
>>>>>>>>>>> Victor
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>>>>
>>>>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>>>>> difference.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Victor
>>>>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>>>>> musicxml.
>>>>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>>>>>>> local/
>>>>>>>>>>>>>> lib
>>>>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>>>>>>> lgomp
>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread
>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>>>>> Now
>>>>>>>>>>>>>>>> I'm
>>>>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>>>>> throwing
>>>>>>>>>>>>>>>> out
>>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>>>>>>> link.
>>>>>>>>>>>>>>>> Any
>>>>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual
>>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:54
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
A check for g++ in scons would be nice? Maybe it's already there and I
didn't spot it..

On 16 September 2010 23:52, Rory Walsh  wrote:
> Turns out I didn't have g++ installed!!! Sorry for the noise. at least
> it caused you to spot another problem!
>
> On 16 September 2010 23:47, Rory Walsh  wrote:
>> CONFIGURATION DECISION: Building Csound C++ interface library.
>> CONFIGURATION DECISION: Not building Lua wrapper to Csound C++
>> interface library.
>> CONFIGURATION DECISION: Not building Java wrapper to Csound C++
>> interface library.
>> CONFIGURATION DECISION: Not building Python wrapper to Csound C++
>> interface library.
>>
>> Odd that I have python installed but it's doesn't find it?
>>
>> Checking for SWIG... yes
>> Python Version: 2.6
>> Checking for C header file Python.h... (cached) no
>> Checking for C header file /usr/include/python2.6/Python.h... (cached) no
>> Checking for C header file /usr/local/include/python2.6/Python.h... (cached) no
>>
>> Also, when I built it this time I keep getting
>> sh: o: not found
>>
>> ..??
>>
>>
>>
>> On 16 September 2010 23:43, Victor Lazzarini  wrote:
>>> I mean the top messages. It should say
>>>
>>> CONFIGURATION DECISION: Building dynamic Csound library
>>> CONFIGURATION DECISION: Building Csound C++ interface library.
>>>
>>> at least, for lib_csnd.so to be built.
>>>
>>> Victor
>>>
>>> On 16 Sep 2010, at 23:40, Rory Walsh wrote:
>>>
>>>> There's not a single mention of csnd in the entire output of scons and
>>>> there doesn't seem to be any problems with the build process..
>>>>
>>>> On 16 September 2010 23:35, Victor Lazzarini
>>>>  wrote:
>>>>> Check the messages from scons.
>>>>>
>>>>> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>>>>>
>>>>>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's not
>>>>>> being built. Shouldn't that build by default?
>>>>>>
>>>>>> On 16 September 2010 23:26, Victor Lazzarini
>>>>>>  wrote:
>>>>>>> Maybe then you are not building libcsnd.so at all. If it's a broken
>>>>>>> link, what is linking to?
>>>>>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>>>>>> message
>>>>>>>
>>>>>>>
>>>>>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>>>>>
>>>>>>>> Thanks Victor, that lets me build but I still get
>>>>>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>>>>>> when running install.py? Same problem as before, libcsnd.so is
>>>>>>>> there
>>>>>>>> but its a broken link?
>>>>>>>>
>>>>>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>>>>>  wrote:
>>>>>>>>> done in CVS, you can try it now.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>>>>>
>>>>>>>>>> Did it work now? I saw a post by Felipe explaining what we
>>>>>>>>>> need to
>>>>>>>>>> do:
>>>>>>>>>>
>>>>>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>>>>>
>>>>>>>>>> basically add autoadd=0 at the end. I'm going to update CVS with
>>>>>>>>>> it.
>>>>>>>>>>
>>>>>>>>>> Victor
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>>>>>
>>>>>>>>>>> It's VERY strange! I did a fresh checkout and installed all the
>>>>>>>>>>> libs I
>>>>>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>>>>>> there
>>>>>>>>>>> are
>>>>>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>>>>>> Building
>>>>>>>>>>> without linking to musicxml produces a a libcsnd.so but it's a
>>>>>>>>>>> broken
>>>>>>>>>>> link, and it seems to be stopping install.py from doing its
>>>>>>>>>>> tang.
>>>>>>>>>>> I'm
>>>>>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>>>>>> followed
>>>>>>>>>>> the same steps in building. I don't think the musicxml thing is
>>>>>>>>>>> the
>>>>>>>>>>> problem however.
>>>>>>>>>>>
>>>>>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>>>>>> linux
>>>>>>>>>>> equivalent?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>>>>>  wrote:
>>>>>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>>>>>
>>>>>>>>>>>> Anyway, you've built it with your hack, so now you should have
>>>>>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I have
>>>>>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is just a
>>>>>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>>>>>> lib_csnd.dylib
>>>>>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as it
>>>>>>>>>>>> was.
>>>>>>>>>>>>
>>>>>>>>>>>> Victor
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>>>>>> difference.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>>>>>> musicxml.
>>>>>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/usr/
>>>>>>>>>>>>>>> local/
>>>>>>>>>>>>>>> lib
>>>>>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -
>>>>>>>>>>>>>>> lgomp
>>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread
>>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>>>>>> Now
>>>>>>>>>>>>>>>>> I'm
>>>>>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>>>>>> throwing
>>>>>>>>>>>>>>>>> out
>>>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's broken
>>>>>>>>>>>>>>>>> link.
>>>>>>>>>>>>>>>>> Any
>>>>>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual
>>>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:57
FromVictor Lazzarini
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
you probably do not have the python devel package installed (headers  
etc)

Victor
On 16 Sep 2010, at 23:47, Rory Walsh wrote:

> CONFIGURATION DECISION: Building Csound C++ interface library.
> CONFIGURATION DECISION: Not building Lua wrapper to Csound C++
> interface library.
> CONFIGURATION DECISION: Not building Java wrapper to Csound C++
> interface library.
> CONFIGURATION DECISION: Not building Python wrapper to Csound C++
> interface library.
>
> Odd that I have python installed but it's doesn't find it?
>
> Checking for SWIG... yes
> Python Version: 2.6
> Checking for C header file Python.h... (cached) no
> Checking for C header file /usr/include/python2.6/Python.h...  
> (cached) no
> Checking for C header file /usr/local/include/python2.6/Python.h...  
> (cached) no
>
> Also, when I built it this time I keep getting
> sh: o: not found
>
> ..??
>
>
>
> On 16 September 2010 23:43, Victor Lazzarini  
>  wrote:
>> I mean the top messages. It should say
>>
>> CONFIGURATION DECISION: Building dynamic Csound library
>> CONFIGURATION DECISION: Building Csound C++ interface library.
>>
>> at least, for lib_csnd.so to be built.
>>
>> Victor
>>
>> On 16 Sep 2010, at 23:40, Rory Walsh wrote:
>>
>>> There's not a single mention of csnd in the entire output of scons  
>>> and
>>> there doesn't seem to be any problems with the build process..
>>>
>>> On 16 September 2010 23:35, Victor Lazzarini
>>>  wrote:
>>>> Check the messages from scons.
>>>>
>>>> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>>>>
>>>>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's  
>>>>> not
>>>>> being built. Shouldn't that build by default?
>>>>>
>>>>> On 16 September 2010 23:26, Victor Lazzarini
>>>>>  wrote:
>>>>>> Maybe then you are not building libcsnd.so at all. If it's a  
>>>>>> broken
>>>>>> link, what is linking to?
>>>>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>>>>> message
>>>>>>
>>>>>>
>>>>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>>>>
>>>>>>> Thanks Victor, that lets me build but I still get
>>>>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>>>>> when running install.py? Same problem as before, libcsnd.so is
>>>>>>> there
>>>>>>> but its a broken link?
>>>>>>>
>>>>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>>>>  wrote:
>>>>>>>> done in CVS, you can try it now.
>>>>>>>>
>>>>>>>> Victor
>>>>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>>>>
>>>>>>>>> Did it work now? I saw a post by Felipe explaining what we
>>>>>>>>> need to
>>>>>>>>> do:
>>>>>>>>>
>>>>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>>>>
>>>>>>>>> basically add autoadd=0 at the end. I'm going to update CVS  
>>>>>>>>> with
>>>>>>>>> it.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>>>>
>>>>>>>>>> It's VERY strange! I did a fresh checkout and installed all  
>>>>>>>>>> the
>>>>>>>>>> libs I
>>>>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>>>>> there
>>>>>>>>>> are
>>>>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>>>>> Building
>>>>>>>>>> without linking to musicxml produces a a libcsnd.so but  
>>>>>>>>>> it's a
>>>>>>>>>> broken
>>>>>>>>>> link, and it seems to be stopping install.py from doing its
>>>>>>>>>> tang.
>>>>>>>>>> I'm
>>>>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>>>>> followed
>>>>>>>>>> the same steps in building. I don't think the musicxml  
>>>>>>>>>> thing is
>>>>>>>>>> the
>>>>>>>>>> problem however.
>>>>>>>>>>
>>>>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>>>>> linux
>>>>>>>>>> equivalent?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>>>>  wrote:
>>>>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>>>>
>>>>>>>>>>> Anyway, you've built it with your hack, so now you should  
>>>>>>>>>>> have
>>>>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I  
>>>>>>>>>>> have
>>>>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is  
>>>>>>>>>>> just a
>>>>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>>>>> lib_csnd.dylib
>>>>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as  
>>>>>>>>>>> it
>>>>>>>>>>> was.
>>>>>>>>>>>
>>>>>>>>>>> Victor
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>>>>
>>>>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>>>>> difference.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Victor
>>>>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>>>>> musicxml.
>>>>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/ 
>>>>>>>>>>>>>> usr/
>>>>>>>>>>>>>> local/
>>>>>>>>>>>>>> lib
>>>>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread - 
>>>>>>>>>>>>>> lpthread -
>>>>>>>>>>>>>> lgomp
>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread
>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>>>>> Now
>>>>>>>>>>>>>>>> I'm
>>>>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>>>>> throwing
>>>>>>>>>>>>>>>> out
>>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's  
>>>>>>>>>>>>>>>> broken
>>>>>>>>>>>>>>>> link.
>>>>>>>>>>>>>>>> Any
>>>>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual
>>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual  
>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound- 
>>>>>>>>>>>>>>> devel
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> Start uncovering the many advantages of virtual  
>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>> and start using them to simplify application deployment  
>>>>>>>>>>>>>> and
>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment  
>>>>>>>>>>>>> and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-16 23:58
FromRory Walsh
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
I'll try it tomorrow, thanks again Victor.


On 16 September 2010 23:57, Victor Lazzarini  wrote:
> you probably do not have the python devel package installed (headers
> etc)
>
> Victor
> On 16 Sep 2010, at 23:47, Rory Walsh wrote:
>
>> CONFIGURATION DECISION: Building Csound C++ interface library.
>> CONFIGURATION DECISION: Not building Lua wrapper to Csound C++
>> interface library.
>> CONFIGURATION DECISION: Not building Java wrapper to Csound C++
>> interface library.
>> CONFIGURATION DECISION: Not building Python wrapper to Csound C++
>> interface library.
>>
>> Odd that I have python installed but it's doesn't find it?
>>
>> Checking for SWIG... yes
>> Python Version: 2.6
>> Checking for C header file Python.h... (cached) no
>> Checking for C header file /usr/include/python2.6/Python.h...
>> (cached) no
>> Checking for C header file /usr/local/include/python2.6/Python.h...
>> (cached) no
>>
>> Also, when I built it this time I keep getting
>> sh: o: not found
>>
>> ..??
>>
>>
>>
>> On 16 September 2010 23:43, Victor Lazzarini
>>  wrote:
>>> I mean the top messages. It should say
>>>
>>> CONFIGURATION DECISION: Building dynamic Csound library
>>> CONFIGURATION DECISION: Building Csound C++ interface library.
>>>
>>> at least, for lib_csnd.so to be built.
>>>
>>> Victor
>>>
>>> On 16 Sep 2010, at 23:40, Rory Walsh wrote:
>>>
>>>> There's not a single mention of csnd in the entire output of scons
>>>> and
>>>> there doesn't seem to be any problems with the build process..
>>>>
>>>> On 16 September 2010 23:35, Victor Lazzarini
>>>>  wrote:
>>>>> Check the messages from scons.
>>>>>
>>>>> On 16 Sep 2010, at 23:31, Rory Walsh wrote:
>>>>>
>>>>>> Oh no! libcsnd.so should be linking to libcsnd.so.5.2 but that's
>>>>>> not
>>>>>> being built. Shouldn't that build by default?
>>>>>>
>>>>>> On 16 September 2010 23:26, Victor Lazzarini
>>>>>>  wrote:
>>>>>>> Maybe then you are not building libcsnd.so at all. If it's a
>>>>>>> broken
>>>>>>> link, what is linking to?
>>>>>>> Meanwhile, I can't build anymore on OSX. I'll report on another
>>>>>>> message
>>>>>>>
>>>>>>>
>>>>>>> On 16 Sep 2010, at 23:23, Rory Walsh wrote:
>>>>>>>
>>>>>>>> Thanks Victor, that lets me build but I still get
>>>>>>>> install: cannot stat `libcsnd.so': No such file or directory
>>>>>>>> when running install.py? Same problem as before, libcsnd.so is
>>>>>>>> there
>>>>>>>> but its a broken link?
>>>>>>>>
>>>>>>>> On 16 September 2010 23:17, Victor Lazzarini
>>>>>>>>  wrote:
>>>>>>>>> done in CVS, you can try it now.
>>>>>>>>>
>>>>>>>>> Victor
>>>>>>>>> On 16 Sep 2010, at 23:13, Victor Lazzarini wrote:
>>>>>>>>>
>>>>>>>>>> Did it work now? I saw a post by Felipe explaining what we
>>>>>>>>>> need to
>>>>>>>>>> do:
>>>>>>>>>>
>>>>>>>>>> http://csound.1045644.n5.nabble.com/checkLibraryWithHeader-td1132422.html
>>>>>>>>>>
>>>>>>>>>> basically add autoadd=0 at the end. I'm going to update CVS
>>>>>>>>>> with
>>>>>>>>>> it.
>>>>>>>>>>
>>>>>>>>>> Victor
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 16 Sep 2010, at 23:05, Rory Walsh wrote:
>>>>>>>>>>
>>>>>>>>>>> It's VERY strange! I did a fresh checkout and installed all
>>>>>>>>>>> the
>>>>>>>>>>> libs I
>>>>>>>>>>> needed. Csound was never installed on this machine before so
>>>>>>>>>>> there
>>>>>>>>>>> are
>>>>>>>>>>> no conflicting versions hanging around or anything like that.
>>>>>>>>>>> Building
>>>>>>>>>>> without linking to musicxml produces a a libcsnd.so but
>>>>>>>>>>> it's a
>>>>>>>>>>> broken
>>>>>>>>>>> link, and it seems to be stopping install.py from doing its
>>>>>>>>>>> tang.
>>>>>>>>>>> I'm
>>>>>>>>>>> stumped? I've never had this issue before now and I've always
>>>>>>>>>>> followed
>>>>>>>>>>> the same steps in building. I don't think the musicxml
>>>>>>>>>>> thing is
>>>>>>>>>>> the
>>>>>>>>>>> problem however.
>>>>>>>>>>>
>>>>>>>>>>> p.s. dylib is an OSX extension, I'm assuming that .so it the
>>>>>>>>>>> linux
>>>>>>>>>>> equivalent?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 16 September 2010 22:52, Victor Lazzarini
>>>>>>>>>>>  wrote:
>>>>>>>>>>>> But is it not strange that none of us have the same problem?
>>>>>>>>>>>>
>>>>>>>>>>>> Anyway, you've built it with your hack, so now you should
>>>>>>>>>>>> have
>>>>>>>>>>>> libcsnd.dylib lying in your top-level directory. On OSX I
>>>>>>>>>>>> have
>>>>>>>>>>>> both libcsnd.dylib and lib_csnd.dylib and the former is
>>>>>>>>>>>> just a
>>>>>>>>>>>> symlink. However, I think this is just OSX because when
>>>>>>>>>>>> lib_csnd.dylib
>>>>>>>>>>>> was changed to libcsnd.dylib, I wanted to keep the name as
>>>>>>>>>>>> it
>>>>>>>>>>>> was.
>>>>>>>>>>>>
>>>>>>>>>>>> Victor
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 16 Sep 2010, at 22:34, Rory Walsh wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Already tried that. Gives me the same musicxml error...
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 16 September 2010 22:29, Victor Lazzarini
>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>> Try adding dynamicCsoundLibrary=1 to see if it makes any
>>>>>>>>>>>>>> difference.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Victor
>>>>>>>>>>>>>> On 16 Sep 2010, at 21:56, Rory Walsh wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ubuntu 10.4
>>>>>>>>>>>>>>> scons buildInterfaces=1
>>>>>>>>>>>>>>> buildPythonWrapper=1
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> All I did to SConstruct was prevent it from linking to
>>>>>>>>>>>>>>> musicxml.
>>>>>>>>>>>>>>> Here's the error I get with the original SConstruct..
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> gcc -o atsa -Wl,-Bdynamic util/atsa_main.o -L. -L. -L/
>>>>>>>>>>>>>>> usr/
>>>>>>>>>>>>>>> local/
>>>>>>>>>>>>>>> lib
>>>>>>>>>>>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -
>>>>>>>>>>>>>>> lpthread -
>>>>>>>>>>>>>>> lgomp
>>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>>> -lasound -lmusicxml2 libcsound.a -lsndfile -ldl -lpthread
>>>>>>>>>>>>>>> -lm
>>>>>>>>>>>>>>> /usr/bin/ld: cannot find -lmusicxml2
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 16 September 2010 21:46, Victor Lazzarini
>>>>>>>>>>>>>>>  wrote:
>>>>>>>>>>>>>>>> you probably should not have hacked SConstruct.
>>>>>>>>>>>>>>>> Maybe we can start again, which OS, what scons options?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 16 Sep 2010, at 21:41, Rory Walsh wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I got past my previously posted issue by hacking
>>>>>>>>>>>>>>>>> SConstruct.
>>>>>>>>>>>>>>>>> Now
>>>>>>>>>>>>>>>>> I'm
>>>>>>>>>>>>>>>>> having problems installing using install.py, it keep
>>>>>>>>>>>>>>>>> throwing
>>>>>>>>>>>>>>>>> out
>>>>>>>>>>>>>>>>> the
>>>>>>>>>>>>>>>>> error posted above. libcsnd.so does exist but it's
>>>>>>>>>>>>>>>>> broken
>>>>>>>>>>>>>>>>> link.
>>>>>>>>>>>>>>>>> Any
>>>>>>>>>>>>>>>>> ideas how to fix this, or why the link is broken?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual
>>>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual
>>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-
>>>>>>>>>>>>>>>> devel
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>>> Start uncovering the many advantages of virtual
>>>>>>>>>>>>>>> appliances
>>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>>> and
>>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>>> and start using them to simplify application deployment
>>>>>>>>>>>>>> and
>>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Csound-devel mailing list
>>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>>> and start using them to simplify application deployment and
>>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>>> _______________________________________________
>>>>>>>>> Csound-devel mailing list
>>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>>> and start using them to simplify application deployment and
>>>>>>>> accelerate your shift to cloud computing.
>>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>>> _______________________________________________
>>>>>>>> Csound-devel mailing list
>>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>>
>>>>>>> ------------------------------------------------------------------------------
>>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>>> and start using them to simplify application deployment and
>>>>>>> accelerate your shift to cloud computing.
>>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>>> _______________________________________________
>>>>>>> Csound-devel mailing list
>>>>>>> Csound-devel@lists.sourceforge.net
>>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>>>
>>>>>>
>>>>>> ------------------------------------------------------------------------------
>>>>>> Start uncovering the many advantages of virtual appliances
>>>>>> and start using them to simplify application deployment and
>>>>>> accelerate your shift to cloud computing.
>>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>>> _______________________________________________
>>>>>> Csound-devel mailing list
>>>>>> Csound-devel@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Start uncovering the many advantages of virtual appliances
>>>>> and start using them to simplify application deployment and
>>>>> accelerate your shift to cloud computing.
>>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>>> _______________________________________________
>>>>> Csound-devel mailing list
>>>>> Csound-devel@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Start uncovering the many advantages of virtual appliances
>>>> and start using them to simplify application deployment and
>>>> accelerate your shift to cloud computing.
>>>> http://p.sf.net/sfu/novell-sfdev2dev
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Start uncovering the many advantages of virtual appliances
>>> and start using them to simplify application deployment and
>>> accelerate your shift to cloud computing.
>>> http://p.sf.net/sfu/novell-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Start uncovering the many advantages of virtual appliances
>> and start using them to simplify application deployment and
>> accelerate your shift to cloud computing.
>> http://p.sf.net/sfu/novell-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-09-20 17:27
Fromkelly hirai
Subject[Cs-dev] new parser error report
Attachmentscsound_new_parser_bug_report.tar.gz  None  None  
enclosed is the verbose error report, orc and sco files and command line. 
orc parsed with the old parser but not the new. thought i'd report it 
before i moved on. csound5 cvs checkout'd yesterday. the score is mostly 
macros.

kelly

Date2010-09-29 10:55
Fromjohn ffitch
SubjectRe: [Cs-dev] install: cannot stat `libcsnd.so': No such file or directory
my experience is that one has to run scons twice -- th efirst time it
complains about libcsnd.so and the second time it does not
==John ffitch

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2010-10-04 09:50
Fromjohn ffitch
SubjectRe: [Cs-dev] new parser error report
Thanks; it looks as if I got macros with args wrong
More later
==John ffitch

------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net