Csound Csound-dev Csound-tekno Search About

[Csnd] How to create a 32-bit lib_jcsound.jnilib?

Date2010-08-31 22:13
FromJacob Joaquin
Subject[Csnd] How to create a 32-bit lib_jcsound.jnilib?
Does anyone know how to create a 32-bit lib_jcsound.jnilib on OS X
Snow Leopard?  No matter what I do, I get the following with "file
lib_jcsound.jnilib":

lib_jcsound.jnilib: Mach-O 64-bit bundle x86_64

Best,
Jake

Date2010-08-31 22:23
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: How to create a 32-bit lib_jcsound.jnilib?
AttachmentsNone  None  

Date2010-08-31 22:37
FromJacob Joaquin
Subject[Csnd] Re: Re: How to create a 32-bit lib_jcsound.jnilib?
Thanks. It doesn't work. Though I think I know why, and I believe my
problems run much deeper than I originally thought. Csound will have
to be compiled 32-bit, as well as all the supporting libraries.

Best,
Jake
-- 
The Csound Blog - http://csoundblog.com/
Slipmat - http://slipmat.noisepages.com/


On Tue, Aug 31, 2010 at 2:23 PM,   wrote:
> Try: scons ... gcc4opt=i386
>
> ----- Original Message -----
> From: Jacob Joaquin 
> Date: Tuesday, August 31, 2010 10:13 pm
> Subject: [Csnd] How to create a 32-bit lib_jcsound.jnilib?
> To: csound@lists.bath.ac.uk
>
>> Does anyone know how to create a 32-bit lib_jcsound.jnilib on OS X
>> Snow Leopard?  No matter what I do, I get the following
>> with "file
>> lib_jcsound.jnilib":
>>
>> lib_jcsound.jnilib: Mach-O 64-bit bundle x86_64
>>
>> Best,
>> Jake
>> --
>> The Csound Blog - http://csoundblog.com/
>> Slipmat - http://slipmat.noisepages.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"
>>
>
> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
> National University of Ireland, Maynooth
>


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-08-31 22:40
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: Re: How to create a 32-bit lib_jcsound.jnilib?
AttachmentsNone  None  

Date2010-08-31 23:21
FromSteven Yi
Subject[Csnd] Re: Re: Re: How to create a 32-bit lib_jcsound.jnilib?
Hi Jake,

Are you running Java in 32-bit or 64-bit mode?  You can set this in
System settings via Java Preferences, so you could build a 64-bit app
and run with 64-bit Java. (Are you on 10.6?)

steven

On Tue, Aug 31, 2010 at 5:37 PM, Jacob Joaquin  wrote:
> Thanks. It doesn't work. Though I think I know why, and I believe my
> problems run much deeper than I originally thought. Csound will have
> to be compiled 32-bit, as well as all the supporting libraries.
>
> Best,
> Jake
> --
> The Csound Blog - http://csoundblog.com/
> Slipmat - http://slipmat.noisepages.com/
>
>
> On Tue, Aug 31, 2010 at 2:23 PM,   wrote:
>> Try: scons ... gcc4opt=i386
>>
>> ----- Original Message -----
>> From: Jacob Joaquin 
>> Date: Tuesday, August 31, 2010 10:13 pm
>> Subject: [Csnd] How to create a 32-bit lib_jcsound.jnilib?
>> To: csound@lists.bath.ac.uk
>>
>>> Does anyone know how to create a 32-bit lib_jcsound.jnilib on OS X
>>> Snow Leopard?  No matter what I do, I get the following
>>> with "file
>>> lib_jcsound.jnilib":
>>>
>>> lib_jcsound.jnilib: Mach-O 64-bit bundle x86_64
>>>
>>> Best,
>>> Jake
>>> --
>>> The Csound Blog - http://csoundblog.com/
>>> Slipmat - http://slipmat.noisepages.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"
>>>
>>
>> Dr Victor Lazzarini, Senior Lecturer, Dept. of Music,
>> National University of Ireland, Maynooth
>>
>
>
> 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-08-31 23:50
FromJacob Joaquin
Subject[Csnd] Re: Re: Re: Re: How to create a 32-bit lib_jcsound.jnilib?
On Tue, Aug 31, 2010 at 3:21 PM, Steven Yi  wrote:
> Are you running Java in 32-bit or 64-bit mode?

I have 64-bit mode set as my default in Java Preferences. Though the
issue at hand is Processing. I'm not sure it supports 64-bit mode. In
the past, and it still may be this way, it came with its own Java, so
I'm not sure if it is using Snow Leopard's Java or its own. I have
questions in at the Processing forums

Best,
Jake

Date2010-09-01 10:55
FromConor Dempsey
Subject[Csnd] Re: Re: Re: Re: Re: How to create a 32-bit lib_jcsound.jnilib?
Pretty sure Processing is currently only released for 32bit jvm
The source is available though... so you could build it...

As a side note.....
Also there are differences between jvm's specifically with open jvm, sun jvm and the jvm which runs on apple machines...
You may not encounter any of these differences until you try aspect oriented programming or use the "final" block...
this is caused by different policies for garbage collection in the different jvms.


On Tue, Aug 31, 2010 at 11:50 PM, Jacob Joaquin <jacobjoaquin@gmail.com> wrote:
On Tue, Aug 31, 2010 at 3:21 PM, Steven Yi <stevenyi@gmail.com> wrote:
> Are you running Java in 32-bit or 64-bit mode?

I have 64-bit mode set as my default in Java Preferences. Though the
issue at hand is Processing. I'm not sure it supports 64-bit mode. In
the past, and it still may be this way, it came with its own Java, so
I'm not sure if it is using Snow Leopard's Java or its own. I have
questions in at the Processing forums

Best,
Jake
--
The Csound Blog - http://csoundblog.com/
Slipmat - http://slipmat.noisepages.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"




--
music moves more than the maker