Re: [PD] Compiling vanilla 0.42-5 on OS X 10.6

2011-02-19 Thread Elliott Slaughter
On Sat, Feb 19, 2011 at 8:41 AM, Hans-Christoph Steiner wrote:

>
> On Feb 19, 2011, at 1:40 AM, Elliott Slaughter wrote:
>
> On Fri, Feb 18, 2011 at 9:16 PM, Hans-Christoph Steiner wrote:
>
>>
>> ./configure --disable-fat
>>
>> That is a warning related to building universal.
>>
>
> Ok, build gets a little further, and then:
>
> ../portaudio/src/hostapi/coreaudio/pa_mac_core.c: In function
> ‘OpenAndSetupOneAudioUnit’:
> ../portaudio/src/hostapi/coreaudio/pa_mac_core.c:752: error:
> ‘ComponentDescription’ undeclared (first use in this function)
>
> Full compile log: http://pastebin.com/BSFuybnC
>
> Thanks for the help.
>
>
> You probably need to use a newer version of portaudio for 10.6 download it
> from portaudio.com and replace the 'portaudio' folder.
>

The last stable version is the same as the one included in pd-0.42, and the
latest svn snapshot doesn't compile for me, so I appear to be stuck here.
(Also, the src/os/mac_osx directory appears to be empty in the latest svn
version, which makes pd unhappy.)

ld: duplicate symbol _PaUtil_FlushRingBuffer in
src/common/.libs/pa_ringbuffer.o and src/common/.libs/pa_ringbuffer.o
(From trying to do ./configure && make in portaudio.)

i686-apple-darwin10-gcc-4.2.1: ../portaudio/src/common/pa_skeleton.c: No
such file or directory
i686-apple-darwin10-gcc-4.2.1:
../portaudio/src/os/mac_osx/pa_mac_hostapis.c: No such file or directory
(After stuffing the new portaudio into my pd directory.)

Suggestions?

.hc
>
>
>
> .hc
>>
>>
>> On Feb 18, 2011, at 11:25 PM, Elliott Slaughter wrote:
>>
>>  Hi,
>>>
>>> I'm trying to compile vanilla Pd 0.42-5 from source on Mac OS X 10.6, and
>>> after doing a ./configure and make got a lot of warnings followed by:
>>>
>>> lipo: can't figure out the architecture type of:
>>> /var/folders/pI/pIcjee4GEbOGlylnzdAsZTI/-Tmp-//ccLn5z7A.out
>>>
>>> Am I missing something? The instructions didn't make this sound hard.
>>>
>>> I'm using Xcode 3.2.5 (GCC 4.2.1).
>>>
>>> Thanks in advance.
>>>
>>> --
>>> Elliott Slaughter
>>>
>>> "Don't worry about what anybody else is going to do. The best way to
>>> predict the future is to invent it." - Alan Kay
>>>  ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>
>>
>>
>>
>> 
>>
>> News is what people want to keep hidden and everything else is publicity.
>>  - Bill Moyers
>>
>>
>>
>
>
> --
> Elliott Slaughter
>
> "Don't worry about what anybody else is going to do. The best way to
> predict the future is to invent it." - Alan Kay
>
>
>
>
>
> 
>
> "Making boring techno music is really easy with modern tools, but with live
> coding, boring techno is much harder." - Chris McCormick
>
>
>
>
>


-- 
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to predict
the future is to invent it." - Alan Kay
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Compiling vanilla 0.42-5 on OS X 10.6

2011-02-19 Thread Hans-Christoph Steiner


On Feb 19, 2011, at 1:40 AM, Elliott Slaughter wrote:

On Fri, Feb 18, 2011 at 9:16 PM, Hans-Christoph Steiner  
 wrote:


./configure --disable-fat

That is a warning related to building universal.

Ok, build gets a little further, and then:

../portaudio/src/hostapi/coreaudio/pa_mac_core.c: In function  
‘OpenAndSetupOneAudioUnit’:
../portaudio/src/hostapi/coreaudio/pa_mac_core.c:752: error:  
‘ComponentDescription’ undeclared (first use in this function)


Full compile log: http://pastebin.com/BSFuybnC

Thanks for the help.


You probably need to use a newer version of portaudio for 10.6  
download it from portaudio.com and replace the 'portaudio' folder.


.hc




.hc


On Feb 18, 2011, at 11:25 PM, Elliott Slaughter wrote:

Hi,

I'm trying to compile vanilla Pd 0.42-5 from source on Mac OS X  
10.6, and after doing a ./configure and make got a lot of warnings  
followed by:


lipo: can't figure out the architecture type of: /var/folders/pI/ 
pIcjee4GEbOGlylnzdAsZTI/-Tmp-//ccLn5z7A.out


Am I missing something? The instructions didn't make this sound hard.

I'm using Xcode 3.2.5 (GCC 4.2.1).

Thanks in advance.

--
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to  
predict the future is to invent it." - Alan Kay

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list





News is what people want to keep hidden and everything else is  
publicity.  - Bill Moyers






--
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to  
predict the future is to invent it." - Alan Kay






"Making boring techno music is really easy with modern tools, but with  
live coding, boring techno is much harder." - Chris McCormick





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Compiling vanilla 0.42-5 on OS X 10.6

2011-02-18 Thread Elliott Slaughter
On Fri, Feb 18, 2011 at 9:16 PM, Hans-Christoph Steiner wrote:

>
> ./configure --disable-fat
>
> That is a warning related to building universal.
>

Ok, build gets a little further, and then:

../portaudio/src/hostapi/coreaudio/pa_mac_core.c: In function
‘OpenAndSetupOneAudioUnit’:
../portaudio/src/hostapi/coreaudio/pa_mac_core.c:752: error:
‘ComponentDescription’ undeclared (first use in this function)

Full compile log: http://pastebin.com/BSFuybnC

Thanks for the help.

.hc
>
>
> On Feb 18, 2011, at 11:25 PM, Elliott Slaughter wrote:
>
>  Hi,
>>
>> I'm trying to compile vanilla Pd 0.42-5 from source on Mac OS X 10.6, and
>> after doing a ./configure and make got a lot of warnings followed by:
>>
>> lipo: can't figure out the architecture type of:
>> /var/folders/pI/pIcjee4GEbOGlylnzdAsZTI/-Tmp-//ccLn5z7A.out
>>
>> Am I missing something? The instructions didn't make this sound hard.
>>
>> I'm using Xcode 3.2.5 (GCC 4.2.1).
>>
>> Thanks in advance.
>>
>> --
>> Elliott Slaughter
>>
>> "Don't worry about what anybody else is going to do. The best way to
>> predict the future is to invent it." - Alan Kay
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>
>
>
> 
>
> News is what people want to keep hidden and everything else is publicity.
>- Bill Moyers
>
>
>


-- 
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to predict
the future is to invent it." - Alan Kay
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Compiling vanilla 0.42-5 on OS X 10.6

2011-02-18 Thread Hans-Christoph Steiner


./configure --disable-fat

That is a warning related to building universal.

.hc

On Feb 18, 2011, at 11:25 PM, Elliott Slaughter wrote:


Hi,

I'm trying to compile vanilla Pd 0.42-5 from source on Mac OS X  
10.6, and after doing a ./configure and make got a lot of warnings  
followed by:


lipo: can't figure out the architecture type of: /var/folders/pI/ 
pIcjee4GEbOGlylnzdAsZTI/-Tmp-//ccLn5z7A.out


Am I missing something? The instructions didn't make this sound hard.

I'm using Xcode 3.2.5 (GCC 4.2.1).

Thanks in advance.

--
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to  
predict the future is to invent it." - Alan Kay

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list






News is what people want to keep hidden and everything else is  
publicity.  - Bill Moyers




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list