Csound Csound-dev Csound-tekno Search About

[Csnd] Re: Re: csound build on osx 10.6.3

Date2010-06-11 23:26
FromLuís Antunes Pena
Subject[Csnd] Re: Re: csound build on osx 10.6.3
Thanks Victor. I think I got it working but having some other errors. I'm not experienced in building csound from the sources, so please, excuse my questions:

- I executet the command:  

scons buildOSC=1 Word64=1 useUDP=1 useDouble=1 useCoreAudio=1 useAltivec=1 Lib64=1 install=1 generatePDF=1

and set the OPCODEDIR64 variable.

Now running csound with a simple orc I got this error:

sh: msgfmt: command not found
scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
scons: building terminated because of errors.

Any idea what am I doing wrong?






Victor.Lazzarini@nuim.ie schrieb:
> It's a simple one, I forgot to fix CVS. There is a list in SConstruct that needs to be extended:
>
> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5 }
>
> to
>
> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 }
>
> you can fix locally and I'll update CVS on Monday. There might be some other small fixes, reported to the developer's list, which I have not got round to updating.
>
>
> Victor

http://sumtone.com
http://ixherculean.com





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-06-12 08:23
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: csound build on osx 10.6.3
Try not use getttext: useGettext=0
On 11 Jun 2010, at 23:26, Luís Antunes Pena wrote:

> Thanks Victor. I think I got it working but having some other  
> errors. I'm not experienced in building csound from the sources, so  
> please, excuse my questions:
>
> - I executet the command:
>
> scons buildOSC=1 Word64=1 useUDP=1 useDouble=1 useCoreAudio=1  
> useAltivec=1 Lib64=1 install=1 generatePDF=1
>
> and set the OPCODEDIR64 variable.
>
> Now running csound with a simple orc I got this error:
>
> sh: msgfmt: command not found
> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
> scons: building terminated because of errors.
>
> Any idea what am I doing wrong?
>
>
>
>
>
>
> Victor.Lazzarini@nuim.ie schrieb:
>> It's a simple one, I forgot to fix CVS. There is a list in  
>> SConstruct that needs to be extended:
>>
>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5 }
>>
>> to
>>
>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 }
>>
>> you can fix locally and I'll update CVS on Monday. There might be  
>> some other small fixes, reported to the developer's list, which I  
>> have not got round to updating.
>>
>>
>> Victor
>
> http://sumtone.com
> http://ixherculean.com
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-06-13 12:55
Fromk_o_m_p
Subject[Csnd] Re: Re: Re: Re: csound build on osx 10.6.3
I got this error using useGettext=0


(...)
  "_sf_read_double", referenced from:
      _sreadin in libcsound64.a(libsnd_u.o)
      _readsf in libcsound64.a(libsnd.o)
      _diskin2_read_buffer in libcsound64.a(diskin2.o)
      _soundin_read_buffer in libcsound64.a(diskin2.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [pv_export] Error 1
scons: building terminated because of errors.

Thanks,

Luís


Victor Lazzarini schrieb:
> Try not use getttext: useGettext=0
> On 11 Jun 2010, at 23:26, Luís Antunes Pena wrote:
>
>> Thanks Victor. I think I got it working but having some other errors. 
>> I'm not experienced in building csound from the sources, so please, 
>> excuse my questions:
>>
>> - I executet the command:
>>
>> scons buildOSC=1 Word64=1 useUDP=1 useDouble=1 useCoreAudio=1 
>> useAltivec=1 Lib64=1 install=1 generatePDF=1
>>
>> and set the OPCODEDIR64 variable.
>>
>> Now running csound with a simple orc I got this error:
>>
>> sh: msgfmt: command not found
>> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
>> scons: building terminated because of errors.
>>
>> Any idea what am I doing wrong?
>>
>>
>>
>>
>>
>>
>> Victor.Lazzarini@nuim.ie schrieb:
>>> It's a simple one, I forgot to fix CVS. There is a list in 
>>> SConstruct that needs to be extended:
>>>
>>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5 }
>>>
>>> to
>>>
>>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 }
>>>
>>> you can fix locally and I'll update CVS on Monday. There might be 
>>> some other small fixes, reported to the developer's list, which I 
>>> have not got round to updating.
>>>
>>>
>>> Victor
>>
>> http://sumtone.com
>> http://ixherculean.com
>>
>>
>>
>

Date2010-06-13 13:05
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Re: Re: Re: csound build on osx 10.6.3
That error is fron not having libsndfile I think
==John ff

> I got this error using useGettext=0
>
>
> (...)
>   "_sf_read_double", referenced from:
>       _sreadin in libcsound64.a(libsnd_u.o)
>       _readsf in libcsound64.a(libsnd.o)
>       _diskin2_read_buffer in libcsound64.a(diskin2.o)
>       _soundin_read_buffer in libcsound64.a(diskin2.o)
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> scons: *** [pv_export] Error 1
> scons: building terminated because of errors.
>
> Thanks,
>
> Luís
>
>
> Victor Lazzarini schrieb:
>> Try not use getttext: useGettext=0
>> On 11 Jun 2010, at 23:26, Luís Antunes Pena wrote:
>>
>>> Thanks Victor. I think I got it working but having some other errors.
>>> I'm not experienced in building csound from the sources, so please,
>>> excuse my questions:
>>>
>>> - I executet the command:
>>>
>>> scons buildOSC=1 Word64=1 useUDP=1 useDouble=1 useCoreAudio=1
>>> useAltivec=1 Lib64=1 install=1 generatePDF=1
>>>
>>> and set the OPCODEDIR64 variable.
>>>
>>> Now running csound with a simple orc I got this error:
>>>
>>> sh: msgfmt: command not found
>>> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
>>> scons: building terminated because of errors.
>>>
>>> Any idea what am I doing wrong?
>>>
>>>
>>>
>>>
>>>
>>>
>>> Victor.Lazzarini@nuim.ie schrieb:
>>>> It's a simple one, I forgot to fix CVS. There is a list in
>>>> SConstruct that needs to be extended:
>>>>
>>>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5 }
>>>>
>>>> to
>>>>
>>>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 }
>>>>
>>>> you can fix locally and I'll update CVS on Monday. There might be
>>>> some other small fixes, reported to the developer's list, which I
>>>> have not got round to updating.
>>>>
>>>>
>>>> Victor
>>>
>>> http://sumtone.com
>>> http://ixherculean.com
>>>
>>>
>>>
>>
>
>
> --
> ---
> luis antunes pena
>
> http://sumtone.com
> http://ixherculean.com
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-13 13:12
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: Re: csound build on osx 10.6.3
These are libsndfile linking errors (sf_read_double is in libsndfile).  
Make sure your libsndfile is correctly built (also for the arch you  
are building Csound, which is probably the default x86_64).

Victor

On 13 Jun 2010, at 12:55, k_o_m_p wrote:

> I got this error using useGettext=0
>
>
> (...)
> "_sf_read_double", referenced from:
>     _sreadin in libcsound64.a(libsnd_u.o)
>     _readsf in libcsound64.a(libsnd.o)
>     _diskin2_read_buffer in libcsound64.a(diskin2.o)
>     _soundin_read_buffer in libcsound64.a(diskin2.o)
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> scons: *** [pv_export] Error 1
> scons: building terminated because of errors.
>
> Thanks,
>
> Luís
>
>
> Victor Lazzarini schrieb:
>> Try not use getttext: useGettext=0
>> On 11 Jun 2010, at 23:26, Luís Antunes Pena wrote:
>>
>>> Thanks Victor. I think I got it working but having some other  
>>> errors. I'm not experienced in building csound from the sources,  
>>> so please, excuse my questions:
>>>
>>> - I executet the command:
>>>
>>> scons buildOSC=1 Word64=1 useUDP=1 useDouble=1 useCoreAudio=1  
>>> useAltivec=1 Lib64=1 install=1 generatePDF=1
>>>
>>> and set the OPCODEDIR64 variable.
>>>
>>> Now running csound with a simple orc I got this error:
>>>
>>> sh: msgfmt: command not found
>>> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
>>> scons: building terminated because of errors.
>>>
>>> Any idea what am I doing wrong?
>>>
>>>
>>>
>>>
>>>
>>>
>>> Victor.Lazzarini@nuim.ie schrieb:
>>>> It's a simple one, I forgot to fix CVS. There is a list in  
>>>> SConstruct that needs to be extended:
>>>>
>>>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5 }
>>>>
>>>> to
>>>>
>>>> OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 }
>>>>
>>>> you can fix locally and I'll update CVS on Monday. There might be  
>>>> some other small fixes, reported to the developer's list, which I  
>>>> have not got round to updating.
>>>>
>>>>
>>>> Victor
>>>
>>> http://sumtone.com
>>> http://ixherculean.com
>>>
>>>
>>>
>>
>
>
> -- 
> ---
> luis antunes pena
>
> http://sumtone.com
> http://ixherculean.com
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-06-13 19:38
Fromk_o_m_p
Subject[Csnd] Re: Re: Re: Re: Re: Re: csound build on osx 10.6.3
Here's a short report trying to build csound on 10.6.3

I tried to start from the beginning building csound from Anthony's paper:

 http://www.anthonykozar.net/csound-macosx/buildingforleopard.html

But couldn't install portaudio, portmidi and libpng  .I tryed anyway to built with the these flags: 

sudo scons buildOSC=1 buildCsound5GUI=0 buildPythonOpcodes=1 useOSC=1 buildLoris=0

this should create the folder /Library/Frameworks/CsoundLib.framework with all the necessary files for csound, is it correct? It doesn't work for me. I got this error after running scons:

ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [libpy.dylib] Error 1
scons: building terminated because of errors.

How do I know where all the necessary files for csound should go to?
Anyone knows why portaudio doesn't install?

(Here's the portaudio error:
lipo: can't figure out the architecture type of: /var/folders/AP/APRkuwX-Gza9cGv7uf9v6++++TI/-Tmp-//ccnFmkQU.out
make: *** [src/common/pa_dither.lo] Error 1)

Thanks,

Luís


Victor Lazzarini schrieb:
These are libsndfile linking errors (sf_read_double is in libsndfile). Make sure your libsndfile is correctly built (also for the arch you are building Csound, which is probably the default x86_64).

Victor

On 13 Jun 2010, at 12:55, k_o_m_p wrote:

I got this error using useGettext=0


(...)
"_sf_read_double", referenced from:
    _sreadin in libcsound64.a(libsnd_u.o)
    _readsf in libcsound64.a(libsnd.o)
    _diskin2_read_buffer in libcsound64.a(diskin2.o)
    _soundin_read_buffer in libcsound64.a(diskin2.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [pv_export] Error 1
scons: building terminated because of errors.

Thanks,

Luís


Victor Lazzarini schrieb:
Try not use getttext: useGettext=0
On 11 Jun 2010, at 23:26, Luís Antunes Pena wrote:

Thanks Victor. I think I got it working but having some other errors. I'm not experienced in building csound from the sources, so please, excuse my questions:

- I executet the command:

scons buildOSC=1 Word64=1 useUDP=1 useDouble=1 useCoreAudio=1 useAltivec=1 Lib64=1 install=1 generatePDF=1

and set the OPCODEDIR64 variable.

Now running csound with a simple orc I got this error:

sh: msgfmt: command not found
scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
scons: building terminated because of errors.

Any idea what am I doing wrong?






Victor.Lazzarini@nuim.ie schrieb:
It's a simple one, I forgot to fix CVS. There is a list in SConstruct that needs to be extended:

OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5 }

to

OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 }

you can fix locally and I'll update CVS on Monday. There might be some other small fixes, reported to the developer's list, which I have not got round to updating.


Victor

http://sumtone.com
http://ixherculean.com






-- 
---
luis antunes pena

http://sumtone.com
http://ixherculean.com




Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




--
signatur ---
luis antunes pena
schornstr. 27
45128 essen
germany

atelier:
kunsthaus essen
ruebezahlstr. 33
45134 essen

http://icem.folkwang-hochschule.de/~pena
http://sumtone.com
http://ixherculean.com

+49 (0)201 879 14 29  |  +49 (0)176 968 09 867
skype: antunespena

Date2010-06-13 20:01
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: csound build on osx 10.6.3
The portaudio error looks like a 10.6 build problem. I saw it reported

Maybe you should try the latest snaphot. I built it the other week using a snapshot, without a hitch (on 10.6).

The error you are reporting seems to be related to python (libpy is the python opcodes). Can you post the full scons messages?

Victor

On 13 Jun 2010, at 19:38, k_o_m_p wrote:

Here's a short report trying to build csound on 10.6.3

I tried to start from the beginning building csound from Anthony's paper:

 http://www.anthonykozar.net/csound-macosx/buildingforleopard.html

But couldn't install portaudio, portmidi and libpng  .I tryed anyway to built with the these flags:  

sudo scons buildOSC=1 buildCsound5GUI=0 buildPythonOpcodes=1 useOSC=1 buildLoris=0

this should create the folder /Library/Frameworks/CsoundLib.framework with all the necessary files for csound, is it correct? It doesn't work for me. I got this error after running scons:

ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [libpy.dylib] Error 1
scons: building terminated because of errors.

How do I know where all the necessary files for csound should go to? 
Anyone knows why portaudio doesn't install? 

(Here's the portaudio error: 
lipo: can't figure out the architecture type of: /var/folders/AP/APRkuwX-Gza9cGv7uf9v6++++TI/-Tmp-//ccnFmkQU.out
make: *** [src/common/pa_dither.lo] Error 1)

Thanks,

Luís


Victor Lazzarini schrieb:
These are libsndfile linking errors (sf_read_double is in libsndfile). Make sure your libsndfile is correctly built (also for the arch you are building Csound, which is probably the default x86_64). 

Victor 

On 13 Jun 2010, at 12:55, k_o_m_p wrote: 

I got this error using useGettext=0 


(...) 
"_sf_read_double", referenced from: 
    _sreadin in libcsound64.a(libsnd_u.o) 
    _readsf in libcsound64.a(libsnd.o) 
    _diskin2_read_buffer in libcsound64.a(diskin2.o) 
    _soundin_read_buffer in libcsound64.a(diskin2.o) 
ld: symbol(s) not found 
collect2: ld returned 1 exit status 
scons: *** [pv_export] Error 1 
scons: building terminated because of errors. 

Thanks, 

Luís 


Victor Lazzarini schrieb: 
Try not use getttext: useGettext=0 
On 11 Jun 2010, at 23:26, Luís Antunes Pena wrote: 

Thanks Victor. I think I got it working but having some other errors. I'm not experienced in building csound from the sources, so please, excuse my questions: 

- I executet the command: 

scons buildOSC=1 Word64=1 useUDP=1 useDouble=1 useCoreAudio=1 useAltivec=1 Lib64=1 install=1 generatePDF=1 

and set the OPCODEDIR64 variable. 

Now running csound with a simple orc I got this error: 

sh: msgfmt: command not found 
scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127 
scons: building terminated because of errors. 

Any idea what am I doing wrong? 






Victor.Lazzarini@nuim.ie schrieb: 
It's a simple one, I forgot to fix CVS. There is a list in SConstruct that needs to be extended: 

OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5 } 

to 

OSXSystemPythonVersions = { 0:0, 1:0, 2:2, 3:3, 4:3, 5:5, 6:6 } 

you can fix locally and I'll update CVS on Monday. There might be some other small fixes, reported to the developer's list, which I have not got round to updating. 


Victor 

http://sumtone.com 
http://ixherculean.com 






-- 
--- 
luis antunes pena 

http://sumtone.com 
http://ixherculean.com 




Send bugs reports to the Sourceforge bug tracker 
          https://sourceforge.net/tracker/?group_id=81968&atid=564599 
Discussions of bugs and features can be posted here 
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" 




Send bugs reports to the Sourceforge bug tracker 
           https://sourceforge.net/tracker/?group_id=81968&atid=564599 
Discussions of bugs and features can be posted here 
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" 




-- 
---
luis antunes pena
schornstr. 27
45128 essen
germany

atelier:
kunsthaus essen
ruebezahlstr. 33
45134 essen

http://icem.folkwang-hochschule.de/~pena
http://sumtone.com
http://ixherculean.com

+49 (0)201 879 14 29  |  +49 (0)176 968 09 867
skype: antunespena


Date2010-06-13 21:29
Fromk_o_m_p
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: csound build on osx 10.6.3
Here is it. Thanks for taking a look. I'll see the snahot.
Luís

scons: Reading SConscript files ...

      C S O U N D 5

SCons build file for Csound 5:
API library, plugin opcodes, utilities, and front ends.

By Michael Gogins 

For custom options, run 'scons -h'.
For default options, run 'scons -H'.
If headers or libraries are not found, edit 'custom.py'.
For Linux, run in the standard shell
    with standard Python and just run 'scons'.
For MinGW, run in the MSys shell
    and use www.python.org WIN32 Python to run scons.
For Microsoft Visual C++, run in the Platform SDK
    command shell, and use www.python.org WIN32 Python to run scons.

System platform is 'darwin'.

scons: warning: The Options class is deprecated; use the Variables class 
instead.
File "/Users/luis/Desktop/libraries/Csound5.12.1/SConstruct", line 74, 
in 
Using options from 'custom.py.'
Build platform is 'darwin'.
SCons tools on this platform:  ['default', 'applelink', 'gcc', 'g++', 
'gfortran', 'as', 'ar', 'CVS', 'filesystem', 'jar', 'javac', 'javah', 
'lex', 'm4', 'RCS', 'rmic', 'rpcgen', 'swig', 'tar', 'yacc', 'zip']
Checking for C header file libintl.h... (cached) yes
CONFIGURATION DECISION: Using GNU gettext scheme
CONFIGURATION DECISION: Using single-precision floating point for audio 
samples.
Mac OS X version 10.6
Apple Python version is 2.6
Current Python version is 2.6, using Apple Python Framework
Checking for C header file stdio.h... (cached) yes
Checking for C library sndfile... (cached) yes
Checking for C library pthread... (cached) yes
CONFIGURATION DECISION: No MP3 support
CONFIGURATION DECISION: No Wiimote support
CONFIGURATION DECISION: No P5 Glove support
Checking for pthread_barrier_init(0, 0, 0) in C library pthread... 
(cached) no
Checking for __sync_lock_test_and_set((int32_t *)0, 0) in C library m... 
(cached) yes
found sync lock
Checking for C++ header file 
frontends/CsoundVST/vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.h... 
(cached) no
Checking for C library portaudio... (cached) no
Checking for C header file portmidi.h... (cached) no
Checking for C++ library fltk... (cached) no
Checking for C++ header file boost/any.hpp... (cached) no
Checking for C++ header file gmm/gmm.h... (cached) no
Checking for C library asound... (cached) no
Checking for C library lo... (cached) yes
Checking for MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create() in 
C++ library musicxml2... (cached) no
Checking for C header file jack/jack.h... (cached) no
Checking for C header file pulse/simple.h... (cached) no
Checking for C++ header file Opcodes/stk/include/Stk.h... (cached) yes
Checking for C header file m_pd.h... (cached) no
Checking for C header file tcl.h... (cached) yes
Checking for C header file zlib.h... (cached) yes
Checking for C++ header file funknown.h... (cached) no
Checking for C header file lua.h... (cached) no
Checking for SWIG... yes
Python Version: 2.6
Checking for C header file Python.h... (cached) no
Checking for C header file 
/System/Library/Frameworks/Python.framework/Headers/Python.h... (cached) yes
Checking for C++ header file 
/System/Library/Frameworks/JavaVM.framework/Headers/jni.h... (cached) yes
Checking for C header file io.h... (cached) no
Checking for C header file fcntl.h... (cached) yes
Checking for C header file unistd.h... (cached) yes
Checking for C header file stdint.h... (cached) yes
Checking for C header file sys/time.h... (cached) yes
Checking for C header file sys/types.h... (cached) yes
Checking for C header file termios.h... (cached) yes
Checking for C header file values.h... (cached) no
Checking for C header file sys/socket.h... (cached) yes
Checking for libsndfile version 1.0.16 or later... (cached) yes
CONFIGURATION DECISION: Not building with new parser
CONFIGURATION DECISION: Building static Csound library
CONFIGURATION DECISION: Not building Csound C++ interface library.
CONFIGURATION DECISION: Not generating Csound API PDF documentation.
Checking for C library png... (cached) no
CONFIGURATION DECISION: Not building image opcodes
CONFIGURATION DECISION: Not building linear algebra opcodes.
CONFIGURATION DECISION: Not building with FLTK graphs and widgets.
CONFIGURATION DECISION: Building CoreAudio plugin.
CONFIGURATION DECISION: Not building ALSA plugin.
CONFIGURATION DECISION: Not building PortAudio module.
CONFIGURATION DECISION: Not building JACK plugin.
CONFIGURATION DECISION: Not building with PortMIDI.
CONFIGURATION DECISION: Building OSC plugin.
CONFIGURATION DECISION: Building UDP plugins.
Checking for C header file fluidsynth.h... (cached) no
CONFIGURATION DECISION: Not building fluid opcodes.
CONFIGURATION DECISION: Not building vst4cs opcodes.
Checking for C header file ladspa.h... (cached) no
CONFIGURATION DECISION: Not building DSSI plugin host opcodes.
CONFIGURATION DECISION: Not building Loris Python extension and Csound 
opcodes.
CONFIGURATION DECISION: Not building STK opcodes.
CONFIGURATION DECISION: Building Python opcodes.
CONFIGURATION DECISION: Not building FLTK CSOUND5GUI frontend.
CONFIGURATION DECISION: Not building Csound Text Editor.
CONFIGURATION DECISION: Not building CsoundAC extension module for 
Csound with algorithmic composition.
CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
CONFIGURATION DECISION: Not building Tclcsound
CONFIGURATION DECISION: Not building Winsound
CONFIGURATION DECISION: Not building OSX GUI frontend
CONFIGURATION DEFAULT:  Building csLadspa.
CONFIGURATION DECISION: Not calling TAGS
CONFIGURATION DECISION: Adding resource fork for csound
scons: done reading SConscript files.
scons: Building targets ...
/Developer/Tools/Rez -i APPL -o csound cs5.r
gcc -o libpy.dylib -framework CoreMidi -framework CoreFoundation 
-framework CoreAudio -F/System/Library/Frameworks/Python.framework 
-framework python -dynamiclib Opcodes/py/pythonopcodes.os -L. -L. 
-L/usr/local/lib -L. -L. -L/usr/local/lib -lintl -lsndfile -lpthread -lm 
-llo -lsndfile -ldl -lm
ld: warning: in /Library/Frameworks//python.framework/python, missing 
required architecture x86_64 in file
Undefined symbols:
  "_Py_Initialize", referenced from:
      _pyinit in pythonopcodes.os
  "_PyDict_New", referenced from:
      _create_private_namespace_if_needed in pythonopcodes.os
  "_PyErr_Print", referenced from:
      _pyErrMsg in pythonopcodes.os
  "_PyType_IsSubtype", referenced from:
      _pyeval_krate in pythonopcodes.os
      _pyleval_krate in pythonopcodes.os
      _pylevali_irate in pythonopcodes.os
      _pyevalt_krate in pythonopcodes.os
      _pylevalt_krate in pythonopcodes.os
      _pycall1_krate in pythonopcodes.os
      _pylcall1_krate in pythonopcodes.os
      _pylcall1i_irate in pythonopcodes.os
      _pycall1t_krate in pythonopcodes.os
      _pylcall1t_krate in pythonopcodes.os
  "_PyModule_GetDict", referenced from:
      _run_statement_in_given_context in pythonopcodes.os
      _eval_string_in_given_context in pythonopcodes.os
      _exec_file_in_given_context in pythonopcodes.os
  "_PyRun_FileExFlags", referenced from:
      _exec_file_in_given_context in pythonopcodes.os
  "_PyImport_AddModule", referenced from:
      _run_statement_in_given_context in pythonopcodes.os
      _eval_string_in_given_context in pythonopcodes.os
      _exec_file_in_given_context in pythonopcodes.os
  "_PyExc_RuntimeError", referenced from:
      _run_statement_in_given_context in pythonopcodes.os
      _eval_string_in_given_context in pythonopcodes.os
      _exec_file_in_given_context in pythonopcodes.os
      _exec_file_in_given_context in pythonopcodes.os
  "__Py_NoneStruct", referenced from:
      _pycall0_krate in pythonopcodes.os
      _pylcall0_krate in pythonopcodes.os
      _pylcall0i_irate in pythonopcodes.os
      _pycall0t_krate in pythonopcodes.os
      _pylcall0t_krate in pythonopcodes.os
  "_PyRun_StringFlags", referenced from:
      _run_statement_in_given_context in pythonopcodes.os
      _eval_string_in_given_context in pythonopcodes.os
  "_PyFloat_AsDouble", referenced from:
      _pyeval_krate in pythonopcodes.os
      _pyleval_krate in pythonopcodes.os
      _pylevali_irate in pythonopcodes.os
      _pyevalt_krate in pythonopcodes.os
      _pylevalt_krate in pythonopcodes.os
      _pycall1_krate in pythonopcodes.os
      _pylcall1_krate in pythonopcodes.os
      _pylcall1i_irate in pythonopcodes.os
      _pycall1t_krate in pythonopcodes.os
      _pylcall1t_krate in pythonopcodes.os
      _pycall2_krate in pythonopcodes.os
      _pycall2_krate in pythonopcodes.os
      _pylcall2_krate in pythonopcodes.os
      _pylcall2_krate in pythonopcodes.os
      _pylcall2i_irate in pythonopcodes.os
      _pylcall2i_irate in pythonopcodes.os
      _pycall2t_krate in pythonopcodes.os
      _pycall2t_krate in pythonopcodes.os
      _pylcall2t_krate in pythonopcodes.os
      _pylcall2t_krate in pythonopcodes.os
      _pycall3_krate in pythonopcodes.os
      _pycall3_krate in pythonopcodes.os
      _pycall3_krate in pythonopcodes.os
      _pylcall3_krate in pythonopcodes.os
      _pylcall3_krate in pythonopcodes.os
      _pylcall3_krate in pythonopcodes.os
      _pylcall3i_irate in pythonopcodes.os
      _pylcall3i_irate in pythonopcodes.os
      _pylcall3i_irate in pythonopcodes.os
      _pycall3t_krate in pythonopcodes.os
      _pycall3t_krate in pythonopcodes.os
      _pycall3t_krate in pythonopcodes.os
      _pylcall3t_krate in pythonopcodes.os
      _pylcall3t_krate in pythonopcodes.os
      _pylcall3t_krate in pythonopcodes.os
      _pycall4_krate in pythonopcodes.os
      _pycall4_krate in pythonopcodes.os
      _pycall4_krate in pythonopcodes.os
      _pycall4_krate in pythonopcodes.os
      _pylcall4_krate in pythonopcodes.os
      _pylcall4_krate in pythonopcodes.os
      _pylcall4_krate in pythonopcodes.os
      _pylcall4_krate in pythonopcodes.os
      _pylcall4i_irate in pythonopcodes.os
      _pylcall4i_irate in pythonopcodes.os
      _pylcall4i_irate in pythonopcodes.os
      _pylcall4i_irate in pythonopcodes.os
      _pycall4t_krate in pythonopcodes.os
      _pycall4t_krate in pythonopcodes.os
      _pycall4t_krate in pythonopcodes.os
      _pycall4t_krate in pythonopcodes.os
      _pylcall4t_krate in pythonopcodes.os
      _pylcall4t_krate in pythonopcodes.os
      _pylcall4t_krate in pythonopcodes.os
      _pylcall4t_krate in pythonopcodes.os
      _pycall5_krate in pythonopcodes.os
      _pycall5_krate in pythonopcodes.os
      _pycall5_krate in pythonopcodes.os
      _pycall5_krate in pythonopcodes.os
      _pycall5_krate in pythonopcodes.os
      _pylcall5_krate in pythonopcodes.os
      _pylcall5_krate in pythonopcodes.os
      _pylcall5_krate in pythonopcodes.os
      _pylcall5_krate in pythonopcodes.os
      _pylcall5_krate in pythonopcodes.os
      _pylcall5i_irate in pythonopcodes.os
      _pylcall5i_irate in pythonopcodes.os
      _pylcall5i_irate in pythonopcodes.os
      _pylcall5i_irate in pythonopcodes.os
      _pylcall5i_irate in pythonopcodes.os
      _pycall5t_krate in pythonopcodes.os
      _pycall5t_krate in pythonopcodes.os
      _pycall5t_krate in pythonopcodes.os
      _pycall5t_krate in pythonopcodes.os
      _pycall5t_krate in pythonopcodes.os
      _pylcall5t_krate in pythonopcodes.os
      _pylcall5t_krate in pythonopcodes.os
      _pylcall5t_krate in pythonopcodes.os
      _pylcall5t_krate in pythonopcodes.os
      _pylcall5t_krate in pythonopcodes.os
      _pycall6_krate in pythonopcodes.os
      _pycall6_krate in pythonopcodes.os
      _pycall6_krate in pythonopcodes.os
      _pycall6_krate in pythonopcodes.os
      _pycall6_krate in pythonopcodes.os
      _pycall6_krate in pythonopcodes.os
      _pylcall6_krate in pythonopcodes.os
      _pylcall6_krate in pythonopcodes.os
      _pylcall6_krate in pythonopcodes.os
      _pylcall6_krate in pythonopcodes.os
      _pylcall6_krate in pythonopcodes.os
      _pylcall6_krate in pythonopcodes.os
      _pylcall6i_irate in pythonopcodes.os
      _pylcall6i_irate in pythonopcodes.os
      _pylcall6i_irate in pythonopcodes.os
      _pylcall6i_irate in pythonopcodes.os
      _pylcall6i_irate in pythonopcodes.os
      _pylcall6i_irate in pythonopcodes.os
      _pycall6t_krate in pythonopcodes.os
      _pycall6t_krate in pythonopcodes.os
      _pycall6t_krate in pythonopcodes.os
      _pycall6t_krate in pythonopcodes.os
      _pycall6t_krate in pythonopcodes.os
      _pycall6t_krate in pythonopcodes.os
      _pylcall6t_krate in pythonopcodes.os
      _pylcall6t_krate in pythonopcodes.os
      _pylcall6t_krate in pythonopcodes.os
      _pylcall6t_krate in pythonopcodes.os
      _pylcall6t_krate in pythonopcodes.os
      _pylcall6t_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pycalln_krate in pythonopcodes.os
      _pylcalln_krate in pythonopcodes.os
      _pylcallni_irate in pythonopcodes.os
  "_PyErr_SetString", referenced from:
      _run_statement_in_given_context in pythonopcodes.os
      _eval_string_in_given_context in pythonopcodes.os
      _exec_file_in_given_context in pythonopcodes.os
  "_PyErr_Format", referenced from:
      _exec_file_in_given_context in pythonopcodes.os
  "_PyFloat_Type", referenced from:
      _pyeval_krate in pythonopcodes.os
      _pyeval_krate in pythonopcodes.os
      _pyleval_krate in pythonopcodes.os
      _pyleval_krate in pythonopcodes.os
      _pylevali_irate in pythonopcodes.os
      _pylevali_irate in pythonopcodes.os
      _pyevalt_krate in pythonopcodes.os
      _pyevalt_krate in pythonopcodes.os
      _pylevalt_krate in pythonopcodes.os
      _pylevalt_krate in pythonopcodes.os
      _pycall1_krate in pythonopcodes.os
      _pycall1_krate in pythonopcodes.os
      _pylcall1_krate in pythonopcodes.os
      _pylcall1_krate in pythonopcodes.os
      _pylcall1i_irate in pythonopcodes.os
      _pylcall1i_irate in pythonopcodes.os
      _pycall1t_krate in pythonopcodes.os
      _pycall1t_krate in pythonopcodes.os
      _pylcall1t_krate in pythonopcodes.os
      _pylcall1t_krate in pythonopcodes.os
  "_PyTuple_Size", referenced from:
      _pycall2_krate in pythonopcodes.os
      _pylcall2_krate in pythonopcodes.os
      _pylcall2i_irate in pythonopcodes.os
      _pycall2t_krate in pythonopcodes.os
      _pylcall2t_krate in pythonopcodes.os
      _pycall3_krate in pythonopcodes.os
      _pylcall3_krate in pythonopcodes.os
      _pylcall3i_irate in pythonopcodes.os
      _pycall3t_krate in pythonopcodes.os
      _pylcall3t_krate in pythonopcodes.os
      _pycall4_krate in pythonopcodes.os
      _pylcall4_krate in pythonopcodes.os
      _pylcall4i_irate in pythonopcodes.os
      _pycall4t_krate in pythonopcodes.os
      _pylcall4t_krate in pythonopcodes.os
      _pycall5_krate in pythonopcodes.os
      _pylcall5_krate in pythonopcodes.os
      _pylcall5i_irate in pythonopcodes.os
      _pycall5t_krate in pythonopcodes.os
      _pylcall5t_krate in pythonopcodes.os
      _pycall6_krate in pythonopcodes.os
      _pylcall6_krate in pythonopcodes.os
      _pylcall6i_irate in pythonopcodes.os
      _pycall6t_krate in pythonopcodes.os
      _pylcall6t_krate in pythonopcodes.os
      _pycall7_krate in pythonopcodes.os
      _pylcall7_krate in pythonopcodes.os
      _pylcall7i_irate in pythonopcodes.os
      _pycall7t_krate in pythonopcodes.os
      _pylcall7t_krate in pythonopcodes.os
      _pycall8_krate in pythonopcodes.os
      _pylcall8_krate in pythonopcodes.os
      _pylcall8i_irate in pythonopcodes.os
      _pycall8t_krate in pythonopcodes.os
      _pylcall8t_krate in pythonopcodes.os
      _pycalln_krate in pythonopcodes.os
      _pylcalln_krate in pythonopcodes.os
      _pylcallni_irate in pythonopcodes.os
ld: symbol(s) not found
collect2: ld returned 1 exit status
scons: *** [libpy.dylib] Error 1
scons: building terminated because of errors.



Victor Lazzarini schrieb:
> The portaudio error looks like a 10.6 build problem. I saw it reported
> http://music.columbia.edu/pipermail/portaudio/2010-June/010387.html
>
> Maybe you should try the latest snaphot. I built it the other week 
> using a snapshot, without a hitch (on 10.6).
>
> The error you are reporting seems to be related to python (libpy is 
> the python opcodes). Can you post the full scons messages?
>
> Victor
>

Date2010-06-13 22:07
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: csound build on osx 10.6.3
Here's the reason for the error. Your python installation is likely to  
be i386, not x86_64. See if you can fix that.
(Building on 10.6 is harder than earlier versions because of the use  
of 64bit architecture by default and the
coexistence of 32 and 64 bit binaries).


On 13 Jun 2010, at 21:29, k_o_m_p wrote:

> ld: warning: in /Library/Frameworks//python.framework/python,  
> missing required architecture x86_64 in file



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-13 22:09
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re: Re: csound build on osx 10.6.3
ps.: if you remove the MacPython installation, it should build OK,  
because Apple Python will be x86_64. Or make sure you install a  
MacPython for 10.6.


On 13 Jun 2010, at 21:29, k_o_m_p wrote:

> Here is it. Thanks for taking a look. I'll see the snahot.
> Luís
>
> scons: Reading SConscript files ...
>
>     C S O U N D 5
>
> SCons build file for Csound 5:
> API library, plugin opcodes, utilities, and front ends.
>
> By Michael Gogins 
>
> For custom options, run 'scons -h'.
> For default options, run 'scons -H'.
> If headers or libraries are not found, edit 'custom.py'.
> For Linux, run in the standard shell
>   with standard Python and just run 'scons'.
> For MinGW, run in the MSys shell
>   and use www.python.org WIN32 Python to run scons.
> For Microsoft Visual C++, run in the Platform SDK
>   command shell, and use www.python.org WIN32 Python to run scons.
>
> System platform is 'darwin'.
>
> scons: warning: The Options class is deprecated; use the Variables  
> class instead.
> File "/Users/luis/Desktop/libraries/Csound5.12.1/SConstruct", line  
> 74, in 
> Using options from 'custom.py.'
> Build platform is 'darwin'.
> SCons tools on this platform:  ['default', 'applelink', 'gcc', 'g+ 
> +', 'gfortran', 'as', 'ar', 'CVS', 'filesystem', 'jar', 'javac',  
> 'javah', 'lex', 'm4', 'RCS', 'rmic', 'rpcgen', 'swig', 'tar',  
> 'yacc', 'zip']
> Checking for C header file libintl.h... (cached) yes
> CONFIGURATION DECISION: Using GNU gettext scheme
> CONFIGURATION DECISION: Using single-precision floating point for  
> audio samples.
> Mac OS X version 10.6
> Apple Python version is 2.6
> Current Python version is 2.6, using Apple Python Framework
> Checking for C header file stdio.h... (cached) yes
> Checking for C library sndfile... (cached) yes
> Checking for C library pthread... (cached) yes
> CONFIGURATION DECISION: No MP3 support
> CONFIGURATION DECISION: No Wiimote support
> CONFIGURATION DECISION: No P5 Glove support
> Checking for pthread_barrier_init(0, 0, 0) in C library pthread...  
> (cached) no
> Checking for __sync_lock_test_and_set((int32_t *)0, 0) in C library  
> m... (cached) yes
> found sync lock
> Checking for C++ header file frontends/CsoundVST/vstsdk2.4/ 
> public.sdk/source/vst2.x/audioeffectx.h... (cached) no
> Checking for C library portaudio... (cached) no
> Checking for C header file portmidi.h... (cached) no
> Checking for C++ library fltk... (cached) no
> Checking for C++ header file boost/any.hpp... (cached) no
> Checking for C++ header file gmm/gmm.h... (cached) no
> Checking for C library asound... (cached) no
> Checking for C library lo... (cached) yes
> Checking for MusicXML2::SXMLFile f = MusicXML2::TXMLFile::create()  
> in C++ library musicxml2... (cached) no
> Checking for C header file jack/jack.h... (cached) no
> Checking for C header file pulse/simple.h... (cached) no
> Checking for C++ header file Opcodes/stk/include/Stk.h... (cached) yes
> Checking for C header file m_pd.h... (cached) no
> Checking for C header file tcl.h... (cached) yes
> Checking for C header file zlib.h... (cached) yes
> Checking for C++ header file funknown.h... (cached) no
> Checking for C header file lua.h... (cached) no
> Checking for SWIG... yes
> Python Version: 2.6
> Checking for C header file Python.h... (cached) no
> Checking for C header file /System/Library/Frameworks/ 
> Python.framework/Headers/Python.h... (cached) yes
> Checking for C++ header file /System/Library/Frameworks/ 
> JavaVM.framework/Headers/jni.h... (cached) yes
> Checking for C header file io.h... (cached) no
> Checking for C header file fcntl.h... (cached) yes
> Checking for C header file unistd.h... (cached) yes
> Checking for C header file stdint.h... (cached) yes
> Checking for C header file sys/time.h... (cached) yes
> Checking for C header file sys/types.h... (cached) yes
> Checking for C header file termios.h... (cached) yes
> Checking for C header file values.h... (cached) no
> Checking for C header file sys/socket.h... (cached) yes
> Checking for libsndfile version 1.0.16 or later... (cached) yes
> CONFIGURATION DECISION: Not building with new parser
> CONFIGURATION DECISION: Building static Csound library
> CONFIGURATION DECISION: Not building Csound C++ interface library.
> CONFIGURATION DECISION: Not generating Csound API PDF documentation.
> Checking for C library png... (cached) no
> CONFIGURATION DECISION: Not building image opcodes
> CONFIGURATION DECISION: Not building linear algebra opcodes.
> CONFIGURATION DECISION: Not building with FLTK graphs and widgets.
> CONFIGURATION DECISION: Building CoreAudio plugin.
> CONFIGURATION DECISION: Not building ALSA plugin.
> CONFIGURATION DECISION: Not building PortAudio module.
> CONFIGURATION DECISION: Not building JACK plugin.
> CONFIGURATION DECISION: Not building with PortMIDI.
> CONFIGURATION DECISION: Building OSC plugin.
> CONFIGURATION DECISION: Building UDP plugins.
> Checking for C header file fluidsynth.h... (cached) no
> CONFIGURATION DECISION: Not building fluid opcodes.
> CONFIGURATION DECISION: Not building vst4cs opcodes.
> Checking for C header file ladspa.h... (cached) no
> CONFIGURATION DECISION: Not building DSSI plugin host opcodes.
> CONFIGURATION DECISION: Not building Loris Python extension and  
> Csound opcodes.
> CONFIGURATION DECISION: Not building STK opcodes.
> CONFIGURATION DECISION: Building Python opcodes.
> CONFIGURATION DECISION: Not building FLTK CSOUND5GUI frontend.
> CONFIGURATION DECISION: Not building Csound Text Editor.
> CONFIGURATION DECISION: Not building CsoundAC extension module for  
> Csound with algorithmic composition.
> CONFIGURATION DECISION: Not building CsoundVST plugin and standalone.
> CONFIGURATION DECISION: Not building Tclcsound
> CONFIGURATION DECISION: Not building Winsound
> CONFIGURATION DECISION: Not building OSX GUI frontend
> CONFIGURATION DEFAULT:  Building csLadspa.
> CONFIGURATION DECISION: Not calling TAGS
> CONFIGURATION DECISION: Adding resource fork for csound
> scons: done reading SConscript files.
> scons: Building targets ...
> /Developer/Tools/Rez -i APPL -o csound cs5.r
> gcc -o libpy.dylib -framework CoreMidi -framework CoreFoundation - 
> framework CoreAudio -F/System/Library/Frameworks/Python.framework - 
> framework python -dynamiclib Opcodes/py/pythonopcodes.os -L. -L. -L/ 
> usr/local/lib -L. -L. -L/usr/local/lib -lintl -lsndfile -lpthread - 
> lm -llo -lsndfile -ldl -lm
> ld: warning: in /Library/Frameworks//python.framework/python,  
> missing required architecture x86_64 in file
> Undefined symbols:
> "_Py_Initialize", referenced from:
>     _pyinit in pythonopcodes.os
> "_PyDict_New", referenced from:
>     _create_private_namespace_if_needed in pythonopcodes.os
> "_PyErr_Print", referenced from:
>     _pyErrMsg in pythonopcodes.os
> "_PyType_IsSubtype", referenced from:
>     _pyeval_krate in pythonopcodes.os
>     _pyleval_krate in pythonopcodes.os
>     _pylevali_irate in pythonopcodes.os
>     _pyevalt_krate in pythonopcodes.os
>     _pylevalt_krate in pythonopcodes.os
>     _pycall1_krate in pythonopcodes.os
>     _pylcall1_krate in pythonopcodes.os
>     _pylcall1i_irate in pythonopcodes.os
>     _pycall1t_krate in pythonopcodes.os
>     _pylcall1t_krate in pythonopcodes.os
> "_PyModule_GetDict", referenced from:
>     _run_statement_in_given_context in pythonopcodes.os
>     _eval_string_in_given_context in pythonopcodes.os
>     _exec_file_in_given_context in pythonopcodes.os
> "_PyRun_FileExFlags", referenced from:
>     _exec_file_in_given_context in pythonopcodes.os
> "_PyImport_AddModule", referenced from:
>     _run_statement_in_given_context in pythonopcodes.os
>     _eval_string_in_given_context in pythonopcodes.os
>     _exec_file_in_given_context in pythonopcodes.os
> "_PyExc_RuntimeError", referenced from:
>     _run_statement_in_given_context in pythonopcodes.os
>     _eval_string_in_given_context in pythonopcodes.os
>     _exec_file_in_given_context in pythonopcodes.os
>     _exec_file_in_given_context in pythonopcodes.os
> "__Py_NoneStruct", referenced from:
>     _pycall0_krate in pythonopcodes.os
>     _pylcall0_krate in pythonopcodes.os
>     _pylcall0i_irate in pythonopcodes.os
>     _pycall0t_krate in pythonopcodes.os
>     _pylcall0t_krate in pythonopcodes.os
> "_PyRun_StringFlags", referenced from:
>     _run_statement_in_given_context in pythonopcodes.os
>     _eval_string_in_given_context in pythonopcodes.os
> "_PyFloat_AsDouble", referenced from:
>     _pyeval_krate in pythonopcodes.os
>     _pyleval_krate in pythonopcodes.os
>     _pylevali_irate in pythonopcodes.os
>     _pyevalt_krate in pythonopcodes.os
>     _pylevalt_krate in pythonopcodes.os
>     _pycall1_krate in pythonopcodes.os
>     _pylcall1_krate in pythonopcodes.os
>     _pylcall1i_irate in pythonopcodes.os
>     _pycall1t_krate in pythonopcodes.os
>     _pylcall1t_krate in pythonopcodes.os
>     _pycall2_krate in pythonopcodes.os
>     _pycall2_krate in pythonopcodes.os
>     _pylcall2_krate in pythonopcodes.os
>     _pylcall2_krate in pythonopcodes.os
>     _pylcall2i_irate in pythonopcodes.os
>     _pylcall2i_irate in pythonopcodes.os
>     _pycall2t_krate in pythonopcodes.os
>     _pycall2t_krate in pythonopcodes.os
>     _pylcall2t_krate in pythonopcodes.os
>     _pylcall2t_krate in pythonopcodes.os
>     _pycall3_krate in pythonopcodes.os
>     _pycall3_krate in pythonopcodes.os
>     _pycall3_krate in pythonopcodes.os
>     _pylcall3_krate in pythonopcodes.os
>     _pylcall3_krate in pythonopcodes.os
>     _pylcall3_krate in pythonopcodes.os
>     _pylcall3i_irate in pythonopcodes.os
>     _pylcall3i_irate in pythonopcodes.os
>     _pylcall3i_irate in pythonopcodes.os
>     _pycall3t_krate in pythonopcodes.os
>     _pycall3t_krate in pythonopcodes.os
>     _pycall3t_krate in pythonopcodes.os
>     _pylcall3t_krate in pythonopcodes.os
>     _pylcall3t_krate in pythonopcodes.os
>     _pylcall3t_krate in pythonopcodes.os
>     _pycall4_krate in pythonopcodes.os
>     _pycall4_krate in pythonopcodes.os
>     _pycall4_krate in pythonopcodes.os
>     _pycall4_krate in pythonopcodes.os
>     _pylcall4_krate in pythonopcodes.os
>     _pylcall4_krate in pythonopcodes.os
>     _pylcall4_krate in pythonopcodes.os
>     _pylcall4_krate in pythonopcodes.os
>     _pylcall4i_irate in pythonopcodes.os
>     _pylcall4i_irate in pythonopcodes.os
>     _pylcall4i_irate in pythonopcodes.os
>     _pylcall4i_irate in pythonopcodes.os
>     _pycall4t_krate in pythonopcodes.os
>     _pycall4t_krate in pythonopcodes.os
>     _pycall4t_krate in pythonopcodes.os
>     _pycall4t_krate in pythonopcodes.os
>     _pylcall4t_krate in pythonopcodes.os
>     _pylcall4t_krate in pythonopcodes.os
>     _pylcall4t_krate in pythonopcodes.os
>     _pylcall4t_krate in pythonopcodes.os
>     _pycall5_krate in pythonopcodes.os
>     _pycall5_krate in pythonopcodes.os
>     _pycall5_krate in pythonopcodes.os
>     _pycall5_krate in pythonopcodes.os
>     _pycall5_krate in pythonopcodes.os
>     _pylcall5_krate in pythonopcodes.os
>     _pylcall5_krate in pythonopcodes.os
>     _pylcall5_krate in pythonopcodes.os
>     _pylcall5_krate in pythonopcodes.os
>     _pylcall5_krate in pythonopcodes.os
>     _pylcall5i_irate in pythonopcodes.os
>     _pylcall5i_irate in pythonopcodes.os
>     _pylcall5i_irate in pythonopcodes.os
>     _pylcall5i_irate in pythonopcodes.os
>     _pylcall5i_irate in pythonopcodes.os
>     _pycall5t_krate in pythonopcodes.os
>     _pycall5t_krate in pythonopcodes.os
>     _pycall5t_krate in pythonopcodes.os
>     _pycall5t_krate in pythonopcodes.os
>     _pycall5t_krate in pythonopcodes.os
>     _pylcall5t_krate in pythonopcodes.os
>     _pylcall5t_krate in pythonopcodes.os
>     _pylcall5t_krate in pythonopcodes.os
>     _pylcall5t_krate in pythonopcodes.os
>     _pylcall5t_krate in pythonopcodes.os
>     _pycall6_krate in pythonopcodes.os
>     _pycall6_krate in pythonopcodes.os
>     _pycall6_krate in pythonopcodes.os
>     _pycall6_krate in pythonopcodes.os
>     _pycall6_krate in pythonopcodes.os
>     _pycall6_krate in pythonopcodes.os
>     _pylcall6_krate in pythonopcodes.os
>     _pylcall6_krate in pythonopcodes.os
>     _pylcall6_krate in pythonopcodes.os
>     _pylcall6_krate in pythonopcodes.os
>     _pylcall6_krate in pythonopcodes.os
>     _pylcall6_krate in pythonopcodes.os
>     _pylcall6i_irate in pythonopcodes.os
>     _pylcall6i_irate in pythonopcodes.os
>     _pylcall6i_irate in pythonopcodes.os
>     _pylcall6i_irate in pythonopcodes.os
>     _pylcall6i_irate in pythonopcodes.os
>     _pylcall6i_irate in pythonopcodes.os
>     _pycall6t_krate in pythonopcodes.os
>     _pycall6t_krate in pythonopcodes.os
>     _pycall6t_krate in pythonopcodes.os
>     _pycall6t_krate in pythonopcodes.os
>     _pycall6t_krate in pythonopcodes.os
>     _pycall6t_krate in pythonopcodes.os
>     _pylcall6t_krate in pythonopcodes.os
>     _pylcall6t_krate in pythonopcodes.os
>     _pylcall6t_krate in pythonopcodes.os
>     _pylcall6t_krate in pythonopcodes.os
>     _pylcall6t_krate in pythonopcodes.os
>     _pylcall6t_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pycalln_krate in pythonopcodes.os
>     _pylcalln_krate in pythonopcodes.os
>     _pylcallni_irate in pythonopcodes.os
> "_PyErr_SetString", referenced from:
>     _run_statement_in_given_context in pythonopcodes.os
>     _eval_string_in_given_context in pythonopcodes.os
>     _exec_file_in_given_context in pythonopcodes.os
> "_PyErr_Format", referenced from:
>     _exec_file_in_given_context in pythonopcodes.os
> "_PyFloat_Type", referenced from:
>     _pyeval_krate in pythonopcodes.os
>     _pyeval_krate in pythonopcodes.os
>     _pyleval_krate in pythonopcodes.os
>     _pyleval_krate in pythonopcodes.os
>     _pylevali_irate in pythonopcodes.os
>     _pylevali_irate in pythonopcodes.os
>     _pyevalt_krate in pythonopcodes.os
>     _pyevalt_krate in pythonopcodes.os
>     _pylevalt_krate in pythonopcodes.os
>     _pylevalt_krate in pythonopcodes.os
>     _pycall1_krate in pythonopcodes.os
>     _pycall1_krate in pythonopcodes.os
>     _pylcall1_krate in pythonopcodes.os
>     _pylcall1_krate in pythonopcodes.os
>     _pylcall1i_irate in pythonopcodes.os
>     _pylcall1i_irate in pythonopcodes.os
>     _pycall1t_krate in pythonopcodes.os
>     _pycall1t_krate in pythonopcodes.os
>     _pylcall1t_krate in pythonopcodes.os
>     _pylcall1t_krate in pythonopcodes.os
> "_PyTuple_Size", referenced from:
>     _pycall2_krate in pythonopcodes.os
>     _pylcall2_krate in pythonopcodes.os
>     _pylcall2i_irate in pythonopcodes.os
>     _pycall2t_krate in pythonopcodes.os
>     _pylcall2t_krate in pythonopcodes.os
>     _pycall3_krate in pythonopcodes.os
>     _pylcall3_krate in pythonopcodes.os
>     _pylcall3i_irate in pythonopcodes.os
>     _pycall3t_krate in pythonopcodes.os
>     _pylcall3t_krate in pythonopcodes.os
>     _pycall4_krate in pythonopcodes.os
>     _pylcall4_krate in pythonopcodes.os
>     _pylcall4i_irate in pythonopcodes.os
>     _pycall4t_krate in pythonopcodes.os
>     _pylcall4t_krate in pythonopcodes.os
>     _pycall5_krate in pythonopcodes.os
>     _pylcall5_krate in pythonopcodes.os
>     _pylcall5i_irate in pythonopcodes.os
>     _pycall5t_krate in pythonopcodes.os
>     _pylcall5t_krate in pythonopcodes.os
>     _pycall6_krate in pythonopcodes.os
>     _pylcall6_krate in pythonopcodes.os
>     _pylcall6i_irate in pythonopcodes.os
>     _pycall6t_krate in pythonopcodes.os
>     _pylcall6t_krate in pythonopcodes.os
>     _pycall7_krate in pythonopcodes.os
>     _pylcall7_krate in pythonopcodes.os
>     _pylcall7i_irate in pythonopcodes.os
>     _pycall7t_krate in pythonopcodes.os
>     _pylcall7t_krate in pythonopcodes.os
>     _pycall8_krate in pythonopcodes.os
>     _pylcall8_krate in pythonopcodes.os
>     _pylcall8i_irate in pythonopcodes.os
>     _pycall8t_krate in pythonopcodes.os
>     _pylcall8t_krate in pythonopcodes.os
>     _pycalln_krate in pythonopcodes.os
>     _pylcalln_krate in pythonopcodes.os
>     _pylcallni_irate in pythonopcodes.os
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> scons: *** [libpy.dylib] Error 1
> scons: building terminated because of errors.
>
>
>
> Victor Lazzarini schrieb:
>> The portaudio error looks like a 10.6 build problem. I saw it  
>> reported
>> http://music.columbia.edu/pipermail/portaudio/2010-June/010387.html
>>
>> Maybe you should try the latest snaphot. I built it the other week  
>> using a snapshot, without a hitch (on 10.6).
>>
>> The error you are reporting seems to be related to python (libpy is  
>> the python opcodes). Can you post the full scons messages?
>>
>> Victor
>>
> -- 
> ---
> luis antunes pena
> schornstr. 27
> 45128 essen
> germany
>
> atelier:
> kunsthaus essen
> ruebezahlstr. 33
> 45134 essen
>
> http://icem.folkwang-hochschule.de/~pena  >
> http://sumtone.com
> http://ixherculean.com
>
> +49 (0)201 879 14 29  |  +49 (0)176 968 09 867
> skype: antunespena
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-06-14 07:23
Fromk_o_m_p
Subject[Csnd] Re: Re: csound build on osx 10.6.3
That's it Victor. Thanks for checking it. I uninstalled python and it 
worked. The python installer for 2.6.3 and 3.1.2 should be actually for 
10.3 until 10.6. But indeed they are i386, as far as I can tell.

Now I can run csound live using CoreAudio which should be fine.

One more thing: what do I do to all the files like libvosim.dylib and 
the Opcodes folder? Should they be in a specific place or it doesn't matter?

Luís

Victor Lazzarini schrieb:
> ps.: if you remove the MacPython installation, it should build OK, 
> because Apple Python will be x86_64. Or make sure you install a 
> MacPython for 10.6.
>



---
[new adress]

luis antunes pena
c/o Internationales Kuenstlerhaus Villa Concordia
D-96049 Bamberg
(Germany)

http://sumtone.com
http://ixherculean.com

+49 (0)176 968 09 867
skype: antunespena


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-14 08:08
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: csound build on osx 10.6.3
No, they are already copied in the framework.

Victor
On 14 Jun 2010, at 07:23, k_o_m_p wrote:

> One more thing: what do I do to all the files like libvosim.dylib  
> and the Opcodes folder? Should they be in a specific place or it  
> doesn't matter?



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-14 08:14
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: csound build on osx 10.6.3
ps.; you should try building portaudio too. It should be easy enough  
with their latest snapshots.

Victor
On 14 Jun 2010, at 08:08, Victor Lazzarini wrote:

> No, they are already copied in the framework.
>
> Victor
> On 14 Jun 2010, at 07:23, k_o_m_p wrote:
>
>> One more thing: what do I do to all the files like libvosim.dylib  
>> and the Opcodes folder? Should they be in a specific place or it  
>> doesn't matter?
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-14 08:14
Fromk_o_m_p
Subject[Csnd] Re: Re: Re: Re: csound build on osx 10.6.3
It should be in /Library/Frameworks/ right?
It didn't create the CsoundLib.framework folder.


Victor Lazzarini schrieb:
No, they are already copied in the framework.

Victor
On 14 Jun 2010, at 07:23, k_o_m_p wrote:

One more thing: what do I do to all the files like libvosim.dylib and the Opcodes folder? Should they be in a specific place or it doesn't matter?



Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




--
signatur ---
[new adress]

luis antunes pena
c/o Internationales Kuenstlerhaus Villa Concordia
D-96049 Bamberg
(Germany)

http://sumtone.com
http://ixherculean.com

+49 (0)176 968 09 867
skype: antunespena

Date2010-06-14 09:20
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: Re: Re: csound build on osx 10.6.3
Ah, because you have built a static library probably (you should have a libcsound.a in the sources directory). If you want a dynamic library, you need to
add 

dynamicCsoundLibrary=1 

to scons

Victor
On 14 Jun 2010, at 08:14, k_o_m_p wrote:

It should be in /Library/Frameworks/ right?
It didn't create the CsoundLib.framework folder.


Victor Lazzarini schrieb:
No, they are already copied in the framework. 

Victor 
On 14 Jun 2010, at 07:23, k_o_m_p wrote: 

One more thing: what do I do to all the files like libvosim.dylib and the Opcodes folder? Should they be in a specific place or it doesn't matter? 



Send bugs reports to the Sourceforge bug tracker 
           https://sourceforge.net/tracker/?group_id=81968&atid=564599 
Discussions of bugs and features can be posted here 
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" 




-- 
---
[new adress]

luis antunes pena
c/o Internationales Kuenstlerhaus Villa Concordia
D-96049 Bamberg
(Germany)

http://sumtone.com
http://ixherculean.com

+49 (0)176 968 09 867
skype: antunespena