[Csnd] How to create a 32-bit lib_jcsound.jnilib?
Date | 2010-08-31 22:13 |
From | Jacob 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 |
Date | 2010-08-31 22:23 |
From | Victor.Lazzarini@nuim.ie |
Subject | [Csnd] Re: How to create a 32-bit lib_jcsound.jnilib? |
Attachments | None None |
Date | 2010-08-31 22:37 |
From | Jacob 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, |
Date | 2010-08-31 22:40 |
From | Victor.Lazzarini@nuim.ie |
Subject | [Csnd] Re: Re: Re: How to create a 32-bit lib_jcsound.jnilib? |
Attachments | None None |
Date | 2010-08-31 23:21 |
From | Steven 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 |
Date | 2010-08-31 23:50 |
From | Jacob 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 |
Date | 2010-09-01 10:55 |
From | Conor 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:
-- music moves more than the maker |