| 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 |